2025-06-05T23:50:17.0202199Z Current runner version: '2.325.0' 2025-06-05T23:50:17.0218681Z Runner name: 'i-07c7b8bec1865b489' 2025-06-05T23:50:17.0220908Z Machine name: 'ip-10-0-27-196' 2025-06-05T23:50:17.0226866Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:50:17.0231383Z Contents: read 2025-06-05T23:50:17.0232742Z Metadata: read 2025-06-05T23:50:17.0234047Z ##[endgroup] 2025-06-05T23:50:17.0238537Z Secret source: Actions 2025-06-05T23:50:17.0240219Z Prepare workflow directory 2025-06-05T23:50:17.1288452Z Prepare all required actions 2025-06-05T23:50:17.1359993Z Getting action download info 2025-06-05T23:50:17.4384187Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:50:17.7516226Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:50:32.1907487Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:50:32.5365458Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:50:32.6652235Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:50:33.1369462Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:50:33.4524077Z Getting action download info 2025-06-05T23:50:33.5543535Z Download action repository 'pytorch/pytorch@main' (SHA:28796f71d04302029290f473a286efc2aba339c2) 2025-06-05T23:50:48.6865475Z Complete job name: test-models-linux-aarch64 (ic3, xnnpack-quantization-delegation, linux.arm64.2xlarge) / linux-job 2025-06-05T23:50:48.7569296Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:50:48.7734189Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:50:48.7747687Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:48.7748698Z ##[endgroup] 2025-06-05T23:50:50.4474934Z Runner Type: linux.arm64.2xlarge 2025-06-05T23:50:50.4475843Z Instance Type: t4g.2xlarge 2025-06-05T23:50:50.4476329Z AMI Name: unknown 2025-06-05T23:50:50.4510503Z AMI ID: ami-0013610ea966aafe0 2025-06-05T23:50:58.2664234Z ##[group]Run set -euxo pipefail 2025-06-05T23:50:58.2664856Z set -euxo pipefail 2025-06-05T23:50:58.2665278Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:50:58.2665815Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:50:58.2666358Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:50:58.2666793Z else 2025-06-05T23:50:58.2667172Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:50:58.2667696Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:50:58.2668110Z fi 2025-06-05T23:50:58.2668424Z  2025-06-05T23:50:58.2668740Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:50:58.2669192Z echo "::endgroup::" 2025-06-05T23:50:58.2681505Z shell: /usr/bin/bash -e {0} 2025-06-05T23:50:58.2681944Z env: 2025-06-05T23:50:58.2682382Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:58.2682926Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:58.2683389Z PR_NUMBER: 2025-06-05T23:50:58.2685917Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:50:58.2688516Z NO_SUDO: false 2025-06-05T23:50:58.2689260Z ##[endgroup] 2025-06-05T23:50:58.2727638Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:50:58.2748520Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:50:58.2753210Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:50:58.2753892Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:50:58.3469071Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:50:58.3495362Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:50:58.3508692Z + echo ::endgroup:: 2025-06-05T23:50:58.3509892Z ##[endgroup] 2025-06-05T23:50:58.3660713Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:50:58.3661366Z with: 2025-06-05T23:50:58.3661685Z repository: pytorch/test-infra 2025-06-05T23:50:58.3662101Z path: test-infra 2025-06-05T23:50:58.3662428Z submodules: recursive 2025-06-05T23:50:58.3663254Z token: *** 2025-06-05T23:50:58.3663568Z ssh-strict: true 2025-06-05T23:50:58.3663903Z ssh-user: git 2025-06-05T23:50:58.3664458Z persist-credentials: true 2025-06-05T23:50:58.3664831Z clean: true 2025-06-05T23:50:58.3665171Z sparse-checkout-cone-mode: true 2025-06-05T23:50:58.3665568Z fetch-depth: 1 2025-06-05T23:50:58.3665898Z fetch-tags: false 2025-06-05T23:50:58.3666233Z show-progress: true 2025-06-05T23:50:58.3666555Z lfs: false 2025-06-05T23:50:58.3666861Z set-safe-directory: true 2025-06-05T23:50:58.3667267Z env: 2025-06-05T23:50:58.3667635Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:58.3668145Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:58.3668591Z PR_NUMBER: 2025-06-05T23:50:58.3671054Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:50:58.3673627Z ##[endgroup] 2025-06-05T23:50:58.5205931Z Syncing repository: pytorch/test-infra 2025-06-05T23:50:58.5207015Z ##[group]Getting Git version info 2025-06-05T23:50:58.5207756Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:50:58.5208775Z [command]/usr/bin/git version 2025-06-05T23:50:58.5209172Z git version 2.47.1 2025-06-05T23:50:58.5230519Z ##[endgroup] 2025-06-05T23:50:58.5250559Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/65a6bf7e-e192-4301-bdf8-62e22382bf04' before making global git config changes 2025-06-05T23:50:58.5251977Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:50:58.5261100Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:50:58.5307856Z ##[group]Initializing the repository 2025-06-05T23:50:58.5316602Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:50:58.5357071Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:50:58.5357970Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:50:58.5358757Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:50:58.5359330Z hint: 2025-06-05T23:50:58.5359781Z hint: git config --global init.defaultBranch 2025-06-05T23:50:58.5360267Z hint: 2025-06-05T23:50:58.5360725Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:50:58.5361513Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:50:58.5362119Z hint: 2025-06-05T23:50:58.5362460Z hint: git branch -m 2025-06-05T23:50:58.5363268Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:50:58.5377964Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:50:58.5417171Z ##[endgroup] 2025-06-05T23:50:58.5417800Z ##[group]Disabling automatic garbage collection 2025-06-05T23:50:58.5426964Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:50:58.5466348Z ##[endgroup] 2025-06-05T23:50:58.5466929Z ##[group]Setting up auth 2025-06-05T23:50:58.5476197Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:50:58.5517930Z [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:50:58.5911934Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:50:58.5949632Z [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:50:58.6311245Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:50:58.6396675Z ##[endgroup] 2025-06-05T23:50:58.6397597Z ##[group]Determining the default branch 2025-06-05T23:50:58.6400613Z Retrieving the default branch name 2025-06-05T23:50:58.8570029Z Default branch 'main' 2025-06-05T23:50:58.8570900Z ##[endgroup] 2025-06-05T23:50:58.8571473Z ##[group]Fetching the repository 2025-06-05T23:50:58.8578769Z [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:50:59.2092731Z From https://github.com/pytorch/test-infra 2025-06-05T23:50:59.2093481Z * [new branch] main -> origin/main 2025-06-05T23:50:59.2124620Z ##[endgroup] 2025-06-05T23:50:59.2125254Z ##[group]Determining the checkout info 2025-06-05T23:50:59.2125898Z ##[endgroup] 2025-06-05T23:50:59.2132387Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:50:59.2186335Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:50:59.2232491Z ##[group]Checking out the ref 2025-06-05T23:50:59.2239258Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:50:59.3280177Z Switched to a new branch 'main' 2025-06-05T23:50:59.3280851Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:50:59.3289936Z ##[endgroup] 2025-06-05T23:50:59.3290588Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:50:59.3297877Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:50:59.3363011Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:50:59.3410801Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:50:59.3457206Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:50:59.3499507Z ##[endgroup] 2025-06-05T23:50:59.3500061Z ##[group]Fetching submodules 2025-06-05T23:50:59.3505540Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:50:59.3850564Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:50:59.4207373Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:50:59.4551210Z ##[endgroup] 2025-06-05T23:50:59.4551842Z ##[group]Persisting credentials for submodules 2025-06-05T23:50:59.4559196Z [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:50:59.4903121Z [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:50:59.5247201Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:50:59.5603433Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:50:59.5950188Z ##[endgroup] 2025-06-05T23:50:59.6001559Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:50:59.6035782Z e339ed56a2ad5e0f901a4edc5e1d5770100696d3 2025-06-05T23:50:59.6300044Z Prepare all required actions 2025-06-05T23:50:59.6300880Z Getting action download info 2025-06-05T23:50:59.8071465Z Download action repository 'pytorch/test-infra@main' (SHA:e339ed56a2ad5e0f901a4edc5e1d5770100696d3) 2025-06-05T23:51:01.5223890Z Getting action download info 2025-06-05T23:51:01.6341933Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:51:01.8193024Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:51:01.8193503Z env: 2025-06-05T23:51:01.8193858Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:01.8194362Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:01.8194735Z PR_NUMBER: 2025-06-05T23:51:01.8197524Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:01.8200059Z ##[endgroup] 2025-06-05T23:51:01.8325766Z ##[group]Run set -euo pipefail 2025-06-05T23:51:01.8326269Z set -euo pipefail 2025-06-05T23:51:01.8326663Z function get_ec2_metadata() { 2025-06-05T23:51:01.8327161Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:51:01.8328008Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:51:01.8328752Z  category=$1 2025-06-05T23:51:01.8329927Z  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:01.8331162Z } 2025-06-05T23:51:01.8331501Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:51:01.8332065Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:51:01.8332689Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:51:01.8333237Z echo "system info $(uname -a)" 2025-06-05T23:51:01.8341035Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:01.8341531Z env: 2025-06-05T23:51:01.8341883Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:01.8342383Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:01.8342771Z PR_NUMBER: 2025-06-05T23:51:01.8345180Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:01.8347707Z ##[endgroup] 2025-06-05T23:51:01.8520627Z ami-id: ami-0013610ea966aafe0 2025-06-05T23:51:01.8653537Z instance-id: i-07c7b8bec1865b489 2025-06-05T23:51:01.8784437Z instance-type: t4g.2xlarge 2025-06-05T23:51:01.8797646Z system info Linux ip-10-0-27-196.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:01.8860714Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:51:01.8861987Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:51:01.8869785Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:01.8870281Z env: 2025-06-05T23:51:01.8871004Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:01.8871529Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:01.8871898Z PR_NUMBER: 2025-06-05T23:51:01.8874299Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:01.8877129Z ##[endgroup] 2025-06-05T23:51:01.8977256Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:51:01.8977871Z if systemctl is-active --quiet docker; then 2025-06-05T23:51:01.8978371Z  echo "Docker daemon is running..."; 2025-06-05T23:51:01.8978818Z else 2025-06-05T23:51:01.8979318Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:51:01.8979880Z fi 2025-06-05T23:51:01.8987192Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:01.8987697Z env: 2025-06-05T23:51:01.8988060Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:01.8988573Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:01.8988943Z PR_NUMBER: 2025-06-05T23:51:01.8991328Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:01.8993823Z ##[endgroup] 2025-06-05T23:51:01.9100929Z Docker daemon is running... 2025-06-05T23:51:01.9414601Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:51:01.9415796Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:51:01.9416484Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:51:01.9417320Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:51:01.9418286Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:51:01.9427187Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:01.9427687Z env: 2025-06-05T23:51:01.9428044Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:01.9428557Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:01.9428933Z PR_NUMBER: 2025-06-05T23:51:01.9431332Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:01.9434222Z AWS_RETRY_MODE: standard 2025-06-05T23:51:01.9434624Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:51:01.9435072Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:51:01.9435436Z ##[endgroup] 2025-06-05T23:51:03.4099719Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:03.4100719Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:03.4101484Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:03.4102040Z 2025-06-05T23:51:03.4102184Z Login Succeeded 2025-06-05T23:51:03.4163302Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:03.4164131Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:03.4164804Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:03.4172744Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:03.4173266Z env: 2025-06-05T23:51:03.4173632Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:03.4174124Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:03.4174496Z PR_NUMBER: 2025-06-05T23:51:03.4177246Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:03.4179750Z ##[endgroup] 2025-06-05T23:51:03.4308443Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:51:03.4309099Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:51:03.4309631Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:51:03.4310127Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:51:03.4310734Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:03.4311302Z  2025-06-05T23:51:03.4311706Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:51:03.4312283Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:51:03.4312773Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:51:03.4313427Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:03.4314039Z  2025-06-05T23:51:03.4314379Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:51:03.4314839Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:51:03.4315281Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:51:03.4315826Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:03.4323629Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:03.4324149Z env: 2025-06-05T23:51:03.4324501Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:03.4325035Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:03.4325399Z PR_NUMBER: 2025-06-05T23:51:03.4327805Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:03.4330309Z ##[endgroup] 2025-06-05T23:51:03.6217511Z ##[group]Run needs=0 2025-06-05T23:51:03.6217880Z needs=0 2025-06-05T23:51:03.6218374Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:51:03.6219271Z  needs=1 2025-06-05T23:51:03.6219566Z fi 2025-06-05T23:51:03.6219897Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:51:03.6227225Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:03.6227726Z env: 2025-06-05T23:51:03.6228077Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:03.6228584Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:03.6228953Z PR_NUMBER: 2025-06-05T23:51:03.6231623Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:03.6234340Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:03.6235142Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:03.6235878Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:03.6236400Z ##[endgroup] 2025-06-05T23:51:03.6569658Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:51:03.6570441Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:51:03.6571012Z # shellcheck disable=SC2046 2025-06-05T23:51:03.6571480Z docker stop $(docker ps -q) || true 2025-06-05T23:51:03.6571969Z # Prune all of the docker images 2025-06-05T23:51:03.6572414Z docker system prune -af 2025-06-05T23:51:03.6581206Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:03.6581714Z env: 2025-06-05T23:51:03.6582121Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:03.6582655Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:03.6583113Z PR_NUMBER: 2025-06-05T23:51:03.6585529Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:03.6588252Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:03.6589043Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:03.6589774Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:03.6590292Z ##[endgroup] 2025-06-05T23:51:03.6866656Z "docker stop" requires at least 1 argument. 2025-06-05T23:51:03.6867665Z See 'docker stop --help'. 2025-06-05T23:51:03.6867937Z 2025-06-05T23:51:03.6868158Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:51:03.6868534Z 2025-06-05T23:51:03.6868686Z Stop one or more running containers 2025-06-05T23:51:03.7064738Z Total reclaimed space: 0B 2025-06-05T23:51:03.7169683Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:51:03.7170283Z with: 2025-06-05T23:51:03.7171234Z github-secret: *** 2025-06-05T23:51:03.7172179Z 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:03.7173207Z activate-with-label: false 2025-06-05T23:51:03.7173558Z label: with-ssh 2025-06-05T23:51:03.7173886Z remove-existing-keys: true 2025-06-05T23:51:03.7174248Z fail-silently: true 2025-06-05T23:51:03.7174559Z env: 2025-06-05T23:51:03.7175198Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:03.7175703Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:03.7176508Z PR_NUMBER: 2025-06-05T23:51:03.7178962Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:03.7181710Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:03.7182486Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:03.7183225Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:03.7183730Z ##[endgroup] 2025-06-05T23:51:03.8602955Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:51:03.8604882Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:51:03.8774268Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:51:03.8775195Z with: 2025-06-05T23:51:03.8775500Z repository: pytorch/executorch 2025-06-05T23:51:03.8775919Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:03.8776366Z path: pytorch/executorch 2025-06-05T23:51:03.8776715Z fetch-depth: 1 2025-06-05T23:51:03.8777015Z submodules: recursive 2025-06-05T23:51:03.8777588Z token: *** 2025-06-05T23:51:03.8777885Z ssh-strict: true 2025-06-05T23:51:03.8778194Z ssh-user: git 2025-06-05T23:51:03.8778502Z persist-credentials: true 2025-06-05T23:51:03.8778857Z clean: true 2025-06-05T23:51:03.8779179Z sparse-checkout-cone-mode: true 2025-06-05T23:51:03.8779565Z fetch-tags: false 2025-06-05T23:51:03.8779885Z show-progress: true 2025-06-05T23:51:03.8780195Z lfs: false 2025-06-05T23:51:03.8780526Z set-safe-directory: true 2025-06-05T23:51:03.8780860Z env: 2025-06-05T23:51:03.8781272Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:03.8781767Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:03.8782136Z PR_NUMBER: 2025-06-05T23:51:03.8784539Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:03.8787223Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:03.8788011Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:03.8788758Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:03.8789263Z ##[endgroup] 2025-06-05T23:51:04.0057508Z Syncing repository: pytorch/executorch 2025-06-05T23:51:04.0071957Z ##[group]Getting Git version info 2025-06-05T23:51:04.0072734Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:51:04.0113916Z [command]/usr/bin/git version 2025-06-05T23:51:04.0167190Z git version 2.47.1 2025-06-05T23:51:04.0204026Z ##[endgroup] 2025-06-05T23:51:04.0226341Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/eb74433d-0300-4518-8f0e-5243ec42fafe' before making global git config changes 2025-06-05T23:51:04.0227631Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:51:04.0249669Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:51:04.0292825Z ##[group]Initializing the repository 2025-06-05T23:51:04.0303352Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:51:04.0347720Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:51:04.0348573Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:51:04.0349348Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:51:04.0350048Z hint: 2025-06-05T23:51:04.0350424Z hint: git config --global init.defaultBranch 2025-06-05T23:51:04.0350887Z hint: 2025-06-05T23:51:04.0351334Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:51:04.0352102Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:51:04.0352680Z hint: 2025-06-05T23:51:04.0352967Z hint: git branch -m 2025-06-05T23:51:04.0353793Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:51:04.0366804Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:51:04.0405423Z ##[endgroup] 2025-06-05T23:51:04.0406047Z ##[group]Disabling automatic garbage collection 2025-06-05T23:51:04.0413737Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:51:04.0454005Z ##[endgroup] 2025-06-05T23:51:04.0454540Z ##[group]Setting up auth 2025-06-05T23:51:04.0463528Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:51:04.0503699Z [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:04.0844835Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:51:04.0881972Z [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:04.1222496Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:04.1286566Z ##[endgroup] 2025-06-05T23:51:04.1287143Z ##[group]Fetching the repository 2025-06-05T23:51:04.1298640Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:05.8770770Z From https://github.com/pytorch/executorch 2025-06-05T23:51:05.8771428Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:51:05.8798386Z ##[endgroup] 2025-06-05T23:51:05.8799217Z ##[group]Determining the checkout info 2025-06-05T23:51:05.8800198Z ##[endgroup] 2025-06-05T23:51:05.8807348Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:51:05.8852033Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:51:05.8888945Z ##[group]Checking out the ref 2025-06-05T23:51:05.8894514Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:06.4856953Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:51:06.4857408Z 2025-06-05T23:51:06.4857722Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:51:06.4858466Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:51:06.4859202Z state without impacting any branches by switching back to a branch. 2025-06-05T23:51:06.4859633Z 2025-06-05T23:51:06.4859915Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:51:06.4860596Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:51:06.4860988Z 2025-06-05T23:51:06.4861140Z git switch -c 2025-06-05T23:51:06.4861409Z 2025-06-05T23:51:06.4861556Z Or undo this operation with: 2025-06-05T23:51:06.4862234Z 2025-06-05T23:51:06.4862363Z git switch - 2025-06-05T23:51:06.4862538Z 2025-06-05T23:51:06.4862888Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:51:06.4863371Z 2025-06-05T23:51:06.4863733Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:51:06.4894360Z ##[endgroup] 2025-06-05T23:51:06.4895053Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:51:06.4902375Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:06.4956981Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:51:06.4993049Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:51:06.5035530Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:51:06.5069990Z ##[endgroup] 2025-06-05T23:51:06.5070804Z ##[group]Fetching submodules 2025-06-05T23:51:06.5075529Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:51:06.5431026Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:51:06.5778516Z 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:06.5780792Z 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:06.5782580Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:51:06.5784491Z 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:06.5786803Z 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:06.5788807Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:51:06.5791128Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:06.5794351Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:06.5797728Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:06.5802740Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:06.5805868Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:06.5808765Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:51:06.5812317Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:06.5815348Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:51:06.5819382Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:51:06.5824408Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:51:06.5829918Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:51:06.5833248Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:51:06.5836992Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:51:06.5840867Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:51:06.5862585Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:51:06.5863864Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:51:06.5865228Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:51:06.5867143Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:51:06.5890838Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:51:07.4200040Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:51:08.1875465Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:51:08.5331966Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:51:08.9856476Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:51:09.3108787Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:51:09.5680838Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:51:09.7754222Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:51:09.9605057Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:51:10.8277684Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:51:11.2095388Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:51:11.4378748Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:51:11.8176877Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:51:12.5866997Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:51:12.8157178Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:51:13.2547612Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:51:13.6150229Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:51:13.8939238Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:51:14.1275694Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:51:14.3909941Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:51:14.5786389Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:51:14.9733766Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:51:15.1923055Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:51:15.6643863Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:51:17.3264104Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:51:17.3264971Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:51:17.3395084Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:51:18.7582868Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:51:18.7583615Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:51:18.7722874Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:51:18.7742196Z 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:18.7772128Z 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:20.0911553Z From https://github.com/google/flatbuffers 2025-06-05T23:51:20.0912214Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:51:20.2117901Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:51:20.8899369Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:51:20.8900032Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:51:20.8995079Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:51:22.1348472Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:51:22.1349168Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:51:22.1929256Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:51:22.9000458Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:51:22.9001274Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:51:22.9357597Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:51:23.4399548Z From https://github.com/zeux/volk 2025-06-05T23:51:23.4400179Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:51:23.4496617Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:51:24.0420257Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:51:24.0420924Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:51:24.0529305Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:51:24.5159388Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:51:24.5160031Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:51:24.5228449Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:51:26.3222390Z From https://github.com/google/XNNPACK 2025-06-05T23:51:26.3223064Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:51:27.0016843Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:51:27.5611983Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:51:27.5612631Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:51:27.6551763Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:51:28.1179483Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:51:28.1180167Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:51:28.1279354Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:51:28.5777346Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:51:28.5778064Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:51:28.6389604Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:51:28.6409288Z 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:28.6410870Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:28.6413211Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:28.6416553Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:28.6419114Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:28.6450584Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:51:28.9695746Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:51:29.4019376Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:51:29.7279987Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:51:30.0146054Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:51:31.4975916Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:51:31.4976611Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:51:31.6094338Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:51:32.4388456Z From https://github.com/nlohmann/json 2025-06-05T23:51:32.4389509Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:51:32.5545344Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:51:33.1839409Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:51:33.1840066Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:51:33.2671263Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:51:33.2691007Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:33.2721988Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:51:34.0936698Z From https://github.com/zherczeg/sljit 2025-06-05T23:51:34.0937342Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:51:34.1158794Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:51:34.6507788Z From https://github.com/google/re2 2025-06-05T23:51:34.6508423Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:51:34.6703384Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:51:35.1992189Z From https://github.com/google/sentencepiece 2025-06-05T23:51:35.1992849Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:51:35.3377764Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:51:37.0550403Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:51:37.0551073Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:51:37.1966780Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:51:37.7489865Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:51:37.7490549Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:51:37.7812834Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:51:38.4278649Z From https://github.com/pytorch/ao 2025-06-05T23:51:38.4279280Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:51:38.5399190Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:51:38.5425220Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:38.5455004Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:51:40.6048082Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:51:40.6048761Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:51:41.2498203Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:51:42.0116132Z From https://github.com/google/flatbuffers 2025-06-05T23:51:42.0116791Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:51:42.1361023Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:51:43.0976501Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:51:43.0978449Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:51:43.1267732Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:51:43.6349770Z From https://github.com/gflags/gflags 2025-06-05T23:51:43.6350417Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:51:43.6559227Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:51:44.4233510Z From https://github.com/google/googletest 2025-06-05T23:51:44.4234173Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:51:44.4625252Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:51:44.9625659Z From https://github.com/leetal/ios-cmake 2025-06-05T23:51:44.9626312Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:51:44.9753821Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:51:45.5277928Z From https://github.com/nlohmann/json 2025-06-05T23:51:45.5278604Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:51:45.6422801Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:51:45.6606521Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:51:46.4375543Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:51:46.4376604Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:51:46.6000680Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:51:47.2331782Z From https://github.com/pybind/pybind11 2025-06-05T23:51:47.2332428Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:51:47.2661648Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:51:47.2707731Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:51:47.3031258Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:47.3081408Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:47.3133774Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:47.3189737Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:47.3243750Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:47.3297746Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:47.3349176Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:47.3401553Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:47.3455552Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:47.3508358Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:47.3576754Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:47.3629885Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:47.3679773Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:47.3730359Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:47.3782501Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:47.3837715Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:47.3886064Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:47.3938687Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:47.3988580Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:47.4042185Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:47.4096544Z Entering 'shim' 2025-06-05T23:51:47.4153270Z Entering 'third-party/ao' 2025-06-05T23:51:47.4203593Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:47.4267098Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:47.4323051Z Entering 'third-party/flatcc' 2025-06-05T23:51:47.4387631Z Entering 'third-party/gflags' 2025-06-05T23:51:47.4438374Z Entering 'third-party/googletest' 2025-06-05T23:51:47.4492460Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:47.4543651Z Entering 'third-party/json' 2025-06-05T23:51:47.4595284Z Entering 'third-party/pocketfft' 2025-06-05T23:51:47.4645984Z Entering 'third-party/prelude' 2025-06-05T23:51:47.4701449Z Entering 'third-party/pybind11' 2025-06-05T23:51:47.4767614Z ##[endgroup] 2025-06-05T23:51:47.4768201Z ##[group]Persisting credentials for submodules 2025-06-05T23:51:47.4777237Z [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:47.5111992Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:47.5178460Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:47.5242789Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:47.5314540Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:47.5379540Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:47.5448382Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:47.5515253Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:47.5583138Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:47.5648865Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:47.5714319Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:47.5793799Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:47.5859865Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:47.5926142Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:47.5988025Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:47.6055590Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:47.6118096Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:47.6181490Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:47.6245998Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:47.6311441Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:47.6377947Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:47.6443792Z Entering 'shim' 2025-06-05T23:51:47.6508355Z Entering 'third-party/ao' 2025-06-05T23:51:47.6572133Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:47.6648586Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:47.6715925Z Entering 'third-party/flatcc' 2025-06-05T23:51:47.6780267Z Entering 'third-party/gflags' 2025-06-05T23:51:47.6844056Z Entering 'third-party/googletest' 2025-06-05T23:51:47.6908872Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:47.6970569Z Entering 'third-party/json' 2025-06-05T23:51:47.7036728Z Entering 'third-party/pocketfft' 2025-06-05T23:51:47.7102397Z Entering 'third-party/prelude' 2025-06-05T23:51:47.7171802Z Entering 'third-party/pybind11' 2025-06-05T23:51:47.7257299Z [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:47.7584878Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:47.7645269Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-06-05T23:51:47.7663735Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:47.7726072Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-06-05T23:51:47.7742851Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:47.7802390Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-06-05T23:51:47.7826526Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:47.7887698Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:51:47.7907457Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:47.7967543Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-06-05T23:51:47.7986329Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:47.8049165Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-06-05T23:51:47.8070732Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:47.8133267Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-06-05T23:51:47.8152689Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:47.8213391Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-06-05T23:51:47.8232738Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:47.8295841Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-06-05T23:51:47.8317257Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:47.8378897Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-06-05T23:51:47.8412063Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:47.8475024Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-06-05T23:51:47.8495838Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:47.8556770Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-06-05T23:51:47.8575957Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:47.8636888Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:51:47.8654908Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:47.8718027Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-06-05T23:51:47.8738596Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:47.8806159Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-06-05T23:51:47.8825848Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:47.8885365Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2025-06-05T23:51:47.8902050Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:47.8962106Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2025-06-05T23:51:47.8983619Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:47.9044312Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-06-05T23:51:47.9062672Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:47.9121738Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-06-05T23:51:47.9142877Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:47.9205023Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-06-05T23:51:47.9226318Z Entering 'shim' 2025-06-05T23:51:47.9284775Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:51:47.9304724Z Entering 'third-party/ao' 2025-06-05T23:51:47.9366170Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:51:47.9385689Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:47.9447379Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-06-05T23:51:47.9478735Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:47.9539029Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:51:47.9561139Z Entering 'third-party/flatcc' 2025-06-05T23:51:47.9620159Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:51:47.9641790Z Entering 'third-party/gflags' 2025-06-05T23:51:47.9703352Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:51:47.9724437Z Entering 'third-party/googletest' 2025-06-05T23:51:47.9784588Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:51:47.9805326Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:47.9867977Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:51:47.9887541Z Entering 'third-party/json' 2025-06-05T23:51:47.9950419Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:51:47.9972347Z Entering 'third-party/pocketfft' 2025-06-05T23:51:48.0055143Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:51:48.0081714Z Entering 'third-party/prelude' 2025-06-05T23:51:48.0140246Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:51:48.0163450Z Entering 'third-party/pybind11' 2025-06-05T23:51:48.0228255Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:51:48.0836152Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:51:48.1167591Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:48.1219051Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:48.1267134Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:48.1322900Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:48.1372965Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:48.1422604Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:48.1472012Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:48.1523021Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:48.1573009Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:48.1624383Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:48.1690074Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:48.1741774Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:48.1790498Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:48.1838493Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:48.1888641Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:48.1939591Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:48.1987278Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:48.2038844Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:48.2087771Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:48.2137718Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:48.2192454Z Entering 'shim' 2025-06-05T23:51:48.2261339Z Entering 'third-party/ao' 2025-06-05T23:51:48.2313188Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:48.2375254Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:48.2428060Z Entering 'third-party/flatcc' 2025-06-05T23:51:48.2476258Z Entering 'third-party/gflags' 2025-06-05T23:51:48.2526701Z Entering 'third-party/googletest' 2025-06-05T23:51:48.2576604Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:48.2625621Z Entering 'third-party/json' 2025-06-05T23:51:48.2677659Z Entering 'third-party/pocketfft' 2025-06-05T23:51:48.2728097Z Entering 'third-party/prelude' 2025-06-05T23:51:48.2780761Z Entering 'third-party/pybind11' 2025-06-05T23:51:48.2849909Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:51:48.3185897Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:48.3234536Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:48.3284208Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:48.3339849Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:48.3390192Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:48.3438761Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:48.3488470Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:48.3540342Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:48.3589719Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:48.3649995Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:48.3723549Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:48.3772762Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:48.3823789Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:48.3871451Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:48.3921425Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:48.3969693Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:48.4018002Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:48.4069168Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:48.4116185Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:48.4172105Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:48.4225527Z Entering 'shim' 2025-06-05T23:51:48.4276440Z Entering 'third-party/ao' 2025-06-05T23:51:48.4327251Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:48.4387999Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:48.4442798Z Entering 'third-party/flatcc' 2025-06-05T23:51:48.4493524Z Entering 'third-party/gflags' 2025-06-05T23:51:48.4547525Z Entering 'third-party/googletest' 2025-06-05T23:51:48.4598429Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:48.4648802Z Entering 'third-party/json' 2025-06-05T23:51:48.4699310Z Entering 'third-party/pocketfft' 2025-06-05T23:51:48.4746763Z Entering 'third-party/prelude' 2025-06-05T23:51:48.4799186Z Entering 'third-party/pybind11' 2025-06-05T23:51:48.4859872Z ##[endgroup] 2025-06-05T23:51:48.4904874Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:51:48.4932613Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:48.5216919Z Prepare all required actions 2025-06-05T23:51:48.5217886Z Getting action download info 2025-06-05T23:51:48.6225780Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:51:48.8128513Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:51:48.8129050Z with: 2025-06-05T23:51:48.8129436Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:48.8130285Z docker-build-dir: .ci/docker 2025-06-05T23:51:48.8130683Z working-directory: pytorch/executorch 2025-06-05T23:51:48.8131124Z docker-build-script: ./build.sh 2025-06-05T23:51:48.8131630Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:48.8132155Z force-push: false 2025-06-05T23:51:48.8132445Z env: 2025-06-05T23:51:48.8132798Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:48.8133295Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:48.8133660Z PR_NUMBER: 2025-06-05T23:51:48.8136241Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:48.8138938Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:48.8139727Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:48.8140470Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:48.8140975Z ##[endgroup] 2025-06-05T23:51:48.8179109Z ##[group]Run set -ex 2025-06-05T23:51:48.8179524Z set -ex 2025-06-05T23:51:48.8179814Z  2025-06-05T23:51:48.8180366Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:51:48.8181252Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:51:48.8182007Z # job could then download the pre-built image as usual 2025-06-05T23:51:48.8182742Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:51:48.8183431Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8184021Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8184549Z  2025-06-05T23:51:48.8185019Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:51:48.8185606Z  exit 0 2025-06-05T23:51:48.8185892Z else 2025-06-05T23:51:48.8186236Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8186664Z fi 2025-06-05T23:51:48.8186947Z  2025-06-05T23:51:48.8187388Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:51:48.8188192Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:51:48.8188898Z  # use it as it is, but first let's extract the tag 2025-06-05T23:51:48.8189539Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:51:48.8190219Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8190859Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8191402Z else 2025-06-05T23:51:48.8191740Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:51:48.8192253Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:51:48.8192771Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:51:48.8212278Z  fi 2025-06-05T23:51:48.8213402Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:51:48.8214250Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8215201Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8216146Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8216945Z fi 2025-06-05T23:51:48.8224352Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:48.8224851Z env: 2025-06-05T23:51:48.8225203Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:48.8225705Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:48.8226075Z PR_NUMBER: 2025-06-05T23:51:48.8228491Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:48.8231192Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:48.8231986Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:48.8232718Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:48.8233247Z REPO_NAME: executorch 2025-06-05T23:51:48.8233679Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:48.8234190Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:51:48.8234564Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:51:48.8235060Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:48.8235580Z CUSTOM_TAG_PREFIX: 2025-06-05T23:51:48.8235893Z ##[endgroup] 2025-06-05T23:51:48.8269244Z + [[ ! -d .ci/docker ]] 2025-06-05T23:51:48.8269606Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:51:48.8269992Z + echo skip=false 2025-06-05T23:51:48.8270696Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-06-05T23:51:48.8271549Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *:* ]] 2025-06-05T23:51:48.8278258Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:51:48.8298198Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:48.8298819Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:48.8299976Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:48.8301311Z + echo custom-tag-prefix= 2025-06-05T23:51:48.8352072Z ##[group]Run set +e 2025-06-05T23:51:48.8352542Z set +e 2025-06-05T23:51:48.8352844Z set -x 2025-06-05T23:51:48.8353137Z  2025-06-05T23:51:48.8353418Z login() { 2025-06-05T23:51:48.8354043Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:51:48.8354737Z } 2025-06-05T23:51:48.8355009Z  2025-06-05T23:51:48.8355286Z retry () { 2025-06-05T23:51:48.8355647Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:51:48.8356064Z } 2025-06-05T23:51:48.8356331Z  2025-06-05T23:51:48.8356642Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:51:48.8357046Z  2025-06-05T23:51:48.8357329Z START_TIME=$(date +%s) 2025-06-05T23:51:48.8357721Z # Wait up to 120 minutes 2025-06-05T23:51:48.8358190Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:51:48.8359181Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:51:48.8359846Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:51:48.8360322Z  exit 0 2025-06-05T23:51:48.8360632Z  fi 2025-06-05T23:51:48.8360903Z  2025-06-05T23:51:48.8361418Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:51:48.8362302Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:51:48.8363400Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:51:48.8364085Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:51:48.8364605Z  # It's a Docker build job, let's build the image 2025-06-05T23:51:48.8365065Z  break 2025-06-05T23:51:48.8365357Z  else 2025-06-05T23:51:48.8365813Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:51:48.8366361Z  sleep 300 2025-06-05T23:51:48.8366685Z  fi 2025-06-05T23:51:48.8366962Z done 2025-06-05T23:51:48.8367243Z  2025-06-05T23:51:48.8367701Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:51:48.8368466Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:51:48.8369146Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:51:48.8369749Z  # if we're on the base branch then use the parent commit 2025-06-05T23:51:48.8370281Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:51:48.8370692Z else 2025-06-05T23:51:48.8371123Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:51:48.8371752Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:51:48.8372224Z fi 2025-06-05T23:51:48.8372498Z  2025-06-05T23:51:48.8372806Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:51:48.8373280Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8373711Z  2025-06-05T23:51:48.8374643Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:51:48.8375440Z  exit 0 2025-06-05T23:51:48.8375748Z fi 2025-06-05T23:51:48.8376033Z  2025-06-05T23:51:48.8376437Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:51:48.8377347Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:51:48.8378131Z  exit 1 2025-06-05T23:51:48.8378419Z fi 2025-06-05T23:51:48.8378695Z  2025-06-05T23:51:48.8379176Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:51:48.8380054Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:51:48.8380842Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:51:48.8381742Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:51:48.8382799Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:51:48.8383429Z fi 2025-06-05T23:51:48.8383700Z  2025-06-05T23:51:48.8384040Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:48.8391596Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:48.8392097Z env: 2025-06-05T23:51:48.8392987Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:48.8394039Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:48.8394588Z PR_NUMBER: 2025-06-05T23:51:48.8397304Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:48.8400236Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:48.8401024Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:48.8401754Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:48.8402290Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:51:48.8402731Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:48.8403293Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:48.8403888Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:48.8404397Z DOCKER_PUSH: 2025-06-05T23:51:48.8404694Z ##[endgroup] 2025-06-05T23:51:48.8434727Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:48.8435322Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:48.8437374Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:51:48.8438757Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:49.5537388Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:49.5538216Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:49.5538980Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:49.5539500Z 2025-06-05T23:51:49.5539631Z Login Succeeded 2025-06-05T23:51:49.5558936Z ++ date +%s 2025-06-05T23:51:49.5568780Z + START_TIME=1749167509 2025-06-05T23:51:49.5572237Z ++ date +%s 2025-06-05T23:51:49.5582367Z + [[ 1749160309 -lt 1749167509 ]] 2025-06-05T23:51:49.5583481Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:49.7630121Z { 2025-06-05T23:51:49.7630475Z "schemaVersion": 2, 2025-06-05T23:51:49.7631039Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:51:49.7631760Z "config": { 2025-06-05T23:51:49.7632195Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:51:49.7632732Z "size": 15130, 2025-06-05T23:51:49.7633283Z "digest": "sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363" 2025-06-05T23:51:49.7633921Z }, 2025-06-05T23:51:49.7634170Z "layers": [ 2025-06-05T23:51:49.7634444Z { 2025-06-05T23:51:49.7634873Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7635454Z "size": 28396680, 2025-06-05T23:51:49.7636008Z "digest": "sha256:19d897f6134856d62a1402d9f78fa7db1e0f38d57d8b4c08f166eec8cfad1a37" 2025-06-05T23:51:49.7636635Z }, 2025-06-05T23:51:49.7636888Z { 2025-06-05T23:51:49.7637314Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7637867Z "size": 628, 2025-06-05T23:51:49.7638407Z "digest": "sha256:e5c00e17150a8defe6ec789a32318565dc2f7c32b396d9d4af80cde62095468a" 2025-06-05T23:51:49.7639056Z }, 2025-06-05T23:51:49.7639299Z { 2025-06-05T23:51:49.7639729Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7640282Z "size": 146900767, 2025-06-05T23:51:49.7640843Z "digest": "sha256:e5779288aa125cb0e8ea8d78d8dd8e390e7f06c67071f64b67922753a327aae0" 2025-06-05T23:51:49.7641465Z }, 2025-06-05T23:51:49.7641721Z { 2025-06-05T23:51:49.7642157Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7642705Z "size": 622, 2025-06-05T23:51:49.7644596Z "digest": "sha256:d26f5aff9549787f3f5052cc25941f197d8d6d7ca81d1466e297fb3ed6f7e213" 2025-06-05T23:51:49.7645294Z }, 2025-06-05T23:51:49.7645554Z { 2025-06-05T23:51:49.7645984Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7646546Z "size": 18985025, 2025-06-05T23:51:49.7647106Z "digest": "sha256:d3fe47f6feba3b73008dd7c8c6d58b66b43b7d18f3bf43c5e0b4a0037735378a" 2025-06-05T23:51:49.7648017Z }, 2025-06-05T23:51:49.7648273Z { 2025-06-05T23:51:49.7648699Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7649252Z "size": 735, 2025-06-05T23:51:49.7649770Z "digest": "sha256:39941e1182910aa102a4a542936b8fd15f03244636cf2298e15b5068a2d080f0" 2025-06-05T23:51:49.7650387Z }, 2025-06-05T23:51:49.7650630Z { 2025-06-05T23:51:49.7651429Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7652010Z "size": 104, 2025-06-05T23:51:49.7652560Z "digest": "sha256:60041ae2fad5f1c6c019043be7ef726006d6e66bea4f8ab801a399de27ff6b0e" 2025-06-05T23:51:49.7653193Z }, 2025-06-05T23:51:49.7653439Z { 2025-06-05T23:51:49.7653873Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7654622Z "size": 446, 2025-06-05T23:51:49.7655172Z "digest": "sha256:0d576e0baee0083951e522cfcd9fc5941be90dd19d6c076f813f20f3eb138c04" 2025-06-05T23:51:49.7655799Z }, 2025-06-05T23:51:49.7656074Z { 2025-06-05T23:51:49.7656510Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7657059Z "size": 2741, 2025-06-05T23:51:49.7657610Z "digest": "sha256:46b6eec64e641d8c6333a176e84dadc5ca2a206953eb521c1f4df02d733f2c7b" 2025-06-05T23:51:49.7658235Z }, 2025-06-05T23:51:49.7658490Z { 2025-06-05T23:51:49.7658917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7659474Z "size": 634, 2025-06-05T23:51:49.7660018Z "digest": "sha256:0e772bd57ccd13fa0d05c128f7915868ecf6e6942357cb9d6661bfde92daa9f3" 2025-06-05T23:51:49.7660649Z }, 2025-06-05T23:51:49.7660896Z { 2025-06-05T23:51:49.7661328Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7661883Z "size": 35138131, 2025-06-05T23:51:49.7662435Z "digest": "sha256:2898dcbb555a1f56108ad74f0a328e2a36dc0d7cdcd48057283691a890acecf1" 2025-06-05T23:51:49.7663061Z }, 2025-06-05T23:51:49.7663305Z { 2025-06-05T23:51:49.7663761Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7664312Z "size": 317, 2025-06-05T23:51:49.7664851Z "digest": "sha256:79ddb610b7aa485e17969895a9dc4e5c5ff3869b11a6cb6835a264e09669d3f5" 2025-06-05T23:51:49.7665477Z }, 2025-06-05T23:51:49.7665726Z { 2025-06-05T23:51:49.7666158Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7666704Z "size": 246601961, 2025-06-05T23:51:49.7667255Z "digest": "sha256:430d9f2748c59a98a6e9460c7e05d67fde4f916818be85ec416a1a11872bba39" 2025-06-05T23:51:49.7667888Z }, 2025-06-05T23:51:49.7668143Z { 2025-06-05T23:51:49.7668606Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7669159Z "size": 473, 2025-06-05T23:51:49.7669706Z "digest": "sha256:d7c077eb34f9eac9c393c83b515129c9c6c6b0f873d37e6bc0fae49fee88b5e5" 2025-06-05T23:51:49.7670345Z }, 2025-06-05T23:51:49.7670590Z { 2025-06-05T23:51:49.7671018Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7671585Z "size": 1043, 2025-06-05T23:51:49.7672134Z "digest": "sha256:3f7dec1f62f17bc38595db9867c48a91cab44da3b15b7aecfd694f5c989514df" 2025-06-05T23:51:49.7672776Z }, 2025-06-05T23:51:49.7673022Z { 2025-06-05T23:51:49.7673457Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7674012Z "size": 613, 2025-06-05T23:51:49.7674561Z "digest": "sha256:84172107b5a7727d653f9fabee4a1bfb3232992bb9c0d05c90a04cce903fe8d8" 2025-06-05T23:51:49.7675185Z }, 2025-06-05T23:51:49.7675739Z { 2025-06-05T23:51:49.7676188Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7676760Z "size": 108851012, 2025-06-05T23:51:49.7677317Z "digest": "sha256:691aa9d79c12a237f1d1c6d43d6b3584f2f1537b207b543c451aa2a93059d1a4" 2025-06-05T23:51:49.7677933Z }, 2025-06-05T23:51:49.7678189Z { 2025-06-05T23:51:49.7678614Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7679414Z "size": 574, 2025-06-05T23:51:49.7679945Z "digest": "sha256:f914b1c5ae28e70100f0e5007da228173f0b47e4939cdea97e888ecf5c4b951e" 2025-06-05T23:51:49.7680574Z }, 2025-06-05T23:51:49.7680817Z { 2025-06-05T23:51:49.7681249Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7681804Z "size": 207, 2025-06-05T23:51:49.7682358Z "digest": "sha256:8609a913f2b1cb51905df3c846cee7dcc0200eae1afe77ffdf9d7412b83e80be" 2025-06-05T23:51:49.7682993Z }, 2025-06-05T23:51:49.7683236Z { 2025-06-05T23:51:49.7683680Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7684229Z "size": 1189, 2025-06-05T23:51:49.7684797Z "digest": "sha256:3aa0ae69cbbafcef5adede80235406eedec9962af059e8d3a90c08323608f7ed" 2025-06-05T23:51:49.7685436Z }, 2025-06-05T23:51:49.7685695Z { 2025-06-05T23:51:49.7686119Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7686676Z "size": 677, 2025-06-05T23:51:49.7687245Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:49.7687881Z }, 2025-06-05T23:51:49.7688136Z { 2025-06-05T23:51:49.7688566Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7689119Z "size": 1166943149, 2025-06-05T23:51:49.7689677Z "digest": "sha256:b14b3b360ade87f58c1b9940999c2bfdd4603ae5160a3a743a1f5269bacd09a3" 2025-06-05T23:51:49.7690512Z }, 2025-06-05T23:51:49.7690775Z { 2025-06-05T23:51:49.7691219Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7691766Z "size": 1383, 2025-06-05T23:51:49.7692315Z "digest": "sha256:f15f38e054b1007ebdaae386ed48f1d66824cd49c0028ce18315cecb02fc7c52" 2025-06-05T23:51:49.7692951Z }, 2025-06-05T23:51:49.7693197Z { 2025-06-05T23:51:49.7693767Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7694447Z "size": 677, 2025-06-05T23:51:49.7695024Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:49.7695672Z }, 2025-06-05T23:51:49.7695923Z { 2025-06-05T23:51:49.7696350Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7696906Z "size": 225678517, 2025-06-05T23:51:49.7697702Z "digest": "sha256:9df3438b7178446f991f60044bc0a1593d3fd6ddfc68a7a83a06d9fbdaf29bc1" 2025-06-05T23:51:49.7698326Z }, 2025-06-05T23:51:49.7698589Z { 2025-06-05T23:51:49.7699009Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7699576Z "size": 826, 2025-06-05T23:51:49.7700114Z "digest": "sha256:68be57e33e0da984c38fc8bdcb80c54b49ba23684b833f032547800b9218013b" 2025-06-05T23:51:49.7700745Z }, 2025-06-05T23:51:49.7700997Z { 2025-06-05T23:51:49.7701428Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7701983Z "size": 677, 2025-06-05T23:51:49.7702546Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:49.7703206Z }, 2025-06-05T23:51:49.7703450Z { 2025-06-05T23:51:49.7703880Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7704428Z "size": 154712357, 2025-06-05T23:51:49.7704997Z "digest": "sha256:ffe52f464aa4ca386d2899e928b6c359913b767344fd7043774a8b8fe16ac6d6" 2025-06-05T23:51:49.7705619Z }, 2025-06-05T23:51:49.7705871Z { 2025-06-05T23:51:49.7706292Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7706850Z "size": 528, 2025-06-05T23:51:49.7707825Z "digest": "sha256:d4eb43deb195b6e785733f6635bc8509cb58acfe187b36a2b905b208bb799bac" 2025-06-05T23:51:49.7708481Z }, 2025-06-05T23:51:49.7708734Z { 2025-06-05T23:51:49.7709160Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7709718Z "size": 677, 2025-06-05T23:51:49.7710094Z + exit 0 2025-06-05T23:51:49.7710622Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:49.7711484Z }, 2025-06-05T23:51:49.7711731Z { 2025-06-05T23:51:49.7712168Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7712726Z "size": 355, 2025-06-05T23:51:49.7713264Z "digest": "sha256:6c31c8daa073b26d7c8042ff6755e99498d2aefd14b7ff3243102bc3f07ca737" 2025-06-05T23:51:49.7713897Z }, 2025-06-05T23:51:49.7714138Z { 2025-06-05T23:51:49.7714571Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7715117Z "size": 32, 2025-06-05T23:51:49.7715670Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:51:49.7716304Z }, 2025-06-05T23:51:49.7716565Z { 2025-06-05T23:51:49.7717002Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7717555Z "size": 166, 2025-06-05T23:51:49.7718102Z "digest": "sha256:d4ddcc27fabc62b91200796139914238ed3663936cfa9f104dae3f5694dc2722" 2025-06-05T23:51:49.7718739Z }, 2025-06-05T23:51:49.7718988Z { 2025-06-05T23:51:49.7719416Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7719972Z "size": 1109, 2025-06-05T23:51:49.7720501Z "digest": "sha256:1918643c0ac60b2b30012ff25c48135d28022df6e006769e8790b1adb500a582" 2025-06-05T23:51:49.7721122Z }, 2025-06-05T23:51:49.7721367Z { 2025-06-05T23:51:49.7721802Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7722351Z "size": 32, 2025-06-05T23:51:49.7722918Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:51:49.7723560Z }, 2025-06-05T23:51:49.7723808Z { 2025-06-05T23:51:49.7724243Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:49.7724792Z "size": 108, 2025-06-05T23:51:49.7725327Z "digest": "sha256:0d2f99d8350e5486509e92dc162c4d8f8ebd2530d6b23b48138977bb803da7e7" 2025-06-05T23:51:49.7725942Z } 2025-06-05T23:51:49.7726199Z ] 2025-06-05T23:51:49.7726455Z } 2025-06-05T23:51:49.7773734Z ##[group]Run set -eux 2025-06-05T23:51:49.7774111Z set -eux 2025-06-05T23:51:49.7775517Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-06-05T23:51:49.7783966Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:49.7784467Z env: 2025-06-05T23:51:49.7784827Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:49.7785362Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:49.7785733Z PR_NUMBER: 2025-06-05T23:51:49.7788132Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:49.7790833Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:49.7791612Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:49.7792349Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:49.7792857Z ##[endgroup] 2025-06-05T23:51:49.7827906Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:51:49.7828593Z + jq --raw-output .SecretString 2025-06-05T23:51:49.7829071Z + jq -r .docker_hub_readonly_token 2025-06-05T23:51:49.7830079Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:51:50.5710771Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:50.5711605Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:50.5712777Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:50.5713294Z 2025-06-05T23:51:50.5713427Z Login Succeeded 2025-06-05T23:51:50.5825969Z Prepare all required actions 2025-06-05T23:51:50.5914439Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:51:50.5914949Z with: 2025-06-05T23:51:50.5915848Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:50.5917002Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:50.5917505Z env: 2025-06-05T23:51:50.5917868Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:50.5918364Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:50.5918743Z PR_NUMBER: 2025-06-05T23:51:50.5921200Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:50.5923887Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:50.5924675Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:50.5925409Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:50.5925914Z ##[endgroup] 2025-06-05T23:51:50.5958800Z ##[group]Run set -x 2025-06-05T23:51:50.5959181Z set -x 2025-06-05T23:51:50.5959478Z set +e 2025-06-05T23:51:50.5959769Z  2025-06-05T23:51:50.5960046Z login() { 2025-06-05T23:51:50.5960667Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:51:50.5961392Z } 2025-06-05T23:51:50.5961670Z  2025-06-05T23:51:50.5961940Z retry () { 2025-06-05T23:51:50.5962309Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:51:50.5962718Z } 2025-06-05T23:51:50.5962990Z  2025-06-05T23:51:50.5963295Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:51:50.5963701Z  2025-06-05T23:51:50.5964339Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:51:50.5965223Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:51:50.5965726Z  2025-06-05T23:51:50.5965995Z set -e 2025-06-05T23:51:50.5966443Z # ignore output since only exit code is used for conditional 2025-06-05T23:51:50.5967089Z # only pull docker image if it's not available locally 2025-06-05T23:51:50.5967809Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:51:50.5968480Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:51:50.5968911Z fi 2025-06-05T23:51:50.5976723Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:50.5977223Z env: 2025-06-05T23:51:50.5978130Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:50.5979179Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:50.5979559Z PR_NUMBER: 2025-06-05T23:51:50.5981952Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:50.5984979Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:50.5986023Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:50.5986781Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:50.5987430Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:50.5987946Z ##[endgroup] 2025-06-05T23:51:50.6019244Z + set +e 2025-06-05T23:51:50.6019660Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:50.6020221Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:50.6022961Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:51:50.6023934Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:51.3173968Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:51.3175071Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:51.3175952Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:51.3176477Z 2025-06-05T23:51:51.3176615Z Login Succeeded 2025-06-05T23:51:51.3199458Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:51.3200669Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:51:51.5391588Z + IMAGE_SIZE=2033.462812423706 2025-06-05T23:51:51.5392125Z + echo 'Compressed size of image in MB: 2033.462812423706' 2025-06-05T23:51:51.5392623Z + set -e 2025-06-05T23:51:51.5393613Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:51.5395620Z Compressed size of image in MB: 2033.462812423706 2025-06-05T23:51:51.5531419Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:51.5547641Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:51.7642587Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:51.7643460Z 19d897f61348: Pulling fs layer 2025-06-05T23:51:51.7643835Z e5c00e17150a: Pulling fs layer 2025-06-05T23:51:51.7644203Z e5779288aa12: Pulling fs layer 2025-06-05T23:51:51.7644566Z d26f5aff9549: Pulling fs layer 2025-06-05T23:51:51.7644943Z d3fe47f6feba: Pulling fs layer 2025-06-05T23:51:51.7645306Z 39941e118291: Pulling fs layer 2025-06-05T23:51:51.7645675Z 60041ae2fad5: Pulling fs layer 2025-06-05T23:51:51.7646046Z 0d576e0baee0: Pulling fs layer 2025-06-05T23:51:51.7646433Z 46b6eec64e64: Pulling fs layer 2025-06-05T23:51:51.7646844Z 0e772bd57ccd: Pulling fs layer 2025-06-05T23:51:51.7647224Z 2898dcbb555a: Pulling fs layer 2025-06-05T23:51:51.7647661Z 79ddb610b7aa: Pulling fs layer 2025-06-05T23:51:51.7648031Z 430d9f2748c5: Pulling fs layer 2025-06-05T23:51:51.7648405Z d7c077eb34f9: Pulling fs layer 2025-06-05T23:51:51.7648770Z 3f7dec1f62f1: Pulling fs layer 2025-06-05T23:51:51.7649129Z d26f5aff9549: Waiting 2025-06-05T23:51:51.7649447Z 84172107b5a7: Pulling fs layer 2025-06-05T23:51:51.7649813Z 691aa9d79c12: Pulling fs layer 2025-06-05T23:51:51.7650178Z f914b1c5ae28: Pulling fs layer 2025-06-05T23:51:51.7650544Z 8609a913f2b1: Pulling fs layer 2025-06-05T23:51:51.7650903Z d3fe47f6feba: Waiting 2025-06-05T23:51:51.7651233Z 3aa0ae69cbba: Pulling fs layer 2025-06-05T23:51:51.7651593Z 39941e118291: Waiting 2025-06-05T23:51:51.7651893Z 60041ae2fad5: Waiting 2025-06-05T23:51:51.7652233Z fce98e07ffd7: Pulling fs layer 2025-06-05T23:51:51.7652583Z 0d576e0baee0: Waiting 2025-06-05T23:51:51.7652914Z b14b3b360ade: Pulling fs layer 2025-06-05T23:51:51.7654125Z f15f38e054b1: Pulling fs layer 2025-06-05T23:51:51.7654741Z 46b6eec64e64: Waiting 2025-06-05T23:51:51.7655052Z 0e772bd57ccd: Waiting 2025-06-05T23:51:51.7655653Z 9df3438b7178: Pulling fs layer 2025-06-05T23:51:51.7656023Z 2898dcbb555a: Waiting 2025-06-05T23:51:51.7656353Z 68be57e33e0d: Pulling fs layer 2025-06-05T23:51:51.7656727Z ffe52f464aa4: Pulling fs layer 2025-06-05T23:51:51.7657076Z f914b1c5ae28: Waiting 2025-06-05T23:51:51.7657403Z d4eb43deb195: Pulling fs layer 2025-06-05T23:51:51.7657753Z 8609a913f2b1: Waiting 2025-06-05T23:51:51.7658064Z b14b3b360ade: Waiting 2025-06-05T23:51:51.7658384Z 6c31c8daa073: Pulling fs layer 2025-06-05T23:51:51.7658744Z 3aa0ae69cbba: Waiting 2025-06-05T23:51:51.7659066Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:51:51.7659425Z f15f38e054b1: Waiting 2025-06-05T23:51:51.7659747Z d4ddcc27fabc: Pulling fs layer 2025-06-05T23:51:51.7660106Z fce98e07ffd7: Waiting 2025-06-05T23:51:51.7660435Z 1918643c0ac6: Pulling fs layer 2025-06-05T23:51:51.7660804Z 79ddb610b7aa: Waiting 2025-06-05T23:51:51.7661135Z 0d2f99d8350e: Pulling fs layer 2025-06-05T23:51:51.7661480Z 9df3438b7178: Waiting 2025-06-05T23:51:51.7661794Z 430d9f2748c5: Waiting 2025-06-05T23:51:51.7662101Z 3f7dec1f62f1: Waiting 2025-06-05T23:51:51.7662670Z 68be57e33e0d: Waiting 2025-06-05T23:51:51.7663314Z d7c077eb34f9: Waiting 2025-06-05T23:51:51.7663643Z ffe52f464aa4: Waiting 2025-06-05T23:51:51.7663953Z d4eb43deb195: Waiting 2025-06-05T23:51:51.7664270Z 6c31c8daa073: Waiting 2025-06-05T23:51:51.7664569Z 84172107b5a7: Waiting 2025-06-05T23:51:51.7664888Z d4ddcc27fabc: Waiting 2025-06-05T23:51:51.7665207Z 1918643c0ac6: Waiting 2025-06-05T23:51:51.7665510Z 691aa9d79c12: Waiting 2025-06-05T23:51:51.8364612Z e5c00e17150a: Verifying Checksum 2025-06-05T23:51:51.8365071Z e5c00e17150a: Download complete 2025-06-05T23:51:51.9034577Z d26f5aff9549: Verifying Checksum 2025-06-05T23:51:51.9035041Z d26f5aff9549: Download complete 2025-06-05T23:51:52.0970517Z 19d897f61348: Download complete 2025-06-05T23:51:52.1404571Z d3fe47f6feba: Verifying Checksum 2025-06-05T23:51:52.1405049Z d3fe47f6feba: Download complete 2025-06-05T23:51:52.1785047Z 39941e118291: Verifying Checksum 2025-06-05T23:51:52.1786205Z 39941e118291: Download complete 2025-06-05T23:51:52.2156566Z 60041ae2fad5: Verifying Checksum 2025-06-05T23:51:52.2157018Z 60041ae2fad5: Download complete 2025-06-05T23:51:52.2551109Z 0d576e0baee0: Verifying Checksum 2025-06-05T23:51:52.2551579Z 0d576e0baee0: Download complete 2025-06-05T23:51:52.2809306Z 46b6eec64e64: Download complete 2025-06-05T23:51:52.3440033Z 0e772bd57ccd: Verifying Checksum 2025-06-05T23:51:52.3440995Z 0e772bd57ccd: Download complete 2025-06-05T23:51:52.4428146Z 79ddb610b7aa: Download complete 2025-06-05T23:51:52.6790446Z 2898dcbb555a: Verifying Checksum 2025-06-05T23:51:52.6790922Z 2898dcbb555a: Download complete 2025-06-05T23:51:52.7601013Z d7c077eb34f9: Download complete 2025-06-05T23:51:52.8344788Z 3f7dec1f62f1: Download complete 2025-06-05T23:51:52.8967022Z 84172107b5a7: Verifying Checksum 2025-06-05T23:51:52.8967528Z 84172107b5a7: Download complete 2025-06-05T23:51:53.2147544Z 19d897f61348: Pull complete 2025-06-05T23:51:53.2376287Z e5c00e17150a: Pull complete 2025-06-05T23:51:53.2860010Z e5779288aa12: Verifying Checksum 2025-06-05T23:51:53.2860475Z e5779288aa12: Download complete 2025-06-05T23:51:53.3601640Z f914b1c5ae28: Download complete 2025-06-05T23:51:53.4529186Z 8609a913f2b1: Download complete 2025-06-05T23:51:53.5432127Z 3aa0ae69cbba: Verifying Checksum 2025-06-05T23:51:53.5432605Z 3aa0ae69cbba: Download complete 2025-06-05T23:51:53.6133219Z fce98e07ffd7: Download complete 2025-06-05T23:51:54.0439519Z 691aa9d79c12: Verifying Checksum 2025-06-05T23:51:54.0439984Z 691aa9d79c12: Download complete 2025-06-05T23:51:54.1315326Z f15f38e054b1: Download complete 2025-06-05T23:51:54.9736292Z 430d9f2748c5: Download complete 2025-06-05T23:51:55.0611418Z 68be57e33e0d: Download complete 2025-06-05T23:51:56.4352993Z 9df3438b7178: Verifying Checksum 2025-06-05T23:51:56.4353546Z 9df3438b7178: Download complete 2025-06-05T23:51:56.5097976Z d4eb43deb195: Download complete 2025-06-05T23:51:56.5846838Z 6c31c8daa073: Verifying Checksum 2025-06-05T23:51:56.5848041Z 6c31c8daa073: Download complete 2025-06-05T23:51:56.5912263Z 4f4fb700ef54: Download complete 2025-06-05T23:51:56.6500290Z d4ddcc27fabc: Verifying Checksum 2025-06-05T23:51:56.6500777Z d4ddcc27fabc: Download complete 2025-06-05T23:51:56.6728995Z ffe52f464aa4: Verifying Checksum 2025-06-05T23:51:56.6729463Z ffe52f464aa4: Download complete 2025-06-05T23:51:56.7492073Z 0d2f99d8350e: Download complete 2025-06-05T23:51:56.7680344Z 1918643c0ac6: Verifying Checksum 2025-06-05T23:51:56.7680810Z 1918643c0ac6: Download complete 2025-06-05T23:51:57.5978396Z e5779288aa12: Pull complete 2025-06-05T23:51:57.6214011Z d26f5aff9549: Pull complete 2025-06-05T23:51:57.8238755Z d3fe47f6feba: Pull complete 2025-06-05T23:51:57.8466226Z 39941e118291: Pull complete 2025-06-05T23:51:57.8696046Z 60041ae2fad5: Pull complete 2025-06-05T23:51:57.8916126Z 0d576e0baee0: Pull complete 2025-06-05T23:51:57.9211077Z 46b6eec64e64: Pull complete 2025-06-05T23:51:57.9437253Z 0e772bd57ccd: Pull complete 2025-06-05T23:51:58.4137153Z 2898dcbb555a: Pull complete 2025-06-05T23:51:58.4366604Z 79ddb610b7aa: Pull complete 2025-06-05T23:52:04.9031943Z 430d9f2748c5: Pull complete 2025-06-05T23:52:05.1129467Z d7c077eb34f9: Pull complete 2025-06-05T23:52:05.2542774Z 3f7dec1f62f1: Pull complete 2025-06-05T23:52:05.3430553Z b14b3b360ade: Verifying Checksum 2025-06-05T23:52:05.3431021Z b14b3b360ade: Download complete 2025-06-05T23:52:05.3825826Z 84172107b5a7: Pull complete 2025-06-05T23:52:07.8845238Z 691aa9d79c12: Pull complete 2025-06-05T23:52:08.0967651Z f914b1c5ae28: Pull complete 2025-06-05T23:52:08.3089778Z 8609a913f2b1: Pull complete 2025-06-05T23:52:08.5333126Z 3aa0ae69cbba: Pull complete 2025-06-05T23:52:08.7453207Z fce98e07ffd7: Pull complete 2025-06-05T23:52:42.2200050Z b14b3b360ade: Pull complete 2025-06-05T23:52:42.2704859Z f15f38e054b1: Pull complete 2025-06-05T23:52:49.0182195Z 9df3438b7178: Pull complete 2025-06-05T23:52:49.0399978Z 68be57e33e0d: Pull complete 2025-06-05T23:52:56.0328239Z ffe52f464aa4: Pull complete 2025-06-05T23:52:56.0568284Z d4eb43deb195: Pull complete 2025-06-05T23:52:56.1020989Z 6c31c8daa073: Pull complete 2025-06-05T23:52:56.1245786Z 4f4fb700ef54: Pull complete 2025-06-05T23:52:56.1471796Z d4ddcc27fabc: Pull complete 2025-06-05T23:52:56.1693813Z 1918643c0ac6: Pull complete 2025-06-05T23:52:56.2153357Z 0d2f99d8350e: Pull complete 2025-06-05T23:52:56.2279445Z Digest: sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-05T23:52:56.2326971Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:56.2357562Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:56.2413715Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:56.2415254Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:56.2423162Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:56.2423665Z env: 2025-06-05T23:52:56.2424025Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:56.2424532Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:56.2424904Z PR_NUMBER: 2025-06-05T23:52:56.2427337Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:56.2430357Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:56.2431139Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:56.2431875Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:56.2432385Z ##[endgroup] 2025-06-05T23:52:56.2572958Z ##[group]Run set -ex 2025-06-05T23:52:56.2573380Z set -ex 2025-06-05T23:52:56.2573675Z { 2025-06-05T23:52:56.2573971Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:52:56.2574398Z  echo "set -eou pipefail"; 2025-06-05T23:52:56.2574949Z  # shellcheck disable=SC2016 2025-06-05T23:52:56.2575411Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:52:56.2575854Z  echo "set -x"; 2025-06-05T23:52:56.2576204Z  echo "${SCRIPT}"; 2025-06-05T23:52:56.2576581Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:56.2577066Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:56.2578034Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:52:56.2586716Z shell: /usr/bin/bash -e {0} 2025-06-05T23:52:56.2587076Z env: 2025-06-05T23:52:56.2588022Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:56.2589072Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:56.2589442Z PR_NUMBER: 2025-06-05T23:52:56.2591855Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:56.2594555Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:56.2595340Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:56.2596079Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:56.2597915Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:52:56.2598376Z ##[endgroup] 2025-06-05T23:52:56.2629326Z + echo '#!/usr/bin/env bash' 2025-06-05T23:52:56.2631662Z + echo 'set -eou pipefail' 2025-06-05T23:52:56.2632101Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:52:56.2632515Z + echo 'set -x' 2025-06-05T23:52:56.2633035Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:52:56.2633762Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:52:56.2634270Z conda activate "${CONDA_ENV}" 2025-06-05T23:52:56.2634543Z 2025-06-05T23:52:56.2634660Z MODEL_NAME=ic3 2025-06-05T23:52:56.2634961Z BUILD_TOOL="cmake" 2025-06-05T23:52:56.2635313Z BACKEND=xnnpack-quantization-delegation 2025-06-05T23:52:56.2635619Z 2025-06-05T23:52:56.2636015Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-06-05T23:52:56.2636680Z # Build and test ExecuTorch 2025-06-05T23:52:56.2637374Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:56.2638087Z ' 2025-06-05T23:52:56.2638478Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:52:56.2641566Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:53:20.3728385Z Running command: 2025-06-05T23:53:20.3736723Z 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_1ebbf847-e9d7-4250-9800-fc8e1eec3f9c":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_1ebbf847-e9d7-4250-9800-fc8e1eec3f9c" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:53:20.3744850Z 2025-06-05T23:53:20.3745267Z 69b25539a0ed38536717525c199833bd6b912538e012b0bd4235d693d3133e33 2025-06-05T23:53:20.3746140Z Running command: docker exec -t 69b25539a0ed38536717525c199833bd6b912538e012b0bd4235d693d3133e33 /exec 2025-06-05T23:53:20.3746882Z ++ conda env list --json 2025-06-05T23:53:20.3747210Z ++ local cmd=env 2025-06-05T23:53:20.3747504Z ++ case "$cmd" in 2025-06-05T23:53:20.3747810Z ++ __conda_exe env list --json 2025-06-05T23:53:20.3748179Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:53:20.3748539Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:53:20.3748981Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:53:20.3749397Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:53:20.3749807Z + local cmd=activate 2025-06-05T23:53:20.3750114Z + case "$cmd" in 2025-06-05T23:53:20.3750474Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:53:20.3750922Z + '[' -n '' ']' 2025-06-05T23:53:20.3751214Z + local ask_conda 2025-06-05T23:53:20.3751525Z ++ PS1='(base) ' 2025-06-05T23:53:20.3751921Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:20.3752583Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:20.3753140Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:53:20.3754319Z 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:20.3755569Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:20.3756093Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:20.3756498Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:20.3756957Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:20.3757432Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:20.3757885Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:20.3758317Z export _CE_M='\'''\'' 2025-06-05T23:53:20.3758647Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:20.3759080Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:20.3759565Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:53:20.3760707Z 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:20.3761955Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:20.3762418Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:20.3762805Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:20.3763495Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:20.3763974Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:20.3764430Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:20.3764856Z export _CE_M='\'''\'' 2025-06-05T23:53:20.3765187Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:20.3765614Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:20.3766258Z ++ PS1='(py_3.10) ' 2025-06-05T23:53:20.3767344Z ++ 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:20.3769222Z ++ 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:20.3770387Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:20.3770839Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:20.3771256Z ++ export CONDA_SHLVL=2 2025-06-05T23:53:20.3771571Z ++ CONDA_SHLVL=2 2025-06-05T23:53:20.3771893Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:20.3772290Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:20.3772691Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:53:20.3773136Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:53:20.3773563Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:20.3773970Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:20.3774354Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:20.3774887Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:20.3775257Z ++ export _CE_M= 2025-06-05T23:53:20.3775548Z ++ _CE_M= 2025-06-05T23:53:20.3775817Z ++ export _CE_CONDA= 2025-06-05T23:53:20.3776128Z ++ _CE_CONDA= 2025-06-05T23:53:20.3776465Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:20.3776948Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:20.3777351Z + __conda_hashr 2025-06-05T23:53:20.3777640Z + '[' -n '' ']' 2025-06-05T23:53:20.3777930Z + '[' -n '' ']' 2025-06-05T23:53:20.3778303Z + hash -r 2025-06-05T23:53:20.3778575Z + MODEL_NAME=ic3 2025-06-05T23:53:20.3778879Z + BUILD_TOOL=cmake 2025-06-05T23:53:20.3779239Z + BACKEND=xnnpack-quantization-delegation 2025-06-05T23:53:20.3779679Z + PYTHON_EXECUTABLE=python 2025-06-05T23:53:20.3780108Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:53:20.3780601Z ++ dirname .ci/scripts/setup-linux.sh 2025-06-05T23:53:20.3781024Z + source .ci/scripts/utils.sh 2025-06-05T23:53:20.3781412Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-06-05T23:53:20.3781845Z ++ parse_args --build-tool cmake 2025-06-05T23:53:20.3782226Z ++ args=('--build-tool' 'cmake') 2025-06-05T23:53:20.3782588Z ++ local args 2025-06-05T23:53:20.3782870Z ++ local i 2025-06-05T23:53:20.3783141Z ++ local BUILD_TOOL= 2025-06-05T23:53:20.3783458Z ++ local BUILD_MODE= 2025-06-05T23:53:20.3783764Z ++ local EDITABLE= 2025-06-05T23:53:20.3784062Z ++ (( i=0 )) 2025-06-05T23:53:20.3784358Z ++ (( i<2 )) 2025-06-05T23:53:20.3784664Z ++ case "${args[$i]}" in 2025-06-05T23:53:20.3784988Z ++ BUILD_TOOL=cmake 2025-06-05T23:53:20.3785281Z ++ i=1 2025-06-05T23:53:20.3785539Z ++ (( i++ )) 2025-06-05T23:53:20.3785814Z ++ (( i<2 )) 2025-06-05T23:53:20.3786088Z ++ '[' -z cmake ']' 2025-06-05T23:53:20.3786407Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-06-05T23:53:20.3786773Z ++ BUILD_MODE=Release 2025-06-05T23:53:20.3787135Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-06-05T23:53:20.3787524Z ++ EDITABLE=false 2025-06-05T23:53:20.3787832Z ++ [[ false =~ ^(true|false)$ ]] 2025-06-05T23:53:20.3788211Z ++ echo 'cmake Release false' 2025-06-05T23:53:20.3788563Z + [[ false == \t\r\u\e ]] 2025-06-05T23:53:20.3788952Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:53:20.3789371Z + which pip 2025-06-05T23:53:20.3789670Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:53:20.3790093Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:53:20.3790714Z 2025-06-05 23:53:19,042 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:53:20.3791881Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:20.3792994Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:53:20.3794348Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:53:20.3795600Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:53:20.3796565Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:53:20.3797487Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:53:20.3798628Z 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:20.3799839Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:53:20.3800588Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:53:20.3801808Z 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:20.3803023Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:53:20.3803922Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-06-05T23:53:20.3805218Z 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:20.3806732Z 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:20.3808310Z 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:20.3809894Z 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:20.3811449Z 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:20.3812982Z 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:20.3814758Z 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:20.3816557Z 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:20.3818372Z 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:20.3820214Z 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:24.6730514Z 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:24.6732505Z 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:24.6734382Z 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:24.6736361Z 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:24.6738862Z 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:24.6740995Z 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:24.6743052Z 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:24.6745063Z 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:24.6746653Z 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:24.6747911Z 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:24.6749145Z 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:24.6750424Z 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:24.6751576Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6752414Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:53:24.6753210Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6754002Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:53:24.6754796Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6755605Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:53:24.6756424Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6757797Z 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:24.6762618Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:53:24.6763657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 76.8 MB/s eta 0:00:00 2025-06-05T23:53:24.6764599Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6765645Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB) 2025-06-05T23:53:24.6766714Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6767710Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:53:24.6768675Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6769679Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:53:24.6770640Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6771616Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (22 kB) 2025-06-05T23:53:24.6773168Z 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:24.6774959Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6776427Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.4 kB) 2025-06-05T23:53:24.6777975Z 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:24.6779780Z 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:24.6781142Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6782096Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (3.3 kB) 2025-06-05T23:53:24.6783049Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6784054Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:53:24.6785523Z 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:24.6786946Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6788215Z 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:24.6789541Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:24.6790672Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:53:24.6791786Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:53:24.6792654Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:53:24.6793678Z 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:24.6794926Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.6 kB) 2025-06-05T23:53:24.6796304Z 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:24.6797793Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:53:24.6798962Z 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:24.6800089Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:53:24.6801250Z 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:24.6802420Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:53:24.6803993Z 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:24.6805969Z 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:24.6807316Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (17 kB) 2025-06-05T23:53:24.6808673Z 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:24.6810011Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.3 kB) 2025-06-05T23:53:24.6811722Z 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:24.6813233Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (10 kB) 2025-06-05T23:53:24.6814684Z 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:24.6815956Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (72 kB) 2025-06-05T23:53:27.0395978Z 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:27.0398473Z 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:27.0400581Z 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:27.0402273Z 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:27.0403476Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.7 kB) 2025-06-05T23:53:27.0404745Z 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:27.0406043Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:27.0407234Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:53:27.0408324Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:27.0409917Z [?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:27.0412030Z 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:27.0414068Z 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:27.0416333Z 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:27.0417741Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:53:27.0418636Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:27.0419693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 99.5 MB/s eta 0:00:00 2025-06-05T23:53:27.0420820Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-06-05T23:53:27.0421910Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-06-05T23:53:27.0422872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 159.6 MB/s eta 0:00:00 2025-06-05T23:53:27.0423664Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:53:27.0425033Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:53:27.0426304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 84.2 MB/s eta 0:00:00 2025-06-05T23:53:27.0427184Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:53:27.0428325Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB) 2025-06-05T23:53:27.0429449Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:-- 2025-06-05T23:53:27.0430352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 149.2 MB/s eta 0:00:00 2025-06-05T23:53:27.0431111Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:53:27.0431693Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:53:27.0432498Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB) 2025-06-05T23:53:27.0433543Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:27.0434446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 138.9 MB/s eta 0:00:00 2025-06-05T23:53:27.0435255Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:53:27.0436115Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220 kB) 2025-06-05T23:53:27.0437142Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327 kB) 2025-06-05T23:53:27.0437979Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:53:27.0438634Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:53:27.0439490Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225 kB) 2025-06-05T23:53:27.0440586Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (206 kB) 2025-06-05T23:53:27.0441539Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl (40.7 MB) 2025-06-05T23:53:27.0442466Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.7 MB ? eta -:--:-- 2025-06-05T23:53:27.0443437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.6/40.7 MB 313.2 MB/s eta 0:00:01 2025-06-05T23:53:27.0444405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/40.7 MB 200.4 MB/s eta 0:00:00 2025-06-05T23:53:27.0445461Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB) 2025-06-05T23:53:27.0446508Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.7 MB ? eta -:--:-- 2025-06-05T23:53:27.0447645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 134.8 MB/s eta 0:00:00 2025-06-05T23:53:27.0448693Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:53:27.0449507Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279 kB) 2025-06-05T23:53:27.0450528Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB) 2025-06-05T23:53:27.0451711Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2025-06-05T23:53:27.0452606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 79.2 MB/s eta 0:00:00 2025-06-05T23:53:27.0453431Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:53:27.0456931Z  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:27.0460078Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- \ done 2025-06-05T23:53:27.0461717Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=de46528f7978ace93ac526d56afff7f14636474f3d69dce94df47402f0b31427 2025-06-05T23:53:27.0463368Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:53:27.0464247Z Successfully built antlr4-python3-runtime 2025-06-05T23:53:33.0162854Z 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:33.0165316Z [?25l 2025-06-05T23:53:33.0165955Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/27 [xxhash] 2025-06-05T23:53:33.0166847Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:33.0170057Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:33.0171030Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:33.0171928Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:33.0172755Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:33.0173578Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:33.0174732Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:33.0175571Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:33.0176899Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:33.0177754Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:33.0178605Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:33.0179413Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:33.0180231Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:33.0181063Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:33.0182015Z  Attempting uninstall: fsspec 2025-06-05T23:53:33.0182678Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:33.0183373Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:53:33.0184260Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:33.0184893Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:53:33.0185579Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:33.0186245Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:53:33.0186975Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:33.0187791Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:33.0188639Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:33.0189454Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 12/27 [dill] 2025-06-05T23:53:33.0190266Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:33.0191117Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:33.0191922Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:33.0192735Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:33.0193557Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:33.0194367Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:33.0195384Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:33.0196209Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 14/27 [async-timeout] 2025-06-05T23:53:33.0197395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:53:33.0198541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 20/27 [blobfile] 2025-06-05T23:53:33.0199363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:33.0200148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:33.0200765Z  Attempting uninstall: timm 2025-06-05T23:53:33.0201405Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:33.0202054Z  Found existing installation: timm 0.6.13 2025-06-05T23:53:33.0202787Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:33.0203404Z  Uninstalling timm-0.6.13: 2025-06-05T23:53:33.0204036Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:33.0204843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:33.0205487Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:53:33.0206180Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:33.0206949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:33.0207730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:52.5937862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:52.5938768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:52.5939531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:52.5940330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:52.5941602Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:52.5942435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:52.5943225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:52.5944048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:52.5944817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:53:52.5945610Z [?25h 2025-06-05T23:53:52.5948568Z 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:52.5951177Z Processing ./third-party/ao 2025-06-05T23:53:52.5951704Z Preparing metadata (setup.py) ... [?25l- \ done 2025-06-05T23:53:52.5952294Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:53:52.5952914Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:52.5954133Z [?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:52.5955646Z 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:52.5957168Z 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:52.5958773Z 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:52.5960402Z 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:52.5962176Z 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:52.5963989Z 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:52.5965740Z 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:52.5967560Z 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:52.5969355Z 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:52.5984908Z 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:52.5986857Z 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:52.5989081Z 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:52.5991135Z 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:52.5993028Z 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:52.5994999Z 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:52.6023490Z 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:52.6024877Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:52.6028302Z  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:52.6031329Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | done 2025-06-05T23:53:52.6032943Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_aarch64.whl size=956243 sha256=147b39adbc8d5a21bbcc52e85d2006a6ac5ae402f93157b1be2dffe4362c3c7f 2025-06-05T23:53:52.6034630Z Stored in directory: /tmp/pip-ephem-wheel-cache-6628m133/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:53:52.6035863Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ | done 2025-06-05T23:53:52.6037447Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=94f2b82aacdc2a55fa131246ee06c0812e3f757b932a2516c4ea975a34be7caa 2025-06-05T23:53:52.6039106Z Stored in directory: /tmp/pip-ephem-wheel-cache-6628m133/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:53:52.6040054Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:53:52.6040619Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:52.6041184Z [?25l 2025-06-05T23:53:52.6041690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:52.6042413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:52.6043107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:52.6043812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:52.6044546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:52.6045278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:53:52.6045843Z [?25h 2025-06-05T23:53:52.6046445Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:53:52.6047328Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:53:52.6048274Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:52.6048972Z Processing /pytorch/executorch 2025-06-05T23:53:52.6049428Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:53:52.6051176Z /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:52.6052388Z !! 2025-06-05T23:53:52.6052532Z 2025-06-05T23:53:56.0619850Z ******************************************************************************** 2025-06-05T23:53:56.0621184Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:53:56.0622150Z 2025-06-05T23:53:56.0622454Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:56.0623097Z or your builds will no longer be supported. 2025-06-05T23:53:56.0623423Z 2025-06-05T23:53:56.0623919Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:56.0624728Z ******************************************************************************** 2025-06-05T23:53:56.0625056Z 2025-06-05T23:53:56.0625162Z !! 2025-06-05T23:53:56.0625445Z corresp(dist, value, root_dir) 2025-06-05T23:53:56.0626608Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:56.0627759Z !! 2025-06-05T23:53:56.0627906Z 2025-06-05T23:53:56.0628067Z ******************************************************************************** 2025-06-05T23:53:56.0628801Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:56.0629371Z 2025-06-05T23:53:56.0629569Z License :: OSI Approved :: BSD License 2025-06-05T23:53:56.0629887Z 2025-06-05T23:53:56.0630354Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:56.0631148Z ******************************************************************************** 2025-06-05T23:53:56.0631470Z 2025-06-05T23:53:56.0631575Z !! 2025-06-05T23:53:56.0631870Z dist._finalize_license_expression() 2025-06-05T23:53:56.0632912Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:56.0633926Z !! 2025-06-05T23:53:56.0634073Z 2025-06-05T23:53:56.0634237Z ******************************************************************************** 2025-06-05T23:53:56.0634968Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:56.0635538Z 2025-06-05T23:53:56.0635715Z License :: OSI Approved :: BSD License 2025-06-05T23:53:56.0636018Z 2025-06-05T23:53:56.0636486Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:56.0637404Z ******************************************************************************** 2025-06-05T23:53:56.0637725Z 2025-06-05T23:53:56.0637830Z !! 2025-06-05T23:53:56.0638130Z self._finalize_license_expression() 2025-06-05T23:53:56.0638540Z running dist_info 2025-06-05T23:53:56.0638996Z creating /tmp/pip-modern-metadata-w9zcqv6y/executorch.egg-info 2025-06-05T23:53:56.0639761Z writing /tmp/pip-modern-metadata-w9zcqv6y/executorch.egg-info/PKG-INFO 2025-06-05T23:53:56.0640758Z writing dependency_links to /tmp/pip-modern-metadata-w9zcqv6y/executorch.egg-info/dependency_links.txt 2025-06-05T23:53:56.0641876Z writing entry points to /tmp/pip-modern-metadata-w9zcqv6y/executorch.egg-info/entry_points.txt 2025-06-05T23:53:56.0642903Z writing requirements to /tmp/pip-modern-metadata-w9zcqv6y/executorch.egg-info/requires.txt 2025-06-05T23:53:56.0643987Z writing top-level names to /tmp/pip-modern-metadata-w9zcqv6y/executorch.egg-info/top_level.txt 2025-06-05T23:53:56.0645409Z writing manifest file '/tmp/pip-modern-metadata-w9zcqv6y/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:56.0646402Z reading manifest file '/tmp/pip-modern-metadata-w9zcqv6y/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:56.0647135Z adding license file 'LICENSE' 2025-06-05T23:53:56.0647931Z writing manifest file '/tmp/pip-modern-metadata-w9zcqv6y/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:56.0648933Z creating '/tmp/pip-modern-metadata-w9zcqv6y/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:53:56.0650030Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:53:56.0651096Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.1.6) 2025-06-05T23:53:56.0652195Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:56.0653871Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-06-05T23:53:56.0655776Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:53:56.0656970Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:53:56.0658485Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:53:56.0659969Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:53:56.0661448Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:53:56.0662972Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:53:56.0664503Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:53:56.0666010Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:53:56.0667062Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:56.0668683Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:53:56.0670359Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:53:56.0671101Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:56.0672868Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:53:56.0674725Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:53:56.0676091Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:53:56.0677636Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:53:56.0679134Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:53:56.0680152Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:56.0681711Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-06-05T23:53:56.0683552Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:53:56.0684721Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:53:56.0685873Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:56.0686565Z Downloading coremltools-8.3.0.tar.gz (1.6 MB) 2025-06-05T23:53:56.0687496Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:56.0688404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 75.9 MB/s eta 0:00:00 2025-06-05T23:53:56.0689116Z [?25h Running command python setup.py egg_info 2025-06-05T23:53:56.0689562Z running egg_info 2025-06-05T23:53:56.0690001Z creating /tmp/pip-pip-egg-info-l5otfwt0/coremltools.egg-info 2025-06-05T23:53:56.0690714Z writing /tmp/pip-pip-egg-info-l5otfwt0/coremltools.egg-info/PKG-INFO 2025-06-05T23:53:56.0691669Z writing dependency_links to /tmp/pip-pip-egg-info-l5otfwt0/coremltools.egg-info/dependency_links.txt 2025-06-05T23:53:56.0692731Z writing requirements to /tmp/pip-pip-egg-info-l5otfwt0/coremltools.egg-info/requires.txt 2025-06-05T23:53:56.0693730Z writing top-level names to /tmp/pip-pip-egg-info-l5otfwt0/coremltools.egg-info/top_level.txt 2025-06-05T23:53:56.0694805Z writing manifest file '/tmp/pip-pip-egg-info-l5otfwt0/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:53:56.0695751Z reading manifest file '/tmp/pip-pip-egg-info-l5otfwt0/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:53:56.0696455Z reading manifest template 'MANIFEST.in' 2025-06-05T23:53:56.0696903Z adding license file 'LICENSE.txt' 2025-06-05T23:53:56.0697561Z adding license file 'NOTICE.txt' 2025-06-05T23:53:56.0698275Z writing manifest file '/tmp/pip-pip-egg-info-l5otfwt0/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:53:56.0699159Z Preparing metadata (setup.py) ... [?25l[?25hdone 2025-06-05T23:53:56.0699837Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:56.0701629Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/76/a1/7a5a94032c83375e4fe7e7f56e3976ea6ac90c5e85fac8576409e25c39c3/protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl.metadata 2025-06-05T23:53:56.0703482Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl.metadata (593 bytes) 2025-06-05T23:53:56.0704769Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:53:56.0706425Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:53:57.9348157Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:57.9350432Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:53:57.9351987Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:53:57.9352766Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:57.9354575Z 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:53:57.9356099Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:53:57.9357349Z 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:53:57.9359070Z 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:53:57.9360748Z 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:53:57.9362499Z 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:53:57.9364371Z 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:53:57.9366226Z 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:53:57.9367915Z 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:53:57.9369515Z 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:53:57.9371091Z 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:53:57.9372159Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:57.9373652Z 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:53:57.9375321Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:53:57.9376463Z 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:53:57.9377638Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:57.9379288Z 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:53:57.9380885Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:53:57.9382108Z 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:53:57.9383366Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl (322 kB) 2025-06-05T23:53:57.9384037Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:53:57.9384650Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:53:57.9385249Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:53:57.9385857Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:53:57.9386663Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:53:57.9387228Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:53:57.9387787Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:53:57.9388342Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:53:57.9389156Z Building wheels for collected packages: executorch, coremltools 2025-06-05T23:53:57.9389851Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:53:57.9391237Z /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:57.9392450Z !! 2025-06-05T23:53:57.9392605Z 2025-06-05T23:53:57.9392769Z ******************************************************************************** 2025-06-05T23:53:57.9393912Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:53:57.9394884Z 2025-06-05T23:53:57.9395189Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:57.9395819Z or your builds will no longer be supported. 2025-06-05T23:53:57.9396140Z 2025-06-05T23:53:57.9396624Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:57.9397602Z ******************************************************************************** 2025-06-05T23:53:57.9397923Z 2025-06-05T23:53:57.9398040Z !! 2025-06-05T23:53:57.9398318Z corresp(dist, value, root_dir) 2025-06-05T23:53:57.9399468Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:57.9400606Z !! 2025-06-05T23:53:57.9400757Z 2025-06-05T23:53:57.9400922Z ******************************************************************************** 2025-06-05T23:53:57.9401681Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:57.9402253Z 2025-06-05T23:53:57.9402454Z License :: OSI Approved :: BSD License 2025-06-05T23:53:57.9402769Z 2025-06-05T23:53:57.9403241Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:57.9404024Z ******************************************************************************** 2025-06-05T23:53:57.9404341Z 2025-06-05T23:53:57.9404449Z !! 2025-06-05T23:53:57.9404755Z dist._finalize_license_expression() 2025-06-05T23:53:57.9405792Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:57.9406803Z !! 2025-06-05T23:53:57.9406946Z 2025-06-05T23:53:57.9407117Z ******************************************************************************** 2025-06-05T23:53:57.9407858Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:57.9408425Z 2025-06-05T23:53:57.9408600Z License :: OSI Approved :: BSD License 2025-06-05T23:53:57.9408907Z 2025-06-05T23:53:57.9409381Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:57.9410167Z ******************************************************************************** 2025-06-05T23:53:57.9410484Z 2025-06-05T23:53:57.9410598Z !! 2025-06-05T23:53:57.9410887Z self._finalize_license_expression() 2025-06-05T23:53:57.9411302Z running bdist_wheel 2025-06-05T23:53:57.9411614Z running build 2025-06-05T23:53:57.9411942Z command options for 'CustomBuild': 2025-06-05T23:53:57.9412344Z build_base = pip-out 2025-06-05T23:53:57.9412704Z build_purelib = pip-out/lib 2025-06-05T23:53:57.9413519Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:53:57.9414085Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:53:57.9414708Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:53:57.9415202Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-06-05T23:53:57.9415697Z plat_name = linux-aarch64 2025-06-05T23:53:57.9416056Z compiler = None 2025-06-05T23:53:57.9416555Z parallel = None 2025-06-05T23:53:57.9416875Z debug = None 2025-06-05T23:53:57.9417168Z force = None 2025-06-05T23:53:57.9417525Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:53:57.9418222Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:53:57.9419091Z clearing /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:53:57.9419752Z Preset CMake variables: 2025-06-05T23:53:57.9419977Z 2025-06-05T23:53:57.9420132Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:53:57.9420790Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:53:57.9421331Z 2025-06-05T23:53:57.9421511Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:53:57.9422009Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:53:57.9422492Z -- Detecting C compiler ABI info 2025-06-05T23:53:57.9422917Z -- Detecting C compiler ABI info - done 2025-06-05T23:53:57.9423453Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:53:57.9423974Z -- Detecting C compile features 2025-06-05T23:53:57.9424383Z -- Detecting C compile features - done 2025-06-05T23:53:57.9424824Z -- Detecting CXX compiler ABI info 2025-06-05T23:53:57.9425250Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:53:57.9425790Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:53:57.9426323Z -- Detecting CXX compile features 2025-06-05T23:53:57.9426747Z -- Detecting CXX compile features - done 2025-06-05T23:53:57.9427378Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:53:57.9428000Z -- --- Configured Options --- 2025-06-05T23:53:57.9428247Z 2025-06-05T23:53:57.9428414Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:53:57.9428894Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:53:57.9429406Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:53:57.9429991Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:53:57.9430587Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:53:57.9431072Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:53:57.9431542Z -- BUCK2 : 2025-06-05T23:53:57.9432213Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:53:57.9432914Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:53:57.9433409Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:53:57.9433897Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:53:57.9434412Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:53:57.9435151Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:54:02.5386270Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:54:02.5386864Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:54:02.5387379Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:54:02.5387883Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:54:02.5388432Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:54:02.5388937Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:54:02.5389441Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:54:02.5389940Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:54:02.5390598Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:54:02.5391798Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:54:02.5392308Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:54:02.5392807Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:54:02.5393313Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:54:02.5394019Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:54:02.5394548Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:54:02.5395063Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:54:02.5395556Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:54:02.5396045Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:54:02.5396533Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:54:02.5397179Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:54:02.5397735Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:54:02.5398245Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:54:02.5398752Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:54:02.5399243Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:54:02.5399735Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:54:02.5400229Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:54:02.5400733Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:54:02.5401230Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:54:02.5401715Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:54:02.5402204Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:54:02.5402693Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:54:02.5403182Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:54:02.5403664Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:54:02.5404282Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:54:02.5404795Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:54:02.5405290Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:02.5405838Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:54:02.5406355Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:54:02.5406863Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:02.5407455Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:54:02.5408075Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:54:02.5408584Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:54:02.5409047Z -- -------------------------- 2025-06-05T23:54:02.5409635Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:54:02.5410574Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:54:02.5411472Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.5412049Z CMake. 2025-06-05T23:54:02.5412221Z 2025-06-05T23:54:02.5412526Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.5413285Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.5413955Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.5414307Z 2025-06-05T23:54:02.5414324Z 2025-06-05T23:54:02.5414551Z -- pybind11 v2.13.6 2025-06-05T23:54:02.5415317Z -- 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:02.5416287Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:54:02.5416837Z -- Performing Test HAS_FLTO 2025-06-05T23:54:02.5417252Z -- Performing Test HAS_FLTO - Success 2025-06-05T23:54:02.5417967Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:02.5418851Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.5419759Z CMake. 2025-06-05T23:54:02.5419920Z 2025-06-05T23:54:02.5420229Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.5420995Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.5421838Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.5422219Z 2025-06-05T23:54:02.5422225Z 2025-06-05T23:54:02.5422460Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:02.5423081Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:02.5423671Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:54:02.5424179Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:54:02.5424820Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:54:02.5425448Z -- GCC_VERSION: 11 2025-06-05T23:54:02.5425654Z 2025-06-05T23:54:02.5426811Z -- 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:02.5428605Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:02.5429595Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.5430160Z CMake. 2025-06-05T23:54:02.5430326Z 2025-06-05T23:54:02.5430634Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.5431390Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.5432049Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.5432399Z 2025-06-05T23:54:02.5432404Z 2025-06-05T23:54:02.5432947Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:02.5433947Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.5434519Z CMake. 2025-06-05T23:54:02.5434677Z 2025-06-05T23:54:02.5434983Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.5435758Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.5436428Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.5436778Z 2025-06-05T23:54:02.5436784Z 2025-06-05T23:54:02.5436955Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:54:02.5437488Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:54:02.5437959Z -- Found Threads: TRUE 2025-06-05T23:54:02.5438749Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:02.5439777Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:02.5440345Z CMake. 2025-06-05T23:54:02.5440504Z 2025-06-05T23:54:02.5440818Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:02.5441579Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:02.5442245Z to work with policies introduced by or earlier. 2025-06-05T23:54:02.5442603Z 2025-06-05T23:54:02.5442608Z 2025-06-05T23:54:02.5443132Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:54:02.5443926Z -- Killing buck2 daemon 2025-06-05T23:54:02.5444612Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:54:02.5445378Z -- executorch: Generating source lists 2025-06-05T23:54:02.5446354Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:02.5448016Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:02.5449433Z '/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:02.5450366Z -- Generating operator lib: 2025-06-05T23:54:02.5450903Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:02.5451496Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:02.5452063Z -- ROOT_OPS: 2025-06-05T23:54:02.5452371Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:02.5454197Z 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:02.5456211Z -- Generating kernel bindings: 2025-06-05T23:54:02.5456628Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:02.5457177Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:02.5457755Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:02.5458108Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:02.5460845Z 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:02.5463594Z -- Generating operator lib: 2025-06-05T23:54:02.5463974Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:02.5464381Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:54:02.5464899Z -- DEPS: executorch_core 2025-06-05T23:54:02.5465287Z -- Generating operator lib: 2025-06-05T23:54:02.5465684Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:02.5466244Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:02.5466824Z -- ROOT_OPS: 2025-06-05T23:54:02.5467131Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:02.5468971Z 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:02.5470911Z -- Generating kernel bindings: 2025-06-05T23:54:02.5471312Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:02.5471888Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:02.5472478Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:02.5472831Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:09.2061070Z 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:09.2063999Z -- Generating operator lib: 2025-06-05T23:54:09.2064402Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:09.2064821Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:54:09.2065228Z -- DEPS: executorch_core 2025-06-05T23:54:09.2065604Z -- Merging kernel yaml files: 2025-06-05T23:54:09.2066275Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:54:09.2067264Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:54:09.2068287Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations 2025-06-05T23:54:09.2069552Z -- Generating operator lib: 2025-06-05T23:54:09.2069965Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:09.2070843Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:09.2071680Z -- ROOT_OPS: 2025-06-05T23:54:09.2071986Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:09.2074312Z 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:09.2076551Z -- Generating kernel bindings: 2025-06-05T23:54:09.2076974Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:09.2077846Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:09.2078717Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:09.2079074Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:09.2081966Z 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:09.2084853Z -- Generating operator lib: 2025-06-05T23:54:09.2085261Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:09.2085810Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:54:09.2086336Z -- DEPS: executorch_core 2025-06-05T23:54:09.2086999Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:54:09.2087882Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:09.2088456Z CMake. 2025-06-05T23:54:09.2088617Z 2025-06-05T23:54:09.2088931Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:09.2089695Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:09.2090366Z to work with policies introduced by or earlier. 2025-06-05T23:54:09.2090720Z 2025-06-05T23:54:09.2090726Z 2025-06-05T23:54:09.2090871Z -- Looking for C++ include unistd.h 2025-06-05T23:54:09.2091322Z -- Looking for C++ include unistd.h - found 2025-06-05T23:54:09.2091775Z -- Looking for C++ include stdint.h 2025-06-05T23:54:09.2092220Z -- Looking for C++ include stdint.h - found 2025-06-05T23:54:09.2092677Z -- Looking for C++ include inttypes.h 2025-06-05T23:54:09.2093125Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:54:09.2093596Z -- Looking for C++ include sys/types.h 2025-06-05T23:54:09.2094059Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:54:09.2094641Z -- Looking for C++ include sys/stat.h 2025-06-05T23:54:09.2095094Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:54:09.2095555Z -- Looking for C++ include fnmatch.h 2025-06-05T23:54:09.2095997Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:54:09.2096479Z -- Looking for C++ include stddef.h 2025-06-05T23:54:09.2096923Z -- Looking for C++ include stddef.h - found 2025-06-05T23:54:09.2097554Z -- Check size of uint32_t 2025-06-05T23:54:09.2097929Z -- Check size of uint32_t - done 2025-06-05T23:54:09.2098313Z -- Looking for strtoll 2025-06-05T23:54:09.2098671Z -- Looking for strtoll - found 2025-06-05T23:54:09.2099083Z -- The ASM compiler identification is GNU 2025-06-05T23:54:09.2099533Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:54:09.2099994Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-06-05T23:54:09.2100820Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.17") found components: Interpreter 2025-06-05T23:54:09.2101932Z -- Generating microkernels.cmake 2025-06-05T23:54:09.2102441Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:54:09.2103026Z No microkernel found in src/reference/packing.cc 2025-06-05T23:54:09.2103779Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:54:09.2104852Z '/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:09.2106267Z 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:09.2107239Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:54:09.2107738Z Call Stack (most recent call first): 2025-06-05T23:54:09.2108671Z /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:09.2109656Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:54:09.2110118Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:54:09.2110420Z 2025-06-05T23:54:09.2110426Z 2025-06-05T23:54:09.2110814Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:54:09.2112219Z -- 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:09.2113355Z -- Generating operator lib: 2025-06-05T23:54:09.2113745Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:09.2114305Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:09.2114882Z -- ROOT_OPS: 2025-06-05T23:54:09.2115185Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:09.2117036Z 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:09.2118983Z -- Generating kernel bindings: 2025-06-05T23:54:09.2119377Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:09.2119764Z -- FUNCTIONS_YAML: 2025-06-05T23:54:09.2120281Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:09.2120889Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:09.2126159Z 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:09.2131429Z -- Generating operator lib: 2025-06-05T23:54:09.2131822Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:09.2132231Z -- OPS_SCHEMA_YAML: 2025-06-05T23:54:09.2135986Z -- 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:09.2139806Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:09.2144810Z 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:09.2149759Z -- Generating kernel bindings: 2025-06-05T23:54:09.2150167Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:09.2150574Z -- FUNCTIONS_YAML: 2025-06-05T23:54:09.2151078Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:09.2151690Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:09.2152109Z -- Generating custom ops aot lib: 2025-06-05T23:54:09.2152532Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:09.2153276Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:54:10.3778698Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:54:10.3779856Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:54:10.3781058Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:54:10.3782191Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:54:10.3783304Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:54:10.3784445Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:54:10.3785584Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:54:10.3786690Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:54:10.3787778Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:54:10.3788911Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:54:10.3790078Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:54:10.3791000Z -- Generating operator lib: 2025-06-05T23:54:10.3791405Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:10.3791994Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:10.3792576Z -- ROOT_OPS: 2025-06-05T23:54:10.3792889Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:10.3794786Z 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:10.3796768Z -- Generating kernel bindings: 2025-06-05T23:54:10.3798103Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:10.3798526Z -- FUNCTIONS_YAML: 2025-06-05T23:54:10.3799033Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:10.3800629Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:10.3801040Z -- Generating operator lib: 2025-06-05T23:54:10.3801438Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:10.3801905Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:54:10.3802351Z -- DEPS: portable_lib 2025-06-05T23:54:10.3802934Z -- Generating operator lib: 2025-06-05T23:54:10.3803360Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:10.3803769Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:54:10.3804177Z -- DEPS: executorch_core 2025-06-05T23:54:10.3804551Z -- Configuring done (11.9s) 2025-06-05T23:54:10.3804924Z -- Generating done (0.6s) 2025-06-05T23:54:10.3805645Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:10.3807409Z 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:10.3808909Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:54:10.3809514Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:54:10.3810410Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:54:10.3811657Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:54:10.3812870Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:54:10.3813950Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:54:10.3815153Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:54:10.3816011Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:54:10.3816572Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:54:10.3817103Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:54:10.3817628Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:54:10.3818156Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:54:10.3818678Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:54:10.3819254Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:54:10.3819908Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:54:10.3820453Z CMake Warning: 2025-06-05T23:54:10.3820861Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:10.3821356Z 2025-06-05T23:54:10.3821480Z CMake Warning: 2025-06-05T23:54:10.3821897Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:10.3822272Z 2025-06-05T23:54:10.3822277Z 2025-06-05T23:54:10.3822292Z 2025-06-05T23:54:10.3822609Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:10.3823383Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:10.3823951Z CMake. 2025-06-05T23:54:10.3824115Z 2025-06-05T23:54:10.3824419Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:10.3825191Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:10.3825857Z to work with policies introduced by or earlier. 2025-06-05T23:54:10.3826210Z 2025-06-05T23:54:10.3826216Z 2025-06-05T23:54:10.3826413Z fatal: No names found, cannot describe anything. 2025-06-05T23:54:10.3826932Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:54:10.3827532Z git describe failed with exit code: 128 2025-06-05T23:54:10.3827832Z 2025-06-05T23:54:10.3828059Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:54:10.3828853Z Call Stack (most recent call first): 2025-06-05T23:54:10.3829276Z CMakeLists.txt:5 (include) 2025-06-05T23:54:10.3829522Z 2025-06-05T23:54:10.3829527Z 2025-06-05T23:54:10.3829678Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:54:10.3830490Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:54:10.3831712Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:54:10.3832858Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:54:10.3833874Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:54:10.3834622Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:54:10.3835240Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:54:10.3835725Z -- Detecting C compiler ABI info 2025-06-05T23:54:10.3836148Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:10.3836992Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:54:10.3838159Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:54:10.3838954Z [ 1%] Linking C static library libpthreadpool.a 2025-06-05T23:54:10.3839828Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:54:10.3840628Z [ 1%] Built target pthreadpool 2025-06-05T23:54:10.3841397Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:54:10.3842591Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:54:10.3843835Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:54:10.3844686Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:10.3845925Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:10.3847465Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:54:10.3848420Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:10.3848945Z -- Detecting C compile features 2025-06-05T23:54:10.3849375Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:10.3849834Z -- Detecting C compile features - done 2025-06-05T23:54:10.3850665Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:54:10.3851894Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:54:10.3852899Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:10.3853531Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:10.3854162Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:10.3854781Z -- Detecting CXX compile features 2025-06-05T23:54:10.3855211Z -- Detecting CXX compile features - done 2025-06-05T23:54:10.3856012Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:54:10.3856868Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:54:10.3857363Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:54:10.3858001Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:54:10.3858623Z -- GCC_VERSION: 11 2025-06-05T23:54:10.3858826Z 2025-06-05T23:54:10.3859976Z -- 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:10.3861663Z -- Configuring done (0.3s) 2025-06-05T23:54:10.3862029Z -- Looking for strtof_l 2025-06-05T23:54:10.3862385Z -- Generating done (0.0s) 2025-06-05T23:54:10.3863656Z -- 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:10.3864963Z [ 1%] Performing build step for 'flatcc_external_project' 2025-06-05T23:54:10.3865856Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:54:10.3866790Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:10.3868699Z /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:10.4928576Z /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:10.4930514Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:10.4931271Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:10.4931759Z | | 2025-06-05T23:54:10.4932248Z | const xnn_float16 * 2025-06-05T23:54:10.4933355Z 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:10.4935420Z /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:10.4936598Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:10.4937026Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:10.4938867Z /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:10.4940679Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:10.4941365Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:10.4941842Z | | 2025-06-05T23:54:10.4942327Z | const xnn_float16 * 2025-06-05T23:54:10.4943429Z 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:10.4945405Z /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:10.4946575Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:10.4947020Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:10.4948823Z /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:10.4950635Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:10.4951322Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:10.4951792Z | | 2025-06-05T23:54:10.4952705Z | const xnn_float16 * 2025-06-05T23:54:10.4953808Z 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:10.4955941Z /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:10.4957112Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:10.4957533Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:10.4959341Z /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:10.4961241Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:54:10.4961998Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:10.4962412Z | | 2025-06-05T23:54:10.4962833Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:54:10.4963949Z 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:10.4965898Z /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:10.4967133Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:54:10.4967679Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:10.4968760Z [ 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:10.4970032Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:10.4971015Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:54:10.4971859Z -- Looking for strtof_l - found 2025-06-05T23:54:10.4972274Z -- Looking for strtoull_l 2025-06-05T23:54:10.4973727Z /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:10.4976776Z /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:10.4978587Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:10.4979311Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:10.4979792Z | | 2025-06-05T23:54:10.4980313Z | const xnn_float16 * 2025-06-05T23:54:10.4981413Z 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:10.4983343Z /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:10.4984474Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:10.4984901Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:10.4986665Z /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:10.4988742Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:10.4989442Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:10.4990042Z | | 2025-06-05T23:54:10.4990552Z | const xnn_float16 * 2025-06-05T23:54:10.4991633Z 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:10.4993589Z /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:10.4994762Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:10.4995206Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:10.4999082Z /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:10.5000963Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:10.5001665Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:10.5002143Z | | 2025-06-05T23:54:10.5002619Z | const xnn_float16 * 2025-06-05T23:54:10.5003700Z 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:10.5005696Z /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:10.5006835Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:10.5007270Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:10.5009059Z /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:10.5010940Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:54:10.5011682Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:10.5012085Z | | 2025-06-05T23:54:11.0637747Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:54:11.0638950Z 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:11.0641100Z /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:11.0642370Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:54:11.0642916Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:11.0644092Z [ 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:11.0645425Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:11.0646388Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:54:11.0647395Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:11.0648763Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:54:11.0651033Z /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:11.0653991Z /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:11.0655996Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:11.0656675Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:11.0657148Z | | 2025-06-05T23:54:11.0657637Z | const xnn_float16 * 2025-06-05T23:54:11.0658802Z 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:11.0660839Z /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:11.0661986Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:11.0662412Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:11.0664277Z /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:11.0666133Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:11.0666819Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:11.0667296Z | | 2025-06-05T23:54:11.0667784Z | const xnn_float16 * 2025-06-05T23:54:11.0668954Z 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:11.0670968Z /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:11.0672107Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:11.0672526Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:11.0672946Z -- Looking for strtoull_l - found 2025-06-05T23:54:11.0673361Z -- Looking for realpath 2025-06-05T23:54:11.0674457Z [ 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:11.0675983Z [ 2%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:54:11.0677130Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:54:11.0678074Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:11.0679027Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:54:11.0680171Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:54:11.0681294Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:54:11.0682649Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:54:11.0683597Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:11.0684454Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:54:11.0685953Z [ 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:11.0687431Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:54:11.0688711Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:54:11.0690388Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:54:11.0691228Z -- Looking for realpath - found 2025-06-05T23:54:11.0691705Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:54:11.0692186Z -- Configuring done (0.7s) 2025-06-05T23:54:11.0692794Z [ 24%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:11.0693451Z -- Generating done (0.0s) 2025-06-05T23:54:11.0694772Z -- 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:11.0696168Z [ 2%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:54:11.0697185Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:54:11.0698395Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:54:11.0699237Z [ 24%] Built target flatccrt 2025-06-05T23:54:11.0699646Z [ 2%] Linking C static library libcpuinfo.a 2025-06-05T23:54:11.0700205Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:54:11.0701133Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:54:11.0702199Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:54:11.0702871Z [ 2%] Built target cpuinfo 2025-06-05T23:54:11.0703694Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:54:11.0705253Z [ 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:11.0706788Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:54:11.0707985Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:54:11.0708763Z [ 2%] Built target indirection 2025-06-05T23:54:11.0709566Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:54:11.0710405Z [ 3%] Built target microparams-init 2025-06-05T23:54:11.0711206Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:54:11.0712408Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:54:11.0713577Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:54:11.0714594Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:54:11.0715945Z [ 3%] 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:11.0717723Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:54:11.0718676Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:54:11.0720053Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:54:11.0720865Z [ 5%] Built target normalization 2025-06-05T23:54:11.0721495Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:54:11.0722393Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:54:11.0723184Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:54:11.0724088Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:54:11.0724854Z [ 5%] Built target logging 2025-06-05T23:54:11.0725561Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:54:12.0229721Z [ 5%] 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:12.0232013Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:54:12.0232864Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:54:12.0233799Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:54:12.0234590Z [ 5%] Built target datatype 2025-06-05T23:54:12.0235287Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:54:12.0236156Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:54:12.0237122Z [ 5%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:54:12.0238075Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:54:12.0238798Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:54:12.0240182Z [ 5%] 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:12.0241414Z [ 5%] Built target memory 2025-06-05T23:54:12.0242255Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:54:12.0243502Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:54:12.0244419Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:54:12.0245074Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:54:12.0245743Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:54:12.0246327Z [ 6%] Built target microkernel-utils 2025-06-05T23:54:12.0247572Z [ 6%] 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:12.0249113Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:54:12.0250180Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:54:12.0251105Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:54:12.0251876Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:54:12.0252876Z [ 6%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:54:12.0254106Z [ 6%] Built target mutex 2025-06-05T23:54:12.0255365Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:54:12.0256910Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:54:12.0258486Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:54:12.0259470Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:54:12.0260887Z [ 7%] 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:12.0262263Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:54:12.0262959Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:54:12.0274899Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:54:12.0276457Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:54:12.0277605Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:54:12.0278372Z [ 7%] Built target reference-ukernels 2025-06-05T23:54:12.0278999Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:54:12.0280440Z [ 7%] 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:12.0282058Z [ 7%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:54:12.0283099Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:54:12.0284051Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:54:12.0285338Z [ 7%] 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:12.0286430Z [ 7%] Linking CXX static library libeigen_blas.a 2025-06-05T23:54:12.0287518Z [ 7%] 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:12.0288661Z [ 7%] Built target eigen_blas 2025-06-05T23:54:12.0289474Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:54:12.0290701Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:54:12.0292116Z [ 8%] 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:12.0293298Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:54:12.0294072Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:54:12.0296433Z [ 8%] 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:12.0298826Z [ 8%] Built target operator-utils 2025-06-05T23:54:12.0300079Z [ 8%] 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:12.0301517Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:54:12.0302628Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:54:12.0303550Z [ 8%] Built target operator-run 2025-06-05T23:54:12.0304774Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:54:12.0306459Z [ 8%] 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:12.0308384Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:54:12.0309170Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:54:12.0309744Z [ 8%] Built target hardware-config 2025-06-05T23:54:12.0310489Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:54:12.0311496Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:54:12.0312934Z [ 8%] 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:12.0314163Z [ 8%] Built target packing 2025-06-05T23:54:12.0314827Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:54:12.0316258Z [ 8%] 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:12.0319572Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:54:12.0320162Z [ 93%] Built target flatcc 2025-06-05T23:54:12.0320692Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:54:12.0321276Z [ 8%] Built target allocator 2025-06-05T23:54:12.0322346Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:12.0323626Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:54:12.0324234Z [ 8%] Built target cache 2025-06-05T23:54:12.0324987Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:54:12.0325999Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:54:12.0327122Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:54:12.0328041Z [100%] Built target flatcc_cli 2025-06-05T23:54:12.0329210Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:12.0330508Z [ 8%] Performing install step for 'flatcc_external_project' 2025-06-05T23:54:12.0331509Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:54:12.0333286Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-06-05T23:54:12.0334637Z [ 21%] Built target flatccrt 2025-06-05T23:54:12.0335010Z [ 93%] Built target flatcc 2025-06-05T23:54:12.0336243Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-06-05T23:54:12.0455811Z [100%] Built target flatcc_cli 2025-06-05T23:54:12.0457211Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-06-05T23:54:12.0459021Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:54:12.0459964Z Install the project... 2025-06-05T23:54:12.0460814Z -- Install configuration: "" 2025-06-05T23:54:12.0461785Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:54:12.0463407Z -- 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:12.0465341Z -- 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:12.0467123Z -- 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:12.0468892Z -- 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:12.0470646Z -- 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:12.0472409Z -- 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:12.0474174Z -- 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:12.0475935Z -- 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:12.0477711Z -- 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:12.0479510Z -- 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:12.0481266Z -- 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:12.0483010Z -- 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:12.0484831Z -- 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:12.0486621Z -- 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:12.0488399Z -- 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:12.0490156Z -- 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:12.0491919Z -- 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:12.0493685Z -- 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:12.0495575Z -- 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:12.0497920Z -- 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:12.0499705Z -- 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:12.0501723Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:54:12.0503446Z -- 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:12.0505406Z -- 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:12.0507238Z -- 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:12.0509078Z -- 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:12.0510974Z -- 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:12.0512776Z -- 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:12.0514596Z -- 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:12.0516437Z -- 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:12.0517689Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:54:12.0519024Z -- 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:12.0520902Z -- 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:12.0523138Z -- 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:12.0526048Z -- 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:12.0528105Z -- 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:12.0530054Z -- 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:12.0531981Z -- 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:12.0533845Z -- 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:12.0535775Z -- 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:12.0537557Z -- 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:12.0539351Z -- 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:12.0541223Z -- 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:12.0543123Z -- 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:12.0545201Z -- 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:12.0547144Z -- 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:12.0548985Z -- 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:12.0550780Z -- 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:12.0552594Z -- 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:12.3423455Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:12.3425463Z -- 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:12.3427308Z -- 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:12.3429142Z -- 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:12.3430950Z -- 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:12.3432778Z -- 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:12.3434599Z -- 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:12.3436413Z -- 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:12.3438254Z -- 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:12.3440150Z -- 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:12.3442038Z -- 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:12.3443852Z -- 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:12.3445646Z -- 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:12.3447451Z -- 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:12.3449261Z -- 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:12.3451058Z -- 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:12.3453270Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:54:12.3455117Z -- 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:12.3457218Z -- 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:12.3459301Z -- 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:12.3461291Z -- 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:12.3463230Z -- 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:12.3465190Z -- 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:12.3466992Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:54:12.3468690Z -- 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:12.3470445Z -- 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:12.3472201Z -- 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:12.3473990Z -- 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:12.3475767Z -- 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:12.3477463Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:54:12.3479043Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:54:12.3480580Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:54:12.3482428Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:12.3483693Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:54:12.3484271Z [ 8%] Completed 'flatcc_external_project' 2025-06-05T23:54:12.3485224Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:54:12.3486830Z [ 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:12.3487958Z [ 8%] Built target flatcc_external_project 2025-06-05T23:54:12.3488885Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:54:12.3490519Z [ 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:12.3492566Z [ 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:12.3494113Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:54:12.3496006Z [ 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:12.3498225Z [ 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:12.3500253Z [ 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:12.3502344Z [ 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:12.3504443Z [ 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:12.3505959Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:12.3506780Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:54:12.3507791Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:54:12.3509469Z [ 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:12.3510808Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:54:12.3511518Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:54:12.3512797Z [ 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:12.3514636Z [ 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:12.3516021Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:12.6572538Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:54:12.6573789Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:12.6575300Z [ 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:12.6577181Z [ 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:12.6578798Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:54:12.6579999Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:12.6580852Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:54:12.6581566Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:54:12.6582409Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:12.6583830Z [ 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:12.6585675Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:12.6587127Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:12.6588996Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:54:12.6590687Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:12.6592055Z [ 10%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:12.6592719Z [ 10%] Built target flatccrt 2025-06-05T23:54:12.6594405Z /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:12.6597430Z /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:12.6599384Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:12.6600125Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:12.6600607Z | | 2025-06-05T23:54:12.6601092Z | const xnn_float16 * 2025-06-05T23:54:12.6602206Z 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:12.6604171Z /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:12.6605337Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:12.6605773Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:12.6607571Z /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:12.6609427Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:12.6610166Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:12.6610641Z | | 2025-06-05T23:54:12.6611142Z | const xnn_float16 * 2025-06-05T23:54:12.6612249Z 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:12.6614214Z /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:12.6615449Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:12.6615869Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:12.6616770Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:54:12.6618141Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:54:12.6619694Z [ 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:12.6622337Z /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:12.6625292Z /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:12.6627181Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:12.6627912Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:12.6628386Z | | 2025-06-05T23:54:12.6628889Z | const xnn_float16 * 2025-06-05T23:54:12.6630025Z 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:12.6632002Z /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:12.6633160Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:12.6633582Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:12.6635398Z /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:12.6637242Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:12.6637978Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:12.6638474Z | | 2025-06-05T23:54:12.6638967Z | const xnn_float16 * 2025-06-05T23:54:12.6640098Z 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:12.6642042Z /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:12.6643180Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:12.6643604Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:12.6645427Z /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:12.6647548Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:54:12.6648503Z | ^~~~~~~~~~ 2025-06-05T23:54:12.6649002Z | | 2025-06-05T23:54:12.6649507Z | const xnn_float16 * 2025-06-05T23:54:12.6650622Z 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:12.6652587Z /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:12.6653729Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:12.6654357Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:12.6655298Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:54:12.9520830Z /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:12.9523776Z /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:12.9525652Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:12.9526389Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:12.9526875Z | | 2025-06-05T23:54:12.9527401Z | const xnn_float16 * 2025-06-05T23:54:12.9528505Z 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:12.9530482Z /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:12.9531639Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:12.9532061Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:12.9533857Z /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:12.9535807Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:12.9536538Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:12.9537026Z | | 2025-06-05T23:54:12.9537533Z | const xnn_float16 * 2025-06-05T23:54:12.9538653Z 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:12.9540598Z /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:12.9541757Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:12.9542192Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:12.9544009Z /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:12.9546116Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:54:12.9547068Z | ^~~~~~~~~~ 2025-06-05T23:54:12.9547557Z | | 2025-06-05T23:54:12.9548063Z | const xnn_float16 * 2025-06-05T23:54:12.9549165Z 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:12.9551127Z /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:12.9552614Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:12.9553050Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:12.9553600Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:54:12.9554940Z [ 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:12.9556182Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:54:12.9557155Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:54:12.9559083Z [ 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:12.9560917Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:54:12.9562885Z /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:12.9565440Z /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:12.9567218Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:12.9567922Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:12.9568402Z | | 2025-06-05T23:54:12.9568886Z | const xnn_float16 * 2025-06-05T23:54:12.9571707Z 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:12.9573767Z /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:12.9575003Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:12.9575437Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:12.9576009Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:54:12.9577275Z [ 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:12.9578851Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:54:12.9580206Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:54:12.9582514Z /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:12.9585740Z /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:12.9587627Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-06-05T23:54:12.9588116Z | ^~~ 2025-06-05T23:54:12.9588450Z | | 2025-06-05T23:54:12.9588796Z | xnn_float16 * 2025-06-05T23:54:12.9590302Z 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:12.9592363Z /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:12.9593699Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-06-05T23:54:12.9594255Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:12.9595260Z [ 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:12.9597090Z [ 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:12.9598350Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:54:12.9599525Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:54:12.9600760Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:54:12.9601831Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:54:12.9603303Z [ 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:12.9604515Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:54:12.9605843Z [ 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:12.9607621Z [ 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:14.0878571Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:54:14.0880154Z [ 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:14.0881675Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:54:14.0882676Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:54:14.0883909Z [ 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:14.0885586Z [ 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:14.0887092Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:54:14.0888133Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:54:14.0889290Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:54:14.0890314Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:54:14.0891352Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:54:14.0892619Z [ 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:14.0894319Z [ 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:14.0895703Z [ 12%] Built target operators 2025-06-05T23:54:14.0896736Z [ 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:14.0901074Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:54:14.0902585Z [ 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:14.0904277Z [ 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:14.0905946Z [ 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:14.0907127Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:54:14.0908301Z [ 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:14.0909493Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:54:14.0910430Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:54:14.0911868Z [ 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:14.0913076Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:54:14.0914284Z [ 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:14.0915988Z [ 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:14.0917380Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:54:14.0918353Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:54:14.0919684Z [ 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:14.0921393Z [ 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:14.0923076Z [ 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:14.0924487Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:54:14.0925698Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:54:14.0927049Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:54:14.0928599Z [ 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:14.0930145Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:54:14.0931440Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:54:14.0932448Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:54:14.0933741Z [ 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:14.0935182Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:54:14.0936246Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:54:14.0937820Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:54:14.0939050Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:54:14.0940463Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:54:14.0941602Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:54:14.0942935Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:54:14.0944224Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:54:14.0945620Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:54:14.0947228Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-06-05T23:54:14.0948879Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:54:14.0950217Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:54:14.0951356Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:54:14.0952459Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:54:14.0953760Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:54:14.0955342Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:54:14.0956780Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-06-05T23:54:14.0958277Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:54:14.0959359Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:54:14.0960539Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:54:14.0961882Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:54:14.0963171Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:54:14.0964538Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:54:14.0966071Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-06-05T23:54:14.0967559Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:54:14.0968926Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:54:14.0970287Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:54:14.0971582Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:54:14.9930554Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:54:14.9932262Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:54:14.9933477Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:54:14.9938104Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:54:14.9938950Z [100%] Linking CXX executable flatc 2025-06-05T23:54:14.9939998Z [ 17%] 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:14.9941676Z [ 17%] 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:14.9943378Z [ 17%] 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:14.9945100Z [ 17%] 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:14.9946795Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-06-05T23:54:14.9947845Z [ 17%] Built target subgraph 2025-06-05T23:54:14.9949071Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-06-05T23:54:14.9950851Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-06-05T23:54:14.9952499Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-06-05T23:54:14.9954162Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-06-05T23:54:14.9955798Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-06-05T23:54:14.9957510Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-06-05T23:54:14.9959372Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2025-06-05T23:54:14.9961329Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-06-05T23:54:14.9963234Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-06-05T23:54:14.9965077Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-06-05T23:54:14.9967053Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-06-05T23:54:14.9969250Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-06-05T23:54:14.9971303Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-06-05T23:54:14.9972962Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-06-05T23:54:14.9974928Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-06-05T23:54:14.9976587Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-06-05T23:54:14.9978373Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:54:14.9980074Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-06-05T23:54:14.9981757Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:54:14.9983433Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-06-05T23:54:14.9985108Z [ 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:14.9986793Z [ 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:14.9988504Z [ 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:14.9990202Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-06-05T23:54:14.9991969Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:54:14.9993907Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-06-05T23:54:14.9995819Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-06-05T23:54:14.9999744Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:54:15.0001911Z [ 20%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:15.0003806Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:15.0005537Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:54:15.0007272Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-06-05T23:54:15.0009029Z [ 20%] 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:15.0010865Z [ 20%] 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:15.0012686Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:15.0014393Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-06-05T23:54:15.0016180Z [ 20%] 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:15.0018343Z [ 20%] 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:15.0020307Z [ 20%] 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:15.0022054Z [ 20%] 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:15.0023714Z [ 21%] 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:15.0025404Z [ 21%] 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:15.0027209Z [ 21%] 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:15.0029078Z [ 21%] 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:15.2266824Z [ 21%] 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:15.2268742Z [ 21%] 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:15.2270450Z [ 21%] 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:15.2272143Z [ 21%] 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:15.2274053Z [ 21%] 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:15.2276041Z [ 21%] 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:15.2277199Z [100%] Built target flatc 2025-06-05T23:54:15.2278352Z [ 21%] 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:15.2280315Z [ 21%] 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:15.2281615Z [ 21%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:54:15.2283033Z [ 21%] 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:15.2285081Z [ 21%] 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:15.2287070Z [ 22%] 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:15.2289090Z [ 22%] 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:15.2291135Z [ 22%] 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:15.2293318Z [100%] Built target flatc 2025-06-05T23:54:15.2294752Z [ 22%] 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:15.2295938Z Install the project... 2025-06-05T23:54:15.2296301Z -- Install configuration: "" 2025-06-05T23:54:15.2297719Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:54:15.2299517Z -- 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:15.2301325Z -- 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:15.2303107Z -- 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:15.2304897Z -- 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:15.2306726Z -- 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:15.2308600Z -- 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:15.2310495Z -- 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:15.2312414Z -- 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:15.2314346Z -- 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:15.2316223Z -- 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:15.2318137Z -- 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:15.2320039Z -- 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:15.2321857Z -- 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:15.2323701Z -- 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:15.2325578Z -- 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:15.2327631Z -- 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:15.2329406Z -- 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:15.2331167Z -- 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:15.2332983Z -- 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:15.2335199Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:54:15.2337003Z -- 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:15.2338955Z -- 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:15.2340804Z -- 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:15.2343031Z -- 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:15.2344924Z -- 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:15.2346791Z -- 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:15.2348621Z -- 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:15.2350425Z -- 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:15.2352203Z -- 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:15.2353974Z -- 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:15.2355764Z -- 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:15.2357604Z -- 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:15.2359471Z -- 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:15.2361403Z -- 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:15.8502758Z -- 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:15.8504954Z -- 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:15.8506825Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:54:15.8508601Z -- 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:15.8510610Z -- 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:15.8511902Z [ 22%] Completed 'flatbuffers_external_project' 2025-06-05T23:54:15.8513166Z [ 22%] 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:15.8514797Z [ 22%] Built target flatbuffers_external_project 2025-06-05T23:54:15.8515274Z [ 22%] Generating common_schema headers 2025-06-05T23:54:15.8516480Z [ 22%] 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:15.8517978Z [ 24%] Generating xnnpack_schema headers 2025-06-05T23:54:15.8519301Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-06-05T23:54:15.8520589Z [ 24%] Built target common_schema 2025-06-05T23:54:15.8521749Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-06-05T23:54:15.8522924Z [ 24%] Built target xnnpack_schema 2025-06-05T23:54:15.8523350Z [ 24%] Generating program_schema headers 2025-06-05T23:54:15.8524589Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:54:15.8526609Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:15.8528473Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-06-05T23:54:15.8529486Z [ 24%] Built target program_schema 2025-06-05T23:54:15.8530510Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-06-05T23:54:15.8532200Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:54:15.8533917Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:54:15.8535728Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:15.8537356Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:54:15.8538613Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:54:15.8539853Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:54:15.8541577Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:15.8543581Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:15.8545605Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:15.8547646Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:15.8549672Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:15.8551657Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-06-05T23:54:15.8553628Z [ 25%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-06-05T23:54:15.8555734Z [ 25%] 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:15.8557134Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:54:15.8558410Z [ 25%] 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:15.8560057Z [ 25%] 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:15.8561663Z [ 25%] 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:15.8563222Z [ 25%] 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:15.8564954Z [ 26%] 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:15.8566871Z [ 26%] 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:15.8568466Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:54:15.8569961Z [ 26%] 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:15.8571640Z [ 26%] 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:15.8573224Z [ 26%] 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:15.8574893Z [ 26%] 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:15.8576305Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:54:15.8577446Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:54:15.8578781Z [ 26%] 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:15.8580347Z [ 26%] 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:15.8582148Z [ 26%] 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:15.8584177Z [ 26%] 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:15.8586164Z [ 26%] 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:15.8588204Z [ 26%] 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:15.8590216Z [ 26%] 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:15.8591609Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:54:15.8593195Z [ 26%] 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:15.8595028Z [ 26%] 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:16.7022184Z [ 27%] 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:16.7024043Z [ 27%] 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:16.7026084Z [ 27%] 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:16.7027591Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:54:16.7029066Z [ 27%] 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:16.7031058Z [ 27%] 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:16.7032498Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:54:16.7033941Z [ 27%] 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:16.7035402Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:54:16.7036914Z [ 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:16.7038907Z [ 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:16.7040322Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:54:16.7041259Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:54:16.7042586Z [ 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:16.7044294Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-06-05T23:54:16.7045705Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:54:16.7046808Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:54:16.7048252Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-06-05T23:54:16.7049657Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:54:16.7050608Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:54:16.7051484Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:54:16.7052377Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:54:16.7053740Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-06-05T23:54:16.7055555Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:54:16.7056604Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:54:16.7057884Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-06-05T23:54:16.7059272Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:54:16.7060233Z [ 29%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:54:16.7061583Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-06-05T23:54:16.7063252Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:54:16.7065054Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:16.7067041Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:16.7069005Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-06-05T23:54:16.7070806Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:16.7072443Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:54:16.7074032Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:54:16.7075771Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:16.7077023Z [ 30%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:54:16.7078342Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:16.7079616Z [ 30%] Built target executorch_core 2025-06-05T23:54:16.7080829Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:16.7082874Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:16.7084935Z [ 30%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:16.7086911Z [ 30%] 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:16.7088722Z [ 30%] 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:16.7090449Z [ 30%] 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:16.7091776Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:54:16.7093074Z [ 30%] 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:16.7095029Z [ 31%] 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:16.7096613Z [ 31%] 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:16.7099609Z [ 31%] 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:16.7101656Z [ 31%] 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:16.7103586Z [ 31%] 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:16.7105290Z [ 31%] 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:16.7106912Z [ 31%] 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:16.7108511Z [ 31%] 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:16.7110159Z [ 31%] 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:16.7111743Z [ 31%] 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:16.7112995Z [ 31%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:54:16.7113994Z [ 31%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:54:17.8060104Z [ 31%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:54:17.8061630Z [ 31%] 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:17.8063205Z [ 31%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:54:17.8064324Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:54:17.8065499Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:54:17.8067056Z [ 31%] 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:17.8069103Z [ 31%] 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:17.8071176Z [ 31%] 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:17.8073175Z [ 32%] 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:17.8075030Z [ 32%] 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:17.8076500Z [ 34%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:54:17.8077648Z [ 34%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:54:17.8079212Z [ 34%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:54:17.8080048Z [ 34%] Linking CXX static library libextension_tensor.a 2025-06-05T23:54:17.8080541Z [ 34%] Built target extension_tensor 2025-06-05T23:54:17.8081778Z [ 34%] 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:17.8083208Z [ 34%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:54:17.8084034Z [ 34%] Linking CXX static library libexecutorch.a 2025-06-05T23:54:17.8084489Z [ 34%] Built target executorch 2025-06-05T23:54:17.8085301Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:54:17.8086509Z [ 34%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:54:17.8088063Z [ 34%] 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:17.8089636Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:54:17.8090843Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:54:17.8091737Z [ 34%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:54:17.8093094Z [ 34%] 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:17.8094667Z [ 34%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:54:17.8095221Z [ 34%] Built target extension_data_loader 2025-06-05T23:54:17.8095665Z [ 34%] Generating bundled_program headers 2025-06-05T23:54:17.8096122Z [ 34%] Built target extension_threadpool 2025-06-05T23:54:17.8097557Z [ 34%] 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:17.8099014Z [ 34%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:54:17.8100026Z [ 34%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:54:17.8101632Z [ 34%] 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:17.8103321Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:54:17.8104933Z [ 34%] 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:17.8106759Z [ 34%] 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:17.8108221Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:54:17.8109443Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:54:17.8110610Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:54:17.8112049Z [ 34%] 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:17.8113311Z [ 34%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:54:17.8114019Z [ 34%] Linking CXX static library libbundled_program.a 2025-06-05T23:54:17.8115245Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:54:17.8116093Z [ 34%] Built target bundled_program 2025-06-05T23:54:17.8116843Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:54:17.8117911Z [ 34%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:54:17.8123057Z [ 34%] 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:17.8125250Z [ 34%] 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:17.8127435Z [ 34%] 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:17.8129208Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:54:17.8132229Z [ 34%] 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:17.8133942Z [ 34%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:54:17.8135484Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:54:17.8137364Z [ 34%] 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:17.8139204Z 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:17.8140723Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:17.8142192Z 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:17.8143542Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:54:17.8144796Z from /pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp:17: 2025-06-05T23:54:17.8148065Z /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:17.8152585Z /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:17.8154918Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:17.8155359Z | ^ 2025-06-05T23:54:17.8155947Z [ 34%] Linking CXX static library libcpublas.a 2025-06-05T23:54:17.8156565Z [ 34%] Built target cpublas 2025-06-05T23:54:17.8156962Z [ 34%] Generating etdump headers 2025-06-05T23:54:17.8157771Z [ 34%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:54:17.8158617Z [ 34%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:54:17.8159890Z [ 35%] 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:17.8161378Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:54:19.1777201Z [ 35%] 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:19.1778836Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:54:19.1780462Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:54:19.1781926Z [ 39%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:54:19.1783399Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:19.1785018Z [ 39%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:54:19.1786274Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:54:19.1787882Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:19.1789457Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:54:19.1790753Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:54:19.1792050Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:54:19.1793858Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:19.1795619Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:54:19.1796602Z [ 39%] Linking CXX static library libetdump.a 2025-06-05T23:54:19.1797357Z [ 39%] Built target etdump 2025-06-05T23:54:19.1798532Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:19.1800167Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:54:19.1801867Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:19.1803563Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:19.1804484Z [ 39%] Linking CXX static library libutil.a 2025-06-05T23:54:19.1805038Z [ 39%] Built target util 2025-06-05T23:54:19.1805806Z [ 39%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:54:19.1807412Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:19.1809398Z [ 39%] 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:19.1811584Z [ 39%] 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:19.1813784Z [ 39%] 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:19.1815928Z [ 39%] 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:19.1818275Z [ 39%] 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:19.1820181Z [ 39%] 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:19.1821995Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:54:19.1823729Z [ 39%] 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:19.1825476Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:54:19.1827193Z [ 40%] 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:19.1828640Z [ 40%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:54:19.1829803Z [ 40%] 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:19.1831548Z [ 40%] 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:19.1832722Z [ 40%] Built target kernels_util_all_deps 2025-06-05T23:54:19.1833973Z [ 40%] 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:19.1835512Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:54:19.1837110Z [ 40%] 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:19.1839021Z [ 40%] 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:19.1840835Z [ 40%] 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:19.1842789Z [ 40%] 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:19.1844640Z [ 40%] 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:19.1846566Z [ 40%] 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:19.1848182Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:54:19.1849496Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:54:19.1851087Z [ 40%] 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:19.1854243Z [ 40%] 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:19.1856630Z [ 40%] 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:19.1858568Z [ 40%] 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:19.1859915Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:19.1861541Z [ 40%] 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:19.1863182Z [ 41%] 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:19.1864605Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:19.1865926Z [ 43%] 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:19.1867556Z [ 43%] 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:19.1868926Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:54:19.1870033Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:54:19.1875178Z [ 43%] 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:19.1876593Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:54:19.1877970Z [ 43%] 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:19.1890265Z [ 43%] 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:20.6743081Z [ 43%] 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:20.6744491Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:20.6745932Z [ 43%] 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:20.6747406Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:54:20.6748572Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:54:20.6749885Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:54:20.6751065Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:54:20.6752504Z [ 43%] 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:20.6754265Z [ 43%] 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:20.6755736Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:54:20.6756865Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:54:20.6757986Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:54:20.6759374Z [ 44%] 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:20.6760741Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:54:20.6762136Z [ 44%] 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:20.6763836Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:20.6765153Z [ 44%] 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:20.6766733Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:54:20.6767942Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:54:20.6769302Z [ 44%] 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:20.6770665Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:54:20.6771847Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:54:20.6773421Z [ 45%] 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:20.6775081Z 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:20.6776323Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:20.6777378Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Elu.h:10, 2025-06-05T23:54:20.6778248Z from /pytorch/executorch/kernels/optimized/cpu/op_elu.cpp:9: 2025-06-05T23:54:20.6780936Z /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:20.6784949Z /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:20.6786859Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:20.6787300Z | ^ 2025-06-05T23:54:20.6788003Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:20.6789283Z [ 45%] 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:20.6790654Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:54:20.6791800Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:20.6792916Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:54:20.6794266Z [ 45%] 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:20.6795909Z [ 45%] 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:20.6798780Z [ 45%] 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:20.6800092Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:54:20.6801131Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:54:20.6802496Z [ 45%] 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:20.6804166Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:20.6807649Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:54:20.6809147Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:54:20.6810297Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:54:20.6811646Z [ 45%] 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:20.6813201Z [ 45%] 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:20.6814549Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:20.6815568Z [ 45%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:54:20.6816654Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:54:20.6817848Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:54:20.6819078Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:54:20.6820331Z 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:20.6821490Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:20.6822543Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:11, 2025-06-05T23:54:20.6823447Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-06-05T23:54:20.6826138Z /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:20.6829860Z /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:20.6831730Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:20.6832175Z | ^ 2025-06-05T23:54:20.6832941Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:20.6834270Z [ 46%] 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:20.6835831Z [ 46%] 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:21.7176348Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:54:21.7177555Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:21.7178611Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:54:21.7179956Z [ 46%] 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:21.7181737Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:54:21.7182952Z In file included from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256.h:19, 2025-06-05T23:54:21.7184351Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:21.7185490Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-06-05T23:54:21.7186616Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:54:21.7187568Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-06-05T23:54:21.7190334Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h: In function ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized > at::vec::CPU_CAPABILITY::convert_int8_to_float(at::vec::CPU_CAPABILITY::Vectorized)’: 2025-06-05T23:54:21.7194094Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec256/vec256_qint.h:1352:36: note: parameter passing for argument of type ‘std::pair, at::vec::CPU_CAPABILITY::Vectorized >’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:21.7195975Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:21.7196412Z | ^ 2025-06-05T23:54:21.7197336Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:54:21.7198696Z [ 46%] 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:21.7200261Z [ 46%] 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:21.7201600Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:54:21.7202681Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:21.7203780Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:54:21.7204982Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:54:21.7206371Z [ 46%] 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:21.7207692Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:21.7209038Z [ 46%] 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:21.7210588Z [ 48%] 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:21.7212142Z [ 48%] 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:21.7213476Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:21.7214704Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:21.7216072Z [ 48%] 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:21.7217625Z [ 48%] 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:21.7219533Z [ 48%] 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:21.7221351Z [ 48%] 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:21.7222850Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:54:21.7224195Z [ 48%] 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:21.7225785Z [ 48%] 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:21.7227426Z [ 48%] 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:21.7228815Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:54:21.7230159Z [ 48%] 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:21.7231542Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:21.7232629Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:21.7233920Z [ 48%] 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:21.7235529Z [ 48%] 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:21.7236892Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:54:21.7237983Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:21.7239291Z [ 48%] 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:21.7240868Z [ 48%] 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:21.7242214Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:21.7243366Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:54:21.7244468Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:21.7247858Z /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:21.7253783Z /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:21.7257489Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:21.7259693Z /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:21.7261221Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:21.7261755Z | ^~~~~~~~~~~~~~ 2025-06-05T23:54:21.7264570Z /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:21.7289557Z /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:21.7293244Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:21.7295320Z /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:21.7300741Z /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:21.7305957Z /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:21.7311858Z /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:21.7315586Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:21.7317528Z /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:21.7318962Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:21.7319501Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:21.7322479Z /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:21.7328480Z /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:21.7334382Z /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:21.7338147Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:21.7340122Z /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:21.7341514Z In file included from /usr/include/c++/11/utility:70, 2025-06-05T23:54:21.7342008Z from /usr/include/c++/11/array:38, 2025-06-05T23:54:21.7342613Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-06-05T23:54:21.7343433Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-06-05T23:54:21.7344292Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:54:21.7345153Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-06-05T23:54:21.7348812Z /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:21.7354285Z /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:21.7359322Z /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:21.7365365Z /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:21.7369072Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:21.7370753Z /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:21.7371822Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-06-05T23:54:21.7372233Z | ^~~~~~~~~ 2025-06-05T23:54:21.7375966Z /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:22.0457433Z /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:22.0462999Z /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:22.0469344Z /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:22.0473307Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:22.0475938Z /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:22.0479610Z /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:22.0483262Z /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:22.0485101Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:22.0485649Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:22.0488828Z /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:22.0492505Z /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:22.0494119Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:22.0497230Z /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:22.0500575Z /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:22.0502024Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:22.0502586Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:22.0505103Z /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:22.0508398Z /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:22.0513165Z /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:22.0517607Z /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:22.0519048Z 114 | std::tuple opt_native_layer_norm_out( 2025-06-05T23:54:22.0519621Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:22.0521267Z /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:22.0523714Z /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:22.0526265Z /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:22.0529116Z /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:22.0530657Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:22.0531221Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:22.0532836Z /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:22.0534615Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:22.0535181Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:22.0535916Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:22.0536947Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:22.0538271Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-06-05T23:54:22.0539659Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:54:22.0540785Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:54:22.0542169Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:54:22.0543543Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:54:22.0544897Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-06-05T23:54:22.0546282Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:54:22.0547448Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:54:22.0548622Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:54:23.4808550Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-06-05T23:54:23.4810201Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:54:23.4811688Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-06-05T23:54:23.4813353Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:54:23.4814953Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:54:23.4816248Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:54:23.4817711Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-06-05T23:54:23.4818900Z [ 51%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:54:23.4820087Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:54:23.4821552Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:54:23.4822791Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:23.4824723Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-06-05T23:54:23.4826430Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:54:23.4827802Z [ 51%] Built target optimized_kernels 2025-06-05T23:54:23.4828944Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-neon-u8.c.o 2025-06-05T23:54:23.4830618Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2025-06-05T23:54:23.4832306Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-06-05T23:54:23.4833781Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:54:23.4835293Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:54:23.4837070Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-06-05T23:54:23.4838810Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:54:23.4840554Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-06-05T23:54:23.4842040Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:54:23.4843302Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:54:23.4844585Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:54:23.4846092Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:54:23.4847891Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neon-rr2-lut16-p3-u8.c.o 2025-06-05T23:54:23.4849443Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:54:23.4850768Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:54:23.4852347Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-06-05T23:54:23.4854167Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-06-05T23:54:23.4856083Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-06-05T23:54:23.4857613Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:54:23.4858876Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:54:23.4860421Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-06-05T23:54:23.4862182Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vexp/gen/f32-vexp-scalar-exp.c.o 2025-06-05T23:54:23.4863963Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-neon-rational-12-10-div.c.o 2025-06-05T23:54:23.4865752Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:23.4867281Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vgelu/gen/f32-vgelu-scalar-rational-12-10-div.c.o 2025-06-05T23:54:23.4869051Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:54:23.4870594Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-neon-u16.c.o 2025-06-05T23:54:23.4872308Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2025-06-05T23:54:23.4874442Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-neon-rational-3-3-div.c.o 2025-06-05T23:54:23.4875989Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:54:23.4877286Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:54:23.4878834Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlog/gen/f32-vlog-scalar-rational-3-3-div.c.o 2025-06-05T23:54:23.4880457Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-neon-u8.c.o 2025-06-05T23:54:23.4882019Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2025-06-05T23:54:23.4883355Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:54:23.4884478Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:54:23.4885941Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2025-06-05T23:54:23.4887723Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neon-2x.c.o 2025-06-05T23:54:23.4889512Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-neonfma-2x.c.o 2025-06-05T23:54:23.4891190Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2025-06-05T23:54:23.4892522Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:54:23.4893649Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:54:23.4895076Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-06-05T23:54:23.4896608Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neonv8-u8.c.o 2025-06-05T23:54:23.4898375Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2025-06-05T23:54:23.4899766Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:23.4900961Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:54:23.4902360Z [ 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:23.4904345Z [ 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:25.2513748Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:54:25.2515658Z [ 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:25.2517051Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:54:25.2518233Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:54:25.2519646Z [ 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:25.2521019Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:54:25.2522412Z [ 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:25.2523770Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:54:25.2525086Z [ 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:25.2526442Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:54:25.2527816Z [ 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:25.2529194Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:54:25.2530621Z [ 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:25.2532053Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:54:25.2533208Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:54:25.2534683Z [ 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:25.2536161Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:54:25.2537569Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:54:25.2538876Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:54:25.2540215Z [ 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:25.2541526Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:54:25.2542631Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:54:25.2543958Z [ 59%] 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:25.2545306Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:54:25.2546415Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:25.2547510Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:25.2548955Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:54:25.2550364Z [ 59%] 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:25.2551921Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:54:25.2553189Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:54:25.2554614Z [ 59%] 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:25.2556085Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:54:25.2557544Z [ 59%] 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:25.2559015Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:25.2560486Z [ 59%] 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:25.2561872Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:54:25.2563259Z [ 59%] 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:25.2564636Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:25.2566154Z [ 59%] 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:25.2567701Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:54:25.2569287Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-neonfma-rr1-lut64-p2-nr2recps-u16.c.o 2025-06-05T23:54:25.2570854Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:54:25.2572357Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2025-06-05T23:54:25.2573907Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:54:25.2575234Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:54:25.2576690Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-aarch64-neon-sqrt-u4.c.o 2025-06-05T23:54:25.2578366Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2025-06-05T23:54:25.2579790Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:54:25.2581039Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:54:25.2582530Z [ 62%] 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:25.2584253Z [ 62%] 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:25.2585676Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:54:25.2586981Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:54:25.2588282Z [ 62%] 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:25.2589720Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:54:25.2591050Z [ 62%] 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:25.2592369Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:54:25.2593677Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-06-05T23:54:25.2595171Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:54:25.2596677Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-06-05T23:54:25.2598345Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:54:25.2599699Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:54:25.2600927Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:54:25.2602182Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:54:25.2603440Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:54:26.9814731Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-06-05T23:54:26.9816679Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:54:26.9818337Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:54:26.9819916Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:26.9821898Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:26.9823452Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:54:26.9824632Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:54:26.9825840Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:54:26.9827497Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:26.9829154Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:54:26.9830425Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:54:26.9832024Z [ 63%] 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:26.9834457Z [ 63%] 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:26.9836139Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:54:26.9837493Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:54:26.9839128Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:54:26.9840729Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:54:26.9841898Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:54:26.9843480Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:26.9846112Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:54:26.9847658Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:26.9849260Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:54:26.9850898Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:26.9852491Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:54:26.9853660Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:54:26.9855335Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:26.9856905Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:54:26.9858123Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:54:26.9859803Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:54:26.9861869Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:54:26.9863467Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:26.9864755Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:54:26.9865889Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:54:26.9867413Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:26.9868940Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:54:26.9870491Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-06-05T23:54:26.9872091Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:54:26.9873967Z [ 65%] 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:26.9875588Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:54:26.9877333Z [ 65%] 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:26.9878926Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:54:26.9880094Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:54:26.9881351Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:54:26.9883095Z [ 65%] 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:26.9884741Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:54:26.9886509Z [ 65%] 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:26.9888730Z [ 65%] 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:26.9890701Z [ 65%] 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:26.9892254Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:54:26.9893885Z [ 67%] 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:26.9895567Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:54:26.9896685Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:26.9897968Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:54:26.9899083Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:54:26.9900199Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:54:26.9901793Z [ 67%] 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:26.9903378Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:54:26.9904522Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:54:26.9906080Z [ 67%] 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:28.3761043Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:54:28.3762270Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:54:28.3763456Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:54:28.3765019Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:54:28.3766640Z [ 68%] 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:28.3768463Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:54:28.3769677Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:54:28.3770898Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:54:28.3772158Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:54:28.3773833Z [ 68%] 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:28.3776022Z [ 68%] 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:28.3778235Z [ 68%] 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:28.3780499Z [ 68%] 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:28.3782631Z [ 68%] 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:28.3784301Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:54:28.3785930Z [ 68%] 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:28.3787934Z [ 68%] 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:28.3789952Z [ 68%] 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:28.3791495Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:54:28.3792996Z [ 68%] 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:28.3794591Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:54:28.3796181Z [ 68%] 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:28.3798276Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:28.3800158Z [ 69%] 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:28.3802065Z [ 69%] 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:28.3803613Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:54:28.3805414Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:28.3807480Z [ 69%] 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:28.3809064Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:28.3810205Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:54:28.3811762Z [ 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:28.3813706Z [ 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:28.3815957Z [ 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:28.3817852Z [ 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:28.3819512Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:54:28.3821184Z [ 69%] 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:28.3823098Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:28.3824990Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:28.3826696Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:54:28.3828180Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:54:28.3829532Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:54:28.3831183Z [ 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:28.3833137Z [ 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:28.3835049Z [ 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:28.3836669Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:54:28.3838261Z [ 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:28.3840116Z [ 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:28.3841661Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:54:28.3842918Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:54:28.3844402Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:54:28.3846023Z [ 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:28.3848132Z [ 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:28.3850030Z [ 72%] 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:28.3851575Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:54:28.3852800Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:54:29.3486076Z [ 72%] 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:29.3488506Z [ 72%] 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:29.3490915Z [ 72%] 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:29.3493105Z [ 72%] 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:29.3495017Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:54:29.3496785Z [ 72%] 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:29.3500425Z [ 72%] 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:29.3502467Z [ 72%] 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:29.3504520Z [ 72%] 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:29.3506632Z [ 72%] 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:29.3508501Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:54:29.3509944Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:54:29.3511667Z [ 72%] 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:29.3513696Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:29.3515767Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:54:29.3517880Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-06-05T23:54:29.3520432Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-06-05T23:54:29.3522518Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:54:29.3525037Z [ 73%] 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:29.3527496Z [ 73%] 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:29.3529699Z [ 73%] 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:29.3531788Z [ 73%] 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:29.3533848Z [ 73%] 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:29.3535962Z [ 73%] 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:29.3537746Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:54:29.3539210Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:54:29.3540947Z [ 73%] 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:29.3543189Z [ 73%] 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:29.3545354Z [ 73%] 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:29.3547624Z [ 73%] 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:29.3549753Z [ 74%] 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:29.3551834Z [ 74%] 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:29.3553868Z [ 74%] 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:29.3555780Z [ 74%] 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:29.3557676Z [ 74%] 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:29.3559574Z [ 74%] 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:29.3561467Z [ 74%] 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:29.3563613Z [ 74%] 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:29.3565155Z [ 74%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:29.3566502Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:54:29.3567772Z [ 75%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:54:29.3569346Z [ 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:29.3571218Z [ 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:29.3573022Z [ 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:29.3574943Z [ 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:29.3576570Z [ 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:29.3578193Z [ 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:29.3579863Z [ 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:29.3581578Z [ 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:29.3583461Z [ 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:29.3585104Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:54:29.3586347Z [ 77%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:54:30.1634524Z [ 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:30.1637428Z [ 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:30.1640188Z [ 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:30.1642315Z [ 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:30.1644370Z [ 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:30.1646429Z [ 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:30.1648486Z [ 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:30.1650524Z [ 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:30.1652901Z [ 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:30.1655364Z [ 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:30.1657412Z [ 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:30.1659440Z [ 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:30.1661459Z [ 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:30.1663475Z [ 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:30.1664791Z [ 78%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:54:30.1666117Z [ 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:30.1668106Z [ 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:30.1670033Z [ 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:30.1671925Z [ 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:30.1673840Z [ 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:30.1675761Z [ 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:30.1677683Z [ 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:30.1679610Z [ 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:30.1681512Z [ 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:30.1683633Z [ 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:30.1685890Z [ 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:30.1688048Z [ 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:30.1690051Z [ 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:30.1691978Z [ 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:30.1694910Z [ 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:30.1697485Z [ 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:30.1699823Z [ 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:30.1701953Z [ 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:30.1703965Z [ 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:30.1706101Z [ 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:30.1708398Z [ 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:30.1709758Z [ 79%] Built target optimized_portable_kernels 2025-06-05T23:54:30.1711115Z [ 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:30.1712454Z [ 79%] Merging kernel yaml files 2025-06-05T23:54:30.1713718Z [ 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:30.1715737Z [ 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:30.1717627Z [ 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:30.1719498Z [ 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:30.1721439Z [ 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:30.1723399Z [ 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:30.1725320Z [ 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:30.1727266Z [ 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:30.1729225Z [ 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:30.1731172Z [ 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:30.8682700Z [ 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:30.8684635Z [ 81%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:54:30.8685987Z [ 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:30.8688382Z [ 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:30.8690700Z [ 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:30.8692864Z [ 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:30.8695021Z [ 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:30.8697251Z [ 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:30.8699247Z [ 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:30.8701418Z [ 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:30.8703707Z [ 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:30.8705876Z [ 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:30.8707907Z [ 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:30.8710428Z [ 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:30.8712735Z [ 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:30.8715017Z [ 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:30.8717273Z [ 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:30.8719546Z [ 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:30.8721485Z [ 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:30.8723405Z [ 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:30.8725257Z [ 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:30.8727350Z [ 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:30.8729124Z [ 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:30.8730976Z [ 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:30.8732590Z [ 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:30.8734162Z [ 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:30.8735856Z [ 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:30.8736946Z [ 83%] Generating code for kernel registration 2025-06-05T23:54:30.8738010Z [ 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:30.8739668Z [ 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:30.8741298Z [ 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:30.8742952Z [ 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:30.8744652Z [ 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:30.8746329Z [ 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:30.8748003Z [ 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:30.8749596Z [ 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:30.8751109Z [ 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:30.8752637Z [ 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:30.8754189Z [ 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:30.8755808Z [ 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:30.8757497Z [ 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:30.8759188Z [ 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:30.8760905Z [ 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:30.8762643Z [ 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:30.8764392Z [ 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:30.8766415Z [ 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:30.8768262Z [ 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:30.8770605Z /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:30.8772982Z /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:30.8774757Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:30.8775438Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:30.8775922Z | | 2025-06-05T23:54:30.8776391Z | const int32_t * {aka const int *} 2025-06-05T23:54:31.6085582Z 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:31.6087784Z /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:31.6089071Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:31.6089502Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:31.6091176Z /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:31.6092887Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:31.6093593Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:31.6094056Z | | 2025-06-05T23:54:31.6094836Z | const int32_t * {aka const int *} 2025-06-05T23:54:31.6095823Z 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:31.6097815Z /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:31.6098958Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:31.6099369Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:31.6100446Z [ 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:31.6102274Z [ 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:31.6104160Z [ 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:31.6106047Z [ 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:31.6107932Z [ 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:31.6109786Z [ 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:31.6112109Z [ 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:31.6114158Z [ 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:31.6116056Z [ 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:31.6117930Z [ 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:31.6119671Z [ 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:31.6121298Z [ 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:31.6122916Z [ 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:31.6124650Z [ 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:31.6126523Z [ 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:31.6128315Z [ 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:31.6130128Z [ 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:31.6131944Z [ 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:31.6133744Z [ 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:31.6135671Z [ 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:31.6137733Z [ 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:31.6140027Z [ 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:31.6142293Z [ 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:31.6144323Z [ 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:31.6146180Z [ 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:31.6148031Z [ 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:31.6149858Z [ 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:31.6151896Z [ 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:31.6153733Z [ 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:31.6155659Z [ 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:31.6157518Z [ 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:31.6159619Z [ 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:31.6161957Z [ 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:31.6164246Z [ 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:31.6166322Z [ 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:31.6168075Z [ 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:31.6169677Z [ 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:31.6171245Z [ 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:31.6172790Z [ 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:31.6174336Z [ 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:31.6176040Z [ 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:31.6177710Z [ 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:32.0894729Z [ 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:32.0896461Z [ 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:32.0899491Z [ 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:32.0901210Z [ 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:32.0902910Z [ 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:32.0904559Z [ 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:32.0906148Z [ 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:32.0907673Z [ 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:32.0909568Z [ 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:32.0911107Z [ 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:32.0912914Z [ 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:32.0914609Z [ 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:32.0916286Z [ 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:32.0918009Z [ 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:32.0919754Z [ 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:32.0921508Z [ 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:32.0923170Z [ 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:32.0924733Z [ 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:32.0926827Z /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:32.0929175Z /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:32.0930871Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:32.0931572Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.0932040Z | | 2025-06-05T23:54:32.0932514Z | const int32_t * {aka const int *} 2025-06-05T23:54:32.0933499Z 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:32.0935555Z /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:32.0936785Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:32.0937211Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:32.0938867Z /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:32.0940684Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:32.0941387Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.0941844Z | | 2025-06-05T23:54:32.0942324Z | const int32_t * {aka const int *} 2025-06-05T23:54:32.0943310Z 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:32.0945381Z /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:32.0946520Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:32.0946935Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:32.0948075Z [ 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:32.0949717Z [ 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:32.0951365Z [ 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:32.0953017Z [ 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:32.0954708Z [ 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:32.0956305Z [ 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:32.0957819Z [ 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:32.0959387Z [ 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:32.0960999Z [ 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:32.0962617Z [ 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:32.0964680Z /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:32.0967192Z /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:32.0968813Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:32.0969392Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.0969836Z | | 2025-06-05T23:54:32.0970293Z | const int32_t * {aka const int *} 2025-06-05T23:54:32.0971325Z 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:32.0973246Z /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:32.0974483Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:32.0974897Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:32.0976606Z /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:32.0978232Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:32.0978806Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.0979247Z | | 2025-06-05T23:54:32.0979703Z | const int32_t * {aka const int *} 2025-06-05T23:54:32.0980987Z 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:32.0983025Z /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:32.3205526Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:32.3206883Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:32.3208088Z [ 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:32.3210000Z [ 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:32.3212197Z [ 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:32.3214708Z /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:32.3216990Z /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:32.3218527Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:32.3219107Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.3219551Z | | 2025-06-05T23:54:32.3220018Z | const int32_t * {aka const int *} 2025-06-05T23:54:32.3220950Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:32.3222776Z /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:32.3223911Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:32.3224322Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:32.3225927Z /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:32.3227440Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:32.3228021Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.3228457Z | | 2025-06-05T23:54:32.3228929Z | const int32_t * {aka const int *} 2025-06-05T23:54:32.3229864Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:32.3231654Z /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:32.3233044Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:32.3233456Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:32.3234371Z [ 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:32.3235819Z [ 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:32.3237298Z [ 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:32.3239297Z [ 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:32.3241002Z [ 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:32.3243335Z /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:32.3245886Z /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:32.3247508Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:32.3248107Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.3248545Z | | 2025-06-05T23:54:32.3249054Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:32.3250141Z 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:32.3252177Z /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:32.3253395Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:32.3253812Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:32.3255581Z /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:32.3258988Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:32.3259636Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.3260091Z | | 2025-06-05T23:54:32.3260582Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:32.3261664Z 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:32.3263734Z /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:32.3264946Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:32.3265362Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:32.3266460Z [ 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:32.3268302Z [ 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:32.3270129Z [ 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:32.3271946Z [ 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:32.3273737Z [ 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:32.3275587Z /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:32.3277797Z /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:32.3279610Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:32.3280347Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.3280797Z | | 2025-06-05T23:54:32.3281292Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:32.3282233Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:32.3284117Z /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:32.3285347Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:32.3285760Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:32.3287348Z /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:32.3288881Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:32.3289476Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:32.3289933Z | | 2025-06-05T23:54:32.3290417Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:32.3291369Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:32.3293218Z /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:32.3294550Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:32.3294972Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:33.4688142Z [ 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:33.4689851Z [ 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:33.4691621Z [ 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:33.4693476Z [ 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:33.4695412Z [ 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:33.4697322Z [ 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:33.4699167Z [ 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:33.4701046Z [ 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:33.4702876Z [ 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:33.4704699Z [ 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:33.4706959Z [ 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:33.4708787Z [ 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:33.4710299Z [ 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:33.4711753Z [ 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:33.4713190Z [ 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:33.4714625Z [ 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:33.4716058Z [ 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:33.4717489Z [ 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:33.4718931Z [ 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:33.4720368Z [ 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:33.4721820Z [ 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:33.4723486Z [ 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:33.4725379Z [ 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:33.4727194Z [ 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:33.4728914Z [ 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:33.4730497Z [ 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:33.4732070Z [ 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:33.4733695Z [ 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:33.4735502Z [ 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:33.4737206Z [ 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:33.4738909Z [ 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:33.4740604Z [ 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:33.4742484Z [ 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:33.4744292Z [ 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:33.4746099Z [ 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:33.4747638Z [ 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:33.4749067Z [ 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:33.4750496Z [ 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:33.4751907Z [ 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:33.4753318Z [ 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:33.4754731Z [ 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:33.4756149Z [ 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:33.4757627Z [ 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:33.4759112Z [ 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:33.4760571Z [ 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:33.4762046Z [ 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:33.4763542Z [ 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:33.4765152Z [ 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:33.4766726Z [ 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:33.4768150Z [ 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:33.4769593Z [ 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:33.4771058Z [ 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:33.4772529Z [ 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:33.4774005Z [ 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:33.4775588Z [ 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:33.4777082Z [ 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:33.4778475Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:54:33.4779392Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:54:45.8575969Z [ 96%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:45.8577757Z [ 96%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:54:45.8578343Z [ 96%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:45.8578816Z [ 96%] Built target microkernels-prod 2025-06-05T23:54:45.8579238Z [ 96%] Generating build_identifier.c 2025-06-05T23:54:45.8580335Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:54:45.8581644Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:54:45.8582992Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:54:45.8584317Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:54:45.8585595Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:54:45.8586903Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:54:45.8588206Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:54:45.8589542Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:54:45.8590824Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:54:45.8592111Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:54:45.8593443Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:54:45.8594809Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:54:45.8596110Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:54:45.8597563Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:54:45.8598837Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:54:45.8600204Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:54:45.8601560Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:54:45.8602787Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:54:45.8604002Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:54:45.8605305Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:54:45.8606670Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:54:45.8608024Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:54:45.8609290Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:54:45.8610569Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:54:45.8611839Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:54:45.8613228Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:54:45.8614856Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:54:45.8615970Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:54:45.8617171Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:54:45.8618292Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:54:45.8619095Z [ 98%] Linking CXX static library libXNNPACK.a 2025-06-05T23:54:45.8619540Z [ 98%] Built target XNNPACK 2025-06-05T23:54:45.8620249Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:54:45.8621314Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:54:45.8622383Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:54:45.8623459Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:54:45.8624582Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:54:45.8625757Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:54:45.8628146Z /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:45.8630698Z /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:45.8632146Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-06-05T23:54:45.8632769Z | ^~~~~~~~ 2025-06-05T23:54:45.8633275Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:54:45.8633752Z [ 98%] Built target xnnpack_backend 2025-06-05T23:54:45.8634441Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:54:45.8635333Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:54:45.8636084Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-06-05T23:54:45.8636639Z [100%] Built target portable_lib 2025-06-05T23:54:45.8637480Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:54:45.8638857Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:54:45.8640119Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:54:45.8641386Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:54:45.8642775Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:54:45.8645459Z /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:45.8647981Z /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:45.8649075Z 243 | } 2025-06-05T23:54:45.8649647Z | ^ 2025-06-05T23:54:45.8651200Z /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:45.8653451Z /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:45.8654722Z 463 | } 2025-06-05T23:54:45.8654996Z | ^ 2025-06-05T23:54:45.8656819Z /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:45.8659186Z /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:45.8660328Z 279 | } 2025-06-05T23:54:45.8660609Z | ^ 2025-06-05T23:54:45.8662849Z /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:45.8665604Z /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:45.8666736Z 727 | } 2025-06-05T23:54:45.8667008Z | ^ 2025-06-05T23:54:53.5731750Z /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:53.5734134Z /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:53.5735435Z 152 | } 2025-06-05T23:54:53.5735758Z | ^ 2025-06-05T23:54:53.5736090Z [ 50%] Linking CXX static library libcoreml_util.a 2025-06-05T23:54:53.5736629Z [ 50%] Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:54:53.5737110Z [ 50%] Built target coreml_util 2025-06-05T23:54:53.5737534Z [ 50%] Built target coreml_inmemoryfs 2025-06-05T23:54:53.5738478Z [ 50%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:54:53.5739983Z [100%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:54:53.5741202Z [100%] Linking CXX shared library executorchcoreml.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:54:53.5741985Z lto-wrapper: warning: using serial compilation of 4 LTRANS jobs 2025-06-05T23:54:53.5742546Z [100%] Built target executorchcoreml 2025-06-05T23:54:53.5743006Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:54:53.5743490Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:53.5743927Z [ 1%] Built target pthreadpool 2025-06-05T23:54:53.5744326Z [ 1%] Built target common_schema 2025-06-05T23:54:53.5744728Z [ 2%] Built target xnnpack_schema 2025-06-05T23:54:53.5745137Z [ 3%] Built target cpuinfo 2025-06-05T23:54:53.5745506Z [ 3%] Built target logging 2025-06-05T23:54:53.5745865Z [ 5%] Built target eigen_blas 2025-06-05T23:54:53.5746239Z [ 5%] Built target flatccrt 2025-06-05T23:54:53.5746605Z [ 5%] Built target indirection 2025-06-05T23:54:53.5747006Z [ 5%] Built target microparams-init 2025-06-05T23:54:53.5747423Z [ 6%] Built target normalization 2025-06-05T23:54:53.5747819Z [ 6%] Built target datatype 2025-06-05T23:54:53.5748181Z [ 6%] Built target memory 2025-06-05T23:54:53.5748557Z [ 7%] Built target microkernel-utils 2025-06-05T23:54:53.5749451Z [ 7%] Built target mutex 2025-06-05T23:54:53.5749805Z [ 7%] Built target operator-utils 2025-06-05T23:54:53.5750227Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:53.5750646Z [ 8%] Built target program_schema 2025-06-05T23:54:53.5751053Z [ 8%] Built target operator-run 2025-06-05T23:54:53.5751452Z [ 8%] Built target hardware-config 2025-06-05T23:54:53.5752059Z [ 8%] Built target packing 2025-06-05T23:54:53.5752440Z [ 8%] Built target allocator 2025-06-05T23:54:53.5752808Z [ 8%] Built target cache 2025-06-05T23:54:53.5753156Z [ 10%] Built target operators 2025-06-05T23:54:53.5753544Z [ 11%] Built target executorch_core 2025-06-05T23:54:53.5753980Z [ 11%] Built target extension_data_loader 2025-06-05T23:54:53.5754414Z [ 12%] Built target extension_tensor 2025-06-05T23:54:53.5754846Z [ 12%] Built target extension_threadpool 2025-06-05T23:54:53.5755266Z [ 12%] Built target executorch 2025-06-05T23:54:53.5755649Z [ 15%] Built target subgraph 2025-06-05T23:54:53.5756017Z [ 15%] Built target cpublas 2025-06-05T23:54:53.5756384Z [ 16%] Built target etdump 2025-06-05T23:54:53.5756762Z [ 17%] Built target kernels_util_all_deps 2025-06-05T23:54:53.5757199Z [ 17%] Built target bundled_program 2025-06-05T23:54:53.5757615Z [ 20%] Built target optimized_kernels 2025-06-05T23:54:53.5758015Z [ 20%] Built target util 2025-06-05T23:54:53.5758408Z [ 79%] Built target microkernels-prod 2025-06-05T23:54:53.5758821Z [ 82%] Built target XNNPACK 2025-06-05T23:54:53.5759199Z [ 82%] Built target xnnpack_backend 2025-06-05T23:54:53.5759748Z [ 98%] Built target optimized_portable_kernels 2025-06-05T23:54:53.5760240Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:53.5760693Z [100%] Built target portable_lib 2025-06-05T23:54:53.5761521Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:54:53.5762702Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:54:53.5763774Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:54:53.5764862Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:54:53.5766108Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:54:53.5767447Z [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:53.5768642Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:54:53.5772648Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-06-05T23:54:53.5773833Z [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:53.5775260Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:54:53.5776399Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:54:53.5777875Z 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:53.5779573Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:53.5781060Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:53.5782074Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:53.5784379Z /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:53.5786547Z 92 | TORCHAO_ALWAYS_INLINE static void dequantize_4x8_int32_t( 2025-06-05T23:54:53.5787082Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:53.5789218Z /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:53.5791026Z 22 | TORCHAO_ALWAYS_INLINE static void block_mul_4x8x8( 2025-06-05T23:54:53.5791511Z | ^~~~~~~~~~~~~~~ 2025-06-05T23:54:53.5792594Z 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:53.5794284Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:53.5795749Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:53.5796768Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:53.5799167Z /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:53.5800998Z 62 | TORCHAO_ALWAYS_INLINE static void dequantize_1x8_int32_t( 2025-06-05T23:54:53.5801537Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:53.5803520Z /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:53.5805367Z 53 | TORCHAO_ALWAYS_INLINE static void reduce_1x8_int32x4_t_sums( 2025-06-05T23:54:53.5805922Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:53.5807944Z /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:53.5809739Z 29 | TORCHAO_ALWAYS_INLINE static void block_mul_1x8x16( 2025-06-05T23:54:53.5810253Z | ^~~~~~~~~~~~~~~~ 2025-06-05T23:54:53.5811698Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/channelwise_8bit_a_channelwise_8bit_b_1x16x16_f32_smlal-impl.h:17, 2025-06-05T23:54:53.5813740Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul.h:312, 2025-06-05T23:54:53.5815453Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:53.5816912Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:53.5817914Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:53.5819771Z /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul_utils.h:19:35: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 2025-06-05T23:54:53.5821815Z 19 | TORCHAO_ALWAYS_INLINE static void transpose_scales_and_zero_points( 2025-06-05T23:54:53.5822411Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:53.5823500Z 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:53.5943410Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.5945809Z /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:53.5948634Z /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:53.5950506Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-06-05T23:54:53.5952664Z /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:53.5954777Z 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:53.5955504Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.5956169Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.5957284Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.5958564Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.5959818Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.5960981Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.5962272Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.5963506Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.5965035Z /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:53.5966132Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:53.5966650Z | ^~~~~~~~ 2025-06-05T23:54:53.5967703Z 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:53.5969051Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.5971060Z /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:53.5972861Z 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:53.5973894Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.5975897Z /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:53.5978142Z 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:53.5978877Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.5979552Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.5980653Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.5981923Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.5983180Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.5984342Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.5985635Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.5986873Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.5988468Z /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:53.5989555Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:53.5990079Z | ^~~~~~~~ 2025-06-05T23:54:53.5991132Z 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:53.5992474Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.5994475Z /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:53.5996283Z 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:53.5997152Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.5998908Z /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:53.6001011Z 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:53.6001732Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6002401Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6003515Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6004774Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6006337Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6007489Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6008939Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6010188Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6011776Z /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:53.6012888Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:53.6013403Z | ^~~~~~~~ 2025-06-05T23:54:53.6014565Z 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:53.6015921Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6017953Z /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:53.6019763Z 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:53.6020492Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6174118Z /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:53.6177732Z 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:53.6179295Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6180133Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6181269Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6183607Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6184924Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6187091Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6188416Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6190679Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6192503Z /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:53.6194601Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:53.6195130Z | ^~~~~~~~ 2025-06-05T23:54:53.6197194Z 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:53.6199049Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6202470Z /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:53.6205503Z 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:53.6206245Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6208638Z /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:53.6211201Z 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:53.6212113Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6212803Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6214218Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6215695Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6217299Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6218622Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6220196Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6221581Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6223730Z /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:53.6224847Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:53.6225498Z | ^~~~~~~~ 2025-06-05T23:54:53.6226959Z 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:53.6228843Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6231549Z /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:53.6233553Z 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:53.6234794Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6237119Z /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:53.6240191Z 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:53.6241093Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6241947Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6243580Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6245039Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6246823Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6248174Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6250009Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6251451Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6253757Z /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:53.6255441Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:53.6255989Z | ^~~~~~~~ 2025-06-05T23:54:53.6257207Z 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:53.6259041Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6261278Z /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:53.6263739Z 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:53.6264484Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6266869Z /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:53.6269605Z 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:53.6270820Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6271662Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6331021Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6332364Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6334024Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6335454Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6337730Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6339414Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6341448Z /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:53.6343019Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:53.6343563Z | ^~~~~~~~ 2025-06-05T23:54:53.6344621Z 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:53.6346366Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6348964Z /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:53.6351205Z 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:53.6351971Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6354106Z /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:53.6356625Z 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:53.6357408Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6358093Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6359618Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6360917Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6362635Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6363797Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6365506Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6366763Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6368892Z /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:53.6369995Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:53.6370908Z | ^~~~~~~~ 2025-06-05T23:54:53.6371976Z 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:53.6373745Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6376274Z /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:53.6378525Z 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:53.6387032Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6388941Z /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:53.6391263Z 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:53.6392022Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6392704Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6393824Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6395241Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6396508Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6399952Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6401785Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6403058Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6405257Z /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:53.6406380Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:53.6407336Z | ^~~~~~~~ 2025-06-05T23:54:53.6408417Z 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:53.6410188Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6412640Z /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:53.6414642Z 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:53.6415797Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6417575Z /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:53.6420080Z 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:53.6421645Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6422343Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6423458Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6425394Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6427119Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6428291Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6429976Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6504195Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6506002Z /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:53.6507095Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:53.6507657Z | ^~~~~~~~ 2025-06-05T23:54:53.6508709Z 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:53.6510060Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6512073Z /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:53.6513927Z 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:53.6514659Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6516424Z /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:53.6518525Z 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:53.6519247Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6519935Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6521058Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6522333Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6523591Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6524746Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6526038Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6527268Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6529244Z /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:53.6530327Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:53.6530850Z | ^~~~~~~~ 2025-06-05T23:54:53.6532091Z 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:53.6533443Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6535736Z /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:53.6537562Z 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:53.6538307Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6540056Z /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:53.6542147Z 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:53.6542874Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6543557Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6544676Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6545936Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6547213Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6548552Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6549923Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6551148Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6552761Z /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:53.6553868Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:53.6554386Z | ^~~~~~~~ 2025-06-05T23:54:53.6555641Z 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:53.6556993Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:53.6559014Z /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:53.6560835Z 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:53.6561777Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6563638Z /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:53.6565753Z 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:53.6566473Z | ~~~~~~~^~~~ 2025-06-05T23:54:53.6567151Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:53.6568271Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:53.6569536Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:53.6570810Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:53.6571958Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:53.6573266Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:53.6574606Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:53.6576212Z /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:53.6577313Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:53.6577826Z | ^~~~~~~~ 2025-06-05T23:54:53.6578878Z 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:53.6580227Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:05.1041089Z /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:55:05.1042983Z 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:55:05.1043755Z | ~~~~~~~^~~~ 2025-06-05T23:55:05.1044218Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:55:05.1044740Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:55:05.1045195Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:55:05.1045698Z [ 1%] Built target flatcc_external_project 2025-06-05T23:55:05.1046138Z [ 1%] Built target pthreadpool 2025-06-05T23:55:05.1046528Z [ 2%] Built target cpuinfo 2025-06-05T23:55:05.1046895Z [ 2%] Built target common_schema 2025-06-05T23:55:05.1047323Z [ 3%] Built target xnnpack_schema 2025-06-05T23:55:05.1047716Z [ 4%] Built target eigen_blas 2025-06-05T23:55:05.1048097Z [ 4%] Built target flatccrt 2025-06-05T23:55:05.1048463Z [ 4%] Built target logging 2025-06-05T23:55:05.1048826Z [ 4%] Built target indirection 2025-06-05T23:55:05.1049225Z [ 4%] Built target microparams-init 2025-06-05T23:55:05.1049630Z [ 6%] Built target datatype 2025-06-05T23:55:05.1050418Z [ 6%] Built target normalization 2025-06-05T23:55:05.1050815Z [ 6%] Built target program_schema 2025-06-05T23:55:05.1051235Z [ 7%] Built target reference-ukernels 2025-06-05T23:55:05.1051662Z [ 7%] Built target hardware-config 2025-06-05T23:55:05.1052069Z [ 7%] Built target allocator 2025-06-05T23:55:05.1052489Z [ 7%] Built target packing 2025-06-05T23:55:05.1053056Z [ 7%] Built target cache 2025-06-05T23:55:05.1053450Z [ 8%] Built target microkernel-utils 2025-06-05T23:55:05.1053856Z [ 8%] Built target memory 2025-06-05T23:55:05.1054217Z [ 8%] Built target mutex 2025-06-05T23:55:05.1054969Z [ 8%] Built target operator-run 2025-06-05T23:55:05.1055381Z [ 8%] Built target operator-utils 2025-06-05T23:55:05.1055795Z [ 9%] Built target executorch_core 2025-06-05T23:55:05.1056197Z [ 11%] Built target operators 2025-06-05T23:55:05.1056597Z [ 11%] Built target extension_data_loader 2025-06-05T23:55:05.1057034Z [ 11%] Built target extension_tensor 2025-06-05T23:55:05.1057459Z [ 11%] Built target executorch 2025-06-05T23:55:05.1057848Z [ 12%] Built target extension_threadpool 2025-06-05T23:55:05.1058277Z [ 14%] Built target subgraph 2025-06-05T23:55:05.1058662Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:55:05.1059103Z [ 16%] Built target bundled_program 2025-06-05T23:55:05.1059506Z [ 16%] Built target cpublas 2025-06-05T23:55:05.1059880Z [ 17%] Built target etdump 2025-06-05T23:55:05.1060264Z [ 19%] Built target optimized_kernels 2025-06-05T23:55:05.1060667Z [ 19%] Built target util 2025-06-05T23:55:05.1061061Z [ 77%] Built target microkernels-prod 2025-06-05T23:55:05.1061469Z [ 80%] Built target XNNPACK 2025-06-05T23:55:05.1061881Z [ 96%] Built target optimized_portable_kernels 2025-06-05T23:55:05.1062332Z [ 96%] Built target xnnpack_backend 2025-06-05T23:55:05.1062787Z [ 96%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:55:05.1063240Z [ 97%] Built target portable_lib 2025-06-05T23:55:05.1064052Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:05.1065229Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:05.1066430Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:05.1067676Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:05.1068877Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:05.1070090Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:05.1071321Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:05.1072564Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:05.1073777Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:05.1074971Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:05.1075916Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:55:05.1076504Z [ 97%] Built target quantized_pybind_kernels_lib 2025-06-05T23:55:05.1077101Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:55:05.1077704Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:05.1078839Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:55:05.1080054Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:55:05.1080832Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:55:05.1081399Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:55:05.1085350Z 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:05.1088995Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:05.1089912Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:55:05.1091311Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:55:05.1092585Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:05.1093662Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:05.1094890Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:05.1096049Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:05.1097960Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:05.1099150Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:05.1100330Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:05.1101495Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:05.1102641Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:05.1103765Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:05.1104994Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:55:05.1106388Z [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:05.1107447Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:55:05.1107982Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:55:05.1108404Z running build_py 2025-06-05T23:55:05.1108876Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:05.1109793Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:05.1110888Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:05.1111975Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:05.1113070Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:05.1113987Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:55:05.1114911Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:55:05.1115830Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1116957Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1117985Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1119031Z copying src/executorch/exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1120264Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1121379Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1122468Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1123594Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1124662Z copying src/executorch/exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1125681Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1126741Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1127906Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1248822Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1250009Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1251129Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1252207Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1253316Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1254666Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1255738Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1256770Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1257808Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1258837Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1259855Z copying src/executorch/exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1260885Z copying src/executorch/exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1261900Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:05.1262776Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:55:05.1263684Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:55:05.1264568Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:05.1265565Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:05.1266749Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:05.1267871Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:05.1268834Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1269866Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1271573Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1272865Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1274508Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1275890Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1277195Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1278506Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1279838Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1281208Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1282588Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1283930Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1285225Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1286551Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:05.1287632Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:05.1288786Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:05.1290294Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:05.1291815Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:05.1293338Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:05.1294634Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:05.1295753Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:05.1297419Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:05.1298899Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:05.1300037Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:05.1301159Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:05.1302613Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:05.1304040Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:05.1305400Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:05.1306565Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:05.1307670Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:05.1309376Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:05.1310842Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:05.1311989Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:05.1313392Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:05.1314591Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1315735Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1317227Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1318810Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1320397Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1322035Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1323716Z 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:05.1325323Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1326871Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1328393Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1329913Z 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:05.1331455Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1333029Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1334753Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1336331Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:05.1337903Z 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:05.1339163Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:05.1340235Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:05.1438895Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:05.1440396Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:05.1441763Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:05.1443164Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:05.1444337Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:05.1445820Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:05.1447277Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:05.1448669Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:05.1449818Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:05.1451282Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:05.1452526Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:05.1453891Z 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:05.1455867Z 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:05.1457308Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:55:05.1458698Z 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:05.1460545Z 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:05.1462032Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:05.1463426Z 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:05.1477223Z 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:05.1478678Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:55:05.1480097Z 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:05.1481923Z 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:05.1483348Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:05.1484889Z 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:05.1486405Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:05.1487718Z 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:05.1489466Z 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:05.1491237Z 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:05.1492953Z 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:05.1494811Z 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:05.1497806Z 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:05.1499618Z 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:05.1501668Z 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:05.1503494Z 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:05.1505307Z 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:05.1507085Z 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:05.1508806Z 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:05.1510582Z 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:05.1512359Z 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:05.1514061Z 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:05.1515785Z 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:05.1517531Z 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:05.1519283Z 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:05.1521073Z 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:05.1522819Z 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:05.1524161Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:55:05.1525478Z 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:05.1527210Z 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:05.1528632Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:05.1530112Z 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:05.1532056Z 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:05.1533484Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:05.1534834Z 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:05.1536486Z 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:05.1538466Z 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:05.1540145Z 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:05.1541901Z 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:05.1543584Z 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:05.1545223Z 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:05.1546496Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:55:05.1609234Z 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:05.1610941Z 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:05.1612219Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:05.1613350Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:05.1614871Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:05.1616491Z 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:05.1618195Z 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:05.1619758Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:05.1621236Z 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:05.1622727Z 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:05.1624253Z 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:05.1625779Z 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:05.1627287Z 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:05.1628845Z 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:05.1630487Z 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:05.1632169Z 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:05.1633836Z 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:05.1635443Z 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:05.1637392Z 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:05.1638957Z 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:05.1640789Z 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:05.1642390Z 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:05.1644003Z 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:05.1645639Z 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:05.1647204Z 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:05.1648797Z 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:05.1650437Z 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:05.1652057Z 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:05.1653732Z 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:05.1655492Z 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:05.1657094Z 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:05.1658693Z 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:05.1660237Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:05.1661782Z 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:05.1663388Z 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:05.1665204Z 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:05.1666849Z 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:05.1668410Z 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:05.1669959Z 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:05.1671610Z 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:05.1673277Z 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:05.1674855Z 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:05.1676687Z 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:05.1678526Z 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:05.1680172Z 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:05.1681715Z 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:05.1683239Z 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:05.1684848Z 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:05.1686417Z 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:05.1687907Z 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:05.1689473Z 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:05.1691107Z 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:05.1692759Z 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:05.1694369Z 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:05.1696104Z 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:05.1697967Z 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:05.1699333Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:05.1786810Z 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:05.1788680Z 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:05.1790641Z 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:05.1792476Z 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:05.1794276Z 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:05.1796074Z 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:05.1798064Z 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:05.1799866Z 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:05.1802089Z 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:05.1804094Z 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:05.1805953Z 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:05.1807352Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1808543Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1810096Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1811647Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1813149Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1814913Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1816464Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1817969Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1819503Z 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:05.1821053Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1822554Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1824066Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1825652Z 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:05.1827247Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1828769Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1830274Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1831773Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1833288Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1834822Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1836304Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1837790Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1839282Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1840984Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1842516Z 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:05.1844164Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1845739Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1847266Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1848755Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1850288Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1851808Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1853363Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1855029Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1856727Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1858328Z 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:05.1859914Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1861451Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1863074Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1864582Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1866095Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1867596Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1869100Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1870632Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1872167Z 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:05.1873747Z 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:05.1875356Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1876991Z 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:05.1878688Z 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:05.1973724Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1976043Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1977714Z 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:05.1979405Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1980978Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1982543Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:05.1983776Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:05.1985089Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:05.1986655Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:05.1988279Z 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:05.1989994Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:05.1991722Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:05.1993001Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:55:05.1994231Z 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:05.1995426Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:05.1996562Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:05.1998223Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:05.1999667Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:05.2001101Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:05.2002230Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-06-05T23:55:05.2003408Z 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:05.2004620Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:05.2005904Z 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:05.2007597Z 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:05.2009242Z 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:05.2010889Z 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:05.2012840Z 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:05.2014738Z 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:05.2016454Z 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:05.2018155Z 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:05.2019867Z 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:05.2021694Z 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:05.2023444Z 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:05.2024704Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:05.2026001Z 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:05.2027669Z 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:05.2029327Z 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:05.2030949Z 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:05.2032586Z 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:05.2034270Z 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:05.2035994Z 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:05.2037710Z 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:05.2039387Z 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:05.2041082Z 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:05.2042754Z 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:05.2044008Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:05.2045188Z 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:05.2046687Z 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:05.2048214Z 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:05.2049758Z 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:05.2051449Z 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:05.2052944Z 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:05.2054728Z 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:05.2056258Z 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:05.2057782Z 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:05.2059368Z 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:05.2060934Z 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:05.2062452Z 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:05.2063947Z 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:05.2065458Z 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:05.2066980Z 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:05.2145713Z 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:05.2147415Z 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:05.2148963Z 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:05.2150513Z 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:05.2152071Z 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:05.2153699Z 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:05.2155272Z 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:05.2156849Z 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:05.2158412Z 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:05.2159899Z 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:05.2161391Z 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:05.2162882Z 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:05.2164390Z 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:05.2165908Z 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:05.2167764Z 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:05.2169452Z 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:05.2170962Z 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:05.2172496Z 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:05.2174028Z 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:05.2175957Z 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:05.2177574Z 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:05.2179147Z 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:05.2180724Z 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:05.2182253Z 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:05.2183784Z 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:05.2185398Z 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:05.2187010Z 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:05.2188519Z 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:05.2190049Z 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:05.2191630Z 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:05.2193198Z 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:05.2194708Z 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:05.2196252Z 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:05.2197992Z 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:05.2199557Z 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:05.2201099Z 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:05.2202653Z 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:05.2204173Z 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:05.2205984Z 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:05.2207479Z 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:05.2209125Z 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:05.2210648Z 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:05.2212175Z 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:05.2213693Z 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:05.2215341Z 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:05.2216896Z 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:05.2218418Z 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:05.2219963Z 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:05.2221482Z 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:05.2223060Z 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:05.2224643Z 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:05.2226173Z 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:05.2227700Z 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:05.2229244Z 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:05.2230815Z 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:05.2232429Z 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:05.2233979Z 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:05.2235489Z 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:05.2236993Z 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:05.2304103Z 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:05.2305727Z 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:05.2307250Z 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:05.2308782Z 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:05.2311187Z 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:05.2312680Z 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:05.2314408Z 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:05.2315957Z 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:05.2317488Z 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:05.2319028Z 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:05.2320675Z 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:05.2322364Z 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:05.2323964Z 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:05.2325468Z 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:05.2326983Z 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:05.2328502Z 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:05.2329724Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:05.2331082Z 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:05.2332831Z 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:05.2334732Z 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:05.2336579Z 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:05.2338369Z 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:05.2340136Z 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:05.2341974Z 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:05.2343835Z 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:05.2345635Z 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:05.2347683Z 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:05.2349553Z 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:05.2351553Z 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:05.2353456Z 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:05.2355198Z 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:05.2356934Z 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:05.2358717Z 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:05.2360576Z 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:05.2362431Z 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:05.2364227Z 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:05.2366000Z 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:05.2367721Z 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:05.2369508Z 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:05.2370927Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:55:05.2372323Z 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:05.2373694Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:05.2375015Z 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:05.2376731Z 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:05.2378409Z 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:05.2380066Z 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:05.2381351Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:55:05.2382635Z 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:05.2384020Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:05.2385599Z 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:05.2387295Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:05.2389240Z 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:05.2392011Z 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:05.2394074Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:05.2396120Z 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:05.2429055Z 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:05.2431569Z 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:05.2434099Z 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:05.2436586Z 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:05.2439071Z 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:05.2441551Z 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:05.2443967Z 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:05.2446385Z 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:05.2448933Z 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:05.2451502Z 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:05.2453996Z 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:05.2456578Z 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:05.2458982Z 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:05.2461348Z 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:05.2463802Z 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:05.2466870Z 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:05.2469411Z 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:05.2471917Z 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:05.2474423Z 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:05.2476886Z 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:05.2479337Z 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:05.2481822Z 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:05.2484300Z 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:05.2486778Z 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:05.2489225Z 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:05.2491647Z 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:05.2494074Z 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:05.2496580Z 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:05.2499284Z 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:05.2501875Z 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:05.2504369Z 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:05.2506822Z 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:05.2509489Z 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:05.2511447Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:05.2513361Z 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:05.2515300Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:05.2517266Z 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:05.2519368Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:05.2521467Z 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:05.2523574Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:05.2525734Z 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:05.2583965Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:05.2586332Z 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:05.2589325Z 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:05.2591572Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:05.2593768Z 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:05.2596597Z 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:05.2598998Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:05.2601275Z 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:05.2603563Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:05.2605903Z 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:05.2609333Z 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:05.2612492Z 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:05.2615603Z 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:05.2618531Z 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:05.2620727Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:05.2623010Z 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:05.2625966Z 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:05.2628821Z 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:05.2631071Z 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:05.2633528Z 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:05.2635930Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:05.2638242Z 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:05.2640582Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:05.2642967Z 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:05.2645325Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:05.2647662Z 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:05.2649982Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:05.2652438Z 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:05.2654935Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:05.2657303Z 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:05.2659644Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:05.2662027Z 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:05.2664418Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:05.2666815Z 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:05.2669185Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:05.2671506Z 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:05.2673830Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:05.2676151Z 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:05.2678475Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:05.2680801Z 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:05.2727308Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:05.2729699Z 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:05.2732707Z 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:05.2735750Z 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:05.2738717Z 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:05.2741447Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:05.2743973Z 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:05.2746364Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:05.2748714Z 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:05.2751060Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:05.2753360Z 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:05.2755646Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:05.2757945Z 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:05.2760364Z 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:05.2763008Z 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:05.2766463Z 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:05.2769143Z 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:05.2771972Z 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:05.2775822Z 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:05.2779512Z 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:05.2783190Z 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:05.2786092Z 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:05.2788874Z 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:05.2792400Z 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:05.2795800Z 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:05.2798561Z 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:05.2801295Z 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:05.2804854Z 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:05.2808418Z 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:05.2811941Z 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:05.2814653Z 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:05.2817328Z 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:05.2820828Z 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:05.2823506Z 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:05.2826344Z 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:05.2830019Z 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:05.2834029Z 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:05.2836767Z 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:05.2839519Z 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:05.2843086Z 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:05.2846765Z 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:05.2850553Z 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:05.2854272Z 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:05.2858365Z 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:05.2861987Z 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:05.2865589Z 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:05.2869190Z 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:05.2872837Z 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:05.2876453Z 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:05.2880333Z 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:05.2883944Z 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:05.2887584Z 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:05.2891407Z 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:05.2895206Z 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:05.2899019Z 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:05.2902800Z 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:05.2906578Z 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:05.2910196Z 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:05.2913749Z 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:05.2917400Z 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:05.2920225Z 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:05.2923001Z 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:05.2977259Z 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:05.2980182Z 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:05.2983186Z 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:05.2987117Z 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:05.2991150Z 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:05.2995168Z 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:05.2999409Z 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:05.3003513Z 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:05.3007437Z 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:05.3010392Z 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:05.3013422Z 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:05.3017480Z 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:05.3021452Z 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:05.3025829Z 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:05.3029708Z 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:05.3032447Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:05.3034885Z 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:05.3038243Z 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:05.3041426Z 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:05.3044605Z 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:05.3047908Z 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:05.3051142Z 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:05.3054457Z 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:05.3057691Z 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:05.3060863Z 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:05.3063996Z 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:05.3066490Z 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:05.3069591Z 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:05.3073184Z 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:05.3076665Z 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:05.3125386Z 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:05.3128988Z 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:05.3132490Z 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:05.3136064Z 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:05.3139582Z 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:05.3143071Z 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:05.3146591Z 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:05.3150131Z 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:05.3153614Z 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:05.3157068Z 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:05.3159968Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:05.3162573Z 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:05.3165740Z 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:05.3168769Z 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:05.3171143Z 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:05.3173735Z 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:05.3176345Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:05.3178694Z 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:05.3181776Z 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:05.3184866Z 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:05.3187912Z 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:05.3190927Z 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:05.3193924Z 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:05.3196187Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:05.3198690Z 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:05.3201037Z 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:05.3203594Z 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:05.3207355Z 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:05.3210640Z 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:05.3213039Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:05.3215438Z 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:05.3217832Z 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:05.3220318Z 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:05.3226317Z 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:05.3229674Z 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:05.3233110Z 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:05.3236448Z 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:05.3239774Z 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:05.3243030Z 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:05.3246259Z 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:05.3249500Z 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:05.3253017Z 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:05.3256535Z 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:05.3259789Z 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:05.3263036Z 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:05.3266349Z 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:05.3269799Z 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:05.3273140Z 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:05.3276372Z 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:05.3279755Z 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:05.3283152Z 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:05.3286409Z 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:05.3289613Z 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:05.3292890Z 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:05.3295517Z 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:05.3298423Z 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:05.3301892Z 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:05.3304463Z 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:05.3307171Z 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:05.3310713Z 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:05.3314339Z 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:05.3317970Z 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:05.3321665Z 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:05.3423466Z 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:05.3427116Z 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:05.3429820Z 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:05.3432632Z 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:05.3436211Z 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:05.3439944Z 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:05.3443875Z 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:05.3446826Z 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:05.3449552Z 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:05.3453042Z 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:05.3455897Z 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:05.3458894Z 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:05.3462845Z 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:05.3466803Z 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:05.3470743Z 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:05.3474588Z 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:05.3476892Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3478045Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3479525Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3481053Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3482614Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3484167Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3485688Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3487368Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3488948Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3490631Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3492226Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3493770Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3495342Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3496890Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3498621Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3500151Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3501695Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3503222Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3504708Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:05.3505889Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:05.3507131Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:05.3508722Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:05.3510336Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:05.3511926Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:05.3513143Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:05.3514383Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:05.3515949Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:05.3517554Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:05.3518868Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:05.3593953Z 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:05.3595812Z 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:05.3597966Z 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:05.3600169Z 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:05.3601511Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:05.3603096Z 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:05.3605091Z 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:05.3606934Z 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:05.3608699Z 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:05.3610445Z 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:05.3612203Z 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:05.3614016Z 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:05.3616164Z 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:05.3617987Z 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:05.3619369Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:05.3620699Z 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:05.3622088Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:05.3623637Z 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:05.3625628Z 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:05.3627165Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:05.3628698Z 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:05.3630723Z 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:05.3632757Z 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:05.3634283Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:05.3635724Z 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:05.3637219Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:05.3638849Z 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:05.3640656Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:05.3642231Z 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:05.3644399Z 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:05.3646492Z 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:05.3648588Z 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:05.3650290Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:05.3652116Z 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:05.3654762Z 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:05.3657159Z 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:05.3658975Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:05.3660808Z 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:05.3663193Z 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:05.3665563Z 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:05.3667924Z 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:05.3669750Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:05.3671609Z 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:05.3674042Z 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:05.3676467Z 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:05.3678890Z 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:05.3680718Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:05.3682473Z 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:05.3684941Z 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:05.3686835Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:05.3688606Z 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:05.3690945Z 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:05.3740489Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:05.3742461Z 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:05.3744898Z 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:05.3747316Z 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:05.3749676Z 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:05.3752058Z 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:05.3754449Z 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:05.3756820Z 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:05.3758624Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:05.3760325Z 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:05.3762578Z 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:05.3764885Z 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:05.3767176Z 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:05.3769595Z 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:05.3771844Z 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:05.3774107Z 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:05.3776849Z 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:05.3779272Z 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:05.3781482Z 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:05.3783691Z 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:05.3785994Z 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:05.3788282Z 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:05.3790521Z 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:05.3792761Z 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:05.3794324Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:05.3795517Z 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:05.3796743Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:55:05.3798312Z 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:05.3799630Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:55:05.3800920Z 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:05.3802400Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:05.3804157Z 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:05.3806500Z 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:05.3808220Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:05.3809750Z 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:05.3811618Z 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:05.3813421Z 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:05.3815354Z 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:05.3817435Z 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:05.3819482Z 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:05.3821343Z 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:05.3823161Z 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:05.3824962Z 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:05.3826764Z 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:05.3828139Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:05.3829402Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:05.3831152Z 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:05.3832598Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:05.3833895Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:05.3835586Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:05.3837301Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:05.3908548Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:05.3909950Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:05.3911303Z 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:05.3913084Z 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:05.3914878Z 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:05.3916177Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:05.3917362Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:05.3918941Z 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:05.3920614Z 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:05.3922270Z 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:05.3923524Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:05.3925205Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:05.3926833Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:05.3928594Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:05.3929780Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:05.3930996Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:05.3932512Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:05.3934077Z 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:05.3935761Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:05.3937256Z 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:05.3938829Z 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:05.3940455Z 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:05.3942107Z 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:05.3943744Z 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:05.3945355Z 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:05.3946917Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:05.3948117Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:05.3949418Z 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:05.3951126Z 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:05.3952754Z 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:05.3954384Z 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:05.3955743Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:05.3957169Z 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:05.3959045Z 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:05.3961017Z 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:05.3979773Z 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:05.3981803Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:05.3983114Z 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:05.3984625Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:05.3986180Z 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:05.3988187Z 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:05.3989755Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:05.3991307Z 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:05.3993300Z 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:05.3995372Z 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:05.3997630Z 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:05.3999687Z 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:05.4001762Z 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:05.4003343Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:05.4004933Z 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:05.4007106Z 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:05.4009327Z 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:05.4011562Z 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:05.4013323Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:05.4015102Z 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:05.4017303Z 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:05.4019520Z 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:05.4065884Z 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:05.4068103Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:05.4070078Z 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:05.4071942Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:05.4074018Z 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:05.4076708Z 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:05.4079610Z 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:05.4082436Z 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:05.4085289Z 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:05.4088156Z 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:05.4090933Z 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:05.4093768Z 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:05.4096747Z 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:05.4099784Z 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:05.4102597Z 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:05.4105359Z 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:05.4108159Z 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:05.4110227Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:05.4112367Z 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:05.4115210Z 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:05.4117814Z 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:05.4120394Z 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:05.4122256Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:05.4123808Z 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:05.4125806Z 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:05.4127895Z 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:05.4129974Z 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:05.4131947Z 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:05.4133929Z 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:05.4136038Z 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:05.4138107Z 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:05.4140201Z 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:05.4142305Z 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:05.4144551Z 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:05.4146871Z 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:05.4149037Z 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:05.4151078Z 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:05.4153143Z 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:05.4155396Z 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:05.4157353Z 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:05.4159433Z 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:05.4161468Z 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:05.4163475Z 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:05.4165488Z 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:05.4218373Z 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:05.4220431Z 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:05.4222416Z 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:05.4224489Z 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:05.4226636Z 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:05.4228714Z 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:05.4230706Z 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:05.4232668Z 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:05.4234640Z 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:05.4236683Z 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:05.4238779Z 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:05.4240831Z 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:05.4242895Z 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:05.4245017Z 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:05.4247128Z 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:05.4248448Z 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:05.4249409Z 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:05.4250533Z 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:05.4251443Z 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:05.4252484Z 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:05.4253541Z 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:05.4254795Z 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:05.4255728Z 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:05.4256686Z 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:05.4257628Z 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:05.4258535Z 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:05.4259487Z 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:05.4260439Z 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:05.4261442Z 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:05.4262561Z 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:05.4263511Z 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:05.4264438Z 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:05.4265348Z 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:05.4266327Z 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:05.4267255Z 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:05.4268199Z 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:05.4269355Z 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:05.4270519Z 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:05.4271481Z 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:05.4272471Z 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:05.4273352Z 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:05.4274259Z 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:05.4275184Z 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:05.4276169Z 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:05.4277123Z 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:05.4278057Z 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:05.4278956Z 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:05.4279918Z 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:05.4280866Z 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:05.4353162Z 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:05.4354354Z 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:05.4355578Z 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:05.4356592Z 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:05.4357576Z 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:05.4358528Z 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:05.4359495Z 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:05.4360477Z 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:05.4361815Z 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:05.4362882Z 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:05.4363820Z 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:05.4364770Z 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:05.4365623Z 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:05.4366523Z 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:05.4367416Z 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:05.4368469Z 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:05.4369511Z 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:05.4370454Z 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:05.4371385Z 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:05.4372268Z 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:05.4373196Z 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:05.4374113Z 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:05.4375118Z 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:05.4376043Z 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:05.4376919Z 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:05.4377843Z 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:05.4378750Z 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:05.4379722Z 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:05.4380720Z 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:05.4381826Z 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:05.4382852Z 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:05.4383785Z 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:05.4384701Z 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:05.4385601Z 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:05.4386575Z 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:05.4387571Z 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:05.4388545Z 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:05.4389473Z 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:05.4390408Z 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:05.4391396Z 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:05.4392464Z 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:05.4393467Z 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:05.4394411Z 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:05.4395336Z 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:05.4396290Z 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:05.4397401Z 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:05.4398326Z 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:05.4399278Z 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:05.4400242Z 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:05.4484040Z 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:05.4485414Z 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:05.4486692Z 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:05.4487635Z 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:05.4488539Z 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:05.4489485Z 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:05.4490430Z 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:05.4491341Z 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:05.4492282Z 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:05.4493275Z 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:05.4494252Z 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:05.4495518Z 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:05.4496512Z 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:05.4497630Z 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:05.4498566Z 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:05.4499491Z 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:05.4500411Z 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:05.4501438Z 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:05.4502373Z 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:05.4503539Z 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:05.4504549Z 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:05.4505602Z 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:05.4506912Z 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:05.4508159Z 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:05.4509237Z 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:05.4510281Z 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:05.4511316Z 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:05.4512525Z 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:05.4513556Z 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:05.4514548Z 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:05.4515534Z 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:05.4516558Z 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:05.4517563Z 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:05.4518633Z 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:05.4519713Z 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:05.4520724Z 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:05.4521721Z 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:05.4522709Z 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:05.4523740Z 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:05.4524742Z 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:05.4525714Z 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:05.4526590Z 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:05.4527647Z 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:05.4528615Z 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:05.4529524Z 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:05.4530420Z 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:05.4531323Z 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:05.4532262Z 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:05.4616849Z 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:05.4617914Z 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:05.4618848Z 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:05.4619754Z 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:05.4620872Z 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:05.4621815Z 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:05.4622745Z 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:05.4623790Z 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:05.4624823Z 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:05.4625865Z 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:05.4626919Z 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:05.4627872Z 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:05.4628804Z 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:05.4629721Z 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:05.4630633Z 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:05.4631971Z 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:05.4633013Z 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:05.4633621Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:05.4634745Z 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:05.4635911Z 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:05.4637076Z 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:05.4638236Z 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:05.4639408Z 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:05.4640575Z 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:05.4641806Z 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:05.4643013Z 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:05.4644319Z 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:05.4645627Z 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:05.4646823Z 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:05.4648055Z 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:05.4649211Z 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:05.4650436Z 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:05.4651610Z 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:05.4652922Z 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:05.4654197Z 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:05.4655537Z 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:05.4656768Z 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:05.4657982Z 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:05.4659145Z 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:05.4660306Z 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:05.4661462Z 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:05.4662673Z 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:05.4714317Z 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:05.4715538Z 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:05.4716715Z 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:05.4717871Z 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:05.4719113Z 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:05.4720289Z 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:05.4721477Z 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:05.4722661Z 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:05.4724292Z 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:05.4725630Z 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:05.4726836Z 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:05.4728041Z 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:05.4729246Z 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:05.4730432Z 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:05.4731593Z 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:05.4732749Z 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:05.4733937Z 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:05.4735405Z 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:05.4736576Z 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:05.4737758Z 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:05.4738945Z 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:05.4740107Z 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:05.4741319Z 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:05.4742468Z 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:05.4743661Z 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:05.4745030Z 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:05.4746339Z 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:05.4747510Z 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:05.4748673Z 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:05.4749865Z 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:05.4751042Z 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:05.4752228Z 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:05.4753415Z 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:05.4754619Z 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:05.4755798Z 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:05.4757023Z 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:05.4758299Z 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:05.4759534Z 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:05.4828533Z 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:05.4830141Z 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:05.4831343Z 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:05.4832515Z 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:05.4834043Z 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:05.4835422Z 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:05.4836651Z 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:05.4837925Z 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:05.4839119Z 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:05.4840293Z 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:05.4841544Z 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:05.4842731Z 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:05.4843943Z 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:05.4845104Z 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:05.4846283Z 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:05.4847443Z 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:05.4848670Z 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:05.4849871Z 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:05.4851198Z 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:05.4852503Z 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:05.4853088Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:05.4854558Z 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:05.4855235Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:05.4856230Z 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:05.4857210Z 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:05.4858189Z 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:05.4858783Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:05.4859896Z 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:05.4861090Z 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:05.4862394Z 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:05.4863618Z 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:05.4864857Z 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:05.4866164Z 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:05.4867428Z 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:05.4868747Z 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:05.4869982Z 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:05.4871337Z 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:05.4872547Z 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:05.4873869Z 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:05.4875287Z 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:05.4983392Z 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:05.4986150Z 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:05.4988929Z 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:05.4991012Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:05.4992808Z 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:05.4995224Z 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:05.4997772Z 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:05.5000224Z 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:05.5002696Z 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:05.5005078Z 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:05.5007430Z 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:05.5009740Z 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:05.5012097Z 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:05.5013741Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:05.5015152Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:05.5016851Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:05.5018158Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:05.5019480Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:05.5020775Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:55:05.5022549Z 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:05.5024021Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:05.5025600Z 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:05.5027374Z 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:05.5029090Z 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:05.5030944Z 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:05.5032695Z 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:05.5034463Z 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:05.5036203Z 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:05.5037929Z 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:05.5039653Z 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:05.5041398Z 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:05.5043123Z 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:05.5044429Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5045709Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5047410Z 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:05.5049183Z 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:05.5050883Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5052557Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5054230Z 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:05.5056065Z 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:05.5057844Z 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:05.5059601Z 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:05.5061297Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5063195Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5065018Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5066738Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5068494Z 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:05.5070278Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5071954Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5073708Z 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:05.5075516Z 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:05.5077177Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5148282Z 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:05.5151042Z 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:05.5152853Z 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:05.5154469Z 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:05.5156165Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5157873Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5159630Z 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:05.5161387Z 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:05.5163131Z 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:05.5164899Z 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:05.5166617Z 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:05.5168311Z 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:05.5170011Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5172744Z 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:05.5174588Z 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:05.5176585Z 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:05.5178273Z 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:05.5180040Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:05.5181373Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5182660Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5184333Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5186006Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5187716Z 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:05.5189429Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5191044Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5192678Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5194326Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5195984Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5197921Z 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:05.5199655Z 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:05.5201301Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5202931Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5204545Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5206186Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5207832Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5209463Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5211097Z 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:05.5213053Z 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:05.5214864Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5216716Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5218346Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5220004Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5221652Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5223265Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5224920Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5226641Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5228288Z 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:05.5230096Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5231747Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5233390Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5235048Z 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:05.5236707Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5238379Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5240103Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5241806Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5243471Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5302351Z 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:05.5304119Z 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:05.5305829Z 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:05.5307483Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5309113Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5311119Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5312970Z 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:05.5314684Z 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:05.5316339Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5317961Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5319614Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5321280Z 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:05.5323000Z 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:05.5324637Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5326334Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5327947Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5329553Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5331178Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5332787Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5334481Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5336122Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5337783Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5339440Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5341085Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5342754Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5344427Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5346080Z 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:05.5347726Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5349418Z 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:05.5351349Z 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:05.5353143Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5354797Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5356452Z 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:05.5358148Z 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:05.5359842Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5361553Z 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:05.5363313Z 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:05.5365007Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5366666Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5368331Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5369978Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5371640Z 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:05.5373315Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5375087Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5376713Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5378376Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5380097Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5381781Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5383547Z 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:05.5385366Z 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:05.5387085Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5388772Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5390664Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:05.5391945Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:05.5393367Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:05.5394709Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:05.5396052Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:05.5515434Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:05.5517248Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:05.5518583Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:05.5519972Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:05.5521813Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:05.5523566Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:05.5525272Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:05.5526620Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:05.5528030Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:05.5529894Z 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:05.5531297Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:05.5532533Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:05.5534141Z 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:05.5536068Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:05.5537302Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:05.5538554Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:05.5540138Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:05.5541442Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:05.5543068Z 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:05.5545229Z 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:05.5547153Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:05.5548599Z 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:05.5550731Z 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:05.5552544Z 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:05.5553853Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:05.5555048Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:05.5556616Z 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:05.5558284Z 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:05.5559990Z 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:05.5561663Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:05.5563339Z 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:05.5565051Z 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:05.5566763Z 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:05.5568454Z 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:05.5569750Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:05.5571146Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:05.5572515Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:05.5573858Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:05.5575297Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:55:05.5576572Z 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:05.5577872Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:05.5579313Z 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:05.5581211Z 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:05.5583113Z 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:05.5584496Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:05.5585909Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:05.5587514Z 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:05.5589267Z 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:05.5590925Z 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:05.5592198Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:05.5593514Z 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:05.5595277Z 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:05.5597326Z 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:05.5598846Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:05.5600304Z 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:05.5602199Z 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:05.5604135Z 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:05.5606104Z 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:05.5608118Z 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:05.5700923Z 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:05.5702409Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:05.5703841Z 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:05.5705415Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:05.5707293Z 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:05.5709696Z 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:05.5712056Z 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:05.5714401Z 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:05.5716709Z 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:05.5719399Z 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:05.5721904Z 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:05.5723827Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:05.5725807Z 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:05.5727822Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:05.5730067Z 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:05.5732031Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:05.5733258Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:05.5735055Z 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:05.5736829Z 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:05.5738595Z 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:05.5740248Z 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:05.5741980Z 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:05.5743709Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:05.5745376Z 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:05.5747089Z 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:05.5748808Z 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:05.5750502Z 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:05.5752162Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:05.5753440Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5754717Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5756389Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5758229Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5759846Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5761579Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5763291Z 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:05.5764979Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5766612Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5768282Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5769962Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5771626Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5773262Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5775097Z 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:05.5776943Z 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:05.5778791Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5780517Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5782156Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5783806Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5785471Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5787163Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5788868Z 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:05.5790554Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5792210Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5794131Z 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:05.5865182Z 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:05.5866894Z 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:05.5868977Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5870855Z 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:05.5872585Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5874292Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5875961Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5877634Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5879309Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5881005Z 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:05.5882698Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5884332Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5885971Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5887630Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5889293Z 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:05.5890990Z 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:05.5892686Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5894347Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5896154Z 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:05.5898171Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5899908Z 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:05.5901758Z 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:05.5903508Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5905142Z 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:05.5906821Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:05.5908379Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:05.5909696Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:05.5911604Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:05.5912995Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:05.5914390Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:05.5916209Z 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:05.5917624Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:05.5919107Z 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:05.5921056Z 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:05.5922472Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:55:05.5923727Z 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:05.5925399Z 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:05.5926736Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:05.5928201Z 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:05.5929617Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:05.5930851Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:05.5932416Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:05.5933983Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:05.5935705Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:05.5937074Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:05.5938564Z 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:05.5940464Z 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:05.5942461Z 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:05.5944437Z 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:05.5946389Z 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:05.5948577Z 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:05.5950077Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:05.5951655Z 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:05.5953552Z 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:05.5954933Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:05.5956278Z 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:05.5957979Z 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:05.5959687Z 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:05.6024594Z 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:05.6026391Z 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:05.6028166Z 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:05.6029950Z 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:05.6031756Z 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:05.6033520Z 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:05.6035241Z 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:05.6036993Z 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:05.6038772Z 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:05.6040474Z 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:05.6041759Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:05.6043051Z 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:05.6044684Z 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:05.6046347Z 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:05.6048059Z 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:05.6049734Z 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:05.6051715Z 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:05.6053352Z 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:05.6055578Z 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:05.6057324Z 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:05.6058979Z 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:05.6060630Z 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:05.6062277Z 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:05.6063906Z 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:05.6065527Z 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:05.6067163Z 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:05.6068797Z 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:05.6070471Z 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:05.6072185Z 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:05.6073878Z 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:05.6075560Z 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:05.6077208Z 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:05.6078833Z 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:05.6080492Z 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:05.6082160Z 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:05.6083862Z 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:05.6085556Z 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:05.6087223Z 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:05.6088913Z 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:05.6090589Z 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:05.6092436Z 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:05.6094201Z 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:05.6095965Z 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:05.6097830Z 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:05.6099559Z 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:05.6101207Z 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:05.6102851Z 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:05.6104512Z 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:05.6106197Z 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:05.6107892Z 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:05.6109555Z 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:05.6111207Z 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:05.6112949Z 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:05.6114668Z 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:05.6115957Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:05.6117378Z 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:05.6205727Z 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:05.6207744Z 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:05.6209676Z 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:05.6211551Z 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:05.6213433Z 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:05.6215631Z 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:05.6217069Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:05.6218980Z 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:05.6221112Z 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:05.6223085Z 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:05.6224590Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:05.6226178Z 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:05.6228193Z 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:05.6229667Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:05.6230979Z 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:05.6232656Z 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:05.6234016Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:05.6235459Z 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:05.6236917Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:05.6238393Z 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:05.6239869Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:05.6241424Z 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:05.6242951Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:05.6244542Z 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:05.6246172Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:05.6247840Z 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:05.6249964Z 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:05.6252077Z 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:05.6253747Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:05.6255544Z 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:05.6257211Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:05.6259067Z 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:05.6261400Z 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:05.6263736Z 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:05.6266117Z 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:05.6267864Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:05.6269604Z 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:05.6271897Z 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:05.6274200Z 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:05.6276559Z 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:05.6278939Z 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:05.6281290Z 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:05.6283558Z 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:05.6285839Z 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:05.6288347Z 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:05.6290639Z 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:05.6292919Z 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:05.6295282Z 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:05.6298235Z 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:05.6300658Z 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:05.6770665Z 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:05.6773362Z 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:05.6775917Z 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:05.6778174Z 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:05.6780429Z 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:05.6782721Z 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:05.6785090Z 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:05.6787487Z 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:05.6789774Z 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:05.6791945Z 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:05.6794107Z 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:05.6796422Z 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:05.6798636Z 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:05.6800285Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:05.6802028Z 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:05.6804374Z 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:05.6806698Z 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:05.6808454Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:05.6810181Z 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:05.6811671Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:05.6813001Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:05.6814276Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:05.6815799Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:05.6817054Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:05.6818094Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:05.6819220Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:05.6820659Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:05.6822097Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:05.6823607Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:05.6825050Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:05.6826492Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:05.6827586Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:05.6828598Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:05.6829902Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:05.6831235Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:05.6832543Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:05.6833938Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:05.6835326Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:05.6836635Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:05.6837693Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:05.6838795Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:05.6840212Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:05.6841633Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:05.6842744Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:05.6843944Z 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:05.6845465Z 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:05.6847035Z 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:05.6848855Z 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:05.6850305Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:05.6851615Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:05.6853358Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:05.6854733Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:05.6855980Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:05.6857518Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:05.6859055Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:05.6860269Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:05.6861462Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:05.6862960Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:05.6864132Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:05.6865256Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:05.6949498Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:05.6949874Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:05.6950538Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:05.6951177Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:05.6951545Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:05.6952175Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:05.6952855Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:05.6953544Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:05.6954316Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:05.6955006Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:05.6955412Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:55:05.6956208Z 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:05.6957020Z 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:05.6957395Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:05.6958079Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:05.6958865Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:05.6960060Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:05.6960702Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:55:05.6961546Z 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:05.6961973Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:05.6962757Z 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:05.6963650Z 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:05.6964101Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:05.6964928Z 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:05.6965347Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:05.6966164Z 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:05.6966959Z 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:05.6967766Z 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:05.6968177Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:55:05.6968953Z 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:05.6969417Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:05.6970296Z 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:05.6970778Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:05.6971733Z 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:05.6972109Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:05.6972844Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:05.6973225Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:05.6973984Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:05.6974368Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:05.6975281Z 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:05.6976053Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:05.6977007Z 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:05.6977830Z 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:05.6978811Z 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:05.6979221Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:05.6979954Z 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:05.6980723Z 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:05.6981510Z 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:05.6982242Z 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:05.6983005Z 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:05.7001362Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:05.7002200Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:05.7002857Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:05.7003474Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:05.7004143Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:05.7004555Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:05.7005333Z 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:05.7006170Z 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:05.7006913Z 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:05.7007655Z 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:05.7008414Z 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:05.7008829Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:05.7009662Z 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:05.7175849Z 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:05.7176794Z 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:05.7177649Z 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:05.7178975Z 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:05.7179382Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:55:05.7180374Z 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:05.7181161Z 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:05.7181555Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:55:05.7182291Z 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:05.7183014Z 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:05.7183375Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:05.7184029Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:05.7184678Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:05.7185087Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:55:05.7185859Z 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:05.7186617Z 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:05.7187017Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:05.7187792Z 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:05.7188611Z 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:05.7189006Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:55:05.7189757Z 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:05.7190504Z 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:05.7190902Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:55:05.7191662Z 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:05.7192407Z 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:05.7192770Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7193441Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7194139Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7194829Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7195543Z 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:05.7196402Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7197271Z 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:05.7198130Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7198841Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7199642Z 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:05.7200389Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7201061Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7201757Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7202426Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7203090Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7203830Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:05.7204256Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:05.7205038Z 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:05.7205395Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:05.7206072Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:05.7206780Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:05.7207443Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:05.7207808Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:05.7208457Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:05.7209112Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:05.7209509Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:05.7210252Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:05.7211001Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:05.7211410Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:05.7212153Z 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:05.7212903Z 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:05.7213529Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:05.7214518Z 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:05.7215375Z 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:05.7215812Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:05.7216637Z 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:05.7217033Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:05.7217758Z 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:05.7218491Z 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:05.7346732Z 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:05.7347550Z 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:05.7348319Z 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:05.7348722Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:55:05.7349435Z 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:05.7350225Z 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:05.7350601Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:55:05.7351290Z 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:05.7352029Z 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:05.7352391Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:05.7353053Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:05.7353784Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:05.7354171Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:05.7354845Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:05.7355531Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:05.7355909Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:05.7356595Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:05.7357351Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:05.7357714Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:05.7358728Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:05.7359412Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:05.7360063Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:55:05.7360869Z 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:05.7361662Z 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:05.7362056Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:55:05.7362767Z 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:05.7363472Z 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:05.7363875Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:05.7364610Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:05.7365351Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:05.7365895Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:05.7366973Z 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:05.7368029Z 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:05.7369143Z 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:05.7370238Z 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:05.7371239Z 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:05.7372330Z 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:05.7372745Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:55:05.7373532Z 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:05.7374857Z 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:05.7375323Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:05.7376206Z 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:05.7377254Z 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:05.7378141Z 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:05.7379139Z 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:05.7379560Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:05.7380323Z 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:05.7381129Z 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:05.7381914Z 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:05.7382417Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:05.7383378Z 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:05.7384407Z 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:05.7385390Z 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:05.7386404Z 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:05.7387414Z 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:05.7388362Z 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:05.7389390Z 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:05.7509299Z 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:05.7510352Z 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:05.7511366Z 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:05.7512458Z 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:05.7513420Z 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:05.7514400Z 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:05.7515431Z 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:05.7516879Z 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:05.7518127Z 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:05.7519246Z 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:05.7520249Z 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:05.7520654Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:05.7521484Z 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:05.7522405Z 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:05.7523236Z 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:05.7524073Z 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:05.7524883Z 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:05.7525692Z 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:05.7526543Z 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:05.7526969Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:05.7527802Z 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:05.7528300Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:05.7529224Z 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:05.7530231Z 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:05.7531165Z 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:05.7532153Z 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:05.7532619Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:05.7533494Z 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:05.7534689Z 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:05.7535747Z 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:05.7536718Z 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:05.7537236Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:05.7538182Z 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:05.7538709Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:05.7539838Z 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:05.7540810Z 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:05.7541378Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:05.7542378Z 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:05.7543453Z 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:05.7544006Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:05.7545042Z 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:05.7546171Z 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:05.7546561Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:55:05.7547323Z 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:05.7548078Z 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:05.7548473Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:55:05.7549227Z 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:05.7549560Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7550131Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7550681Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7551271Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7551865Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7552639Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7709486Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7710500Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7711164Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7711748Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:05.7712064Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:05.7712655Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:05.7713264Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:05.7714039Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:05.7714668Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:05.7715271Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:05.7715808Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:05.7716117Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:05.7716665Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:05.7717215Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:05.7717762Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:05.7718311Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:05.7718632Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:05.7719183Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:05.7719724Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:05.7720018Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:05.7720514Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:05.7721053Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:05.7721567Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:05.7721880Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:05.7722461Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:05.7723015Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:05.7723558Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:05.7723874Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7724398Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7725339Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7725942Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7726645Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7727320Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7727957Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7728595Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7729271Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7729931Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7730532Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7731231Z 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:05.7731872Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7732500Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7733153Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7733842Z 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:05.7734539Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7735211Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7735825Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7736420Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7737071Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7737739Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7738342Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7739016Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7739686Z 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:05.7740423Z 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:05.7741101Z 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:05.7741746Z 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:05.7742562Z 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:05.7743182Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7743862Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7744480Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7745084Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7745732Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:05.7746041Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:05.7746582Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:05.7747167Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:05.7747720Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:05.7748019Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:05.7748535Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:05.7749120Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:05.7749636Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:05.7750201Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:05.7886971Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:05.7887545Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:05.7887892Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7888434Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7888955Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7889565Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7890170Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7890704Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7891298Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7891856Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7892403Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7892965Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7893556Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7894218Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7895466Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7896045Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7896916Z 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:05.7897742Z 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:05.7898420Z 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:05.7899027Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7899602Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7900172Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7900713Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7901312Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7901958Z 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:05.7902566Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7903163Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7903765Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7904443Z 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:05.7905055Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7905590Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7906131Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7906682Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7907274Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7907839Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7908413Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:05.7908753Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:05.7909420Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:05.7910050Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:05.7910716Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:05.7911357Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:05.7911931Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:05.7912558Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:05.7913315Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:05.7914033Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:05.7914746Z 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:05.7915405Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:05.7915870Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:05.7916814Z 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:05.7917746Z 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:05.7918735Z 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:05.7919705Z 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:05.7920651Z 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:05.7921022Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:05.7921755Z 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:05.7922535Z 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:05.7923276Z 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:05.7924042Z 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:05.7924738Z 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:05.7925437Z 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:05.7926101Z 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:05.7926855Z 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:05.7927517Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:05.7928212Z 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:05.8080051Z 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:05.8080812Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:05.8081893Z 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:05.8082816Z 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:05.8083528Z 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:05.8084268Z 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:05.8085048Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:05.8085698Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:05.8086440Z 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:05.8087099Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:05.8087480Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:55:05.8088271Z 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:05.8089048Z 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:05.8089452Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:05.8090352Z 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:05.8091249Z 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:05.8092016Z 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:05.8092380Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:05.8093027Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:05.8093378Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:05.8093975Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:05.8094326Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:55:05.8095142Z 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:05.8095538Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:55:05.8096339Z 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:05.8096713Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:55:05.8097545Z 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:05.8098218Z 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:05.8098822Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:05.8099545Z 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:05.8100423Z 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:05.8101151Z 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:05.8101512Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:55:05.8102158Z 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:05.8102876Z 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:05.8103256Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:55:05.8103934Z 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:05.8104641Z 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:05.8105010Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:55:05.8105740Z 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:05.8106488Z 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:05.8106879Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:05.8107637Z 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:05.8107960Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:05.8108546Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:05.8108888Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:05.8109569Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:05.8109907Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:05.8110517Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:05.8111212Z 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:05.8111863Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:05.8112228Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:05.8112971Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:05.8113329Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:05.8113982Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:05.8114635Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:05.8115154Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:05.8115802Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:05.8116155Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:05.8116899Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:05.8117559Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:05.8118200Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:05.8118550Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:05.8119246Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:05.8119600Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:05.8120194Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:05.8120541Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:55:05.8121172Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:55:05.8121587Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:05.8248484Z 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:05.8249405Z 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:05.8250261Z 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:05.8250654Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:55:05.8251443Z 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:05.8251854Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:55:05.8252683Z 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:05.8253066Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:05.8253773Z 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:05.8254570Z 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:05.8255330Z 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:05.8256066Z 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:05.8256848Z 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:05.8257663Z 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:05.8258790Z 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:05.8259570Z 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:05.8260649Z 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:05.8261019Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:05.8261668Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:05.8262336Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:05.8263033Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:05.8263759Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:05.8264469Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:05.8265187Z 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:05.8265544Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:05.8266208Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:05.8266952Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:05.8267649Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:05.8268320Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:05.8268706Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:05.8269417Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:05.8269870Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:05.8270809Z 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:05.8271366Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:05.8272447Z 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:05.8273485Z 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:05.8273881Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:55:05.8274602Z 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:05.8275364Z 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:05.8275751Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:05.8276632Z 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:05.8277572Z 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:05.8278371Z 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:05.8279217Z 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:05.8279725Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:05.8280695Z 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:05.8281687Z 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:05.8282687Z 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:05.8283668Z 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:05.8284645Z 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:05.8285051Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:05.8285894Z 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:05.8286441Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:05.8287484Z 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:05.8288096Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:05.8289237Z 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:05.8290408Z 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:05.8290959Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:05.8589399Z 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:05.8590513Z 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:05.8591097Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:05.8592271Z 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:05.8593254Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:05.8594655Z 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:05.8595901Z 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:05.8596546Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:05.8597956Z 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:05.8598629Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:05.8599956Z 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:05.8600573Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:05.8601802Z 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:05.8602463Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:05.8603783Z 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:05.8604432Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:05.8605728Z 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:05.8606347Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:05.8607583Z 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:05.8608136Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:05.8609252Z 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:05.8610360Z 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:05.8611448Z 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:05.8612580Z 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:05.8613937Z 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:05.8615250Z 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:05.8616363Z 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:05.8617468Z 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:05.8618019Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:05.8619119Z 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:05.8619660Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:05.8620671Z 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:05.8621712Z 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:05.8622730Z 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:05.8623249Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:05.8624320Z 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:05.8625378Z 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:05.8626374Z 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:05.8626987Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:05.8628195Z 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:05.8628806Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:05.8629993Z 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:05.8630639Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:05.8631882Z 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:05.8633209Z 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:05.8634064Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:05.8635598Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.9133555Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.9137166Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.9140454Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:07.9142760Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:07.9144607Z 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:07.9146986Z 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:07.9149413Z 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:07.9151837Z 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:07.9154224Z 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:07.9156121Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:07.9158077Z 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:07.9160086Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:07.9162198Z 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:07.9164959Z 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:07.9166827Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:55:07.9168287Z 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:07.9169704Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:07.9171417Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:07.9173343Z 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:07.9175229Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:07.9176535Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:07.9177705Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:07.9178916Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:07.9180332Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:07.9181732Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:07.9183167Z 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:07.9184970Z 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:07.9186380Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:07.9187900Z 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:07.9189393Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:55:07.9190853Z 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:07.9192188Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:07.9193289Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:07.9194447Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:07.9195707Z 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:07.9197588Z 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:07.9198865Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:55:07.9199912Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:55:07.9200768Z running egg_info 2025-06-05T23:55:07.9201097Z creating executorch.egg-info 2025-06-05T23:55:07.9201504Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:55:07.9202101Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:55:07.9202818Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:55:07.9203461Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:55:07.9204105Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:55:07.9204744Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:07.9205354Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:07.9205865Z adding license file 'LICENSE' 2025-06-05T23:55:07.9206328Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:07.9207529Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:07.9208423Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:07.9209336Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:07.9210650Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:07.9212097Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:55:07.9213863Z 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:07.9215521Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:07.9217262Z 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:07.9219740Z 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:07.9221875Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:07.9224117Z 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:07.9227004Z 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:07.9234532Z 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:07.9236820Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:07.9239165Z 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:07.9242137Z 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:07.9245178Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:07.9247582Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:07.9249791Z 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:07.9252693Z 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:07.9256081Z 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:07.9259118Z 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:07.9262050Z 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:07.9264957Z 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:07.9267854Z 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:07.9270740Z 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:07.9273623Z 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:07.9276505Z 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:07.9279399Z 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:07.9282264Z 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:07.9285185Z 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:07.9288141Z 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:07.9291071Z 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:07.9293999Z 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:07.9297216Z 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:07.9300473Z 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:07.9304047Z 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:07.9306940Z 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:07.9309820Z 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:07.9312850Z 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:07.9315903Z 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:07.9318860Z 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:07.9321212Z 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:07.9323799Z 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:07.9326396Z 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:07.9329027Z 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:07.9331528Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:07.9333868Z 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:07.9337021Z 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:07.9339993Z 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:07.9342320Z 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:07.9344891Z 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:07.9348059Z 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:07.9350429Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:07.9352798Z 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:07.9355876Z 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:07.9358286Z 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:07.9360805Z 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:07.9363384Z 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:07.9366105Z 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:07.9368714Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:07.9371049Z 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:07.9374355Z 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:07.9377871Z 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:07.9380474Z 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:07.9382990Z 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:07.9386279Z 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:07.9389659Z 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:07.9392862Z 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:07.9395852Z 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:07.9398351Z 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:07.9400831Z 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:07.9403998Z 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:07.9406387Z 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:07.9408798Z 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:07.9411243Z 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:07.9413712Z 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:07.9416293Z 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:07.9418806Z 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:07.9422081Z 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:07.9425359Z 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:07.9428606Z 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:07.9431925Z 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:07.9435677Z 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:07.9438271Z 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:07.9440947Z 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:07.9444494Z 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:07.9448048Z 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:07.9450650Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:07.9453056Z 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:07.9456310Z 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:07.9459532Z 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:07.9462781Z 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:07.9466032Z 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:07.9469284Z 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:07.9472512Z 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:07.9475727Z 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:07.9479130Z 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:07.9482540Z 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:07.9485861Z 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:07.9489154Z 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:07.9492355Z 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:07.9494855Z 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:07.9497476Z 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:07.9499967Z 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:07.9502470Z 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:07.9505661Z 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:07.9508086Z 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:07.9510445Z 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:07.9513534Z 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:07.9516653Z 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:07.9519058Z 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:07.9521487Z 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:07.9525067Z 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:07.9527574Z 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:07.9538300Z 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:07.9541645Z 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:07.9544298Z 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:07.9547187Z 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:07.9550982Z 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:07.9553896Z 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:07.9556857Z 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:07.9559711Z 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:07.9562381Z 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:07.9565105Z 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:07.9567816Z 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:07.9571348Z 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:07.9575118Z 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:07.9578003Z 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:07.9580657Z 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:07.9584009Z 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:07.9586164Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:07.9587460Z 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:07.9589084Z 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:07.9590677Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.9592266Z 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:07.9593886Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:07.9595464Z 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:07.9597382Z 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:07.9598790Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:07.9600044Z 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:07.9601713Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:07.9603141Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:07.9604758Z 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:07.9606932Z 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:07.9609090Z 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:07.9611154Z 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:07.9613178Z 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:07.9615328Z 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:07.9617672Z 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:07.9619988Z 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:07.9622223Z 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:07.9624317Z 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:07.9626362Z 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:07.9628376Z 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:07.9630390Z 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:07.9632416Z 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:07.9634511Z 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:07.9672834Z 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:07.9675129Z 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:07.9677386Z 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:07.9679495Z 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:07.9681546Z 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:07.9683647Z 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:07.9685870Z 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:07.9688113Z 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:07.9690215Z 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:07.9692315Z 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:07.9694528Z 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:07.9696876Z 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:07.9699280Z 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:07.9701327Z 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:07.9703386Z 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:07.9705460Z 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:07.9707597Z 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:07.9709719Z 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:07.9711810Z 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:07.9713944Z 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:07.9716081Z 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:07.9718226Z 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:07.9720365Z 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:07.9722444Z 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:07.9724548Z 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:07.9726761Z 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:07.9728958Z 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:07.9731035Z 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:07.9733046Z 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:07.9735366Z 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:07.9737638Z 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:07.9739979Z 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:07.9742370Z 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:07.9744411Z 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:07.9746412Z 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:07.9748466Z 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:07.9750603Z 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:07.9752746Z 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:07.9754946Z 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:07.9757183Z 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:07.9759191Z 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:07.9761253Z 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:07.9763396Z 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:07.9765468Z 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:07.9767509Z 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:07.9769558Z 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:07.9813373Z 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:07.9815536Z 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:07.9817554Z 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:07.9819008Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:07.9820335Z 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:07.9822086Z 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:07.9824319Z 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:07.9825767Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:07.9827466Z 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:07.9829485Z 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:07.9831449Z 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:07.9833395Z 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:07.9835420Z 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:07.9837423Z 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:07.9839317Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:07.9841147Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:07.9843054Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:07.9845023Z 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:07.9846965Z 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:07.9848863Z 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:07.9850822Z 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:07.9853024Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:07.9855440Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:07.9857115Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:07.9858784Z 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:07.9860951Z 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:07.9863121Z 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:07.9865332Z 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:07.9867766Z 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:07.9870103Z 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:07.9872291Z 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:07.9874447Z 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:07.9876666Z 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:07.9878856Z 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:07.9881012Z 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:07.9883264Z 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:07.9885476Z 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:07.9887564Z 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:07.9889693Z 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:07.9891790Z 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:07.9893900Z 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:07.9896196Z 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:07.9898628Z 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:07.9900787Z 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:07.9902988Z 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:07.9905159Z 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:07.9907372Z 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:07.9909805Z 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:07.9954463Z 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:07.9956653Z 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:07.9958796Z 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:07.9961003Z 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:07.9963187Z 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:07.9965377Z 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:07.9967541Z 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:07.9969663Z 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:07.9971786Z 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:07.9974016Z 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:07.9976389Z 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:07.9978623Z 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:07.9980805Z 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:07.9982991Z 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:07.9985211Z 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:07.9987464Z 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:07.9989668Z 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:07.9991747Z 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:07.9994102Z 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:07.9996321Z 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:07.9998659Z 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:08.0000822Z 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:08.0003027Z 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:08.0005294Z 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:08.0007550Z 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:08.0009846Z 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:08.0012148Z 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:08.0014510Z 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:08.0016792Z 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:08.0019076Z 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:08.0021351Z 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:08.0023609Z 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:08.0025892Z 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:08.0028184Z 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:08.0030459Z 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:08.0032752Z 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:08.0035055Z 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:08.0037656Z 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:08.0039996Z 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:08.0042180Z 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:08.0044406Z 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:08.0046655Z 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:08.0048925Z 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:08.0051098Z 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:08.0103227Z 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:08.0105429Z 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:08.0107572Z 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:08.0109777Z 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:08.0111891Z 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:08.0113933Z 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:08.0116116Z 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:08.0118415Z 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:08.0120742Z 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:08.0123108Z 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:08.0125491Z 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:08.0127824Z 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:08.0130493Z 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:08.0132997Z 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:08.0135485Z 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:08.0137767Z 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:08.0140005Z 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:08.0142292Z 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:08.0144649Z 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:08.0147041Z 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:08.0149416Z 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:08.0151686Z 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:08.0153941Z 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:08.0156173Z 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:08.0158430Z 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:08.0160706Z 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:08.0163062Z 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:08.0165567Z 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:08.0167864Z 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:08.0170093Z 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:08.0172360Z 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:08.0175022Z 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:08.0177455Z 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:08.0179714Z 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:08.0181576Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:08.0183037Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:08.0184728Z 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:08.0186580Z 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:08.0188341Z 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:08.0190108Z 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:08.0191857Z 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:08.0193557Z 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:08.0195288Z 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:08.0196877Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:08.0198715Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:08.0200422Z 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:08.1718321Z 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:08.1720514Z 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:08.1723211Z 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:08.1725510Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:08.1727182Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:08.1728797Z 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:08.1730093Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:08.1731665Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:08.1732954Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:08.1734618Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:08.1736058Z 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:08.1737744Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:08.1738940Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-06-05T23:55:08.1740139Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:55:08.1741448Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1742603Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1743908Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1745204Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1746470Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1747722Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1749019Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1750383Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1751828Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1753268Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1754613Z copying runtime/core/function_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1756019Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1757437Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1758793Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1760104Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1761344Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1762573Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1763855Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1765232Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.1766523Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:08.1768046Z 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:08.1769469Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:08.1771206Z 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:08.1785984Z 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:08.1787732Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:08.1789196Z 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:08.1790965Z 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:08.1792753Z 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:08.1794576Z 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:08.1796332Z 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:08.1798247Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:08.1799687Z 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:08.1801386Z 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:08.1803068Z 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:08.1804743Z 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:08.1806390Z 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:08.1808010Z 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:08.1809639Z 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:08.1811312Z 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:08.1812963Z 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:08.1814741Z 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:08.1816424Z 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:08.1818077Z 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:08.1819738Z 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:08.1821808Z 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:08.1823373Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:08.2399144Z 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:08.2401366Z 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:08.2403072Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:08.2404780Z 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:08.2406836Z 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:08.2408868Z 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:08.2410869Z 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:08.2412813Z 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:08.2415007Z 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:08.2417075Z 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:08.2419062Z 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:08.2421075Z 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:08.2423120Z 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:08.2425208Z 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:08.2427276Z 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:08.2428771Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:08.2430008Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:08.2431484Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:08.2432965Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:08.2434481Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:08.2436148Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:08.2437430Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:08.2438806Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2440025Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2441403Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2442783Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2444229Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2445680Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2447047Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2448430Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2449847Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2451248Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2452638Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2454016Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.2455354Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:08.2456684Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:08.2458233Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:08.2459598Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:08.2461037Z 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:08.2462726Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:08.2464297Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:08.2465573Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:08.2466799Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:08.2468230Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:08.2469670Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:08.2471110Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:08.2472394Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:08.2473925Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:08.2475612Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:08.2477208Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:08.2478216Z running build_ext 2025-06-05T23:55:08.2478808Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-06-05T23:55:08.2480559Z 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:08.2482552Z 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:08.2484425Z 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:08.2486938Z 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:08.2489637Z 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:08.2850338Z 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:08.2851941Z installing to pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:08.2852405Z running install 2025-06-05T23:55:08.2852711Z running install_lib 2025-06-05T23:55:08.2853089Z creating pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:08.2853652Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-06-05T23:55:08.2854281Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-06-05T23:55:08.2855655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:08.2857132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:08.2858608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:08.2860133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:08.2861236Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api 2025-06-05T23:55:08.2862391Z 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:08.2864014Z 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:08.2865631Z 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:08.2867250Z 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:08.2868455Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api/types 2025-06-05T23:55:08.2870126Z 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:08.2872017Z 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:08.2874022Z 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:08.2875285Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/test 2025-06-05T23:55:08.2876711Z 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:08.2878549Z 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:08.2880390Z 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:08.2882253Z 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:08.2884092Z 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:08.2885919Z 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:08.2887194Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-06-05T23:55:08.2888399Z 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:08.2890108Z 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:08.2891835Z 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:08.2893546Z 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:08.2895405Z 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:08.2897465Z 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:08.2899166Z 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:08.2900436Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-06-05T23:55:08.2901815Z 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:08.2903718Z 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:08.2905667Z 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:08.2907694Z 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:08.2909318Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-06-05T23:55:08.2910420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-06-05T23:55:08.2911588Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-06-05T23:55:08.2913109Z 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:08.2915057Z 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:08.2916503Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:55:08.2918064Z 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:08.2919599Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-06-05T23:55:08.2920988Z 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:08.2922906Z 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:08.2924820Z 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:08.2926269Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:55:08.2927798Z 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:08.2929989Z 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:08.2931659Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:08.2933325Z 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:08.2935724Z 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:08.2937964Z 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:08.2939551Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:08.2941142Z 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:08.2942753Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:08.2958240Z 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:08.2960672Z 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:08.2963244Z 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:08.2964842Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:55:08.2966618Z 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:08.2968771Z 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:08.2970880Z 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:08.2972409Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:55:08.2973919Z 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:08.2975650Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-06-05T23:55:08.2977016Z 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:08.2978893Z 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:08.2980247Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-06-05T23:55:08.2981542Z 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:08.2983340Z 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:08.2984812Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:55:08.2986257Z 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:08.2988207Z 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:08.2990066Z 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:08.2991352Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-06-05T23:55:08.2992761Z 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:08.2994544Z 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:08.2995868Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:55:08.2997468Z 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:08.2998893Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-06-05T23:55:08.3000174Z 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:08.3002297Z 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:08.3004169Z 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:08.3006313Z 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:08.3008325Z 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:08.3009703Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:55:08.3011198Z 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:08.3013291Z 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:08.3015490Z 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:08.3017624Z 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:08.3019853Z 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:08.3021456Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:55:08.3022967Z 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:08.3025112Z 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:08.3026626Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-06-05T23:55:08.3028012Z 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:08.3030021Z 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:08.3032151Z 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:08.3033557Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-06-05T23:55:08.3034579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3036016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3037453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3038910Z 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:08.3040382Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3042022Z 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:08.3043533Z 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:08.3045070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3046496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3047944Z 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:08.3049490Z 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:08.3051018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3067367Z 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:08.3068925Z 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:08.3070405Z 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:08.3071906Z 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:08.3073393Z 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:08.3074845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3076278Z 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:08.3077705Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3079141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3080550Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3081967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3083380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3084459Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-06-05T23:55:08.3085687Z 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:08.3087348Z 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:08.3089042Z 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:08.3090775Z 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:08.3092522Z 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:08.3094665Z 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:08.3096378Z 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:08.3098583Z 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:08.3100362Z 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:08.3101610Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-06-05T23:55:08.3102923Z 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:08.3104743Z 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:08.3106610Z 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:08.3108554Z 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:08.3110478Z 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:08.3112281Z 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:08.3114022Z 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:08.3115244Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-06-05T23:55:08.3116456Z 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:08.3118180Z 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:08.3119938Z 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:08.3121720Z 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:08.3123488Z 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:08.3125162Z 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:08.3126490Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:08.3128214Z 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:08.3130601Z 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:08.3133039Z 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:08.3135969Z 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:08.3138529Z 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:08.3140152Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-06-05T23:55:08.3141550Z 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:08.3143604Z 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:08.3145672Z 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:08.3147716Z 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:08.3149719Z 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:08.3151648Z 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:08.3153544Z 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:08.3155515Z 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:08.3157517Z 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:08.3159411Z 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:08.3182140Z 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:08.3184186Z 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:08.3186153Z 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:08.3188123Z 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:08.3190086Z 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:08.3192058Z 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:08.3194019Z 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:08.3196167Z 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:08.3198244Z 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:08.3200388Z 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:08.3201749Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:55:08.3203233Z 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:08.3205347Z 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:08.3206858Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:08.3208498Z 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:08.3210829Z 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:08.3213013Z 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:08.3214744Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-06-05T23:55:08.3215955Z 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:08.3217584Z 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:08.3219225Z 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:08.3220846Z 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:08.3222021Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-06-05T23:55:08.3223222Z 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:08.3224840Z 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:08.3226070Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-06-05T23:55:08.3227405Z 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:08.3228759Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:55:08.3230269Z 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:08.3231718Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-06-05T23:55:08.3233003Z 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:08.3234298Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:55:08.3235930Z 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:08.3237955Z 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:08.3239345Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:08.3240754Z 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:08.3242742Z 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:08.3244726Z 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:08.3246119Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:55:08.3247465Z 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:08.3249355Z 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:08.3250777Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:08.3252241Z 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:08.3253676Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:55:08.3256637Z 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:08.3258596Z 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:08.3259995Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:55:08.3261432Z 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:08.3263434Z 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:08.3265359Z 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:08.3266672Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-06-05T23:55:08.3268046Z 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:08.3269377Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-06-05T23:55:08.3270493Z 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:08.3272061Z 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:08.3273724Z 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:08.3275132Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-06-05T23:55:08.3276366Z 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:08.3300257Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-06-05T23:55:08.3301931Z 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:08.3303648Z 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:08.3305288Z 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:08.3306509Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-06-05T23:55:08.3307868Z 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:08.3309165Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-06-05T23:55:08.3310341Z 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:08.3312093Z 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:08.3313896Z 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:08.3315640Z 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:08.3317453Z 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:08.3319298Z 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:08.3321110Z 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:08.3322968Z 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:08.3324835Z 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:08.3326620Z 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:08.3328466Z 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:08.3330345Z 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:08.3332138Z 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:08.3333956Z 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:08.3336146Z 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:08.3338269Z 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:08.3340032Z 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:08.3341934Z 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:08.3343691Z 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:08.3345475Z 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:08.3347331Z 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:08.3349129Z 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:08.3350945Z 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:08.3352817Z 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:08.3354743Z 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:08.3356692Z 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:08.3358552Z 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:08.3360427Z 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:08.3362262Z 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:08.3363999Z 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:08.3365715Z 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:08.3367471Z 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:08.3369250Z 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:08.3370548Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-06-05T23:55:08.3371725Z 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:08.3373384Z 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:08.3376328Z 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:08.3377577Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-06-05T23:55:08.3379095Z 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:08.3381040Z 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:08.3382934Z 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:08.3384196Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-06-05T23:55:08.3385322Z 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:08.3386942Z 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:08.3388596Z 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:08.3390233Z 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:08.3391867Z 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:08.3393469Z 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:08.3394592Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-06-05T23:55:08.3426844Z 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:08.3428535Z 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:08.3430185Z 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:08.3431939Z 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:08.3433598Z 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:08.3435234Z 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:08.3436910Z 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:08.3438549Z 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:08.3440181Z 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:08.3441878Z 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:08.3443673Z 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:08.3445403Z 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:08.3447049Z 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:08.3449152Z 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:08.3451170Z 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:08.3453064Z 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:08.3455166Z 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:08.3456871Z 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:08.3458545Z 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:08.3460181Z 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:08.3461854Z 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:08.3463622Z 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:08.3465407Z 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:08.3467135Z 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:08.3468860Z 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:08.3470681Z 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:08.3472508Z 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:08.3474178Z 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:08.3475792Z 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:08.3477424Z 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:08.3479085Z 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:08.3480779Z 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:08.3482431Z 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:08.3483656Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-06-05T23:55:08.3484985Z 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:08.3486798Z 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:08.3488828Z 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:08.3490819Z 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:08.3492161Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-06-05T23:55:08.3493586Z 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:08.3495441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:08.3496514Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-06-05T23:55:08.3497901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-06-05T23:55:08.3499018Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-06-05T23:55:08.3500246Z 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:08.3501473Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-06-05T23:55:08.3502253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-06-05T23:55:08.3503624Z 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:08.3504899Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-06-05T23:55:08.3506074Z 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:08.3507652Z 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:08.3509169Z 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:08.3510287Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-06-05T23:55:08.3510982Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-06-05T23:55:08.3512201Z 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:08.3513855Z 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:08.3515560Z 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:08.3517327Z 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:08.3519778Z 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:08.3521492Z 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:08.3523195Z 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:08.3524919Z 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:08.3526974Z 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:08.3528944Z 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:08.3530692Z 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:08.3532371Z 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:08.3534086Z 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:08.3535487Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-06-05T23:55:08.3536806Z 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:08.3538640Z 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:08.3540661Z 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:08.3542774Z 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:08.3544706Z 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:08.3546581Z 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:08.3548491Z 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:08.3550408Z 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:08.3552336Z 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:08.3554240Z 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:08.3556197Z 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:08.3558244Z 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:08.3560379Z 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:08.3562432Z 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:08.3564442Z 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:08.3566582Z 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:08.3568691Z 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:08.3570713Z 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:08.3572669Z 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:08.3574765Z 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:08.3576820Z 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:08.3578784Z 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:08.3580779Z 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:08.3582808Z 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:08.3584836Z 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:08.3586914Z 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:08.3588971Z 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:08.3590966Z 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:08.3592939Z 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:08.3594883Z 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:08.3596839Z 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:08.3598992Z 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:08.3601062Z 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:08.3603098Z 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:08.3605059Z 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:08.3607259Z 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:08.3609496Z 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:08.3611582Z 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:08.3617822Z 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:08.3619884Z 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:08.3621981Z 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:08.3624018Z 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:08.3625958Z 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:08.3627900Z 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:08.3629917Z 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:08.3631888Z 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:08.3633799Z 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:08.3635780Z 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:08.3637822Z 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:08.3639902Z 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:08.3641929Z 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:08.3643968Z 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:08.3646091Z 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:08.3647631Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:55:08.3649131Z 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:08.3651510Z 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:08.3653869Z 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:08.3656351Z 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:08.3658518Z 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:08.3660703Z 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:08.3662928Z 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:08.3665130Z 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:08.3667313Z 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:08.3669486Z 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:08.3671725Z 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:08.3673281Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-06-05T23:55:08.3674661Z 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:08.3676613Z 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:08.3678547Z 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:08.3680431Z 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:08.3682343Z 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:08.3684241Z 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:08.3686140Z 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:08.3688066Z 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:08.3689990Z 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:08.3692059Z 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:08.3694065Z 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:08.3696130Z 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:08.3698300Z 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:08.3700201Z 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:08.3702092Z 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:08.3703968Z 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:08.3705853Z 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:08.3707739Z 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:08.3709608Z 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:08.3719648Z 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:08.3721597Z 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:08.3723535Z 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:08.3725468Z 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:08.3727432Z 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:08.3729378Z 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:08.3731291Z 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:08.3733189Z 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:08.3735332Z 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:08.3737248Z 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:08.3739183Z 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:08.3741529Z 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:08.3743628Z 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:08.3745627Z 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:08.3747749Z 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:08.3749699Z 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:08.3751647Z 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:08.3753549Z 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:08.3755471Z 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:08.3757369Z 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:08.3759280Z 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:08.3761197Z 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:08.3763128Z 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:08.3765119Z 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:08.3767130Z 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:08.3769172Z 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:08.3771258Z 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:08.3773264Z 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:08.3775282Z 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:08.3777322Z 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:08.3779380Z 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:08.3781353Z 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:08.3783501Z 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:08.3785011Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:55:08.3786399Z 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:08.3788345Z 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:08.3790361Z 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:08.3792452Z 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:08.3794570Z 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:08.3796047Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/scripts 2025-06-05T23:55:08.3797651Z 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:08.3799044Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-06-05T23:55:08.3800314Z 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:08.3802116Z 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:08.3803936Z 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:08.3805763Z 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:08.3807086Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:55:08.3808551Z 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:08.3810621Z 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:08.3812679Z 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:08.3817198Z 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:08.3819241Z 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:08.3821278Z 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:08.3823358Z 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:08.3825775Z 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:08.3828086Z 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:08.3830335Z 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:08.3832466Z 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:08.3833886Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-06-05T23:55:08.3835354Z 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:08.3837418Z 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:08.3839460Z 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:08.3841459Z 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:08.3843463Z 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:08.3845538Z 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:08.3847648Z 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:08.3849756Z 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:08.3851828Z 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:08.3853938Z 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:08.3856108Z 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:08.3857526Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:55:08.3858897Z 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:08.3860787Z 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:08.3862716Z 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:08.3864649Z 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:08.3866722Z 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:08.3868737Z 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:08.3870668Z 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:08.3872568Z 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:08.3874485Z 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:08.3876465Z 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:08.3878429Z 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:08.3880347Z 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:08.3882227Z 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:08.3884126Z 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:08.3886036Z 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:08.3888016Z 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:08.3889997Z 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:08.3891916Z 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:08.3893847Z 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:08.3895904Z 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:08.3898091Z 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:08.3900082Z 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:08.3902048Z 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:08.3904002Z 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:08.3906164Z 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:08.3908036Z 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:08.3910121Z 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:08.3912113Z 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:08.3914020Z 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:08.3915908Z 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:08.3917802Z 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:08.3919688Z 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:08.3921635Z 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:08.3923552Z 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:08.3925478Z 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:08.3927478Z 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:08.3929453Z 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:08.3931412Z 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:08.3933337Z 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:08.3935373Z 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:08.3937408Z 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:08.3939419Z 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:08.3941419Z 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:08.3943422Z 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:08.3945403Z 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:08.3947528Z 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:08.3949512Z 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:08.3951422Z 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:08.3953384Z 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:08.3955323Z 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:08.3957279Z 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:08.3959213Z 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:08.3961121Z 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:08.3962993Z 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:08.3964859Z 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:08.3966735Z 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:08.3968634Z 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:08.3970551Z 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:08.3972462Z 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:08.3974474Z 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:08.3976410Z 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:08.3978333Z 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:08.3980251Z 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:08.3982173Z 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:08.3984122Z 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:08.3986087Z 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:08.3988206Z 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:08.3990225Z 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:08.3992177Z 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:08.3994151Z 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:08.3996152Z 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:08.3998273Z 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:08.4000186Z 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:08.4002086Z 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:08.4004017Z 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:08.4013257Z 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:08.4015407Z 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:08.4017322Z 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:08.4019242Z 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:08.4021129Z 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:08.4023019Z 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:08.4024929Z 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:08.4026858Z 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:08.4028792Z 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:08.4030835Z 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:08.4032930Z 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:08.4034904Z 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:08.4037107Z 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:08.4039191Z 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:08.4041127Z 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:08.4042518Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:55:08.4044030Z 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:08.4046166Z 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:08.4048353Z 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:08.4050568Z 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:08.4052747Z 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:08.4054986Z 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:08.4057214Z 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:08.4059456Z 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:08.4061646Z 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:08.4063906Z 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:08.4066172Z 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:08.4068367Z 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:08.4070545Z 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:08.4072654Z 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:08.4074768Z 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:08.4077086Z 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:08.4079431Z 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:08.4081690Z 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:08.4083866Z 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:08.4086022Z 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:08.4088145Z 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:08.4090332Z 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:08.4091918Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:55:08.4093492Z 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:08.4095134Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:55:08.4096545Z 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:08.4098777Z 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:08.4100855Z 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:08.4102881Z 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:08.4104338Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:55:08.4105781Z 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:08.4107178Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-06-05T23:55:08.4108568Z 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:08.4109980Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-06-05T23:55:08.4110974Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:08.4112726Z 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:08.4114530Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:55:08.4115807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:08.4118167Z 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:08.4121299Z 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:08.4123432Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:08.4125624Z 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:08.4128556Z 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:08.4131353Z 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:08.4134194Z 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:08.4137167Z 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:08.4140021Z 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:08.4142879Z 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:08.4145673Z 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:08.4148441Z 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:08.4151351Z 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:08.4154295Z 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:08.4157137Z 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:08.4159970Z 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:08.4162896Z 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:08.4165769Z 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:08.4170584Z 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:08.4173435Z 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:08.4176384Z 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:08.4179299Z 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:08.4182164Z 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:08.4184980Z 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:08.4187798Z 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:08.4190635Z 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:08.4193466Z 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:08.4196302Z 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:08.4199248Z 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:08.4202044Z 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:08.4204830Z 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:08.4207923Z 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:08.4210911Z 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:08.4213886Z 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:08.4216851Z 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:08.4219674Z 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:08.4222484Z 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:08.4224417Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:55:08.4225641Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:08.4227698Z 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:08.4252971Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:08.4255252Z 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:08.4257362Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:55:08.4258714Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:08.4260958Z 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:08.4263260Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:08.4265611Z 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:08.4268028Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:08.4270646Z 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:08.4273462Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:08.4276037Z 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:08.4279382Z 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:08.4281825Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:08.4284316Z 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:08.4286830Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:08.4289400Z 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:08.4291929Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:08.4294516Z 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:08.4297177Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:08.4299670Z 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:08.4302171Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:08.4304690Z 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:08.4307240Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:08.4309795Z 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:08.4312365Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:08.4314942Z 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:08.4317748Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:08.4320456Z 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:08.4322963Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:08.4325442Z 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:08.4327936Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:08.4330511Z 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:08.4332985Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:08.4335540Z 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:08.4338875Z 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:08.4342196Z 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:08.4345505Z 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:08.4347971Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:08.4350481Z 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:08.4352980Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:08.4355517Z 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:08.4358013Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:08.4360469Z 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:08.4363126Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:08.4365760Z 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:08.4368238Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:08.4370595Z 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:08.4373779Z 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:08.4376287Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:08.4378890Z 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:08.4382417Z 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:08.4385986Z 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:08.4389527Z 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:08.4393072Z 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:08.4396659Z 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:08.4400401Z 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:08.4403959Z 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:08.4407717Z 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:08.4411436Z 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:08.4414122Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:08.4417139Z 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:08.4421102Z 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:08.4424971Z 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:08.4428798Z 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:08.4432660Z 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:08.4436530Z 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:08.4440395Z 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:08.4444279Z 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:08.4448143Z 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:08.4452022Z 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:08.4456405Z 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:08.4460268Z 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:08.4464077Z 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:08.4467570Z 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:08.4469923Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:08.4472331Z 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:08.4475614Z 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:08.4478004Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:08.4480457Z 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:08.4483833Z 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:08.4487193Z 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:08.4490488Z 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:08.4493829Z 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:08.4496408Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:08.4499163Z 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:08.4502672Z 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:08.4505923Z 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:08.4508300Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:08.4510892Z 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:08.4514413Z 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:08.4517810Z 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:08.4520336Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:08.4523005Z 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:08.4526656Z 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:08.4530339Z 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:08.4534129Z 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:08.4537944Z 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:08.4541615Z 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:08.4545572Z 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:08.4549190Z 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:08.4552792Z 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:08.4556437Z 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:08.4560080Z 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:08.4563676Z 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:08.4567284Z 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:08.4570929Z 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:08.4574815Z 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:08.4578542Z 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:08.4582123Z 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:08.4585861Z 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:08.4589627Z 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:08.4593487Z 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:08.4597194Z 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:08.4600840Z 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:08.4603645Z 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:08.4606516Z 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:08.4610420Z 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:08.4614488Z 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:08.4618481Z 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:08.4622518Z 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:08.4626573Z 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:08.4630466Z 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:08.4633265Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:08.4636182Z 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:08.4639999Z 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:08.4642665Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:08.4645421Z 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:08.4649191Z 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:08.4652949Z 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:08.4655714Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:08.4658225Z 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:08.4661684Z 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:08.4665131Z 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:08.4668540Z 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:08.4671935Z 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:08.4675292Z 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:08.4678680Z 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:08.4682216Z 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:08.4685689Z 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:08.4688215Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:08.4689845Z 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:08.4691537Z 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:08.4693200Z 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:08.4693967Z 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:08.4695725Z 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:08.4697689Z 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:08.4698412Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:08.4699988Z 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:08.4700783Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:08.4702578Z 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:08.4704348Z 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:08.4706080Z 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:08.4706984Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:08.4708747Z 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:08.4710416Z 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:08.4711243Z 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:08.4713122Z 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:08.4714005Z 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:08.4715856Z 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:08.4717766Z 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:08.4719619Z 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:08.4720374Z 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:08.4722120Z 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:08.4723939Z 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:08.4724727Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:08.4725577Z 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:08.4727500Z 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:08.4729636Z 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:08.4731572Z 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:08.4733420Z 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:08.4734358Z 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:08.4736528Z 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:08.4738625Z 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:08.4740715Z 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:08.4742796Z 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:08.4744788Z 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:08.4745653Z 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:08.4747524Z 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:08.4749357Z 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:08.4751327Z 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:08.4753186Z 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:08.4754755Z 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:08.4756325Z 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:08.4757876Z 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:08.4759462Z 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:08.4761021Z 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:08.4762589Z 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:08.4764135Z 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:08.4765709Z 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:08.4767268Z 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:08.4768821Z 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:08.4770362Z 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:08.4772086Z 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:08.4773780Z 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:08.4775435Z 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:08.4777022Z 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:08.4778683Z 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:08.4780275Z 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:08.4781848Z 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:08.4783368Z 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:08.4784969Z 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:08.4786613Z 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:08.4788230Z 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:08.4789807Z 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:08.4790528Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:08.4792152Z 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:08.4793057Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:08.4794888Z 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:08.4796621Z 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:08.4797537Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:08.4799447Z 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:08.4801204Z 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:08.4801966Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:08.4803687Z 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:08.4805375Z 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:08.4806162Z 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:08.4807936Z 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:08.4809699Z 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:08.4810455Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:08.4812141Z 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:08.4812921Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:08.4814967Z 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:08.4815896Z 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:08.4817656Z 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:08.4819406Z 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:08.4821152Z 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:08.4822889Z 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:08.4823706Z 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:08.4825585Z 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:08.4827481Z 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:08.4829357Z 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:08.4830115Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:08.4831805Z 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:08.4833509Z 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:08.4835247Z 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:08.4837180Z 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:08.4838921Z 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:08.4840648Z 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:08.4842378Z 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:08.4844107Z 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:08.4845873Z 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:08.4847656Z 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:08.4849417Z 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:08.4851186Z 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:08.4851953Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:08.4853669Z 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:08.4854473Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:55:08.4855236Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:55:08.4856124Z 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:08.4858248Z 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:08.4860342Z 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:08.4861173Z 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:08.4862097Z 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:08.4864159Z 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:08.4864839Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:55:08.4865555Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:08.4867163Z 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:08.4867902Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:08.4868685Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:55:08.4869522Z 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:08.4871363Z 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:08.4873195Z 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:08.4874092Z 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:08.4876068Z 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:08.4878062Z 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:08.4880195Z 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:08.4882206Z 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:08.4883854Z 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:08.4884591Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:55:08.4885381Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:08.4887124Z 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:08.4887791Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:55:08.4888490Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:55:08.4889223Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:55:08.4889985Z 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:08.4890796Z 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:08.4892745Z 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:08.4894679Z 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:08.4896479Z 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:08.4897453Z 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:08.4899368Z 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:08.4901676Z 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:08.4903723Z 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:08.4905719Z 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:08.4907687Z 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:08.4909630Z 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:08.4911529Z 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:08.4913473Z 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:08.4915387Z 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:08.4917357Z 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:08.4919257Z 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:08.4921207Z 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:08.4923091Z 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:08.4925281Z 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:08.4927359Z 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:08.4929240Z 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:08.4931171Z 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:08.4933226Z 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:08.4935265Z 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:08.4937151Z 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:08.4939037Z 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:08.4941020Z 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:08.4941967Z 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:08.4944205Z 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:08.4948528Z 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:08.4953158Z 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:08.4957563Z 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:08.4962017Z 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:08.4966480Z 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:08.4970760Z 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:08.4973840Z 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:08.4976867Z 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:08.4980842Z 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:08.4983716Z 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:08.4986630Z 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:08.4990558Z 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:08.4994468Z 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:08.4998793Z 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:08.5001692Z 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:08.5004825Z 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:08.5009153Z 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:08.5013503Z 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:08.5017885Z 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:08.5022120Z 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:08.5025076Z 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:08.5027922Z 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:08.5031756Z 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:08.5034601Z 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:08.5037640Z 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:08.5041675Z 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:08.5045953Z 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:08.5048857Z 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:08.5051724Z 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:08.5055316Z 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:08.5057607Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:08.5060002Z 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:08.5063237Z 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:08.5065622Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:08.5068086Z 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:08.5071431Z 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:08.5074772Z 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:08.5077248Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:08.5079752Z 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:08.5082194Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:08.5084562Z 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:08.5087078Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:55:08.5088744Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:55:08.5090380Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:55:08.5092047Z 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:08.5093780Z 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:08.5096602Z 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:08.5099566Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:55:08.5101198Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:55:08.5102897Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:08.5105682Z 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:08.5108361Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:55:08.5109976Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:08.5112535Z 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:08.5115981Z 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:08.5118302Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:08.5120210Z 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:08.5121906Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa 2025-06-05T23:55:08.5122729Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:08.5124191Z 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:08.5126210Z 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:08.5127840Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-06-05T23:55:08.5129178Z 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:08.5131220Z 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:08.5133144Z 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:08.5135160Z 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:08.5136728Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:08.5138646Z 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:08.5141454Z 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:08.5143432Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-06-05T23:55:08.5145120Z 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:08.5147377Z 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:08.5149566Z 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:08.5151786Z 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:08.5154015Z 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:08.5156227Z 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:08.5158444Z 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:08.5160654Z 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:08.5162831Z 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:08.5165129Z 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:08.5166619Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-06-05T23:55:08.5167893Z 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:08.5169937Z 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:08.5171904Z 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:08.5173277Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:55:08.5174800Z 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:08.5176938Z 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:08.5178561Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:55:08.5180036Z 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:08.5182108Z 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:08.5184204Z 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:08.5186295Z 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:08.5187712Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp 2025-06-05T23:55:08.5189012Z 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:08.5190844Z 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:08.5192701Z 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:08.5194503Z 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:08.5195771Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:55:08.5197424Z 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:08.5199602Z 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:08.5201759Z 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:08.5203228Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend 2025-06-05T23:55:08.5204591Z 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:08.5206570Z 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:08.5208637Z 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:08.5210924Z 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:08.5212511Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:55:08.5214011Z 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:08.5216189Z 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:08.5218201Z 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:08.5220212Z 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:08.5221728Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:08.5223353Z 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:08.5225637Z 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:08.5227984Z 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:08.5230406Z 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:08.5232092Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:08.5233871Z 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:08.5236406Z 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:08.5238981Z 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:08.5241593Z 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:08.5243522Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:08.5245345Z 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:08.5247908Z 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:08.5250546Z 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:08.5253476Z 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:08.5255466Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:08.5257372Z 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:08.5259429Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:08.5261645Z 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:08.5264873Z 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:08.5268287Z 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:08.5271523Z 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:08.5274839Z 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:08.5278208Z 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:08.5281508Z 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:08.5284689Z 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:08.5288033Z 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:08.5291224Z 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:08.5294350Z 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:08.5297826Z 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:08.5301694Z 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:08.5303926Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:08.5306049Z 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:08.5308915Z 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:08.5311804Z 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:08.5314743Z 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:08.5316690Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:08.5318151Z 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:08.5319663Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:08.5321341Z 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:08.5323678Z 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:08.5326104Z 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:08.5328534Z 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:08.5330872Z 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:08.5333218Z 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:08.5335670Z 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:08.5338108Z 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:08.5340807Z 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:08.5343402Z 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:08.5346038Z 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:08.5348741Z 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:08.5351277Z 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:08.5353691Z 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:08.5356149Z 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:08.5358586Z 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:08.5361014Z 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:08.5363354Z 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:08.5365761Z 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:08.5368155Z 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:08.5370566Z 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:08.5372932Z 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:08.5375348Z 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:08.5377696Z 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:08.5380152Z 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:08.5382672Z 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:08.5385240Z 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:08.5387741Z 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:08.5390098Z 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:08.5392468Z 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:08.5394891Z 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:08.5397492Z 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:08.5399928Z 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:08.5402379Z 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:08.5404993Z 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:08.5407483Z 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:08.5409890Z 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:08.5412290Z 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:08.5414768Z 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:08.5417118Z 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:08.5419593Z 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:08.5422221Z 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:08.5424726Z 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:08.5427059Z 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:08.5429655Z 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:08.5432323Z 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:08.5434722Z 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:08.5437101Z 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:08.5439515Z 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:08.5441982Z 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:08.5444629Z 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:08.5447212Z 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:08.5449604Z 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:08.5451957Z 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:08.5454475Z 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:08.5456929Z 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:08.5459327Z 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:08.5461782Z 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:08.5464303Z 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:08.5466781Z 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:08.5469243Z 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:08.5471642Z 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:08.5474092Z 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:08.5476572Z 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:08.5479017Z 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:08.5481481Z 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:08.5483896Z 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:08.5486267Z 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:08.5488641Z 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:08.5491057Z 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:08.5493437Z 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:08.5496061Z 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:08.5498798Z 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:08.5501241Z 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:08.5503669Z 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:08.5506096Z 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:08.5508538Z 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:08.5511005Z 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:08.5513507Z 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:08.5515904Z 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:08.5518900Z 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:08.5521450Z 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:08.5523796Z 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:08.5526064Z 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:08.5528382Z 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:08.5530854Z 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:08.5533462Z 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:08.5536069Z 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:08.5538447Z 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:08.5540768Z 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:08.5543085Z 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:08.5545423Z 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:08.5547745Z 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:08.5550073Z 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:08.5552381Z 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:08.5554697Z 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:08.5557043Z 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:08.5559436Z 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:08.5562088Z 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:08.5564650Z 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:08.5567029Z 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:08.5569366Z 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:08.5571719Z 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:08.5574058Z 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:08.5576545Z 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:08.5579029Z 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:08.5581519Z 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:08.5583964Z 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:08.5586357Z 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:08.5588815Z 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:08.5591391Z 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:08.5593979Z 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:08.5596466Z 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:08.5599010Z 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:08.5601426Z 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:08.5603828Z 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:08.5606415Z 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:08.5608962Z 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:08.5611414Z 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:08.5613821Z 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:08.5616315Z 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:08.5618755Z 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:08.5621167Z 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:08.5623511Z 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:08.5625859Z 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:08.5628237Z 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:08.5630614Z 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:08.5633072Z 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:08.5635533Z 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:08.5638035Z 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:08.5640511Z 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:08.5642988Z 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:08.5645465Z 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:08.5647873Z 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:08.5650447Z 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:08.5652937Z 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:08.5655518Z 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:08.5658003Z 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:08.5660538Z 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:08.5663170Z 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:08.5665781Z 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:08.5668377Z 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:08.5670971Z 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:08.5673602Z 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:08.5676215Z 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:08.5678832Z 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:08.5681465Z 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:08.5684061Z 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:08.5686626Z 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:08.5689173Z 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:08.5691692Z 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:08.5694257Z 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:08.5697468Z 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:08.5700154Z 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:08.5702778Z 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:08.5705306Z 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:08.5707801Z 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:08.5710342Z 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:08.5712888Z 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:08.5715372Z 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:08.5717757Z 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:08.5720067Z 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:08.5722341Z 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:08.5724612Z 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:08.5726919Z 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:08.5729253Z 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:08.5731610Z 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:08.5734048Z 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:08.5736605Z 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:08.5739221Z 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:08.5741669Z 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:08.5744222Z 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:08.5746771Z 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:08.5749142Z 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:08.5751622Z 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:08.5754216Z 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:08.5756816Z 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:08.5759413Z 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:08.5761942Z 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:08.5764355Z 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:08.5766722Z 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:08.5769082Z 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:08.5771471Z 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:08.5773796Z 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:08.5775539Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:08.5777268Z 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:08.5779637Z 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:08.5781498Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:08.5783677Z 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:08.5786571Z 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:08.5789407Z 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:08.5792229Z 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:08.5795062Z 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:08.5798223Z 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:08.5801129Z 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:08.5804052Z 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:08.5807078Z 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:08.5810187Z 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:08.5813184Z 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:08.5816167Z 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:08.5819048Z 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:08.5821938Z 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:08.5824836Z 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:08.5827976Z 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:08.5830964Z 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:08.5833879Z 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:08.5836825Z 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:08.5839783Z 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:08.5842657Z 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:08.5845486Z 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:08.5848316Z 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:08.5851179Z 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:08.5854117Z 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:08.5857186Z 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:08.5860071Z 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:08.5862914Z 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:08.5865793Z 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:08.5868703Z 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:08.5871707Z 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:08.5874674Z 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:08.5877583Z 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:08.5880445Z 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:08.5883310Z 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:08.5886220Z 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:08.5889121Z 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:08.5892020Z 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:08.5894952Z 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:08.5897888Z 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:08.5900737Z 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:08.5903602Z 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:08.5906444Z 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:08.5909290Z 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:08.5912162Z 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:08.5915235Z 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:08.5918249Z 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:08.5921129Z 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:08.5923968Z 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:08.5926835Z 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:08.5929771Z 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:08.5932610Z 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:08.5935511Z 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:08.5938370Z 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:08.5941228Z 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:08.5944075Z 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:08.5946956Z 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:08.5949859Z 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:08.5952739Z 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:08.5955635Z 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:08.5958791Z 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:08.5961937Z 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:08.5964910Z 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:08.5967792Z 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:08.5970655Z 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:08.5973506Z 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:08.5976438Z 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:08.5979296Z 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:08.5982220Z 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:08.5985106Z 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:08.5987976Z 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:08.5990853Z 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:08.5993792Z 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:08.5996819Z 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:08.5999930Z 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:08.6003023Z 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:08.6005978Z 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:08.6008811Z 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:08.6011705Z 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:08.6014702Z 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:08.6017722Z 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:08.6020841Z 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:08.6023028Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:08.6025141Z 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:08.6027181Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:08.6029038Z 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:08.6031546Z 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:08.6034001Z 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:08.6035774Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:08.6037490Z 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:08.6039868Z 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:08.6042283Z 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:08.6044853Z 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:08.6047378Z 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:08.6049822Z 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:08.6051662Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:08.6053668Z 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:08.6056627Z 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:08.6059631Z 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:08.6062662Z 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:08.6065614Z 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:08.6068659Z 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:08.6071731Z 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:08.6074683Z 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:08.6077600Z 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:08.6080666Z 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:08.6083713Z 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:08.6086694Z 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:08.6089793Z 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:08.6092852Z 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:08.6095956Z 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:08.6099241Z 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:08.6101295Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:55:08.6102746Z 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:08.6104757Z 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:08.6106685Z 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:08.6108031Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests 2025-06-05T23:55:08.6109432Z 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:08.6111346Z 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:08.6113300Z 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:08.6115235Z 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:08.6117110Z 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:08.6119070Z 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:08.6121105Z 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:08.6123157Z 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:08.6125166Z 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:08.6127158Z 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:08.6129090Z 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:08.6130683Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:55:08.6131578Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:55:08.6132833Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:08.6134903Z 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:08.6137737Z 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:08.6140583Z 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:08.6143266Z 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:08.6145972Z 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:08.6148708Z 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:08.6151420Z 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:08.6154115Z 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:08.6156818Z 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:08.6158573Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino 2025-06-05T23:55:08.6159854Z 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:08.6161671Z 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:08.6163530Z 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:08.6164907Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:55:08.6166382Z 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:08.6168451Z 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:08.6169928Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests 2025-06-05T23:55:08.6171504Z 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:08.6173001Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:55:08.6192281Z 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:08.6193903Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:55:08.6195468Z 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:08.6197774Z 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:08.6199876Z 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:08.6201992Z 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:08.6204126Z 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:08.6206296Z 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:08.6208431Z 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:08.6210542Z 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:08.6212672Z 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:08.6214911Z 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:08.6217015Z 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:08.6217345Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-06-05T23:55:08.6218217Z 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:08.6218578Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:55:08.6219496Z 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:08.6220530Z 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:08.6221514Z 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:08.6222473Z 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:08.6223736Z 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:08.6225007Z 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:08.6226003Z 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:08.6227007Z 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:08.6227993Z 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:08.6228939Z 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:08.6229902Z 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:08.6230868Z 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:08.6231833Z 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:08.6232865Z 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:08.6233820Z 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:08.6234781Z 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:08.6235811Z 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:08.6236788Z 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:08.6237714Z 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:08.6238704Z 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:08.6239736Z 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:08.6240652Z 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:08.6241584Z 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:08.6242701Z 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:08.6243746Z 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:08.6244795Z 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:08.6245758Z 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:08.6246776Z 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:08.6247754Z 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:08.6248746Z 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:08.6249701Z 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:08.6250671Z 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:08.6251659Z 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:08.6252668Z 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:08.6253653Z 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:08.6254673Z 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:08.6255572Z 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:08.6255953Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:55:08.6256877Z 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:08.6257849Z 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:08.6258785Z 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:08.6259799Z 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:08.6260720Z 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:08.6261784Z 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:08.6262800Z 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:08.6263758Z 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:08.6264716Z 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:08.6265675Z 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:08.6266660Z 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:08.6267590Z 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:08.6268516Z 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:08.6269453Z 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:08.6270387Z 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:08.6271338Z 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:08.6272276Z 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:08.6273221Z 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:08.6274199Z 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:08.6275185Z 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:08.6276112Z 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:08.6277042Z 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:08.6278016Z 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:08.6278932Z 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:08.6279868Z 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:08.6281003Z 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:08.6282030Z 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:08.6283009Z 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:08.6283952Z 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:08.6284866Z 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:08.6285812Z 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:08.6286783Z 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:08.6287696Z 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:08.6288686Z 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:08.6289648Z 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:08.6290610Z 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:08.6291563Z 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:08.6292520Z 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:08.6293508Z 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:08.6294554Z 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:08.6295481Z 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:08.6296438Z 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:08.6297494Z 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:08.6298470Z 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:08.6299450Z 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:08.6300593Z 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:08.6301739Z 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:08.6302693Z 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:08.6303658Z 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:08.6304606Z 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:08.6305540Z 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:08.6306468Z 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:08.6307392Z 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:08.6308315Z 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:08.6309230Z 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:08.6310166Z 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:08.6311091Z 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:08.6312027Z 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:08.6312988Z 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:08.6313916Z 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:08.6314863Z 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:08.6315820Z 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:08.6316765Z 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:08.6317709Z 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:08.6318658Z 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:08.6319754Z 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:08.6320853Z 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:08.6321827Z 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:08.6322752Z 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:08.6323721Z 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:08.6324698Z 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:08.6325653Z 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:08.6326646Z 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:08.6327653Z 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:08.6328581Z 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:08.6329542Z 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:08.6330482Z 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:08.6331406Z 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:08.6332381Z 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:08.6333311Z 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:08.6334242Z 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:08.6335298Z 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:08.6336287Z 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:08.6337237Z 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:08.6338200Z 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:08.6339355Z 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:08.6340498Z 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:08.6341455Z 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:08.6342449Z 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:08.6343389Z 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:08.6343765Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:55:08.6344711Z 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:08.6345098Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:55:08.6346089Z 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:08.6347109Z 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:08.6348077Z 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:08.6348460Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:08.6349455Z 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:08.6350489Z 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:08.6351451Z 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:08.6352439Z 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:08.6352891Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:08.6354101Z 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:08.6355321Z 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:08.6355720Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:55:08.6356738Z 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:08.6358008Z 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:08.6359165Z 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:08.6359534Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:55:08.6360430Z 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:08.6361387Z 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:08.6362283Z 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:08.6362638Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:55:08.6363565Z 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:08.6364460Z 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:08.6364799Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:55:08.6365151Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:08.6366060Z 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:08.6366394Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-06-05T23:55:08.6367229Z 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:08.6368150Z 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:08.6369070Z 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:08.6369968Z 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:08.6370964Z 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:08.6371917Z 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:08.6372848Z 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:08.6373738Z 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:08.6374731Z 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:08.6375633Z 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:08.6376693Z 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:08.6377716Z 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:08.6378700Z 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:08.6379539Z 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:08.6380513Z 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:08.6380882Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-06-05T23:55:08.6381994Z 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:08.6383067Z 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:08.6384051Z 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:08.6384357Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-06-05T23:55:08.6385135Z 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:08.6385988Z 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:08.6386800Z 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:08.6387582Z 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:08.6388457Z 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:08.6388809Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:55:08.6389676Z 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:08.6390634Z 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:08.6391593Z 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:08.6392591Z 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:08.6393508Z 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:08.6394515Z 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:08.6395592Z 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:08.6396679Z 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:08.6397814Z 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:08.6398208Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:55:08.6399251Z 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:08.6399620Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:55:08.6400627Z 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:08.6400976Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:55:08.6401905Z 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:08.6402306Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:55:08.6402718Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:55:08.6403167Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:08.6404377Z 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:08.6405585Z 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:08.6406763Z 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:08.6407894Z 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:08.6409032Z 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:08.6410190Z 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:08.6411321Z 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:08.6412587Z 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:08.6413762Z 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:08.6415241Z 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:08.6416521Z 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:08.6417665Z 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:08.6418784Z 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:08.6419923Z 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:08.6421119Z 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:08.6422339Z 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:08.6423561Z 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:08.6424774Z 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:08.6425907Z 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:08.6427067Z 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:08.6428242Z 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:08.6429525Z 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:08.6430721Z 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:08.6431867Z 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:08.6433075Z 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:08.6434226Z 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:08.6435448Z 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:08.6436644Z 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:08.6437814Z 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:08.6438964Z 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:08.6440135Z 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:08.6441338Z 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:08.6442508Z 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:08.6443656Z 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:08.6444835Z 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:08.6446039Z 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:08.6447279Z 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:08.6448465Z 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:08.6449593Z 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:08.6450772Z 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:08.6452046Z 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:08.6453200Z 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:08.6454351Z 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:08.6455678Z 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:08.6457108Z 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:08.6458282Z 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:08.6459454Z 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:08.6460590Z 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:08.6461719Z 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:08.6462837Z 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:08.6464006Z 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:08.6465205Z 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:08.6466391Z 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:08.6467649Z 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:08.6468781Z 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:08.6469878Z 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:08.6471164Z 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:08.6472514Z 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:08.6473667Z 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:08.6474900Z 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:08.6476047Z 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:08.6477461Z 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:08.6478572Z 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:08.6479679Z 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:08.6480074Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:55:08.6481144Z 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:08.6482207Z 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:08.6483291Z 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:08.6484289Z 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:08.6484622Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-06-05T23:55:08.6485559Z 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:08.6486496Z 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:08.6487471Z 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:08.6488401Z 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:08.6488788Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:08.6489743Z 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:08.6490799Z 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:08.6491888Z 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:08.6492325Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:08.6514210Z 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:08.6515344Z 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:08.6516817Z 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:08.6518100Z 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:08.6519219Z 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:08.6520264Z 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:08.6520626Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:08.6521602Z 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:08.6522633Z 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:08.6523673Z 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:08.6524059Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:55:08.6524465Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:08.6525487Z 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:08.6525980Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:55:08.6526516Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:08.6527840Z 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:08.6529127Z 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:08.6530418Z 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:08.6531706Z 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:08.6532957Z 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:08.6534182Z 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:08.6535621Z 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:08.6536370Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:08.6537838Z 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:08.6538386Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:55:08.6538969Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:55:08.6539636Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:08.6541227Z 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:08.6541580Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:55:08.6541970Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:55:08.6542388Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:08.6543506Z 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:08.6544629Z 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:08.6545710Z 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:08.6546822Z 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:08.6547972Z 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:08.6549050Z 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:08.6549363Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-06-05T23:55:08.6550164Z 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:08.6551054Z 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:08.6551415Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:55:08.6552299Z 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:08.6553340Z 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:08.6554315Z 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:08.6555471Z 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:08.6556558Z 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:08.6557640Z 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:08.6558580Z 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:08.6613343Z 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:08.6614851Z 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:08.6615859Z 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:08.6616826Z 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:08.6617746Z 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:08.6618135Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:55:08.6619069Z 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:08.6620041Z 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:08.6620973Z 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:08.6621898Z 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:08.6622842Z 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:08.6623881Z 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:08.6624825Z 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:08.6625899Z 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:08.6626868Z 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:08.6627814Z 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:08.6629249Z 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:08.6630353Z 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:08.6631415Z 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:08.6632446Z 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:08.6633368Z 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:08.6634299Z 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:08.6635249Z 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:08.6636186Z 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:08.6637161Z 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:08.6638124Z 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:08.6639094Z 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:08.6640049Z 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:08.6640971Z 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:08.6642014Z 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:08.6642962Z 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:08.6643932Z 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:08.6644887Z 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:08.6645841Z 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:08.6646794Z 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:08.6647752Z 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:08.6648891Z 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:08.6649923Z 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:08.6650893Z 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:08.6651879Z 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:08.6652809Z 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:08.6653761Z 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:08.6654807Z 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:08.6655763Z 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:08.6656724Z 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:08.6657715Z 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:08.6719477Z 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:08.6720811Z 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:08.6721828Z 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:08.6722791Z 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:08.6723814Z 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:08.6724891Z 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:08.6725839Z 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:08.6726783Z 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:08.6727762Z 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:08.6728545Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:55:08.6729497Z 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:08.6730704Z 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:08.6731138Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:08.6732163Z 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:08.6733238Z 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:08.6734448Z 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:08.6735534Z 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:08.6736666Z 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:08.6737751Z 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:08.6738167Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:08.6739257Z 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:08.6740288Z 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:08.6740654Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:08.6741673Z 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:08.6742711Z 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:08.6743121Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:55:08.6744201Z 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:08.6745305Z 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:08.6746367Z 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:08.6747373Z 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:08.6747872Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:55:08.6748828Z 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:08.6749926Z 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:08.6750334Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:55:08.6751336Z 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:08.6752285Z 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:08.6753303Z 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:08.6754349Z 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:08.6755421Z 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:08.6756452Z 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:08.6757466Z 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:08.6758477Z 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:08.6759493Z 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:08.6760475Z 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:08.6761542Z 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:08.6762569Z 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:08.6763517Z 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:08.6763885Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:08.6816388Z 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:08.6817377Z 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:08.6818370Z 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:08.6819689Z 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:08.6820618Z 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:08.6821728Z 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:08.6822677Z 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:08.6823689Z 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:08.6824644Z 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:08.6825593Z 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:08.6826548Z 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:08.6827482Z 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:08.6828412Z 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:08.6829352Z 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:08.6830290Z 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:08.6831226Z 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:08.6832204Z 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:08.6833172Z 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:08.6834147Z 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:08.6835098Z 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:08.6836190Z 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:08.6837132Z 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:08.6838082Z 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:08.6839178Z 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:08.6840150Z 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:08.6841242Z 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:08.6842210Z 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:08.6843179Z 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:08.6844135Z 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:08.6845086Z 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:08.6846031Z 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:08.6846974Z 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:08.6847993Z 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:08.6848945Z 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:08.6849902Z 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:08.6850845Z 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:08.6851808Z 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:08.6852784Z 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:08.6853745Z 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:08.6854781Z 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:08.6855742Z 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:08.6856775Z 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:08.6857706Z 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:08.6858246Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:08.6859325Z 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:08.6860647Z 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:08.6924766Z 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:08.6925982Z 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:08.6927088Z 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:08.6928183Z 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:08.6929252Z 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:08.6929652Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:08.6930757Z 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:08.6931864Z 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:08.6932972Z 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:08.6933411Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:08.6934643Z 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:08.6935757Z 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:08.6936158Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:08.6937111Z 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:08.6938092Z 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:08.6938481Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:55:08.6938895Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:08.6939941Z 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:08.6940421Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:55:08.6941320Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:08.6942672Z 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:08.6943859Z 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:08.6945032Z 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:08.6945491Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:55:08.6946004Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:08.6947190Z 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:08.6948230Z 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:08.6948654Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:08.6949714Z 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:08.6950759Z 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:08.6951208Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:08.6952304Z 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:08.6952811Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:08.6954059Z 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:08.6955351Z 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:08.6956618Z 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:08.6957112Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:55:08.6957616Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:08.6958860Z 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:08.6960064Z 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:08.6961801Z 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:08.6962397Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:08.6963559Z 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:08.6964693Z 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:08.6965132Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:55:08.6965633Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:08.6966837Z 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:08.6968080Z 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:08.6969380Z 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:08.7004524Z 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:08.7005099Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:08.7006279Z 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:08.7007418Z 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:08.7008585Z 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:08.7009862Z 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:08.7011128Z 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:08.7012414Z 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:08.7013724Z 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:08.7015340Z 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:08.7017195Z 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:08.7018427Z 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:08.7019703Z 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:08.7020961Z 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:08.7022205Z 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:08.7023423Z 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:08.7024722Z 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:08.7025977Z 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:08.7027333Z 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:08.7028742Z 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:08.7029973Z 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:08.7031201Z 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:08.7032421Z 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:08.7033669Z 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:08.7034917Z 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:08.7036233Z 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:08.7037676Z 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:08.7039028Z 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:08.7040303Z 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:08.7040786Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:08.7041993Z 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:08.7043208Z 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:08.7044408Z 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:08.7045649Z 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:08.7046904Z 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:08.7048104Z 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:08.7049297Z 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:08.7050497Z 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:08.7078501Z 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:08.7079770Z 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:08.7080984Z 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:08.7082257Z 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:08.7083391Z 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:08.7084774Z 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:08.7086093Z 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:08.7087261Z 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:08.7088458Z 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:08.7089699Z 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:08.7090895Z 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:08.7092074Z 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:08.7093269Z 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:08.7094772Z 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:08.7096017Z 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:08.7097404Z 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:08.7098582Z 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:08.7099728Z 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:08.7100948Z 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:08.7102164Z 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:08.7103351Z 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:08.7104544Z 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:08.7105985Z 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:08.7107289Z 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:08.7108497Z 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:08.7109724Z 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:08.7110950Z 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:08.7112174Z 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:08.7113473Z 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:08.7114699Z 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:08.7115919Z 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:08.7117188Z 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:08.7118338Z 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:08.7119487Z 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:08.7120629Z 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:08.7121807Z 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:08.7122954Z 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:08.7124140Z 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:08.7173835Z 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:08.7175730Z 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:08.7177086Z 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:08.7178360Z 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:08.7179607Z 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:08.7180868Z 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:08.7182125Z 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:08.7183377Z 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:08.7184618Z 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:08.7185873Z 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:08.7187133Z 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:08.7188383Z 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:08.7189628Z 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:08.7190897Z 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:08.7192167Z 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:08.7193417Z 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:08.7194567Z 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:08.7195906Z 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:08.7197627Z 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:08.7198896Z 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:08.7200147Z 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:08.7201310Z 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:08.7202461Z 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:08.7203653Z 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:08.7204823Z 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:08.7206000Z 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:08.7207148Z 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:08.7208280Z 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:08.7209392Z 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:08.7209737Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:55:08.7210642Z 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:08.7211557Z 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:08.7212443Z 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:08.7213395Z 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:08.7213696Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-06-05T23:55:08.7214021Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-06-05T23:55:08.7215849Z 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:08.7217024Z 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:08.7217420Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:55:08.7218490Z 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:08.7219526Z 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:08.7220610Z 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:08.7280201Z 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:08.7281332Z 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:08.7282378Z 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:08.7283397Z 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:08.7284445Z 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:08.7285464Z 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:08.7286525Z 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:08.7287500Z 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:08.7288484Z 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:08.7289497Z 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:08.7290499Z 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:08.7291477Z 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:08.7292475Z 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:08.7293467Z 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:08.7294555Z 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:08.7295941Z 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:08.7297326Z 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:08.7297747Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:55:08.7298718Z 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:08.7299736Z 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:08.7300152Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:55:08.7301228Z 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:08.7302324Z 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:08.7303388Z 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:08.7303741Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:55:08.7304648Z 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:08.7305607Z 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:08.7306594Z 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:08.7307531Z 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:08.7308466Z 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:08.7309418Z 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:08.7310359Z 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:08.7310722Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:55:08.7311646Z 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:08.7312576Z 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:08.7312915Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-06-05T23:55:08.7313338Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:08.7314528Z 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:08.7315710Z 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:08.7316139Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:55:08.7317136Z 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:08.7318225Z 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:08.7318631Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:08.7319630Z 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:08.7320706Z 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:08.7321081Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:55:08.7322123Z 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:08.7323148Z 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:08.7323552Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:55:08.7323973Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:08.7392930Z 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:08.7393967Z 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:08.7395137Z 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:08.7395477Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-06-05T23:55:08.7395807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-06-05T23:55:08.7396655Z 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:08.7397723Z 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:08.7398635Z 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:08.7399535Z 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:08.7400448Z 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:08.7401681Z 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:08.7402780Z 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:08.7403756Z 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:08.7404670Z 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:08.7405592Z 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:08.7406470Z 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:08.7407336Z 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:08.7408284Z 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:08.7409157Z 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:08.7410071Z 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:08.7410966Z 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:08.7411862Z 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:08.7412710Z 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:08.7413115Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:08.7414139Z 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:08.7415426Z 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:08.7416524Z 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:08.7417571Z 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:08.7417966Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:55:08.7419017Z 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:08.7420032Z 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:08.7421189Z 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:08.7422354Z 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:08.7423361Z 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:08.7424392Z 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:08.7425414Z 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:08.7426445Z 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:08.7427497Z 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:08.7428395Z 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:08.7429350Z 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:08.7430279Z 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:08.7430632Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:55:08.7431541Z 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:08.7432469Z 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:08.7433376Z 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:08.7434351Z 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:08.7434706Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-06-05T23:55:08.7435606Z 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:08.7436514Z 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:08.7491865Z 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:08.7492327Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:08.7493301Z 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:08.7494097Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:08.7495609Z 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:08.7496899Z 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:08.7497548Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:08.7498671Z 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:08.7499981Z 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:08.7501121Z 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:08.7501555Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:08.7502597Z 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:08.7503081Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:08.7504248Z 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:08.7504813Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:08.7506124Z 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:08.7507452Z 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:08.7508744Z 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:08.7509317Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:08.7510615Z 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:08.7512083Z 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:08.7513383Z 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:08.7514686Z 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:08.7515556Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:08.7517051Z 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:08.7518416Z 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:08.7519830Z 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:08.7521171Z 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:08.7521708Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:08.7522974Z 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:08.7524233Z 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:08.7524761Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:08.7526028Z 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:08.7527354Z 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:08.7527911Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:08.7529215Z 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:08.7530553Z 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:08.7531858Z 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:08.7533167Z 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:08.7534546Z 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:08.7536005Z 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:08.7537455Z 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:08.7538057Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:08.7539188Z 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:08.7598986Z 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:08.7600198Z 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:08.7601410Z 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:08.7601846Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:55:08.7602330Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:08.7603569Z 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:08.7604820Z 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:08.7606099Z 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:08.7607356Z 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:08.7608584Z 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:08.7609815Z 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:08.7611056Z 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:08.7612289Z 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:08.7613508Z 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:08.7614792Z 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:08.7616479Z 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:08.7617914Z 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:08.7619183Z 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:08.7620420Z 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:08.7621654Z 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:08.7621977Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m 2025-06-05T23:55:08.7622324Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:55:08.7623208Z 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:08.7624116Z 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:08.7624481Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:55:08.7625472Z 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:08.7625831Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:55:08.7626792Z 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:08.7627059Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-06-05T23:55:08.7627433Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:08.7628346Z 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:08.7629306Z 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:08.7630294Z 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:08.7631210Z 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:08.7632164Z 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:08.7633147Z 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:08.7634170Z 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:08.7635266Z 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:08.7636355Z 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:08.7636684Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-06-05T23:55:08.7637467Z 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:08.7638286Z 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:08.7639093Z 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:08.7639925Z 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:08.7640292Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:55:08.7641207Z 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:08.7642122Z 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:08.7642455Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-06-05T23:55:08.7699226Z 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:08.7700232Z 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:08.7700709Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:55:08.7701950Z 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:08.7702918Z 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:08.7703577Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:08.7704953Z 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:08.7706206Z 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:08.7707481Z 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:08.7708761Z 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:08.7710311Z 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:08.7711755Z 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:08.7712159Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:08.7713115Z 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:08.7714076Z 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:08.7714466Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:55:08.7715405Z 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:08.7716362Z 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:08.7716746Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:55:08.7717686Z 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:08.7718639Z 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:08.7718984Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-06-05T23:55:08.7719843Z 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:08.7720747Z 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:08.7721628Z 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:08.7722531Z 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:08.7723439Z 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:08.7724368Z 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:08.7725255Z 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:08.7726153Z 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:08.7727142Z 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:08.7728073Z 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:08.7729083Z 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:08.7730119Z 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:08.7730999Z 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:08.7731854Z 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:08.7732788Z 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:08.7733197Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:55:08.7734175Z 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:08.7735305Z 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:08.7735747Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:55:08.7736827Z 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:08.7737909Z 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:08.7739004Z 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:08.7740102Z 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:08.7740484Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:55:08.7741454Z 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:08.7742465Z 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:08.7743438Z 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:08.7794461Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:08.7795702Z 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:08.7797258Z 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:08.7798447Z 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:08.7799990Z 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:08.7801426Z 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:08.7802577Z 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:08.7803836Z 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:08.7805096Z 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:08.7806257Z 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:08.7807471Z 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:08.7808596Z 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:08.7809727Z 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:08.7810898Z 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:08.7812115Z 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:08.7813353Z 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:08.7814674Z 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:08.7815978Z 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:08.7817154Z 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:08.7817530Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:55:08.7818589Z 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:08.7819932Z 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:08.7821083Z 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:08.7822133Z 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:08.7823141Z 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:08.7824139Z 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:08.7825190Z 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:08.7825598Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:08.7826623Z 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:08.7827027Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:08.7827988Z 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:08.7828465Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:08.7829587Z 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:08.7830779Z 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:08.7831895Z 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:08.7833070Z 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:08.7833527Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:08.7834577Z 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:08.7835663Z 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:08.7836752Z 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:08.7837809Z 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:08.7838431Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:08.7839552Z 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:08.7840172Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:08.7908823Z 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:08.7910141Z 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:08.7910688Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:08.7911835Z 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:08.7913006Z 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:08.7913540Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:08.7914753Z 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:08.7916051Z 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:08.7916398Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-06-05T23:55:08.7917268Z 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:08.7918186Z 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:08.7919045Z 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:08.7919407Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-06-05T23:55:08.7920388Z 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:08.7921340Z 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:08.7921672Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-06-05T23:55:08.7922519Z 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:08.7923362Z 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:08.7923726Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:55:08.7925046Z 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:08.7925973Z 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:08.7926575Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:08.7927546Z 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:08.7928491Z 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:08.7928876Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:08.7929832Z 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:08.7930780Z 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:08.7931181Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:08.7932209Z 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:08.7932573Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:55:08.7933485Z 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:08.7934764Z 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:08.7935715Z 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:08.7936677Z 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:08.7937656Z 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:08.7938019Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:55:08.7938935Z 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:08.7939899Z 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:08.7940254Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:55:08.7941136Z 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:08.7942071Z 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:08.7942441Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen3 2025-06-05T23:55:08.7943456Z 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:08.7944382Z 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:08.7944838Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-06-05T23:55:08.7945732Z 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:08.7946603Z 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:08.7946951Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/smollm2 2025-06-05T23:55:08.7947842Z 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:08.7948799Z 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:08.7949134Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-06-05T23:55:08.7949989Z 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:08.7950871Z 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:08.7951269Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:55:08.8023511Z 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:08.8024602Z 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:08.8024992Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-06-05T23:55:08.8025895Z 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:08.8026791Z 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:08.8027166Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:55:08.8028109Z 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:08.8029041Z 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:08.8029395Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-06-05T23:55:08.8029770Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:55:08.8030718Z 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:08.8031023Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-06-05T23:55:08.8031366Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-06-05T23:55:08.8032166Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:55:08.8033138Z 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:08.8034346Z 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:08.8035294Z 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:08.8036240Z 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:08.8037186Z 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:08.8037584Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:08.8038622Z 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:08.8039608Z 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:08.8040675Z 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:08.8041710Z 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:08.8042758Z 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:08.8043078Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps 2025-06-05T23:55:08.8043456Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:55:08.8044426Z 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:08.8045385Z 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:08.8045666Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-06-05T23:55:08.8046003Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-06-05T23:55:08.8046857Z 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:08.8047715Z 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:08.8048052Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-06-05T23:55:08.8048899Z 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:08.8049304Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:08.8050270Z 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:08.8051496Z 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:08.8052599Z 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:08.8053632Z 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:08.8055013Z 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:08.8055388Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:55:08.8056356Z 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:08.8056720Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-06-05T23:55:08.8057583Z 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:08.8058431Z 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:08.8059274Z 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:08.8059666Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:55:08.8060699Z 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:08.8061039Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-06-05T23:55:08.8061949Z 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:08.8062308Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-06-05T23:55:08.8063259Z 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:08.8064280Z 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:08.8065271Z 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:08.8066185Z 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:08.8323260Z 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:08.8323652Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-06-05T23:55:08.8324460Z 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:08.8324801Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-06-05T23:55:08.8326093Z 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:08.8326415Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-06-05T23:55:08.8327423Z 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:08.8327842Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-06-05T23:55:08.8328876Z 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:08.8329303Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:55:08.8330351Z 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:08.8331375Z 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:08.8331756Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-06-05T23:55:08.8332163Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:55:08.8333202Z 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:08.8334202Z 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:08.8335003Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:08.8336110Z 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:08.8336410Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-06-05T23:55:08.8336775Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:55:08.8337655Z 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:08.8338561Z 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:08.8339500Z 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:08.8340433Z 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:08.8341418Z 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:08.8342428Z 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:08.8343389Z 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:08.8344510Z 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:08.8345467Z 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:08.8345983Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:08.8347140Z 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:08.8347646Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:55:08.8348184Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:08.8349448Z 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:08.8350670Z 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:08.8351639Z 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:08.8351974Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-06-05T23:55:08.8352818Z 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:08.8353684Z 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:08.8354590Z 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:08.8355507Z 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:08.8356408Z 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:08.8357336Z 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:08.8357695Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export/test 2025-06-05T23:55:08.8358630Z 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:08.8359592Z 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:08.8359929Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-06-05T23:55:08.8360780Z 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:08.8361728Z 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:08.8362623Z 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:08.8363649Z 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:08.8364106Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:55:08.8365044Z 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:08.8366022Z 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:08.8426412Z 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:08.8427559Z 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:08.8427923Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:55:08.8428848Z 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:08.8429338Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:08.8430492Z 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:08.8431664Z 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:08.8432864Z 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:08.8434016Z 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:08.8435178Z 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:08.8435715Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:08.8436945Z 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:08.8437523Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:08.8438872Z 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:08.8440221Z 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:08.8440607Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:08.8442019Z 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:08.8442467Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:55:08.8443188Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:08.8444445Z 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:08.8445667Z 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:08.8446221Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:08.8446827Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:08.8448186Z 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:08.8449600Z 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:08.8450944Z 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:08.8451425Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:55:08.8451941Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:55:08.8452520Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:55:08.8453134Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:08.8454874Z 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:08.8455404Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:55:08.8455991Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:55:08.8456649Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:08.8458148Z 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:08.8458668Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:55:08.8459264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:08.8460671Z 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:08.8461462Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:08.8463115Z 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:08.8463765Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:08.8465241Z 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:08.8465837Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:08.8467407Z 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:08.8467907Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:55:08.8468431Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:08.8469730Z 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:08.8471016Z 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:08.8521633Z 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:08.8523033Z 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:08.8524361Z 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:08.8525641Z 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:08.8526927Z 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:08.8528218Z 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:08.8528688Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:55:08.8529219Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:08.8530478Z 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:08.8531353Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:08.8532720Z 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:08.8533951Z 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:08.8535428Z 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:08.8536033Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:08.8537425Z 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:08.8537931Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:08.8539179Z 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:08.8540402Z 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:08.8541579Z 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:08.8542126Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:55:08.8542713Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:08.8544100Z 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:08.8544716Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:08.8546134Z 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:08.8547649Z 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:08.8548266Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:55:08.8548984Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:08.8550580Z 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:08.8552339Z 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:08.8554194Z 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:08.8555901Z 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:08.8556302Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:55:08.8556731Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:55:08.8557288Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:08.8558592Z 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:08.8559906Z 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:08.8561230Z 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:08.8562538Z 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:08.8563845Z 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:08.8564443Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:08.8565815Z 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:08.8566466Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:08.8632383Z 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:08.8633974Z 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:08.8634294Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module 2025-06-05T23:55:08.8634640Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test 2025-06-05T23:55:08.8635037Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test/resources 2025-06-05T23:55:08.8636115Z 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:08.8636769Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-06-05T23:55:08.8637085Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-06-05T23:55:08.8638080Z 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:08.8638446Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-06-05T23:55:08.8639391Z 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:08.8640390Z 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:08.8641402Z 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:08.8642260Z 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:08.8643187Z 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:08.8643452Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-06-05T23:55:08.8644135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-06-05T23:55:08.8644834Z 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:08.8645439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-06-05T23:55:08.8645690Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-06-05T23:55:08.8645970Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-06-05T23:55:08.8646821Z 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:08.8647085Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-06-05T23:55:08.8647405Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-06-05T23:55:08.8647775Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-06-05T23:55:08.8648174Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:55:08.8649196Z 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:08.8650230Z 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:08.8651246Z 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:08.8652243Z 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:08.8653248Z 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:08.8654497Z 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:08.8655691Z 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:08.8656832Z 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:08.8657890Z 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:08.8658931Z 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:08.8660055Z 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:08.8661121Z 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:08.8662165Z 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:08.8663163Z 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:08.8664149Z 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:08.8665138Z 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:08.8666187Z 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:08.8667280Z 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:08.8667749Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:08.8668875Z 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:08.8669450Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:08.8670788Z 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:08.8672096Z 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:08.8672609Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:08.8673828Z 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:08.8675326Z 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:08.8715025Z 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:08.8718333Z 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:08.8719610Z 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:08.8720163Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:08.8721373Z 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:08.8722733Z 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:08.8723939Z 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:08.8725135Z 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:08.8726334Z 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:08.8727504Z 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:08.8728702Z 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:08.8729903Z 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:08.8731098Z 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:08.8732314Z 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:08.8733515Z 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:08.8735161Z 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:08.8736780Z 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:08.8738179Z 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:08.8738730Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:55:08.8739298Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:55:08.8739899Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:08.8741285Z 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:08.8742673Z 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:08.8743264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:08.8744644Z 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:08.8746043Z 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:08.8747414Z 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:08.8748775Z 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:08.8750113Z 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:08.8751552Z 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:08.8752914Z 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:08.8754275Z 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:08.8755663Z 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:08.8757171Z 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:08.8758758Z 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:08.8760138Z 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:08.8760556Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:08.8761646Z 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:08.8762787Z 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:08.9390576Z 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:08.9391802Z 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:08.9392261Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:08.9393371Z 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:08.9393833Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:55:08.9394896Z 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:08.9395963Z 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:08.9397137Z 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:08.9398252Z 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:08.9399349Z 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:08.9400393Z 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:08.9401472Z 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:08.9402553Z 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:08.9404129Z 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:08.9405412Z 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:08.9406492Z 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:08.9406958Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:08.9408078Z 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:08.9409257Z 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:08.9409643Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-06-05T23:55:08.9410115Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:08.9411367Z 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:08.9412542Z 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:08.9413661Z 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:08.9414099Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:55:08.9415516Z 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:08.9416650Z 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:08.9417728Z 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:08.9418839Z 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:08.9419313Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:08.9420472Z 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:08.9421622Z 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:08.9422806Z 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:08.9423210Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-06-05T23:55:08.9423475Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-06-05T23:55:08.9424144Z 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:08.9424939Z 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:08.9425095Z running install_egg_info 2025-06-05T23:55:08.9425625Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:55:08.9425759Z running install_scripts 2025-06-05T23:55:08.9426153Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:55:08.9426994Z creating '/tmp/pip-wheel-sic2css2/.tmp-gf06a5cm/executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-06-05T23:55:08.9427152Z adding 'executorch/version.py' 2025-06-05T23:55:08.9427702Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:55:08.9427984Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:55:08.9428249Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:55:08.9428589Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:55:08.9428935Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:55:08.9429293Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:55:08.9429564Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:55:08.9429895Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:55:08.9430344Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:55:08.9430688Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:55:08.9431013Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:55:08.9431218Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:55:08.9431455Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:55:08.9431776Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:55:08.9432078Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:55:08.9432343Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:55:08.9432604Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:55:08.9432885Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:55:08.9433230Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:55:08.9433509Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:55:08.9433831Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:55:08.9434118Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:55:08.9817494Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:55:08.9817947Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:55:08.9818234Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:55:08.9818612Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:55:08.9818897Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:55:08.9819151Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:55:08.9819524Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:55:08.9819901Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:55:08.9820239Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:55:08.9821101Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:55:08.9821447Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:55:08.9821794Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:55:08.9822410Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:55:08.9822847Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:55:08.9823255Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:55:08.9823535Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:55:08.9823844Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:55:08.9824135Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:55:08.9824444Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:55:08.9824781Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:55:08.9825114Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:55:08.9825469Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:55:08.9825774Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:55:08.9826061Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:55:08.9826395Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:55:08.9826589Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:55:08.9826859Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:55:08.9827073Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:55:08.9827381Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:55:08.9827577Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:55:08.9827767Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:55:08.9827977Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:55:08.9828193Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:55:08.9828398Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:55:08.9828627Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:55:08.9828815Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:55:08.9829092Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:55:08.9829364Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:55:08.9829649Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:55:08.9829946Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:55:08.9830399Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:55:08.9830726Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:55:08.9831014Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:55:08.9831280Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:55:08.9831526Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:55:08.9831791Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:55:08.9832029Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:55:08.9832349Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:55:08.9832631Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:08.9832979Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:55:08.9833307Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:55:08.9833808Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:55:08.9834124Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:55:08.9834589Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:55:08.9834941Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:55:08.9835243Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:55:08.9835493Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:55:08.9835989Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:55:08.9836265Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:55:08.9836535Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:55:08.9836839Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:55:08.9837152Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:55:08.9837464Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:55:08.9837814Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:08.9838108Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:55:08.9838393Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:55:08.9838658Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:55:08.9838953Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:55:08.9839221Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:55:08.9839508Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:55:08.9839856Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:55:08.9840122Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:55:08.9840381Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:55:08.9840639Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:55:08.9841018Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:55:08.9841305Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:55:08.9841588Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:55:08.9841923Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:55:08.9842262Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:55:08.9842536Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:55:08.9842791Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:55:08.9843061Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:55:08.9843396Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:55:08.9843642Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:55:08.9843901Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:55:08.9844192Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:55:08.9844529Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:55:08.9844841Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:55:08.9845138Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:55:08.9845459Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:08.9856997Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:55:08.9857520Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:55:08.9857865Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:55:08.9858184Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:55:08.9858490Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:55:08.9859064Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:55:08.9859494Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:55:08.9859833Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:55:08.9860405Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:55:08.9860836Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:55:08.9861248Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:55:08.9861695Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:55:08.9861925Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:55:08.9862245Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:55:08.9862462Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:55:08.9862679Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:55:08.9862968Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:55:08.9863191Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:55:08.9863490Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:55:08.9863744Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:55:08.9864044Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:55:08.9864310Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:55:08.9864534Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:55:08.9864958Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:55:08.9865197Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:55:08.9865455Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:55:08.9865747Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:55:08.9866053Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:55:08.9866362Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:55:08.9866572Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:55:08.9866780Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:55:08.9866986Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:55:08.9867195Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:55:08.9867500Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:55:08.9867821Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:55:08.9868130Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:55:09.0241619Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:55:09.0242341Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:55:09.0242905Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:55:09.0243539Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:55:09.0244125Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:55:09.0244732Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:55:09.0245363Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:55:09.0245980Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:55:09.0246632Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:55:09.0247261Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:55:09.0247860Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:55:09.0248442Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:55:09.0249020Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:55:09.0249602Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:55:09.0250160Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:55:09.0251317Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:55:09.0251893Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:55:09.0252485Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:55:09.0253143Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:55:09.0254066Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:55:09.0255189Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:55:09.0255952Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:55:09.0256618Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:55:09.0257189Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:55:09.0257885Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:55:09.0258587Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:55:09.0259220Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:55:09.0259832Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:55:09.0260434Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:55:09.0261075Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:55:09.0261755Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:55:09.0262500Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:55:09.0263240Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:55:09.0263935Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:55:09.0264514Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:55:09.0265047Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:55:09.0265600Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:55:09.0266168Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:55:09.0266822Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:55:09.0267573Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:55:09.0268285Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:55:09.0268992Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:55:09.0269718Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:55:09.0270434Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:55:09.0271179Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:55:09.0271934Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:55:09.0272706Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:55:09.0273597Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:55:09.0274420Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:55:09.0275080Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:55:09.0275781Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:55:09.0276479Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:55:09.0277119Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:55:09.0277750Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:55:09.0278457Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:55:09.0279210Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:55:09.0279960Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:55:09.0280673Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:55:09.0281623Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:55:09.0282328Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:55:09.0282932Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:55:09.0283499Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:55:09.0284253Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:55:09.0284893Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:55:09.0285474Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:55:09.0286040Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:55:09.0286625Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:55:09.0287203Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:55:09.0287817Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:55:09.0288469Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:55:09.0289125Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:55:09.0289724Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:55:09.0290293Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:55:09.0290876Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:55:09.0291469Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:55:09.0292132Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:55:09.0292792Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:55:09.0293403Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:55:09.0294007Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:55:09.0295965Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:55:09.0296697Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:55:09.0297633Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:55:09.0298277Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:55:09.0298912Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:55:09.0299474Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:55:09.0300040Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:55:09.0300616Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:55:09.0301206Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:55:09.0301791Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:55:09.0302369Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:55:09.0302932Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:55:09.0303511Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:55:09.0304122Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:55:09.0304745Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:55:09.0305357Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:55:09.0306008Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:55:09.0306642Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:55:09.0307282Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:55:09.0307886Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:55:09.0308477Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:55:09.0309177Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:55:09.0309862Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:55:09.0310442Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:55:09.0311035Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:55:09.0312084Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:55:09.0312719Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:55:09.0313299Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:55:09.0313882Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:55:09.0314488Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:55:09.0315286Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:55:09.0315930Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:55:09.0316726Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:55:09.0317323Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:55:09.0317880Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:55:09.0318444Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:55:09.0319004Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:55:09.0319596Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:55:09.0320195Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:55:09.0320789Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:55:09.0321405Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:55:09.0322034Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:55:09.0322630Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:55:09.0323228Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:55:09.0323832Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:55:09.0324469Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:55:09.0325134Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:55:09.0325790Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:55:09.0326383Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:55:09.0327012Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:55:09.0327683Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:55:09.0328363Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:55:09.0329003Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:55:09.0329580Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:55:09.0330171Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:55:09.0551665Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:55:09.0552383Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:55:09.0552998Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:55:09.0553595Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:55:09.0554186Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:55:09.0554799Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:55:09.0555368Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:55:09.0555964Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:55:09.0556563Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:55:09.0557204Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:55:09.0557906Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:55:09.0558677Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:55:09.0559341Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:55:09.0559917Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:55:09.0560502Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:55:09.0561134Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:55:09.0561851Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:55:09.0563048Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:55:09.0563891Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:55:09.0564776Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:55:09.0565848Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:55:09.0566675Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:55:09.0567531Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:55:09.0568420Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:55:09.0569254Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:55:09.0570176Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:09.0571100Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:55:09.0571935Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:55:09.0572753Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:55:09.0573510Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:55:09.0574322Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:55:09.0575468Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:55:09.0576382Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:55:09.0577280Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:55:09.0578100Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:55:09.0578897Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:55:09.0579699Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:55:09.0580614Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:09.0581498Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:55:09.0582229Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:55:09.0582913Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:55:09.0583601Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:55:09.0584248Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:55:09.0584892Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:55:09.0585606Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:55:09.0586522Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:55:09.0587637Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:55:09.0588862Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:55:09.0589993Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:55:09.0591023Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:55:09.0592071Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:55:09.0593141Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:55:09.0594195Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:55:09.0595246Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:55:09.0596481Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:55:09.0597672Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:55:09.0598780Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:55:09.0600126Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:55:09.0601190Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:55:09.0602248Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:55:09.0603233Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:55:09.0604202Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:55:09.0605249Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:55:09.0606305Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:55:09.0607370Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:55:09.0608466Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:55:09.0609545Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:55:09.0610586Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:55:09.0611614Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:55:09.0612676Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:55:09.0613727Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:55:09.0614885Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:55:09.0615900Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:55:09.0616904Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:55:09.0617925Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:55:09.0618917Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:55:09.0619978Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:55:09.0621128Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:55:09.0622195Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:55:09.0623247Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:55:09.0624280Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:55:09.0625209Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:55:09.0626187Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:55:09.0627243Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:55:09.0628337Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:55:09.0629488Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:55:09.0630795Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:55:09.0632503Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:55:09.0633808Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:55:09.0635188Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:55:09.0636553Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:55:09.0637817Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:55:09.0639073Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:55:09.0640391Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:55:09.0641717Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:55:09.0643014Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:55:09.0744719Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:55:09.0746126Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:55:09.0747429Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:55:09.0748710Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:55:09.0750000Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:55:09.0751301Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:55:09.0752598Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:55:09.0753869Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:55:09.0755181Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:55:09.0756499Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:55:09.0757799Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:55:09.0759078Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:55:09.0760353Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:55:09.0761629Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:55:09.0762878Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:55:09.0764149Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:55:09.0765420Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:55:09.0766717Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:55:09.0768003Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:55:09.0769294Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:55:09.0770997Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:55:09.0772285Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:55:09.0773862Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:55:09.0775632Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:55:09.0777190Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:55:09.0778846Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:55:09.0780490Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:55:09.0782154Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:55:09.0783712Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:55:09.0785047Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:55:09.0786479Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:55:09.0788040Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:55:09.0789523Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:55:09.0791032Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:55:09.0792562Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:55:09.0794191Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:09.0795920Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:09.0797713Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:09.0799327Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:09.0800910Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:55:09.0802459Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:55:09.0804043Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:55:09.0805642Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:09.0807211Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:55:09.0808774Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:55:09.0810594Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:55:09.0812183Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:09.0814118Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:09.0815886Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:55:09.0817429Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:55:09.0819126Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:09.0820859Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:09.0822421Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:55:09.0823964Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:55:09.0825616Z 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:09.0827330Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:09.0829013Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:09.0830800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:09.0832591Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:09.0834436Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:09.0836279Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:09.0837998Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:09.0839652Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:55:09.0972712Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:55:09.0974468Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:09.0976064Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:55:09.0977631Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:09.0979192Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:55:09.0980826Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:09.0982616Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:09.0984826Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:09.0986858Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:09.0988616Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:09.0990203Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:55:09.0991750Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:55:09.0993343Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:55:09.0995002Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:09.0996629Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:55:09.0998509Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:55:09.0999928Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:55:09.1001132Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:55:09.1002312Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:55:09.1003600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:55:09.1004963Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:55:09.1006342Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:55:09.1007705Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:55:09.1009052Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:55:09.1010442Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:55:09.1011868Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:55:09.1013261Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:55:09.1014684Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:55:09.1016021Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:55:09.1017508Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:55:09.1019112Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:55:09.1020611Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:55:09.1022103Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:55:09.1023871Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:55:09.1025375Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:55:09.1027102Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:55:09.1028637Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:55:09.1030148Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:55:09.1031670Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:55:09.1033219Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:55:09.1034707Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:55:09.1036203Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:55:09.1037625Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:55:09.1038894Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:55:09.1040160Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:55:09.1041551Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:55:09.1042965Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:55:09.1044299Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:55:09.1045649Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:55:09.1046948Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:55:09.1048161Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:55:09.1049431Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:55:09.1050708Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:55:09.1051977Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:55:09.1053274Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:55:09.1054688Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:55:09.1055961Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:55:09.1057225Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:55:09.1058489Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:55:09.1059758Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:55:09.1061276Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:55:09.1062598Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:55:09.1063977Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:55:09.1065326Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:55:09.1066696Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:55:09.1068018Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:55:09.1205781Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:55:09.1207278Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:55:09.1208742Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:55:09.1210044Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:55:09.1211306Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:55:09.1212617Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:55:09.1213843Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:55:09.1215181Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:55:09.1216593Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:55:09.1218009Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:55:09.1219356Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:55:09.1220651Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:55:09.1221979Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:55:09.1223328Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:55:09.1224720Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:55:09.1226124Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:55:09.1227438Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:55:09.1228793Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:55:09.1230163Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:55:09.1231611Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:09.1233164Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:09.1234646Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:09.1236525Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:09.1237926Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:55:09.1239503Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:55:09.1240915Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:55:09.1242330Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:09.1243729Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:55:09.1245117Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:55:09.1246506Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:55:09.1247941Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:09.1249597Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:09.1251086Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:55:09.1252467Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:55:09.1253981Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:09.1255635Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:09.1257033Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:55:09.1258402Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:55:09.1259878Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:55:09.1261400Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:09.1262908Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:09.1264516Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:09.1266119Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:09.1267782Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:09.1269494Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:09.1271026Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:09.1272505Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:55:09.1273902Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:55:09.1275552Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:55:09.1277124Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:55:09.1278809Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:55:09.1280349Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:55:09.1281796Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:55:09.1283248Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:55:09.1284652Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:55:09.1286038Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:55:09.1287451Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:55:09.1288811Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:55:09.1290128Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:55:09.1291419Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:55:09.1292690Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:55:09.1293972Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:55:09.1295338Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:55:09.1296669Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:55:09.1298273Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:55:09.1299624Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:55:09.1430703Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:55:09.1432325Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:55:09.1433796Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:55:09.1435372Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:55:09.1436991Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:55:09.1438479Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:55:09.1440059Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:55:09.1441487Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:55:09.1443036Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:55:09.1445295Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:55:09.1446857Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:55:09.1448768Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:55:09.1450623Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:55:09.1452277Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:09.1454132Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:55:09.1456506Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:09.1458265Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:55:09.1460056Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:09.1462203Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:09.1464329Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:09.1466361Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:09.1468222Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:09.1469992Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:55:09.1471856Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:55:09.1473632Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:55:09.1475694Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:55:09.1477606Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:55:09.1479172Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:55:09.1480822Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:55:09.1482457Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:09.1484077Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:55:09.1485670Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:55:09.1487243Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:55:09.1488932Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:55:09.1491163Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:55:09.1492797Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:55:09.1494886Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:55:09.1496846Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:55:09.1498956Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:55:09.1500669Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:55:09.1502569Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:55:09.1504270Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:55:09.1505988Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:55:09.1507958Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:55:09.1510070Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:55:09.1512017Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:55:09.1513834Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:55:09.1515440Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:55:09.1517186Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:55:09.1518925Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:55:09.1520752Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:55:09.1522451Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:55:09.1524157Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:55:09.1525868Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:55:09.1527503Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:55:09.1528781Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:55:09.1529606Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:55:09.1530252Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:55:09.1531047Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:55:09.1531723Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:55:09.1532432Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:55:09.1533144Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:55:09.1533843Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:55:09.1535093Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:55:09.1535876Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:55:09.1536630Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:55:09.1537305Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:55:09.1538184Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:55:09.1539020Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:55:09.1889648Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:55:09.1890432Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:55:09.1891075Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:55:09.1891648Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:55:09.1892263Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:55:09.1892955Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:55:09.1893542Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:55:09.1894185Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:55:09.1894734Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:55:09.1894964Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:55:09.1895253Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:55:09.1895521Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:55:09.1895798Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:55:09.1896045Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:55:09.1896396Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:55:09.1896727Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:55:09.1897207Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:55:09.1897513Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:55:09.1897801Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:55:09.1898138Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:55:09.1898481Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:55:09.1898815Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:55:09.1899167Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:55:09.1899401Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:55:09.1899634Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:55:09.1899869Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:55:09.1900081Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:55:09.1900318Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:55:09.1900546Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:55:09.1900819Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:55:09.1901053Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:55:09.1901383Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:55:09.1901701Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:55:09.1902005Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:55:09.1902387Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:55:09.1902725Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:55:09.1903015Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:55:09.1903775Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:55:09.1904337Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:55:09.1904749Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:55:09.1905326Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:55:09.1905752Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:55:09.1906157Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:55:09.1906529Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:55:09.1906918Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:55:09.1907337Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:55:09.1907745Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:55:09.1908139Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:55:09.1908541Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:55:09.1908933Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:55:09.1909299Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:55:09.1909695Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:55:09.1910121Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:55:09.1910527Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:55:09.1910948Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:55:09.1911329Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:55:09.1911719Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:55:09.1912109Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:55:09.1912509Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:55:09.1912899Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:55:09.1913202Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:55:09.1913539Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:55:09.1913864Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:55:09.1914205Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:55:09.1914645Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:55:09.1915098Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:55:09.1915548Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:55:09.1915998Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:55:09.1916418Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:55:09.1916846Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:55:09.1917280Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:55:09.1917679Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:55:09.1918092Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:55:09.1918587Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:55:09.1919033Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:55:09.1919479Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:55:09.1920127Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:55:09.1920563Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:55:09.1920975Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:55:09.1921200Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:55:09.1921442Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:55:09.1921773Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:55:09.1922085Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:55:09.1922335Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:55:09.1922588Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:55:09.1922827Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:55:09.1923086Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:55:09.1923530Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:55:09.1924023Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:55:09.1924386Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:55:09.1924652Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:55:09.1924936Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:55:09.1925237Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:55:09.1925533Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:55:09.1925836Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:55:09.1926114Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:55:09.1926407Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:55:09.1926671Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:55:09.1926946Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:55:09.1927141Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:55:09.1927367Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:55:09.1927600Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:55:09.1927835Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:55:09.1928256Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:55:09.1928507Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:55:09.1928762Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:55:09.1929054Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:55:09.1929308Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:55:09.1929562Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:55:09.1929793Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:55:09.1930033Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:55:09.1930222Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:55:09.2215862Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:55:09.2216255Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:55:09.2216589Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:55:09.2217312Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:55:09.2217676Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:55:09.2217985Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:55:09.2218524Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:55:09.2218828Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:55:09.2219111Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:55:09.2219323Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:55:09.2219608Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:55:09.2219887Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:55:09.2220209Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:55:09.2220575Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:55:09.2220888Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:55:09.2221222Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:55:09.2221697Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:55:09.2222080Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:55:09.2222543Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:55:09.2222905Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:55:09.2223305Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:55:09.2223649Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:55:09.2224017Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:55:09.2224415Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:55:09.2224899Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:55:09.2225433Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:55:09.2226008Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:55:09.2226598Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:55:09.2227162Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:55:09.2227732Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:55:09.2228246Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:55:09.2228824Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:55:09.2229415Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:55:09.2229996Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:55:09.2230516Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:55:09.2231064Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:55:09.2231618Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:55:09.2232042Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:55:09.2232682Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:55:09.2233136Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:55:09.2233795Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:55:09.2234069Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:55:09.2234385Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:55:09.2234692Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:55:09.2235088Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:55:09.2235413Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:55:09.2235718Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:55:09.2236052Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:55:09.2236389Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:55:09.2236775Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:55:09.2237144Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:55:09.2237538Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:55:09.2238012Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:09.2238472Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:55:09.2238816Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:55:09.2239171Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:55:09.2239541Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:55:09.2239898Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:55:09.2240176Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:55:09.2240520Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:55:09.2240861Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:55:09.2241208Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:55:09.2241550Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:55:09.2241864Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:55:09.2242181Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:55:09.2242510Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:55:09.2242921Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:55:09.2243302Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:55:09.2243626Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:55:09.2243947Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:55:09.2244263Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:55:09.2244589Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:55:09.2244958Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:55:09.2245328Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:55:09.2245669Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:55:09.2246039Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:55:09.2246639Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:55:09.2247002Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:55:09.2247327Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:55:09.2247792Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:55:09.2248145Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:55:09.2248453Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:55:09.2248872Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:55:09.2249325Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:55:09.2249649Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:55:09.2249964Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:55:09.2250325Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:55:09.2250680Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:55:09.2250986Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:55:09.2251333Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:55:09.2251684Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:55:09.2252076Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:55:09.2252575Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:55:09.2252923Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:55:09.2253247Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:55:09.2253559Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:55:09.2253935Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:55:09.2254267Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:55:09.2254758Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:55:09.2255145Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:55:09.2491378Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:55:09.2491808Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:55:09.2492193Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:55:09.2492495Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:55:09.2492803Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:55:09.2493177Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:55:09.2493555Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:55:09.2493921Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:55:09.2494289Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:55:09.2494843Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:55:09.2495195Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:55:09.2495556Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:55:09.2495861Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:55:09.2496349Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:55:09.2497388Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:55:09.2497756Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:55:09.2498109Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:55:09.2498455Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:55:09.2499101Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:55:09.2499500Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:55:09.2499891Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:55:09.2500191Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:55:09.2500516Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:55:09.2500863Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:55:09.2501148Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:55:09.2501453Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:55:09.2501758Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:55:09.2502192Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:55:09.2502626Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:55:09.2502973Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:55:09.2503302Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:55:09.2503599Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:55:09.2503912Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:55:09.2504222Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:55:09.2504551Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:55:09.2504864Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:55:09.2505148Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:55:09.2505491Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:55:09.2505796Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:55:09.2506168Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:55:09.2506561Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:55:09.2506914Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:55:09.2507220Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:55:09.2507545Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:55:09.2507881Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:55:09.2508188Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:55:09.2508560Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:55:09.2508950Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:55:09.2509319Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:55:09.2509652Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:55:09.2509992Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:55:09.2510379Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:55:09.2510821Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:55:09.2511453Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:55:09.2511804Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:55:09.2512131Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:55:09.2512486Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:55:09.2512908Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:55:09.2513233Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:55:09.2513582Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:55:09.2513941Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:55:09.2514266Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:55:09.2514605Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:55:09.2514982Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:55:09.2515300Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:55:09.2515607Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:55:09.2515938Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:55:09.2516277Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:55:09.2516590Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:55:09.2516922Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:55:09.2517314Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:55:09.2517680Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:55:09.2518039Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:55:09.2518438Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:55:09.2518801Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:55:09.2519117Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:55:09.2519455Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:55:09.2519780Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:55:09.2520184Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:55:09.2520526Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:55:09.2520981Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:55:09.2521379Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:55:09.2521825Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:55:09.2522236Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:55:09.2522665Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:55:09.2523099Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:55:09.2523527Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:55:09.2523948Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:55:09.2524382Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:55:09.2524779Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:55:09.2525152Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:55:09.2525666Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:55:09.2526090Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:55:09.2526485Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:55:09.2527036Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:55:09.2527519Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:55:09.2527916Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:55:09.2528302Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:55:09.2528675Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:55:09.2529096Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:55:09.2529488Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:55:09.2529856Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:55:09.2530153Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:55:09.2530462Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:55:09.2715446Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:55:09.2715822Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:55:09.2716136Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:55:09.2716457Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:55:09.2716786Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:55:09.2717162Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:55:09.2717553Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:55:09.2717867Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:55:09.2718171Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:55:09.2718670Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:09.2719003Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:55:09.2719326Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:55:09.2719740Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:55:09.2720155Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:55:09.2720576Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:55:09.2720987Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:55:09.2721355Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:55:09.2721691Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:55:09.2722011Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:55:09.2722341Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:55:09.2722689Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:55:09.2722981Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:55:09.2723307Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:55:09.2723673Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:55:09.2724099Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:55:09.2725497Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:55:09.2725958Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:55:09.2726406Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:55:09.2727111Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:55:09.2727610Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:55:09.2728125Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:55:09.2728623Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:55:09.2729231Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:55:09.2729830Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:55:09.2730324Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:55:09.2730834Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:55:09.2731294Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:55:09.2731801Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:55:09.2732276Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:55:09.2732742Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:55:09.2733206Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:55:09.2733729Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:55:09.2734259Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:55:09.2734863Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:55:09.2735319Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:55:09.2735786Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:55:09.2736229Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:55:09.2736708Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:55:09.2737229Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:55:09.2737715Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:55:09.2738174Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:55:09.2738634Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:55:09.2739136Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:55:09.2739600Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:55:09.2740091Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:55:09.2740571Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:55:09.2741053Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:55:09.2741648Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:55:09.2742140Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:55:09.2742753Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:55:09.2743268Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:55:09.2743752Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:55:09.2744198Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:55:09.2744653Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:55:09.2745139Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:55:09.2745611Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:55:09.2746065Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:55:09.2746539Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:55:09.2747023Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:55:09.2747477Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:55:09.2747975Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:55:09.2748458Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:55:09.2748941Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:55:09.2749413Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:55:09.2749856Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:55:09.2750320Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:55:09.2750771Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:55:09.2751244Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:55:09.2751703Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:55:09.2752200Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:55:09.2752683Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:55:09.2753184Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:55:09.2753655Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:55:09.2754176Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:55:09.2754749Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:55:09.2755282Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:55:09.2755771Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:55:09.3005469Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:55:09.3006011Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:55:09.3006851Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:55:09.3007313Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:55:09.3007978Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:55:09.3008504Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:55:09.3008969Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:55:09.3009431Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:55:09.3009887Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:55:09.3010457Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:55:09.3010928Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:55:09.3011428Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:55:09.3011883Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:55:09.3012325Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:55:09.3012774Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:55:09.3013282Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:55:09.3013768Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:55:09.3014624Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:55:09.3015247Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:55:09.3015756Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:55:09.3016121Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:55:09.3016453Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:55:09.3016799Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:55:09.3017123Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:55:09.3017466Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:55:09.3017838Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:55:09.3018183Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:55:09.3018554Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:55:09.3018911Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:55:09.3019330Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:55:09.3019804Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:55:09.3020454Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:55:09.3020959Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:55:09.3021479Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:55:09.3022098Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:55:09.3022835Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:55:09.3023335Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:55:09.3023934Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:55:09.3024621Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:55:09.3025141Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:55:09.3025658Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:55:09.3026170Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:55:09.3026739Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:55:09.3027317Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:55:09.3042555Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:55:09.3043014Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:55:09.3043250Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:55:09.3043457Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:55:09.3043718Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:55:09.3043918Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:55:09.3044236Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:55:09.3044437Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:55:09.3044711Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:55:09.3044978Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:55:09.3045303Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:55:09.3045611Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:55:09.3045891Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:55:09.3046187Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:55:09.3046419Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:55:09.3046893Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:55:09.3047407Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:55:09.3047849Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:55:09.3048296Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:55:09.3048779Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:55:09.3049275Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:55:09.3049708Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:55:09.3050170Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:55:09.3050631Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:55:09.3050823Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:55:09.3051043Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:55:09.3051476Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:55:09.3051728Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:55:09.3051988Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:55:09.3052231Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:55:09.3052703Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:55:09.3053051Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:55:09.3053300Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:55:09.3053554Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:55:09.3053815Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:55:09.3054106Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:55:09.3054506Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:55:09.3054772Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:55:09.3055043Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:55:09.3055325Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:55:09.3055605Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:55:09.3055862Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:55:09.3056099Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:55:09.3056330Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:55:09.3056683Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:55:09.3056991Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:55:09.3057256Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:55:09.3057529Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:55:09.3057812Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:55:09.3058121Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:55:09.3058450Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:55:09.3058762Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:55:09.3059029Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:55:09.3397119Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:55:09.3397463Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:55:09.3397753Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:55:09.3398280Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:55:09.3398573Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:55:09.3398888Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:55:09.3399245Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:55:09.3399562Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:55:09.3399802Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:55:09.3400130Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:55:09.3400480Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:55:09.3400719Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:55:09.3400980Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:55:09.3401265Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:55:09.3401545Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:55:09.3401914Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:55:09.3402598Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:55:09.3403054Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:55:09.3403358Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:55:09.3403854Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:55:09.3404146Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:55:09.3404447Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:55:09.3404743Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:55:09.3405065Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:55:09.3405409Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:55:09.3405686Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:55:09.3405914Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:55:09.3406150Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:55:09.3406395Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:55:09.3406691Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:55:09.3406925Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:55:09.3407284Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:55:09.3407536Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:55:09.3407768Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:55:09.3407994Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:55:09.3408258Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:55:09.3408504Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:55:09.3408785Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:55:09.3409060Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:55:09.3409287Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:55:09.3409517Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:55:09.3409761Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:55:09.3410001Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:55:09.3410254Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:55:09.3410484Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:55:09.3410806Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:55:09.3411109Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:55:09.3411391Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:55:09.3411632Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:55:09.3411859Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:55:09.3412128Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:55:09.3412351Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:55:09.3412585Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:55:09.3412830Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:55:09.3413081Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:55:09.3413345Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:55:09.3413589Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:55:09.3413824Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:55:09.3414064Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:55:09.3414451Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:55:09.3414856Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:55:09.3415137Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:55:09.3415408Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:55:09.3415806Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:55:09.3416071Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:55:09.3416332Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:55:09.3416617Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:55:09.3416890Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:55:09.3417113Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:55:09.3417354Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:55:09.3417589Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:55:09.3417875Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:55:09.3418190Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:55:09.3418419Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:55:09.3418664Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:55:09.3418902Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:55:09.3419176Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:55:09.3419440Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:55:09.3419670Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:55:09.3419900Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:55:09.3420132Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:55:09.3420360Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:55:09.3420591Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:55:09.3420825Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:55:09.3421052Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:55:09.3421289Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:55:09.3421551Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:55:09.3421790Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:55:09.3422035Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:55:09.3422283Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:55:09.3422536Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:55:09.3422792Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:55:09.3423028Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:55:09.3423332Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:55:09.3423607Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:55:09.3423861Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:55:09.3424085Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:55:09.3424355Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:55:09.3424625Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:55:09.3424873Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:55:09.3425174Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:55:09.3425477Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:55:09.3425710Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:55:09.3425977Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:55:09.3426412Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:55:09.3426640Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:55:09.3426920Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:55:09.3427161Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:55:09.3427531Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:55:09.3427783Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:55:09.3428059Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:55:09.3428303Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:55:09.3428563Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:55:09.3428899Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:55:09.3429224Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:55:09.3429470Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:55:09.3429746Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:55:09.3429970Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:55:09.3430194Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:55:09.3430461Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:55:09.3430762Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:55:09.3430993Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:55:09.3431248Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:55:09.3431563Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:55:09.3431804Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:55:09.3432058Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:55:09.3432486Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:55:09.3779521Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:55:09.3779905Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:55:09.3780243Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:55:09.3780593Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:55:09.3780806Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:55:09.3781079Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:55:09.3781299Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:55:09.3781527Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:55:09.3781733Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:55:09.3781933Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:55:09.3782211Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:55:09.3782470Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:55:09.3782712Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:55:09.3783039Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:09.3783343Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:09.3804396Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:55:09.3804707Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:55:09.3804959Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:55:09.3805210Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:55:09.3805454Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:55:09.3805703Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:55:09.3806413Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:55:09.3806605Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:55:09.3806940Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:55:09.3807551Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:55:09.3807955Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:09.3808256Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:55:09.3808451Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:55:09.3808662Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:55:09.3808861Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:55:09.3809036Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:55:09.3809277Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:55:09.3809507Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:55:09.3809786Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:55:09.3810086Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:55:09.3810419Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:55:09.3810672Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:55:09.3811021Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:55:09.3811311Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:55:09.3811629Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:55:09.3811919Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:55:09.3812244Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:55:09.3812573Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:55:09.3812847Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:55:09.3813280Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:55:09.3813699Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:55:09.3814078Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:55:09.3814499Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:55:09.3814849Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:55:09.3815186Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:55:09.3815526Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:55:09.3816020Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:55:09.3816408Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:55:09.3816770Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:55:09.3817082Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:55:09.3817400Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:55:09.3817707Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:55:09.3818049Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:55:09.3818457Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:55:09.3819055Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:55:09.3819505Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:55:09.3820066Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:55:09.3820400Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:55:09.3820768Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:55:09.3821249Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:55:09.3821758Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:55:09.3822165Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:55:09.3822510Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:55:09.3822923Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:55:09.3823258Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:55:09.3823579Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:55:09.3823880Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:55:09.3824228Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:55:09.3824594Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:55:09.3824945Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:55:09.3825347Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:55:09.3825725Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:55:09.3826075Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:55:09.3826460Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:55:09.3826858Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:55:09.3827436Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:55:09.3827831Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:55:09.3828173Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:55:09.3828574Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:55:09.3829068Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:55:09.3829433Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:55:09.3829794Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:55:09.3830107Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:55:09.3830696Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:55:09.3831060Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:55:09.3831442Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:55:09.3831776Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:55:09.3832099Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:55:09.3832414Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:55:09.3832780Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:55:09.3833177Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:55:09.3833558Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:55:09.3834037Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:55:09.3834536Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:55:09.3834836Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:55:09.3835216Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:55:09.3835733Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:55:09.3836090Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:55:09.3836437Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:55:09.3836842Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:55:09.3837203Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:55:09.3837501Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:55:09.3837818Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:55:09.3838076Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:55:09.4266974Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:55:09.4267336Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:55:09.4267741Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:55:09.4268015Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:55:09.4268291Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:55:09.4268668Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:55:09.4268932Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:55:09.4269193Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:55:09.4269528Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:55:09.4269891Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:55:09.4270131Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:55:09.4270484Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:55:09.4270880Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:55:09.4271185Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:55:09.4271533Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:55:09.4271876Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:55:09.4272240Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:55:09.4272591Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:55:09.4272909Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:55:09.4273353Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:55:09.4273759Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:55:09.4274189Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:55:09.4274586Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:55:09.4274960Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:55:09.4275329Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:55:09.4275757Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:55:09.4276189Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:55:09.4277198Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:55:09.4277479Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:55:09.4277813Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:55:09.4278434Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:55:09.4278764Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:55:09.4279098Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:55:09.4279481Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:55:09.4279795Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:55:09.4279985Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:55:09.4280233Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:55:09.4280481Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:55:09.4280855Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:55:09.4281160Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:09.4281445Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:55:09.4281719Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:55:09.4282080Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:55:09.4282337Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:55:09.4282647Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:55:09.4282973Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:09.4283262Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:55:09.4283583Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:55:09.4283837Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:55:09.4284076Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:55:09.4284352Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:55:09.4284589Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:55:09.4284820Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:55:09.4285073Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:55:09.4285376Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:55:09.4285607Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:55:09.4285836Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:55:09.4286094Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:55:09.4286352Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:55:09.4286597Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:55:09.4286831Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:55:09.4287190Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:55:09.4287535Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:55:09.4287769Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:55:09.4288008Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:55:09.4288250Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:55:09.4288481Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:55:09.4288748Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:55:09.4289016Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:55:09.4289435Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:55:09.4289685Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:55:09.4289925Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:55:09.4290267Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:55:09.4290647Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:55:09.4290947Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:55:09.4291201Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:55:09.4291460Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:55:09.4291725Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:55:09.4291987Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:55:09.4292233Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:55:09.4292492Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:55:09.4292746Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:55:09.4293038Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:55:09.4293275Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:55:09.4293532Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:55:09.4293770Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:55:09.4294024Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:55:09.4294287Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:55:09.4294712Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:55:09.4294964Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:55:09.4295208Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:55:09.4295505Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:55:09.4295768Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:55:09.4296094Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:55:09.4296463Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:55:09.4296701Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:55:09.4297248Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:55:09.4297539Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:55:09.4297773Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:55:09.4298090Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:55:09.4298375Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:55:09.4298693Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:55:09.4299070Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:55:09.4299378Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:55:09.4299747Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:55:09.4300080Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:55:09.4300384Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:55:09.4300653Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:55:09.4300951Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:55:09.4301289Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:55:09.4301609Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:55:09.4301869Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:55:09.4303093Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:55:09.4303464Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:55:09.4303747Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:55:09.4304068Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:55:09.4304505Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:55:09.4624480Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:55:09.4624801Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:55:09.4625097Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:55:09.4625519Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:55:09.4625833Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:55:09.4626108Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:55:09.4626431Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:55:09.4626859Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:55:09.4627202Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:55:09.4627581Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:55:09.4627875Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:55:09.4628121Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:55:09.4628361Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:55:09.4628623Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:55:09.4628907Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:55:09.4629193Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:55:09.4629509Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:55:09.4629756Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:55:09.4630011Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:55:09.4630346Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:55:09.4630593Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:55:09.4630909Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:55:09.4631171Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:55:09.4631400Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:55:09.4631649Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:55:09.4631888Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:55:09.4632265Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:55:09.4632745Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:55:09.4633051Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:55:09.4633328Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:55:09.4633620Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:55:09.4633867Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:55:09.4634116Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:55:09.4634351Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:55:09.4634604Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:55:09.4634862Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:55:09.4635175Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:55:09.4635503Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:55:09.4635786Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:55:09.4636738Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:55:09.4637326Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:55:09.4637656Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:55:09.4637928Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:55:09.4638647Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:55:09.4639084Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:55:09.4639362Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:55:09.4639616Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:55:09.4639896Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:55:09.4640180Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:55:09.4640589Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:55:09.4640857Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:55:09.4641236Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:55:09.4641504Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:55:09.4641991Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:55:09.4642409Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:55:09.4642803Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:55:09.4643152Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:55:09.4643717Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:55:09.4644164Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:55:09.4644529Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:55:09.4644918Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:55:09.4645299Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:55:09.4646031Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:55:09.4646523Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:55:09.4646893Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:55:09.4647290Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:55:09.4647628Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:55:09.4647878Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:55:09.4648126Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:55:09.4648516Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:55:09.4648931Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:55:09.4649249Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:55:09.4649652Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:55:09.4649997Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:55:09.4650381Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:55:09.4650732Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:55:09.4651048Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:55:09.4651353Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:55:09.4651815Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:55:09.4652331Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:55:09.4653147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:55:09.4653593Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:55:09.4654122Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:55:09.4654975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:55:09.4655386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:55:09.4655824Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:55:09.4656265Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:55:09.4656665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:55:09.4657056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:55:09.4657441Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:55:09.4657848Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:55:09.4658234Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:55:09.4658624Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:55:09.4659072Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:55:09.4659427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:55:09.4659772Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:55:09.4660134Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:55:09.4660494Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:55:09.4660881Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:55:09.4661298Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:55:09.4661696Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:55:09.4662065Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:55:09.4662455Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:55:09.4662851Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:55:09.4663264Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:55:09.4663649Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:55:09.4664062Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:55:09.4664401Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:55:09.4664937Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:55:09.4665488Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:55:09.4666187Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:55:09.4666752Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:55:09.5021351Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:55:09.5022513Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:55:09.5023417Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:55:09.5024795Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:09.5025783Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:09.5026761Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:55:09.5027890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:55:09.5028852Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:55:09.5029814Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:55:09.5030804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:55:09.5031762Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:55:09.5032613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:55:09.5033542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:55:09.5034408Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:55:09.5035303Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:55:09.5036236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:55:09.5037264Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:55:09.5038296Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:55:09.5039293Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:55:09.5040330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:09.5041393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:09.5042462Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:09.5043515Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:09.5044566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:09.5045629Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:09.5046674Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:09.5047734Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:09.5048787Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:09.5049832Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:09.5050893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:55:09.5051996Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:55:09.5053057Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:55:09.5054000Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:55:09.5055056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:55:09.5056056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:55:09.5057069Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:55:09.5058090Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:55:09.5059038Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:55:09.5060171Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:55:09.5061038Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:55:09.5061949Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:55:09.5063002Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:55:09.5063889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:55:09.5064722Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:55:09.5065652Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:55:09.5066687Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:55:09.5067731Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:55:09.5068853Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:55:09.5069976Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:55:09.5071076Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:55:09.5072111Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:55:09.5073152Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:55:09.5074214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:55:09.5075237Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:55:09.5076267Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:55:09.5077316Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:55:09.5078411Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:55:09.5079548Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:55:09.5080677Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:55:09.5081697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:55:09.5082686Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:55:09.5083660Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:55:09.5084651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:55:09.5085670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:55:09.5086776Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:55:09.5087900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:55:09.5088931Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:55:09.5089847Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:55:09.5090742Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:55:09.5091670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:55:09.5092492Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:55:09.5093493Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:55:09.5094249Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:55:09.5095390Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:55:09.5096277Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:55:09.5097487Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:55:09.5098804Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:55:09.5099874Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:55:09.5100805Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:55:09.5101627Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:55:09.5102321Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:55:09.5102921Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:55:09.5103503Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:55:09.5104147Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:55:09.5104728Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:55:09.5105181Z adding 'executorch/codegen/gen.py' 2025-06-05T23:55:09.5105612Z adding 'executorch/codegen/model.py' 2025-06-05T23:55:09.5106058Z adding 'executorch/codegen/parse.py' 2025-06-05T23:55:09.5106531Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:55:09.5107024Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:55:09.5107525Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:55:09.5107999Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:55:09.5108508Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:55:09.5109048Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:55:09.5109583Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:55:09.5110169Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:55:09.5110819Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:55:09.5111458Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:55:09.5112105Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:55:09.5112741Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:55:09.5113371Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:55:09.5113931Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:55:09.8356775Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:55:09.8357437Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:55:09.8357961Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:55:09.8358560Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:55:09.8359145Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:55:09.8359683Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:55:09.8360309Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:55:09.8360948Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:55:09.8361636Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:55:09.8362404Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:55:09.8363063Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:55:09.8363508Z adding 'executorch/data/bin/flatc' 2025-06-05T23:55:09.8363944Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:55:09.8364456Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:55:09.8365076Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:55:09.8365798Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:55:09.8366498Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:55:09.8367075Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:55:09.8368141Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:55:09.8368864Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:55:09.8369632Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:55:09.8370499Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:55:09.8371509Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:55:09.8372301Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:55:09.8373061Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:55:09.8373881Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:55:09.8374956Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:55:09.8375777Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:55:09.8376621Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:55:09.8377353Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:55:09.8378057Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:55:09.8378747Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:55:09.8379387Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:55:09.8379994Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:55:09.8380605Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:55:09.8381216Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:55:09.8381764Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:55:09.8382309Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:55:09.8382903Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:55:09.8383491Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:55:09.8384044Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:55:09.8384642Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:55:09.8385251Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:55:09.8385801Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:55:09.8386420Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:55:09.8387140Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:55:09.8387844Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:55:09.8388501Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:55:09.8389196Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:55:09.8389916Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:55:09.8390670Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:55:09.8391535Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:55:09.8392388Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:55:09.8393170Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:55:09.8393893Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:55:09.8394544Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:55:09.8395302Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:55:09.8396007Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:55:09.8396710Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:55:09.8397598Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:55:09.8398186Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:55:09.8399101Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:55:09.8399759Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:55:09.8400442Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:55:09.8401176Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:55:09.8402147Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:55:09.8402917Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:55:09.8403628Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:55:09.8404296Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:55:09.8404946Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:55:09.8405628Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:55:09.8406341Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:55:09.8407082Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:55:09.8407880Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:55:09.8408653Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:55:09.8409387Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:55:09.8410074Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:55:09.8410730Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:55:09.8411327Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:55:09.8411858Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:55:09.8412400Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:55:09.8412943Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:55:09.8413539Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:55:09.8414164Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:55:09.8414864Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:55:09.8415404Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:55:09.8416003Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:55:09.8416651Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:55:09.8417502Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:55:09.8418512Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:55:09.8419515Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:55:09.8420576Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:55:09.8421528Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:55:09.8422487Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:55:09.8423339Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:55:09.8423984Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:55:09.8424636Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:55:09.8425304Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:55:09.8425981Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:55:09.8426609Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:55:09.8427210Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:55:09.8427813Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:55:09.8428402Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:55:09.8429011Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:55:09.8429862Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:55:09.8430504Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:55:09.8431116Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:55:09.8431702Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:55:09.8432566Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:55:09.8433320Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:55:09.8433947Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:55:09.8434514Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:55:09.8435073Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:55:09.8435598Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:55:09.8436194Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:55:09.8436867Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:55:09.8437588Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:55:09.8438334Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:55:09.8439127Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:55:09.8439946Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:55:09.8440736Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:55:09.8441468Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:55:09.8442135Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:55:09.8442830Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:55:09.8443592Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:55:09.8444567Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:55:09.8892305Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:55:09.8893340Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:55:09.8894283Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:55:09.8895257Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:55:09.8896241Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:55:09.8897395Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:55:09.8898270Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:55:09.8899204Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:55:09.8900037Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:55:09.8900968Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:55:09.8901799Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:55:09.8902723Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:55:09.8903739Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:55:09.8904745Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:55:09.8905815Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:55:09.8906826Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:55:09.8907668Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:55:09.8908543Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:55:09.8909818Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:55:09.8910610Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:55:09.8911373Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:55:09.8912131Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:55:09.8913102Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:55:09.8913884Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:55:09.8914566Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:55:09.8915323Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:55:09.8916209Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:55:09.8917085Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:55:09.8917949Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:55:09.8918787Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:55:09.8919550Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:55:09.8920347Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:55:09.8921143Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:55:09.8921916Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:55:09.8922784Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:55:09.8923756Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:55:09.8924720Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:55:09.8925581Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:55:09.8926481Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:55:09.8927473Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:55:09.8928302Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:55:09.8928904Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:55:09.8929514Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:55:09.8930154Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:55:09.8930802Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:55:09.8931393Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:55:09.8931935Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:55:09.8932518Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:55:09.8933133Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:55:09.8933771Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:55:09.8934496Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:55:09.8935146Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:55:09.8935778Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:55:09.8936418Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:55:09.8937046Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:55:09.8937658Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:55:09.8938327Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:55:09.8939175Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:55:09.8939838Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:55:09.8940607Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:55:09.8941524Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:55:09.8942181Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:55:09.8942833Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:55:09.8943464Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:55:09.8944214Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:55:09.8944848Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:55:09.8945459Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:55:09.8946022Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:55:09.8946580Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:55:09.8947222Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:55:09.8947841Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:55:09.8948419Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:55:09.8949069Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:55:09.8949736Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:55:09.8950398Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:55:09.8951001Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:55:09.8951633Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:55:09.8952269Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:55:09.8952830Z adding 'executorch/exir/__init__.py' 2025-06-05T23:55:09.8953299Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:55:09.8953767Z adding 'executorch/exir/common.py' 2025-06-05T23:55:09.8954213Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:55:09.8954661Z adding 'executorch/exir/delegate.py' 2025-06-05T23:55:09.8955174Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:55:09.8955740Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:55:09.8956264Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:55:09.8956755Z adding 'executorch/exir/error.py' 2025-06-05T23:55:09.8957185Z adding 'executorch/exir/graph.py' 2025-06-05T23:55:09.8957621Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:55:09.8958135Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:55:09.8958655Z adding 'executorch/exir/memory.py' 2025-06-05T23:55:09.8959259Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:55:09.8959838Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:55:09.8960300Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:55:09.8960788Z adding 'executorch/exir/print_program.py' 2025-06-05T23:55:09.8961297Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:55:09.8961787Z adding 'executorch/exir/schema.py' 2025-06-05T23:55:09.8962230Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:55:09.8962666Z adding 'executorch/exir/tensor.py' 2025-06-05T23:55:09.8963116Z adding 'executorch/exir/tracer.py' 2025-06-05T23:55:09.8963538Z adding 'executorch/exir/types.py' 2025-06-05T23:55:09.8963968Z adding 'executorch/exir/version.py' 2025-06-05T23:55:09.8964393Z adding 'executorch/exir/wrap.py' 2025-06-05T23:55:09.8964876Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:55:09.8965387Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:55:09.8965916Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:55:09.8966512Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:55:09.8967080Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:55:09.8967649Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:55:09.8968171Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:55:09.8968739Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:55:09.8969290Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:55:09.8970114Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:55:09.8970654Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:55:09.8971295Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:55:09.8971958Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:55:09.8973016Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:55:09.8973756Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:55:09.8974529Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:55:09.8975110Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:55:09.8975681Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:55:09.8976267Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:55:09.8976855Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:55:09.8977409Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:55:09.8977936Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:55:09.8978620Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:55:09.8979523Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:55:09.8980476Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:55:09.8981512Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:55:09.8982485Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:55:09.8983333Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:55:09.9627952Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:55:09.9628894Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:55:09.9629778Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:55:09.9630576Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:55:09.9631244Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:55:09.9632083Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:55:09.9632796Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:55:09.9633568Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:55:09.9634225Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:55:09.9634911Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:55:09.9635578Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:55:09.9636238Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:55:09.9636929Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:55:09.9637753Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:55:09.9638504Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:55:09.9639199Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:55:09.9639787Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:55:09.9640452Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:55:09.9641120Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:55:09.9641777Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:55:09.9642548Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:55:09.9643367Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:55:09.9644272Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:55:09.9645092Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:55:09.9646223Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:55:09.9646795Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:55:09.9647328Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:55:09.9647810Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:55:09.9648295Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:55:09.9648987Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:55:09.9649511Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:55:09.9650149Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:55:09.9650772Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:55:09.9651293Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:55:09.9651835Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:55:09.9652371Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:55:09.9652929Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:55:09.9653537Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:55:09.9654139Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:55:09.9654798Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:55:09.9655371Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:55:09.9656017Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:55:09.9656622Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:55:09.9657172Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:55:09.9657767Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:55:09.9658421Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:55:09.9659081Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:55:09.9659657Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:55:09.9660134Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:55:09.9660635Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:55:09.9661118Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:55:09.9661617Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:55:09.9662106Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:55:09.9662596Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:55:09.9663138Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:55:09.9663692Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:55:09.9664350Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:55:09.9665018Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:55:09.9665573Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:55:09.9666203Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:55:09.9666870Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:55:09.9667517Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:55:09.9668219Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:55:09.9668919Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:55:09.9669510Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:55:09.9670173Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:55:09.9670884Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:55:09.9671511Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:55:09.9672140Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:55:09.9672813Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:55:09.9673437Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:55:09.9674018Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:55:09.9674621Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:55:09.9675464Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:55:09.9676062Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:55:09.9676730Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:55:09.9677339Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:55:09.9678130Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:55:09.9678836Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:55:09.9679594Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:55:09.9680409Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:55:09.9681081Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:55:09.9681821Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:55:09.9682674Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:55:09.9683307Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:55:09.9683900Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:55:09.9684494Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:55:09.9685150Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:55:09.9685761Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:55:09.9686291Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:55:09.9686812Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:55:09.9687339Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:55:09.9687957Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:55:09.9688592Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:55:09.9689106Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:55:09.9689611Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:55:09.9690124Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:55:09.9690596Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:55:09.9691094Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:55:09.9691562Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:55:09.9692032Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:55:09.9692512Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:55:09.9693051Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:55:09.9693618Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:55:09.9694145Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:55:09.9694768Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:55:09.9695294Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:55:09.9695798Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:55:09.9696300Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:55:09.9696849Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:55:09.9697726Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:55:09.9698328Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:55:09.9698840Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:55:09.9699426Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:55:09.9700122Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:55:09.9700842Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:55:09.9701500Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:55:09.9702049Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:55:09.9702576Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:55:09.9703086Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:55:09.9703615Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:55:09.9704232Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:55:09.9705255Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:55:09.9705834Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:55:09.9706397Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:55:09.9707291Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:55:09.9707971Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:55:09.9723831Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:55:09.9724359Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:55:09.9724861Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:55:09.9725375Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:55:09.9725910Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:55:09.9726418Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:55:09.9726964Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:55:09.9727565Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:55:09.9728170Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:55:09.9728765Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:55:09.9729435Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:55:09.9730102Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:55:09.9730663Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:55:09.9731219Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:55:09.9731830Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:55:10.7493634Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:55:10.7494751Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:55:10.7495544Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:55:10.7496302Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:55:10.7497128Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:55:10.7497782Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:55:10.7498364Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:55:10.7498944Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:55:10.7499617Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:55:10.7500308Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:55:10.7500919Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:55:10.7501632Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:55:10.7502344Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:55:10.7503031Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:55:10.7503770Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:55:10.7504566Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:55:10.7505352Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:55:10.7506101Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:55:10.7506878Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:55:10.7507685Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:55:10.7508610Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:55:10.7509516Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:55:10.7510230Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:55:10.7510785Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:55:10.7511796Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:55:10.7512428Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:55:10.7513054Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:55:10.7513699Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:55:10.7514539Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:55:10.7515194Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:55:10.7515808Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:55:10.7516441Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:55:10.7517097Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:55:10.7517669Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:55:10.7518263Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:55:10.7518921Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:55:10.7519629Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:55:10.7520391Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:55:10.7521094Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:55:10.7521869Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:10.7522850Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:55:10.7523866Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:10.7524867Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:10.7525846Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:10.7526866Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:10.7527972Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:10.7529130Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:10.7530125Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:10.7530985Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:55:10.7531878Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:10.7532742Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:10.7533587Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:10.7534576Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:10.7535555Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:10.7536589Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:10.7537456Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:55:10.7538289Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:55:10.7539207Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:55:10.7540223Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:55:10.7541264Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:55:10.7542321Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:55:10.7543467Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:55:10.7544603Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:55:10.7545900Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:55:10.7547041Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:55:10.7548352Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:55:10.7549514Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:55:10.7550554Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:55:10.7551534Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:55:10.7552481Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:55:10.7553478Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:55:10.7554519Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:55:10.7555506Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:55:10.7556464Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:55:10.7557434Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:55:10.7558396Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:55:10.7559278Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:55:10.7560144Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:55:10.7561029Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:55:10.7561973Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:55:10.7563010Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:55:10.7564009Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:55:10.7564927Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:55:10.7565847Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:55:10.7566978Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:55:10.7568266Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:55:10.7569660Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:55:10.7571129Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:55:10.7572390Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:55:10.7573543Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:55:10.7574689Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:55:10.7575607Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:55:10.7576421Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:55:10.7577035Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:55:10.7577645Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:55:10.7578359Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:55:10.7579116Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:55:10.7579938Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:55:10.7580456Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:55:10.7580989Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:55:10.7581618Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:55:10.7582422Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:55:10.7583165Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:55:10.7583929Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:55:11.0757826Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:55:11.0758665Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:55:11.0759545Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:55:11.0760542Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:55:11.0761437Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:55:11.0762200Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:55:11.0762970Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:55:11.0763769Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:55:11.0764566Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:55:11.0765404Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:55:11.0766242Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:55:11.0767088Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:55:11.0767877Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:55:11.0768578Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:55:11.0769266Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:55:11.0769909Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:55:11.0770539Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:55:11.0771235Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:55:11.0771997Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:55:11.0773031Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:55:11.0773886Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:55:11.0774721Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:55:11.0775519Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:55:11.0776344Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:55:11.0777120Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:55:11.0777824Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:55:11.0778464Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:55:11.0779080Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:55:11.0779770Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:55:11.0780555Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:55:11.0781388Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:55:11.0782316Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:55:11.0783338Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:55:11.0784311Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:55:11.0785770Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:55:11.0786776Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:55:11.0787822Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:55:11.0788986Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:55:11.0789896Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:55:11.0790779Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:55:11.0791684Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:55:11.0792547Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:55:11.0793392Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:55:11.0794220Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:55:11.0795056Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:55:11.0795929Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:55:11.0796789Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:55:11.0797886Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:55:11.0798781Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:55:11.0799651Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:55:11.0800525Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:55:11.0801439Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:55:11.0802430Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:55:11.0803438Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:55:11.0804485Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:55:11.0805563Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:55:11.0806612Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:55:11.0807631Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:55:11.0808618Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:55:11.0809672Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:55:11.0810742Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:55:11.0811761Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:55:11.0812798Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:55:11.0813891Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:55:11.0815131Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:55:11.0816209Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:55:11.0817112Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:55:11.0817960Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:55:11.0818812Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:55:11.0820028Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:55:11.0820880Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:55:11.0821619Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:55:11.0822318Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:55:11.0823188Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:55:11.0823959Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:55:11.0824725Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:55:11.0825426Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:55:11.0826121Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:55:11.0826857Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:55:11.0827585Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:55:11.0828314Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:55:11.0829016Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:55:11.0829757Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:55:11.0830588Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:55:11.0831478Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:55:11.0832105Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:55:11.0832744Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:55:11.0833418Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:55:11.0834159Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:55:11.0834907Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:55:11.0835566Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:55:11.0836078Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:55:11.0836632Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:55:11.0837121Z adding 'executorch/schema/program.fbs' 2025-06-05T23:55:11.0837590Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:55:11.0838132Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:55:11.0838735Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:55:11.0839264Z adding 'executorch/util/collect_env.py' 2025-06-05T23:55:11.0839732Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:55:11.0840318Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:55:11.0840941Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:55:11.0841504Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:55:11.0842111Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:55:11.0842784Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:55:11.0843393Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:55:11.0843910Z removing pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:11.0844820Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:55:11.0846201Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl size=10880754 sha256=051ea052dece6d23f36f728f1f6740b5be06e8f63baf4ac949b74ddd2268e766 2025-06-05T23:55:11.4252369Z Stored in directory: /tmp/pip-ephem-wheel-cache-juddkxtd/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:55:11.4256311Z  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:11.4259615Z  Running command python setup.py bdist_wheel 2025-06-05T23:55:11.4260063Z running bdist_wheel 2025-06-05T23:55:11.4260381Z running build 2025-06-05T23:55:11.4260897Z running build_py 2025-06-05T23:55:11.4261245Z creating build/lib/coremltools 2025-06-05T23:55:11.4261738Z copying coremltools/__init__.py -> build/lib/coremltools 2025-06-05T23:55:11.4262335Z copying coremltools/version.py -> build/lib/coremltools 2025-06-05T23:55:11.4262864Z creating build/lib/coremltools/_deps 2025-06-05T23:55:11.4263438Z copying coremltools/_deps/__init__.py -> build/lib/coremltools/_deps 2025-06-05T23:55:11.4264053Z creating build/lib/coremltools/converters 2025-06-05T23:55:11.4264707Z copying coremltools/converters/__init__.py -> build/lib/coremltools/converters 2025-06-05T23:55:11.4265636Z copying coremltools/converters/_converters_entry.py -> build/lib/coremltools/converters 2025-06-05T23:55:11.4266592Z copying coremltools/converters/_profile_utils.py -> build/lib/coremltools/converters 2025-06-05T23:55:11.4267281Z creating build/lib/coremltools/models 2025-06-05T23:55:11.4267889Z copying coremltools/models/__init__.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4268692Z copying coremltools/models/_compiled_model.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4269537Z copying coremltools/models/_deprecation.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4270391Z copying coremltools/models/_feature_management.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4271286Z copying coremltools/models/_interface_management.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4272215Z copying coremltools/models/array_feature_extractor.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4273108Z copying coremltools/models/compute_device.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4273963Z copying coremltools/models/compute_plan.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4274771Z copying coremltools/models/datatypes.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4275617Z copying coremltools/models/feature_vectorizer.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4276450Z copying coremltools/models/model.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4277211Z copying coremltools/models/pipeline.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4278024Z copying coremltools/models/tree_ensemble.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4278811Z copying coremltools/models/utils.py -> build/lib/coremltools/models 2025-06-05T23:55:11.4279426Z creating build/lib/coremltools/optimize 2025-06-05T23:55:11.4280049Z copying coremltools/optimize/__init__.py -> build/lib/coremltools/optimize 2025-06-05T23:55:11.4280861Z copying coremltools/optimize/_utils.py -> build/lib/coremltools/optimize 2025-06-05T23:55:11.4281504Z creating build/lib/coremltools/proto 2025-06-05T23:55:11.4282207Z copying coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4283179Z copying coremltools/proto/AudioFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4284170Z copying coremltools/proto/BayesianProbitRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4285164Z copying coremltools/proto/CategoricalMapping_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4286178Z copying coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4287149Z copying coremltools/proto/CustomModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4288027Z copying coremltools/proto/DataStructures_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4288910Z copying coremltools/proto/DictVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4290019Z copying coremltools/proto/FeatureTypes_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4290914Z copying coremltools/proto/FeatureVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4291824Z copying coremltools/proto/GLMClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4292850Z copying coremltools/proto/GLMRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4293711Z copying coremltools/proto/Gazetteer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4295437Z copying coremltools/proto/Identity_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4296272Z copying coremltools/proto/Imputer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4297377Z copying coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4298359Z copying coremltools/proto/LinkedModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4299158Z copying coremltools/proto/MIL_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4299935Z copying coremltools/proto/Model_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4300765Z copying coremltools/proto/NamedParameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4301682Z copying coremltools/proto/NearestNeighbors_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4302583Z copying coremltools/proto/NeuralNetwork_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4303523Z copying coremltools/proto/NonMaximumSuppression_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4304443Z copying coremltools/proto/Normalizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4305296Z copying coremltools/proto/OneHotEncoder_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4306161Z copying coremltools/proto/Parameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4306950Z copying coremltools/proto/SVM_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4307730Z copying coremltools/proto/Scaler_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4308648Z copying coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4309640Z copying coremltools/proto/TextClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4310528Z copying coremltools/proto/TreeEnsemble_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4311434Z copying coremltools/proto/VisionFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4312354Z copying coremltools/proto/WordEmbedding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4313211Z copying coremltools/proto/WordTagger_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4314004Z copying coremltools/proto/__init__.py -> build/lib/coremltools/proto 2025-06-05T23:55:11.4314597Z creating build/lib/coremltools/test 2025-06-05T23:55:11.4315163Z copying coremltools/test/__init__.py -> build/lib/coremltools/test 2025-06-05T23:55:11.4315884Z copying coremltools/test/utils.py -> build/lib/coremltools/test 2025-06-05T23:55:11.4316491Z creating build/lib/coremltools/converters/libsvm 2025-06-05T23:55:11.4317262Z copying coremltools/converters/libsvm/__init__.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:11.4318348Z copying coremltools/converters/libsvm/_libsvm_converter.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:11.4319587Z copying coremltools/converters/libsvm/_libsvm_util.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:11.4320381Z creating build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4321097Z copying coremltools/converters/mil/__init__.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4322166Z copying coremltools/converters/mil/_deployment_compatibility.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4323243Z copying coremltools/converters/mil/conftest.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4324530Z copying coremltools/converters/mil/converter.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4325565Z copying coremltools/converters/mil/debugging_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4326605Z copying coremltools/converters/mil/input_types.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4327900Z copying coremltools/converters/mil/test_inputs_outputs_shape.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4329023Z copying coremltools/converters/mil/testing_reqs.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4330052Z copying coremltools/converters/mil/testing_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:11.4330835Z creating build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4331643Z copying coremltools/converters/sklearn/_LinearSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4332718Z copying coremltools/converters/sklearn/_LinearSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4333785Z copying coremltools/converters/sklearn/_NuSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4335146Z copying coremltools/converters/sklearn/_NuSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4336161Z copying coremltools/converters/sklearn/_SVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4337166Z copying coremltools/converters/sklearn/_SVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4338188Z copying coremltools/converters/sklearn/__init__.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4339244Z copying coremltools/converters/sklearn/_converter.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4340376Z copying coremltools/converters/sklearn/_converter_internal.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4341593Z copying coremltools/converters/sklearn/_decision_tree_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4342858Z copying coremltools/converters/sklearn/_decision_tree_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4344057Z copying coremltools/converters/sklearn/_dict_vectorizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4686236Z copying coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4687657Z copying coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4689092Z copying coremltools/converters/sklearn/_imputer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4690259Z copying coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4691484Z copying coremltools/converters/sklearn/_linear_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4692695Z copying coremltools/converters/sklearn/_logistic_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4693854Z copying coremltools/converters/sklearn/_normalizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4695057Z copying coremltools/converters/sklearn/_one_hot_encoder.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4696278Z copying coremltools/converters/sklearn/_random_forest_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4697704Z copying coremltools/converters/sklearn/_random_forest_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4698905Z copying coremltools/converters/sklearn/_ridge_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4700041Z copying coremltools/converters/sklearn/_sklearn_util.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4701165Z copying coremltools/converters/sklearn/_standard_scaler.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4702680Z copying coremltools/converters/sklearn/_svm_common.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4703785Z copying coremltools/converters/sklearn/_tree_ensemble.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:11.4704615Z creating build/lib/coremltools/converters/xgboost 2025-06-05T23:55:11.4705673Z copying coremltools/converters/xgboost/__init__.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:11.4706711Z copying coremltools/converters/xgboost/_tree.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:11.4707779Z copying coremltools/converters/xgboost/_tree_ensemble.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:11.4708627Z creating build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:11.4709481Z copying coremltools/converters/mil/backend/__init__.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:11.4710682Z copying coremltools/converters/mil/backend/backend_helper.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:11.4711626Z creating build/lib/coremltools/converters/mil/experimental 2025-06-05T23:55:11.4712585Z copying coremltools/converters/mil/experimental/__init__.py -> build/lib/coremltools/converters/mil/experimental 2025-06-05T23:55:11.4713515Z creating build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:11.4714380Z copying coremltools/converters/mil/frontend/__init__.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:11.4715536Z copying coremltools/converters/mil/frontend/_utils.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:11.4716383Z creating build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4717159Z copying coremltools/converters/mil/mil/__init__.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4718181Z copying coremltools/converters/mil/mil/block.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4719237Z copying coremltools/converters/mil/mil/builder.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4720302Z copying coremltools/converters/mil/mil/input_type.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4721384Z copying coremltools/converters/mil/mil/operation.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4722472Z copying coremltools/converters/mil/mil/program.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4723512Z copying coremltools/converters/mil/mil/scope.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4724617Z copying coremltools/converters/mil/mil/utils.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4725626Z copying coremltools/converters/mil/mil/var.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:11.4726512Z creating build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.4727526Z copying coremltools/converters/mil/backend/mil/__init__.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.4728779Z copying coremltools/converters/mil/backend/mil/helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.4730013Z copying coremltools/converters/mil/backend/mil/load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.4731272Z copying coremltools/converters/mil/backend/mil/test_helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.4732555Z copying coremltools/converters/mil/backend/mil/test_load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.4733511Z creating build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:11.4735346Z copying coremltools/converters/mil/backend/nn/__init__.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:11.4736610Z copying coremltools/converters/mil/backend/nn/load.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:11.4738131Z copying coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:11.4739486Z copying coremltools/converters/mil/backend/nn/op_mapping.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:11.4740593Z creating build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:11.4741812Z copying coremltools/converters/mil/backend/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:11.4743408Z 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:11.4745070Z copying coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:11.4746651Z copying coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:11.4748305Z copying coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:11.4749997Z copying coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:11.4751583Z copying coremltools/converters/mil/backend/mil/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:11.4752697Z creating build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4753753Z copying coremltools/converters/mil/backend/nn/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4755268Z copying coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4756865Z copying coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4758486Z copying coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4760170Z 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:11.4761880Z copying coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4763527Z copying coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4765088Z copying coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4766646Z copying coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4768187Z copying coremltools/converters/mil/backend/nn/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.4769292Z creating build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.4770417Z copying coremltools/converters/mil/experimental/passes/__init__.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.4772060Z copying coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.4773806Z copying coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.4775633Z copying coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.4777652Z copying coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.4779509Z copying coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.4899659Z copying coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.4901020Z creating build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:11.4902094Z copying coremltools/converters/mil/frontend/milproto/__init__.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:11.4903523Z copying coremltools/converters/mil/frontend/milproto/helper.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:11.4904932Z copying coremltools/converters/mil/frontend/milproto/load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:11.4906377Z copying coremltools/converters/mil/frontend/milproto/test_load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:11.4907467Z creating build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4908570Z copying coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4910106Z copying coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4911682Z copying coremltools/converters/mil/frontend/tensorflow/convert_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4913240Z copying coremltools/converters/mil/frontend/tensorflow/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4914781Z copying coremltools/converters/mil/frontend/tensorflow/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4916321Z copying coremltools/converters/mil/frontend/tensorflow/dot_visitor.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4917824Z copying coremltools/converters/mil/frontend/tensorflow/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4919322Z copying coremltools/converters/mil/frontend/tensorflow/naming_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4920819Z copying coremltools/converters/mil/frontend/tensorflow/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4922277Z copying coremltools/converters/mil/frontend/tensorflow/parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4923791Z copying coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4925371Z copying coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4926890Z copying coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.4928004Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.4929132Z copying coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.4930660Z copying coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.4932184Z copying coremltools/converters/mil/frontend/tensorflow2/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.4933664Z copying coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.4935344Z creating build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4936336Z copying coremltools/converters/mil/frontend/torch/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4937820Z copying coremltools/converters/mil/frontend/torch/converter.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4939218Z copying coremltools/converters/mil/frontend/torch/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4940706Z copying coremltools/converters/mil/frontend/torch/exir_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4942107Z copying coremltools/converters/mil/frontend/torch/internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4943468Z copying coremltools/converters/mil/frontend/torch/load.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4944764Z copying coremltools/converters/mil/frontend/torch/ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4946144Z copying coremltools/converters/mil/frontend/torch/quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4947617Z copying coremltools/converters/mil/frontend/torch/torch_op_registry.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4949054Z copying coremltools/converters/mil/frontend/torch/torchir_passes.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4950522Z copying coremltools/converters/mil/frontend/torch/torchscript_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4951920Z copying coremltools/converters/mil/frontend/torch/utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.4953019Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:11.4954355Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:11.4956235Z 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:11.4958180Z 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:11.4960022Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:11.4961872Z 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:11.4963215Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4964431Z copying coremltools/converters/mil/frontend/tensorflow/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4966137Z copying coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4967901Z copying coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4969615Z copying coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4971305Z copying coremltools/converters/mil/frontend/tensorflow/test/test_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4972947Z copying coremltools/converters/mil/frontend/tensorflow/test/test_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4974898Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4976629Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4978525Z copying coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4980303Z copying coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.4981619Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:11.4982984Z 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:11.4984849Z 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:11.4986791Z 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:11.4988760Z 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:11.4990688Z 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:11.4992690Z 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:11.5111896Z 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:11.5114317Z 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:11.5116308Z 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:11.5118269Z 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:11.5120282Z 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:11.5122308Z 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:11.5124282Z 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:11.5125669Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:11.5127009Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:11.5128887Z 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:11.5130787Z 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:11.5132531Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:11.5133759Z copying coremltools/converters/mil/frontend/tensorflow2/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:11.5136061Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:11.5137873Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:11.5139592Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:11.5141339Z 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:11.5143118Z copying coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:11.5144471Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:11.5145867Z 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:11.5147867Z 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:11.5149335Z creating build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:11.5150555Z copying coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:11.5152285Z 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:11.5154302Z 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:11.5155635Z creating build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5156819Z copying coremltools/converters/mil/frontend/torch/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5158351Z copying coremltools/converters/mil/frontend/torch/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5159921Z copying coremltools/converters/mil/frontend/torch/test/test_examples.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5161516Z copying coremltools/converters/mil/frontend/torch/test/test_internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5163109Z copying coremltools/converters/mil/frontend/torch/test/test_passes.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5164716Z copying coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5166463Z 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:11.5168235Z copying coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5169886Z copying coremltools/converters/mil/frontend/torch/test/test_torch_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5171530Z copying coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5173451Z copying coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5175960Z copying coremltools/converters/mil/frontend/torch/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.5177208Z creating build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:11.5178064Z copying coremltools/converters/mil/mil/ops/__init__.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:11.5179198Z copying coremltools/converters/mil/mil/ops/helper.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:11.5180351Z copying coremltools/converters/mil/mil/ops/registry.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:11.5181247Z creating build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:11.5182156Z copying coremltools/converters/mil/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:11.5183401Z copying coremltools/converters/mil/mil/passes/graph_pass.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:11.5184642Z copying coremltools/converters/mil/mil/passes/helper.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:11.5185944Z copying coremltools/converters/mil/mil/passes/pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:11.5187254Z copying coremltools/converters/mil/mil/passes/pass_registry.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:11.5188224Z creating build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:11.5189099Z copying coremltools/converters/mil/mil/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:11.5190313Z copying coremltools/converters/mil/mil/tests/test_block.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:11.5191551Z copying coremltools/converters/mil/mil/tests/test_debug.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:11.5192812Z copying coremltools/converters/mil/mil/tests/test_programs.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:11.5194064Z copying coremltools/converters/mil/mil/tests/test_types.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:11.5194985Z creating build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5195875Z copying coremltools/converters/mil/mil/types/__init__.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5197336Z copying coremltools/converters/mil/mil/types/annotate.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5198588Z copying coremltools/converters/mil/mil/types/get_type_info.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5199874Z copying coremltools/converters/mil/mil/types/global_methods.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5201145Z copying coremltools/converters/mil/mil/types/symbolic.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5202376Z copying coremltools/converters/mil/mil/types/type_bool.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5203625Z copying coremltools/converters/mil/mil/types/type_complex.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5204874Z copying coremltools/converters/mil/mil/types/type_dict.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5206119Z copying coremltools/converters/mil/mil/types/type_double.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5207447Z copying coremltools/converters/mil/mil/types/type_globals_pseudo_type.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5318410Z copying coremltools/converters/mil/mil/types/type_int.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5320127Z copying coremltools/converters/mil/mil/types/type_list.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5321780Z copying coremltools/converters/mil/mil/types/type_mapping.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5323022Z copying coremltools/converters/mil/mil/types/type_spec.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5324498Z copying coremltools/converters/mil/mil/types/type_state.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5325743Z copying coremltools/converters/mil/mil/types/type_str.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5326974Z copying coremltools/converters/mil/mil/types/type_tensor.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5328222Z copying coremltools/converters/mil/mil/types/type_tuple.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5329469Z copying coremltools/converters/mil/mil/types/type_unknown.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5330717Z copying coremltools/converters/mil/mil/types/type_void.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.5331658Z creating build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:11.5332617Z copying coremltools/converters/mil/mil/visitors/__init__.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:11.5333905Z copying coremltools/converters/mil/mil/visitors/dot_visitor.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:11.5335013Z creating build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:11.5335963Z copying coremltools/converters/mil/mil/ops/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:11.5337203Z copying coremltools/converters/mil/mil/ops/defs/_op_reqs.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:11.5338447Z copying coremltools/converters/mil/mil/ops/defs/_utils.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:11.5339796Z copying coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:11.5340833Z creating build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:11.5341800Z copying coremltools/converters/mil/mil/ops/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:11.5343104Z copying coremltools/converters/mil/mil/ops/tests/test_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:11.5344464Z copying coremltools/converters/mil/mil/ops/tests/testing_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:11.5345583Z creating build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:11.5346824Z 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:11.5348491Z 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:11.5349658Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5350733Z copying coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5352203Z copying coremltools/converters/mil/mil/ops/defs/iOS15/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5353694Z copying coremltools/converters/mil/mil/ops/defs/iOS15/classify.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5355184Z copying coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5356644Z copying coremltools/converters/mil/mil/ops/defs/iOS15/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5358522Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5360133Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5361831Z copying coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5363345Z copying coremltools/converters/mil/mil/ops/defs/iOS15/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5364852Z copying coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5366328Z copying coremltools/converters/mil/mil/ops/defs/iOS15/pool.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5367755Z copying coremltools/converters/mil/mil/ops/defs/iOS15/random.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5369220Z copying coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5370718Z copying coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5372240Z copying coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5373790Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5375496Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.5376676Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:11.5377763Z copying coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:11.5379243Z copying coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:11.5380783Z copying coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:11.5382326Z copying coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:11.5383889Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:11.5385495Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:11.5386684Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5387749Z copying coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5389215Z copying coremltools/converters/mil/mil/ops/defs/iOS17/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5390682Z copying coremltools/converters/mil/mil/ops/defs/iOS17/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5392185Z copying coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5393769Z copying coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5395248Z copying coremltools/converters/mil/mil/ops/defs/iOS17/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5397162Z copying coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5398761Z copying coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5400532Z copying coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5402065Z copying coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5403577Z copying coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5405145Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5406755Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.5407972Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:11.5409059Z copying coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:11.5410572Z copying coremltools/converters/mil/mil/ops/defs/iOS18/compression.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:11.5412082Z copying coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:11.5529504Z copying coremltools/converters/mil/mil/ops/defs/iOS18/states.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:11.5531130Z copying coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:11.5532732Z copying coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:11.5533967Z creating build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:11.5535569Z 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:11.5537359Z 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:11.5538652Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5539731Z copying coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5541247Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5542841Z 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:11.5544377Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5545975Z 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:11.5547650Z 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:11.5549297Z 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:11.5550871Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5552447Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5554405Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5556136Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5557705Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5559265Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.5560849Z 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:11.5562489Z 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:11.5564192Z 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:11.5565413Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:11.5566505Z copying coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:11.5568058Z 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:11.5569702Z 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:11.5571377Z 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:11.5572844Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:11.5573929Z copying coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:11.5575575Z 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:11.5577129Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:11.5578790Z 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:11.5580406Z 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:11.5582040Z 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:11.5583747Z 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:11.5584966Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.5586057Z copying coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.5587562Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.5589101Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.5590679Z 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:11.5592548Z 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:11.5594119Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.5595855Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.5597633Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.5599225Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.5600780Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.5602373Z 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:11.5604015Z 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:11.5605696Z 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:11.5606918Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:11.5607993Z copying coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:11.5609517Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:11.5611092Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:11.5612631Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:11.5614246Z 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:11.5616062Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:11.5617202Z creating build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5618214Z copying coremltools/converters/mil/mil/passes/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5619672Z copying coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5621237Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5622886Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5624466Z copying coremltools/converters/mil/mil/passes/defs/optimize_conv.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5755857Z copying coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5757534Z copying coremltools/converters/mil/mil/passes/defs/optimize_linear.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5759071Z copying coremltools/converters/mil/mil/passes/defs/optimize_normalization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5760663Z copying coremltools/converters/mil/mil/passes/defs/optimize_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5762616Z copying coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5764111Z copying coremltools/converters/mil/mil/passes/defs/optimize_state.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5765848Z copying coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5767407Z copying coremltools/converters/mil/mil/passes/defs/preprocess.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5768852Z copying coremltools/converters/mil/mil/passes/defs/quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5770290Z copying coremltools/converters/mil/mil/passes/defs/randomize.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5771733Z copying coremltools/converters/mil/mil/passes/defs/symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5773214Z copying coremltools/converters/mil/mil/passes/defs/transformer.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.5774283Z creating build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5775431Z copying coremltools/converters/mil/mil/passes/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5776904Z copying coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5778512Z 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:11.5780183Z copying coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5781788Z copying coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5783269Z copying coremltools/converters/mil/mil/passes/tests/test_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5784814Z copying coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5786443Z copying coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5788014Z copying coremltools/converters/mil/mil/passes/tests/test_state_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5789563Z copying coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.5790734Z creating build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:11.5791936Z copying coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:11.5793623Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:11.5795391Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:11.5797462Z 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:11.5799245Z 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:11.5801035Z 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:11.5803111Z 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:11.5805055Z 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:11.5806867Z copying coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:11.5808618Z 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:11.5810403Z 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:11.5812208Z copying coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:11.5813374Z creating build/lib/coremltools/models/ml_program 2025-06-05T23:55:11.5814141Z copying coremltools/models/ml_program/__init__.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:55:11.5815310Z copying coremltools/models/ml_program/compression_utils.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:55:11.5816181Z creating build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:11.5817060Z copying coremltools/models/nearest_neighbors/__init__.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:11.5818240Z copying coremltools/models/nearest_neighbors/builder.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:11.5819150Z creating build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5819973Z copying coremltools/models/neural_network/__init__.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5821081Z copying coremltools/models/neural_network/builder.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5822262Z copying coremltools/models/neural_network/flexible_shape_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5823524Z copying coremltools/models/neural_network/optimization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5824706Z copying coremltools/models/neural_network/printer.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5825887Z copying coremltools/models/neural_network/quantization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5827146Z copying coremltools/models/neural_network/spec_inspection_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5828429Z copying coremltools/models/neural_network/update_optimizer_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5829622Z copying coremltools/models/neural_network/utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:11.5830566Z creating build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:11.5831555Z copying coremltools/models/ml_program/experimental/__init__.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:11.5832908Z copying coremltools/models/ml_program/experimental/async_wrapper.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:11.5834341Z copying coremltools/models/ml_program/experimental/compute_plan_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:11.5835825Z copying coremltools/models/ml_program/experimental/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:11.5837284Z copying coremltools/models/ml_program/experimental/model_structure_path.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:11.5838709Z copying coremltools/models/ml_program/experimental/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:11.5840286Z copying coremltools/models/ml_program/experimental/remote_device.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:11.5841363Z creating build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:11.5842579Z copying coremltools/models/ml_program/experimental/torch/__init__.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:11.5844153Z copying coremltools/models/ml_program/experimental/torch/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:11.5845727Z copying coremltools/models/ml_program/experimental/torch/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:11.5846742Z creating build/lib/coremltools/optimize/coreml 2025-06-05T23:55:11.5847486Z copying coremltools/optimize/coreml/__init__.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:11.5848463Z copying coremltools/optimize/coreml/_config.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:11.5861864Z copying coremltools/optimize/coreml/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:11.5987644Z copying coremltools/optimize/coreml/_quantization_passes.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:11.5988559Z creating build/lib/coremltools/optimize/torch 2025-06-05T23:55:11.5989290Z copying coremltools/optimize/torch/__init__.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:11.5990246Z copying coremltools/optimize/torch/_logging.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:11.5991205Z copying coremltools/optimize/torch/_typing.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:11.5992249Z copying coremltools/optimize/torch/base_model_optimizer.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:11.5993371Z copying coremltools/optimize/torch/optimization_config.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:11.5994425Z creating build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.5995403Z copying coremltools/optimize/coreml/experimental/__init__.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.5996727Z copying coremltools/optimize/coreml/experimental/_config.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.5998268Z copying coremltools/optimize/coreml/experimental/_model_debugger.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.5999748Z copying coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.6001348Z copying coremltools/optimize/coreml/experimental/test_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.6002440Z creating build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6003273Z copying coremltools/optimize/torch/_utils/__init__.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6004377Z copying coremltools/optimize/torch/_utils/dist_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6005508Z copying coremltools/optimize/torch/_utils/fsdp_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6006660Z copying coremltools/optimize/torch/_utils/graph_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6007878Z copying coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6009070Z copying coremltools/optimize/torch/_utils/k_means.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6010174Z copying coremltools/optimize/torch/_utils/math_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6011325Z copying coremltools/optimize/torch/_utils/metadata_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6012926Z copying coremltools/optimize/torch/_utils/model_size_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6014131Z copying coremltools/optimize/torch/_utils/optimizer_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6015821Z copying coremltools/optimize/torch/_utils/python_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6016983Z copying coremltools/optimize/torch/_utils/registry.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6018115Z copying coremltools/optimize/torch/_utils/report_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6019294Z copying coremltools/optimize/torch/_utils/state_dict_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6020458Z copying coremltools/optimize/torch/_utils/torch_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6021618Z copying coremltools/optimize/torch/_utils/transforms.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6022802Z copying coremltools/optimize/torch/_utils/validation_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6024003Z copying coremltools/optimize/torch/_utils/version_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.6024976Z creating build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6026110Z copying coremltools/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6027624Z copying coremltools/optimize/torch/layerwise_compression/_quant.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6029169Z copying coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6030748Z copying coremltools/optimize/torch/layerwise_compression/input_cacher.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6032392Z copying coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6033564Z creating build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6034558Z copying coremltools/optimize/torch/palettization/__init__.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6035946Z copying coremltools/optimize/torch/palettization/_custom_conversion.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6037393Z copying coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6038896Z copying coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6040389Z copying coremltools/optimize/torch/palettization/_partitioner.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6041814Z copying coremltools/optimize/torch/palettization/_supported_modules.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6043206Z copying coremltools/optimize/torch/palettization/_utils.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6044572Z copying coremltools/optimize/torch/palettization/fake_palettize.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6046055Z copying coremltools/optimize/torch/palettization/palettization_config.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6047526Z copying coremltools/optimize/torch/palettization/palettizer.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6049019Z copying coremltools/optimize/torch/palettization/post_training_palettization.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6050729Z copying coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.6051753Z creating build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:11.6052773Z copying coremltools/optimize/torch/pruning/__init__.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:11.6053975Z copying coremltools/optimize/torch/pruning/_base_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:11.6055322Z copying coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:11.6056544Z copying coremltools/optimize/torch/pruning/_utils.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:11.6057755Z copying coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:11.6059058Z copying coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:11.6060041Z creating build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6060991Z copying coremltools/optimize/torch/quantization/__init__.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6062345Z copying coremltools/optimize/torch/quantization/_annotation_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6063740Z copying coremltools/optimize/torch/quantization/_backend_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6065148Z copying coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6066528Z copying coremltools/optimize/torch/quantization/_configure.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6067888Z copying coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6069336Z copying coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6070765Z copying coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6072106Z copying coremltools/optimize/torch/quantization/_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6073509Z copying coremltools/optimize/torch/quantization/post_training_quantization.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6075008Z copying coremltools/optimize/torch/quantization/quantization_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6076417Z copying coremltools/optimize/torch/quantization/quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.6077464Z creating build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.6078597Z copying coremltools/optimize/torch/quantization/modules/__init__.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.6234455Z copying coremltools/optimize/torch/quantization/modules/conv_transpose.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.6236244Z copying coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.6237893Z copying coremltools/optimize/torch/quantization/modules/fused_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.6239573Z copying coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.6241230Z copying coremltools/optimize/torch/quantization/modules/observers.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.6243345Z copying coremltools/optimize/torch/quantization/modules/qat_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.6244962Z copying coremltools/optimize/torch/quantization/modules/quantized_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.6246225Z creating build/lib/coremltools/test/api 2025-06-05T23:55:11.6246881Z copying coremltools/test/api/__init__.py -> build/lib/coremltools/test/api 2025-06-05T23:55:11.6247755Z copying coremltools/test/api/test_api_examples.py -> build/lib/coremltools/test/api 2025-06-05T23:55:11.6248696Z copying coremltools/test/api/test_api_visibilities.py -> build/lib/coremltools/test/api 2025-06-05T23:55:11.6249418Z creating build/lib/coremltools/test/blob 2025-06-05T23:55:11.6250053Z copying coremltools/test/blob/__init__.py -> build/lib/coremltools/test/blob 2025-06-05T23:55:11.6250908Z copying coremltools/test/blob/test_weights.py -> build/lib/coremltools/test/blob 2025-06-05T23:55:11.6251617Z creating build/lib/coremltools/test/ml_program 2025-06-05T23:55:11.6252337Z copying coremltools/test/ml_program/__init__.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:11.6253344Z copying coremltools/test/ml_program/test_compression.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:11.6254667Z copying coremltools/test/ml_program/test_utils.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:11.6255453Z creating build/lib/coremltools/test/modelpackage 2025-06-05T23:55:11.6256217Z copying coremltools/test/modelpackage/__init__.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:11.6257272Z copying coremltools/test/modelpackage/test_mlmodel.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:11.6258397Z copying coremltools/test/modelpackage/test_modelpackage.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:11.6259266Z creating build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6260072Z copying coremltools/test/neural_network/__init__.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6261177Z copying coremltools/test/neural_network/test_compiled_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6262392Z copying coremltools/test/neural_network/test_custom_neural_nets.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6263546Z copying coremltools/test/neural_network/test_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6264693Z copying coremltools/test/neural_network/test_neural_networks.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6265872Z copying coremltools/test/neural_network/test_nn_builder.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6267027Z copying coremltools/test/neural_network/test_numpy_nn_layers.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6268221Z copying coremltools/test/neural_network/test_quantization.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6269440Z copying coremltools/test/neural_network/test_simple_nn_inference.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6270632Z copying coremltools/test/neural_network/test_tf_numeric.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:11.6271466Z creating build/lib/coremltools/test/optimize 2025-06-05T23:55:11.6272169Z copying coremltools/test/optimize/__init__.py -> build/lib/coremltools/test/optimize 2025-06-05T23:55:11.6273125Z copying coremltools/test/optimize/test_utils.py -> build/lib/coremltools/test/optimize 2025-06-05T23:55:11.6273861Z creating build/lib/coremltools/test/pipeline 2025-06-05T23:55:11.6274575Z copying coremltools/test/pipeline/__init__.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:11.6275590Z copying coremltools/test/pipeline/test_model_updatable.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:11.6276837Z copying coremltools/test/pipeline/test_pipeline.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:11.6277622Z creating build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6278389Z copying coremltools/test/sklearn_tests/__init__.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6279599Z copying coremltools/test/sklearn_tests/test_NuSVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6280665Z copying coremltools/test/sklearn_tests/test_NuSVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6281712Z copying coremltools/test/sklearn_tests/test_SVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6282740Z copying coremltools/test/sklearn_tests/test_SVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6283875Z copying coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6285121Z copying coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6286338Z copying coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6287507Z copying coremltools/test/sklearn_tests/test_feature_names.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6288669Z copying coremltools/test/sklearn_tests/test_glm_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6289799Z copying coremltools/test/sklearn_tests/test_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6290894Z copying coremltools/test/sklearn_tests/test_io_types.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6292274Z copying coremltools/test/sklearn_tests/test_k_neighbors_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6293530Z copying coremltools/test/sklearn_tests/test_linear_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6294885Z copying coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6296098Z copying coremltools/test/sklearn_tests/test_normalizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6297382Z copying coremltools/test/sklearn_tests/test_one_hot_encoder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6298614Z copying coremltools/test/sklearn_tests/test_random_forest_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6299956Z copying coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6301296Z copying coremltools/test/sklearn_tests/test_random_forest_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6302629Z copying coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6303931Z copying coremltools/test/sklearn_tests/test_ridge_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6305127Z copying coremltools/test/sklearn_tests/test_standard_scalar.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6306242Z copying coremltools/test/sklearn_tests/test_utils.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:11.6307051Z creating build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6307820Z copying coremltools/test/xgboost_tests/__init__.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6308984Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6310320Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6311666Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6313322Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6314668Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6316175Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6317544Z copying coremltools/test/xgboost_tests/test_decision_tree_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6318885Z copying coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:11.6319917Z creating build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:11.6320864Z copying coremltools/test/ml_program/experimental/__init__.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:11.6322232Z copying coremltools/test/ml_program/experimental/test_compute_plan_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:11.6323678Z copying coremltools/test/ml_program/experimental/test_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:11.6325077Z copying coremltools/test/ml_program/experimental/test_perf_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:11.6464134Z copying coremltools/test/ml_program/experimental/test_remote_device.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:11.6465693Z copying coremltools/test/ml_program/experimental/test_torch_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:11.6466712Z creating build/lib/coremltools/test/optimize/api 2025-06-05T23:55:11.6467486Z copying coremltools/test/optimize/api/__init__.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:55:11.6468596Z copying coremltools/test/optimize/api/test_optimize_api.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:55:11.6469455Z creating build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:11.6470274Z copying coremltools/test/optimize/coreml/__init__.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:11.6471402Z copying coremltools/test/optimize/coreml/test_passes.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:11.6472687Z copying coremltools/test/optimize/coreml/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:11.6473664Z creating build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:11.6474480Z copying coremltools/test/optimize/torch/__init__.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:11.6475559Z copying coremltools/test/optimize/torch/conftest.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:11.6476657Z copying coremltools/test/optimize/torch/smoke_test.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:11.6477816Z copying coremltools/test/optimize/torch/test_api_surface.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:11.6479011Z copying coremltools/test/optimize/torch/test_base_optimizer.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:11.6480158Z copying coremltools/test/optimize/torch/utils.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:11.6481032Z creating build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:11.6482040Z copying coremltools/test/optimize/torch/conversion/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:11.6483475Z copying coremltools/test/optimize/torch/conversion/conversion_utils.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:11.6484649Z creating build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6485887Z copying coremltools/test/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6488031Z copying coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6489961Z copying coremltools/test/optimize/torch/layerwise_compression/test_quant.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:11.6491150Z creating build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:11.6492068Z copying coremltools/test/optimize/torch/models/__init__.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:11.6493295Z copying coremltools/test/optimize/torch/models/mnist.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:11.6494844Z copying coremltools/test/optimize/torch/models/multi_input_net.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:11.6495890Z creating build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.6497311Z copying coremltools/test/optimize/torch/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.6498880Z copying coremltools/test/optimize/torch/palettization/palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.6500568Z copying coremltools/test/optimize/torch/palettization/test_palettization_api.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.6502242Z copying coremltools/test/optimize/torch/palettization/test_palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.6503874Z copying coremltools/test/optimize/torch/palettization/test_palettizer.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.6505566Z copying coremltools/test/optimize/torch/palettization/test_post_training_palettization.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.6507296Z copying coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.6508437Z creating build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:11.6509383Z copying coremltools/test/optimize/torch/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:11.6510704Z copying coremltools/test/optimize/torch/pruning/pruning_utils.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:11.6512089Z copying coremltools/test/optimize/torch/pruning/test_base_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:11.6513517Z copying coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:11.6514987Z copying coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:11.6516093Z creating build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.6517156Z copying coremltools/test/optimize/torch/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.6518641Z copying coremltools/test/optimize/torch/quantization/test_configure.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.6520208Z copying coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.6521869Z copying coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.6523484Z copying coremltools/test/optimize/torch/quantization/test_observers.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.6525122Z copying coremltools/test/optimize/torch/quantization/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.6527084Z copying coremltools/test/optimize/torch/quantization/test_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.6528735Z copying coremltools/test/optimize/torch/quantization/test_utils.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.6529832Z creating build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.6530829Z copying coremltools/test/optimize/torch/test_utils/__init__.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.6532197Z copying coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.6533596Z copying coremltools/test/optimize/torch/test_utils/test_k_means.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.6535131Z copying coremltools/test/optimize/torch/test_utils/test_metadata_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.6536638Z copying coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.6538125Z copying coremltools/test/optimize/torch/test_utils/test_report_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.6539568Z copying coremltools/test/optimize/torch/test_utils/test_torch_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.6541038Z copying coremltools/test/optimize/torch/test_utils/test_validation_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.6542177Z creating build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:11.6543322Z copying coremltools/test/optimize/torch/conversion/joint/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:11.6545049Z copying coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:11.6546427Z creating build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:11.6547773Z copying coremltools/test/optimize/torch/conversion/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:11.6549726Z copying coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:11.6551168Z creating build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:11.6552367Z copying coremltools/test/optimize/torch/conversion/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:11.6554078Z copying coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:11.6555427Z creating build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:11.6556727Z copying coremltools/test/optimize/torch/conversion/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:11.7366172Z copying coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:11.7368030Z copying coremltools/converters/mil/experimental/passes/README.md -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.7369644Z /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:11.7370678Z !! 2025-06-05T23:55:11.7370829Z 2025-06-05T23:55:11.7370992Z ******************************************************************************** 2025-06-05T23:55:11.7371919Z Please avoid running ``setup.py`` directly. 2025-06-05T23:55:11.7372442Z Instead, use pypa/build, pypa/installer or other 2025-06-05T23:55:11.7372927Z standards-based tools. 2025-06-05T23:55:11.7373179Z 2025-06-05T23:55:11.7373770Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-06-05T23:55:11.7374602Z ******************************************************************************** 2025-06-05T23:55:11.7374930Z 2025-06-05T23:55:11.7375046Z !! 2025-06-05T23:55:11.7375325Z self.initialize_options() 2025-06-05T23:55:11.7375757Z installing to build/bdist.linux-aarch64/wheel 2025-06-05T23:55:11.7376196Z running install 2025-06-05T23:55:11.7376505Z running install_lib 2025-06-05T23:55:11.7376864Z creating build/bdist.linux-aarch64/wheel 2025-06-05T23:55:11.7377382Z creating build/bdist.linux-aarch64/wheel/coremltools 2025-06-05T23:55:11.7378148Z copying build/lib/coremltools/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:55:11.7379137Z copying build/lib/coremltools/version.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:55:11.7379957Z creating build/bdist.linux-aarch64/wheel/coremltools/_deps 2025-06-05T23:55:11.7380821Z copying build/lib/coremltools/_deps/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/_deps 2025-06-05T23:55:11.7381724Z creating build/bdist.linux-aarch64/wheel/coremltools/converters 2025-06-05T23:55:11.7382691Z copying build/lib/coremltools/converters/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:11.7384010Z copying build/lib/coremltools/converters/_converters_entry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:11.7385383Z copying build/lib/coremltools/converters/_profile_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:11.7386448Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/libsvm 2025-06-05T23:55:11.7387555Z copying build/lib/coremltools/converters/libsvm/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:11.7389051Z copying build/lib/coremltools/converters/libsvm/_libsvm_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:11.7390596Z copying build/lib/coremltools/converters/libsvm/_libsvm_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:11.7391719Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil 2025-06-05T23:55:11.7392767Z copying build/lib/coremltools/converters/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:11.7394246Z copying build/lib/coremltools/converters/mil/_deployment_compatibility.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:11.7395752Z copying build/lib/coremltools/converters/mil/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:11.7397385Z copying build/lib/coremltools/converters/mil/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:11.7398879Z copying build/lib/coremltools/converters/mil/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:11.7400332Z copying build/lib/coremltools/converters/mil/input_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:11.7401844Z copying build/lib/coremltools/converters/mil/test_inputs_outputs_shape.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:11.7403366Z copying build/lib/coremltools/converters/mil/testing_reqs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:11.7404815Z copying build/lib/coremltools/converters/mil/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:11.7406239Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend 2025-06-05T23:55:11.7407447Z copying build/lib/coremltools/converters/mil/backend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:55:11.7409241Z copying build/lib/coremltools/converters/mil/backend/backend_helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:55:11.7410557Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.7411836Z copying build/lib/coremltools/converters/mil/backend/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.7413530Z copying build/lib/coremltools/converters/mil/backend/mil/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.7415328Z copying build/lib/coremltools/converters/mil/backend/mil/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:11.7417056Z 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:11.7418806Z 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:11.7420153Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:11.7421596Z 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:11.7423617Z 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:11.7425714Z 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:11.7427749Z 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:11.7429851Z 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:11.7431975Z 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:11.7434002Z 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:11.7435404Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn 2025-06-05T23:55:11.7436675Z copying build/lib/coremltools/converters/mil/backend/nn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:11.7438318Z copying build/lib/coremltools/converters/mil/backend/nn/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:11.7440071Z 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:11.7441867Z 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:11.7443207Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:11.7444621Z 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:11.7446742Z 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:11.7448934Z 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:11.7451010Z 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:11.7453114Z 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:11.7455628Z 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:11.7457718Z 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:11.7459729Z 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:11.7496662Z 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:11.7498821Z 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:11.7500334Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental 2025-06-05T23:55:11.7501641Z copying build/lib/coremltools/converters/mil/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental 2025-06-05T23:55:11.7503046Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.7504503Z copying build/lib/coremltools/converters/mil/experimental/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.7506618Z 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:11.7508805Z 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:11.7510952Z 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:11.7513242Z 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:11.7515565Z 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:11.7517753Z 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:11.7519824Z copying build/lib/coremltools/converters/mil/experimental/passes/README.md -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:11.7521214Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend 2025-06-05T23:55:11.7522431Z copying build/lib/coremltools/converters/mil/frontend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:55:11.7524410Z copying build/lib/coremltools/converters/mil/frontend/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:55:11.7525685Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:11.7527283Z copying build/lib/coremltools/converters/mil/frontend/milproto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:11.7529167Z copying build/lib/coremltools/converters/mil/frontend/milproto/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:11.7531043Z copying build/lib/coremltools/converters/mil/frontend/milproto/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:11.7532906Z 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:11.7534356Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.7536200Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.7538195Z 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:11.7540217Z 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:11.7542220Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.7544223Z 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:11.7546213Z 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:11.7548156Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.7550112Z 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:11.7552062Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.7553963Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/parse.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.7555944Z 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:11.7557956Z 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:11.7559915Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:11.7561454Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:11.7563112Z 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:11.7565664Z 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:11.7568161Z 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:11.7570437Z 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:11.7572709Z 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:11.7574479Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:11.7576043Z 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:11.7578162Z 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:11.7580347Z 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:11.7582479Z 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:11.7584585Z 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:11.7586676Z 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:11.7588750Z 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:11.7590900Z 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:11.7593109Z 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:11.7617073Z 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:11.7618807Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:11.7620528Z 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:11.7622814Z 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:11.7625188Z 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:11.7627647Z 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:11.7630399Z 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:11.7633018Z 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:11.7635475Z 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:11.7637886Z 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:11.7640243Z 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:11.7642615Z 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:11.7645039Z 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:11.7647475Z 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:11.7649832Z 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:11.7651520Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.7653002Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.7655343Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.7657317Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.7659242Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:11.7660774Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:11.7662477Z 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:11.7664767Z 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:11.7667092Z 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:11.7668773Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:11.7670354Z 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:11.7672713Z 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:11.7675022Z 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:11.7677189Z 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:11.7679344Z 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:11.7681535Z 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:11.7683227Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:11.7684970Z 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:11.7687385Z 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:11.7689121Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.7690470Z copying build/lib/coremltools/converters/mil/frontend/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.7692273Z copying build/lib/coremltools/converters/mil/frontend/torch/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.7694136Z 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:11.7696092Z 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:11.7698193Z 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:11.7700016Z copying build/lib/coremltools/converters/mil/frontend/torch/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.7701768Z copying build/lib/coremltools/converters/mil/frontend/torch/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.7703611Z 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:11.7705542Z 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:11.7707454Z 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:11.7709375Z 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:11.7711245Z copying build/lib/coremltools/converters/mil/frontend/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:11.7712693Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:11.7752012Z 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:11.7754608Z 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:11.7756929Z 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:11.7758573Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:11.7760024Z 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:11.7761996Z 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:11.7763998Z 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:11.7766039Z 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:11.7768059Z 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:11.7770120Z 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:11.7772489Z 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:11.7775031Z 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:11.7777150Z 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:11.7779233Z 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:11.7781375Z 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:11.7783462Z 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:11.7784871Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil 2025-06-05T23:55:11.7785997Z copying build/lib/coremltools/converters/mil/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:11.7787467Z copying build/lib/coremltools/converters/mil/mil/block.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:11.7788940Z copying build/lib/coremltools/converters/mil/mil/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:11.7790453Z copying build/lib/coremltools/converters/mil/mil/input_type.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:11.7791980Z copying build/lib/coremltools/converters/mil/mil/operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:11.7793712Z copying build/lib/coremltools/converters/mil/mil/program.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:11.7795204Z copying build/lib/coremltools/converters/mil/mil/scope.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:11.7796844Z copying build/lib/coremltools/converters/mil/mil/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:11.7798541Z copying build/lib/coremltools/converters/mil/mil/var.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:11.7799676Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops 2025-06-05T23:55:11.7800874Z copying build/lib/coremltools/converters/mil/mil/ops/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:11.7802449Z copying build/lib/coremltools/converters/mil/mil/ops/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:11.7804063Z copying build/lib/coremltools/converters/mil/mil/ops/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:11.7805310Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:11.7806630Z 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:11.7808334Z 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:11.7810038Z 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:11.7811838Z 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:11.7813330Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:11.7815023Z 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:11.7817086Z 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:11.7818584Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:11.7820009Z 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:11.7821986Z 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:11.7823950Z 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:11.7825915Z 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:11.7827832Z 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:11.7829801Z 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:11.7831874Z 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:11.7834192Z 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:11.7836575Z 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:11.7838573Z 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:11.7840515Z 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:11.7842393Z 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:11.7844331Z 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:11.7846278Z 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:11.7848261Z 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:11.7874943Z 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:11.7877033Z 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:11.7878633Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:11.7880099Z 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:11.7882043Z 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:11.7884041Z 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:11.7886029Z 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:11.7888044Z 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:11.7890121Z 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:11.7891651Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:11.7893088Z 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:11.7895326Z 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:11.7897428Z 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:11.7899391Z 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:11.7901768Z 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:11.7903889Z 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:11.7905874Z 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:11.7907903Z 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:11.7909908Z 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:11.7911875Z 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:11.7913845Z 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:11.7915868Z 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:11.7917926Z 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:11.7919448Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:11.7920878Z 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:11.7922822Z 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:11.7924797Z 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:11.7926732Z 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:11.7928727Z 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:11.7930780Z 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:11.7932247Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:11.7933568Z 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:11.7935465Z 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:11.7937290Z 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:11.7938767Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:11.7940381Z 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:11.7942797Z 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:11.7944411Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:11.7945987Z 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:11.7947963Z 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:11.7949989Z 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:11.7951973Z 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:11.7954000Z 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:11.7956113Z 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:11.7958193Z 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:11.7960214Z 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:11.7962232Z 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:11.7964249Z 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:11.7966200Z 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:11.7968187Z 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:11.7970197Z 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:11.8000762Z 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:11.8002937Z 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:11.8005075Z 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:11.8006638Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:11.8008082Z 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:11.8010078Z 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:11.8012250Z 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:11.8015045Z 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:11.8016803Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:11.8018266Z 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:11.8020234Z 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:11.8022228Z 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:11.8024236Z 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:11.8026297Z 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:11.8028361Z 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:11.8030480Z 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:11.8032052Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:11.8033490Z 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:11.8035456Z 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:11.8037452Z 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:11.8039468Z 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:11.8041549Z 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:11.8043555Z 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:11.8045583Z 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:11.8047648Z 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:11.8049671Z 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:11.8051681Z 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:11.8053725Z 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:11.8056049Z 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:11.8062634Z 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:11.8064234Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:11.8065682Z 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:11.8067653Z 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:11.8069689Z 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:11.8071686Z 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:11.8073794Z 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:11.8075914Z 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:11.8077381Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes 2025-06-05T23:55:11.8078641Z copying build/lib/coremltools/converters/mil/mil/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:11.8080339Z 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:11.8082058Z copying build/lib/coremltools/converters/mil/mil/passes/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:11.8083782Z 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:11.8085554Z 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:11.8086895Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:11.8088265Z 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:11.8090182Z 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:11.8092195Z 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:11.8094485Z 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:11.8096524Z 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:11.8098681Z 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:11.8100898Z 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:11.8132025Z 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:11.8134301Z 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:11.8136404Z 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:11.8138353Z 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:11.8140340Z 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:11.8142311Z 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:11.8144230Z 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:11.8146125Z 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:11.8148034Z 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:11.8149952Z 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:11.8151433Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:11.8152980Z 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:11.8155120Z 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:11.8157325Z 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:11.8159527Z 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:11.8161731Z 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:11.8163941Z 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:11.8166131Z 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:11.8168328Z 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:11.8170564Z 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:11.8172959Z 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:11.8175391Z 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:11.8177723Z 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:11.8179319Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:11.8180703Z 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:11.8182609Z 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:11.8184654Z 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:11.8186745Z 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:11.8188774Z 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:11.8190714Z 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:11.8192679Z 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:11.8194752Z 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:11.8196772Z 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:11.8198973Z 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:11.8200409Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/tests 2025-06-05T23:55:11.8201638Z copying build/lib/coremltools/converters/mil/mil/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:11.8203508Z 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:11.8205247Z 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:11.8206962Z 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:11.8208677Z 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:11.8209943Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/types 2025-06-05T23:55:11.8211193Z copying build/lib/coremltools/converters/mil/mil/types/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:11.8212857Z copying build/lib/coremltools/converters/mil/mil/types/annotate.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:11.8214913Z 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:11.8216888Z 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:11.8218701Z copying build/lib/coremltools/converters/mil/mil/types/symbolic.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:11.8220375Z 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:11.8222067Z 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:11.8223758Z 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:11.8225449Z 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:11.8227239Z 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:11.8228994Z 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:11.8278683Z 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:11.8280416Z 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:11.8282178Z 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:11.8283858Z 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:11.8285559Z 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:11.8287231Z 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:11.8288931Z 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:11.8290631Z 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:11.8292325Z 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:11.8293603Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:11.8295019Z copying build/lib/coremltools/converters/mil/mil/visitors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/visitors 2025-06-05T23:55:11.8296771Z 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:11.8298228Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/sklearn 2025-06-05T23:55:11.8299480Z copying build/lib/coremltools/converters/sklearn/_LinearSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8301105Z copying build/lib/coremltools/converters/sklearn/_LinearSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8302918Z copying build/lib/coremltools/converters/sklearn/_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8304379Z copying build/lib/coremltools/converters/sklearn/_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8306274Z copying build/lib/coremltools/converters/sklearn/_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8307726Z copying build/lib/coremltools/converters/sklearn/_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8309182Z copying build/lib/coremltools/converters/sklearn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8310681Z copying build/lib/coremltools/converters/sklearn/_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8312251Z copying build/lib/coremltools/converters/sklearn/_converter_internal.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8313909Z copying build/lib/coremltools/converters/sklearn/_decision_tree_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8315598Z copying build/lib/coremltools/converters/sklearn/_decision_tree_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8317335Z copying build/lib/coremltools/converters/sklearn/_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8319076Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8320808Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8322432Z copying build/lib/coremltools/converters/sklearn/_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8324019Z copying build/lib/coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8325675Z copying build/lib/coremltools/converters/sklearn/_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8327302Z copying build/lib/coremltools/converters/sklearn/_logistic_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8328876Z copying build/lib/coremltools/converters/sklearn/_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8330432Z copying build/lib/coremltools/converters/sklearn/_one_hot_encoder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8332068Z copying build/lib/coremltools/converters/sklearn/_random_forest_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8333745Z copying build/lib/coremltools/converters/sklearn/_random_forest_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8335522Z copying build/lib/coremltools/converters/sklearn/_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8337092Z copying build/lib/coremltools/converters/sklearn/_sklearn_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8338648Z copying build/lib/coremltools/converters/sklearn/_standard_scaler.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8340191Z copying build/lib/coremltools/converters/sklearn/_svm_common.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8341881Z copying build/lib/coremltools/converters/sklearn/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:11.8343052Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/xgboost 2025-06-05T23:55:11.8344281Z copying build/lib/coremltools/converters/xgboost/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:11.8345830Z copying build/lib/coremltools/converters/xgboost/_tree.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:11.8347332Z copying build/lib/coremltools/converters/xgboost/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:11.8348429Z creating build/bdist.linux-aarch64/wheel/coremltools/models 2025-06-05T23:55:11.8349321Z copying build/lib/coremltools/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8350517Z copying build/lib/coremltools/models/_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8351744Z copying build/lib/coremltools/models/_deprecation.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8353008Z copying build/lib/coremltools/models/_feature_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8354325Z copying build/lib/coremltools/models/_interface_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8355671Z copying build/lib/coremltools/models/array_feature_extractor.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8356989Z copying build/lib/coremltools/models/compute_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8358223Z copying build/lib/coremltools/models/compute_plan.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8359436Z copying build/lib/coremltools/models/datatypes.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8360704Z copying build/lib/coremltools/models/feature_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8361922Z copying build/lib/coremltools/models/model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8363096Z copying build/lib/coremltools/models/pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8364304Z copying build/lib/coremltools/models/tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8365489Z copying build/lib/coremltools/models/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:11.8366446Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program 2025-06-05T23:55:11.8367524Z copying build/lib/coremltools/models/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:55:11.8368998Z copying build/lib/coremltools/models/ml_program/compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:55:11.8370235Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental 2025-06-05T23:55:11.8371577Z copying build/lib/coremltools/models/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:11.8421190Z 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:11.8423124Z 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:11.8425004Z 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:11.8427225Z 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:11.8429286Z 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:11.8431218Z 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:11.8432638Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:11.8434091Z 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:11.8436043Z 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:11.8438025Z 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:11.8439426Z creating build/bdist.linux-aarch64/wheel/coremltools/models/nearest_neighbors 2025-06-05T23:55:11.8440671Z copying build/lib/coremltools/models/nearest_neighbors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:55:11.8442275Z copying build/lib/coremltools/models/nearest_neighbors/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:55:11.8443495Z creating build/bdist.linux-aarch64/wheel/coremltools/models/neural_network 2025-06-05T23:55:11.8444661Z copying build/lib/coremltools/models/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:11.8446181Z copying build/lib/coremltools/models/neural_network/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:11.8447787Z copying build/lib/coremltools/models/neural_network/flexible_shape_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:11.8449470Z copying build/lib/coremltools/models/neural_network/optimization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:11.8451073Z copying build/lib/coremltools/models/neural_network/printer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:11.8452673Z copying build/lib/coremltools/models/neural_network/quantization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:11.8454344Z copying build/lib/coremltools/models/neural_network/spec_inspection_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:11.8456180Z copying build/lib/coremltools/models/neural_network/update_optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:11.8457783Z copying build/lib/coremltools/models/neural_network/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:11.8458885Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize 2025-06-05T23:55:11.8459821Z copying build/lib/coremltools/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:55:11.8461011Z copying build/lib/coremltools/optimize/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:55:11.8461988Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml 2025-06-05T23:55:11.8463065Z copying build/lib/coremltools/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:11.8464442Z copying build/lib/coremltools/optimize/coreml/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:11.8466102Z copying build/lib/coremltools/optimize/coreml/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:11.8467818Z copying build/lib/coremltools/optimize/coreml/_quantization_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:11.8469137Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.8470486Z copying build/lib/coremltools/optimize/coreml/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.8472248Z copying build/lib/coremltools/optimize/coreml/experimental/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.8474064Z copying build/lib/coremltools/optimize/coreml/experimental/_model_debugger.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.8476014Z copying build/lib/coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:11.8478055Z 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:11.8479469Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch 2025-06-05T23:55:11.8480518Z copying build/lib/coremltools/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:11.8481888Z copying build/lib/coremltools/optimize/torch/_logging.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:11.8483268Z copying build/lib/coremltools/optimize/torch/_typing.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:11.8484729Z copying build/lib/coremltools/optimize/torch/base_model_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:11.8486301Z copying build/lib/coremltools/optimize/torch/optimization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:11.8487507Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8488681Z copying build/lib/coremltools/optimize/torch/_utils/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8490223Z copying build/lib/coremltools/optimize/torch/_utils/dist_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8491779Z copying build/lib/coremltools/optimize/torch/_utils/fsdp_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8493354Z copying build/lib/coremltools/optimize/torch/_utils/graph_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8495342Z copying build/lib/coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8497126Z copying build/lib/coremltools/optimize/torch/_utils/k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8498687Z copying build/lib/coremltools/optimize/torch/_utils/math_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8500267Z copying build/lib/coremltools/optimize/torch/_utils/metadata_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8501891Z copying build/lib/coremltools/optimize/torch/_utils/model_size_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8503529Z copying build/lib/coremltools/optimize/torch/_utils/optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8505354Z copying build/lib/coremltools/optimize/torch/_utils/python_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8507084Z copying build/lib/coremltools/optimize/torch/_utils/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8508748Z copying build/lib/coremltools/optimize/torch/_utils/report_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8510344Z copying build/lib/coremltools/optimize/torch/_utils/state_dict_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8511947Z copying build/lib/coremltools/optimize/torch/_utils/torch_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8513513Z copying build/lib/coremltools/optimize/torch/_utils/transforms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8549584Z copying build/lib/coremltools/optimize/torch/_utils/validation_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8551335Z copying build/lib/coremltools/optimize/torch/_utils/version_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:11.8552666Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.8554155Z copying build/lib/coremltools/optimize/torch/layerwise_compression/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.8556083Z copying build/lib/coremltools/optimize/torch/layerwise_compression/_quant.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.8558042Z copying build/lib/coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:11.8560062Z 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:11.8562147Z 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:11.8563659Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8565001Z copying build/lib/coremltools/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8566829Z copying build/lib/coremltools/optimize/torch/palettization/_custom_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8568720Z copying build/lib/coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8570667Z 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:11.8572594Z copying build/lib/coremltools/optimize/torch/palettization/_partitioner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8574764Z copying build/lib/coremltools/optimize/torch/palettization/_supported_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8576597Z copying build/lib/coremltools/optimize/torch/palettization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8578406Z copying build/lib/coremltools/optimize/torch/palettization/fake_palettize.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8580563Z copying build/lib/coremltools/optimize/torch/palettization/palettization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8582637Z copying build/lib/coremltools/optimize/torch/palettization/palettizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8584670Z copying build/lib/coremltools/optimize/torch/palettization/post_training_palettization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8586640Z copying build/lib/coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:11.8588021Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/pruning 2025-06-05T23:55:11.8589226Z copying build/lib/coremltools/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:11.8590840Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:11.8592518Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:11.8594179Z copying build/lib/coremltools/optimize/torch/pruning/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:11.8595829Z copying build/lib/coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:11.8597791Z copying build/lib/coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:11.8599123Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8600436Z copying build/lib/coremltools/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8602238Z copying build/lib/coremltools/optimize/torch/quantization/_annotation_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8604085Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8605922Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8607748Z copying build/lib/coremltools/optimize/torch/quantization/_configure.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8609566Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8611440Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8613328Z copying build/lib/coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8629995Z copying build/lib/coremltools/optimize/torch/quantization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8631182Z copying build/lib/coremltools/optimize/torch/quantization/post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8632079Z copying build/lib/coremltools/optimize/torch/quantization/quantization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8633223Z copying build/lib/coremltools/optimize/torch/quantization/quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:11.8633652Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.8634891Z copying build/lib/coremltools/optimize/torch/quantization/modules/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.8635880Z 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:11.8636883Z 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:11.8637839Z 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:11.8638995Z 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:11.8640054Z copying build/lib/coremltools/optimize/torch/quantization/modules/observers.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:11.8640989Z 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:11.8641975Z 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:11.8642221Z creating build/bdist.linux-aarch64/wheel/coremltools/proto 2025-06-05T23:55:11.8642868Z copying build/lib/coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8643470Z copying build/lib/coremltools/proto/AudioFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8644130Z copying build/lib/coremltools/proto/BayesianProbitRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8644746Z copying build/lib/coremltools/proto/CategoricalMapping_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8713468Z copying build/lib/coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8714103Z copying build/lib/coremltools/proto/CustomModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8714689Z copying build/lib/coremltools/proto/DataStructures_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8715296Z copying build/lib/coremltools/proto/DictVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8715867Z copying build/lib/coremltools/proto/FeatureTypes_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8716503Z copying build/lib/coremltools/proto/FeatureVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8717073Z copying build/lib/coremltools/proto/GLMClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8717639Z copying build/lib/coremltools/proto/GLMRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8718170Z copying build/lib/coremltools/proto/Gazetteer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8718697Z copying build/lib/coremltools/proto/Identity_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8719497Z copying build/lib/coremltools/proto/Imputer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8720167Z copying build/lib/coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8720918Z copying build/lib/coremltools/proto/LinkedModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8721512Z copying build/lib/coremltools/proto/MIL_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8722015Z copying build/lib/coremltools/proto/Model_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8722598Z copying build/lib/coremltools/proto/NamedParameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8723190Z copying build/lib/coremltools/proto/NearestNeighbors_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8723765Z copying build/lib/coremltools/proto/NeuralNetwork_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8724406Z copying build/lib/coremltools/proto/NonMaximumSuppression_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8724945Z copying build/lib/coremltools/proto/Normalizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8725528Z copying build/lib/coremltools/proto/OneHotEncoder_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8726071Z copying build/lib/coremltools/proto/Parameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8726550Z copying build/lib/coremltools/proto/SVM_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8727060Z copying build/lib/coremltools/proto/Scaler_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8727742Z copying build/lib/coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8728322Z copying build/lib/coremltools/proto/TextClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8728886Z copying build/lib/coremltools/proto/TreeEnsemble_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8729500Z copying build/lib/coremltools/proto/VisionFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8730070Z copying build/lib/coremltools/proto/WordEmbedding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8730613Z copying build/lib/coremltools/proto/WordTagger_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8731093Z copying build/lib/coremltools/proto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:11.8731344Z creating build/bdist.linux-aarch64/wheel/coremltools/test 2025-06-05T23:55:11.8731817Z copying build/lib/coremltools/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:55:11.8732285Z copying build/lib/coremltools/test/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:55:11.8732549Z creating build/bdist.linux-aarch64/wheel/coremltools/test/api 2025-06-05T23:55:11.8733081Z copying build/lib/coremltools/test/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:11.8733676Z copying build/lib/coremltools/test/api/test_api_examples.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:11.8734759Z copying build/lib/coremltools/test/api/test_api_visibilities.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:11.8735058Z creating build/bdist.linux-aarch64/wheel/coremltools/test/blob 2025-06-05T23:55:11.8735587Z copying build/lib/coremltools/test/blob/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:55:11.8736267Z copying build/lib/coremltools/test/blob/test_weights.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:55:11.8736579Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program 2025-06-05T23:55:11.8737278Z copying build/lib/coremltools/test/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:11.8738009Z copying build/lib/coremltools/test/ml_program/test_compression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:11.8738644Z copying build/lib/coremltools/test/ml_program/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:11.8739023Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program/experimental 2025-06-05T23:55:11.8739880Z copying build/lib/coremltools/test/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:11.8740830Z 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:11.8741683Z 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:11.8742506Z 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:11.8743350Z 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:11.8744234Z 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:11.8744551Z creating build/bdist.linux-aarch64/wheel/coremltools/test/modelpackage 2025-06-05T23:55:11.8745208Z copying build/lib/coremltools/test/modelpackage/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:11.8745898Z copying build/lib/coremltools/test/modelpackage/test_mlmodel.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:11.8746631Z copying build/lib/coremltools/test/modelpackage/test_modelpackage.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:11.8746956Z creating build/bdist.linux-aarch64/wheel/coremltools/test/neural_network 2025-06-05T23:55:11.8747610Z copying build/lib/coremltools/test/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:11.8748350Z copying build/lib/coremltools/test/neural_network/test_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:11.8749105Z 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:11.8749785Z copying build/lib/coremltools/test/neural_network/test_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:11.8750528Z copying build/lib/coremltools/test/neural_network/test_neural_networks.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:11.8751247Z copying build/lib/coremltools/test/neural_network/test_nn_builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:11.8751982Z 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:11.8752720Z copying build/lib/coremltools/test/neural_network/test_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:11.8753485Z 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:11.8754336Z copying build/lib/coremltools/test/neural_network/test_tf_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:11.8754630Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize 2025-06-05T23:55:11.8755421Z copying build/lib/coremltools/test/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:55:11.8844943Z copying build/lib/coremltools/test/optimize/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:55:11.8845313Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/api 2025-06-05T23:55:11.8845977Z copying build/lib/coremltools/test/optimize/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:55:11.8846697Z copying build/lib/coremltools/test/optimize/api/test_optimize_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:55:11.8847112Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/coreml 2025-06-05T23:55:11.8847811Z copying build/lib/coremltools/test/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:11.8848559Z copying build/lib/coremltools/test/optimize/coreml/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:11.8849404Z 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:11.8849735Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch 2025-06-05T23:55:11.8850405Z copying build/lib/coremltools/test/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:11.8851097Z copying build/lib/coremltools/test/optimize/torch/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:11.8851807Z copying build/lib/coremltools/test/optimize/torch/smoke_test.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:11.8852552Z copying build/lib/coremltools/test/optimize/torch/test_api_surface.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:11.8853312Z copying build/lib/coremltools/test/optimize/torch/test_base_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:11.8853989Z copying build/lib/coremltools/test/optimize/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:11.8854444Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:11.8855274Z copying build/lib/coremltools/test/optimize/torch/conversion/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion 2025-06-05T23:55:11.8856196Z 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:11.8856630Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:11.8857552Z 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:11.8858648Z 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:11.8859140Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:11.8860173Z 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:11.8861665Z 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:11.8862472Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:11.8863442Z 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:11.8864490Z 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:11.8864969Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:11.8865994Z 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:11.8867162Z 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:11.8867639Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:11.8868747Z 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:11.8869762Z 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:11.8870751Z 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:11.8871127Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/models 2025-06-05T23:55:11.8871900Z copying build/lib/coremltools/test/optimize/torch/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:11.8872674Z copying build/lib/coremltools/test/optimize/torch/models/mnist.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:11.8873507Z 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:11.8873923Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.8874795Z copying build/lib/coremltools/test/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:11.8875789Z 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:11.8876774Z 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:11.8877781Z 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:11.8878730Z 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:11.8879767Z 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:11.8880845Z 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:11.8881218Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:11.8882172Z copying build/lib/coremltools/test/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:11.8883030Z 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:11.8883875Z 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:11.8884759Z 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:11.8885654Z 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:11.8886072Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.8886931Z copying build/lib/coremltools/test/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:11.8887857Z 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:11.8888808Z 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:11.9972354Z 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:11.9973772Z 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:11.9975715Z 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:11.9976904Z 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:11.9978079Z 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:11.9978720Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:11.9979960Z 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:11.9981440Z 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:11.9982718Z 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:11.9983831Z 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:11.9985107Z 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:11.9986694Z 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:11.9987863Z 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:11.9989567Z 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:11.9990192Z creating build/bdist.linux-aarch64/wheel/coremltools/test/pipeline 2025-06-05T23:55:11.9990874Z copying build/lib/coremltools/test/pipeline/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:11.9991874Z copying build/lib/coremltools/test/pipeline/test_model_updatable.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:11.9992790Z copying build/lib/coremltools/test/pipeline/test_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:11.9993454Z creating build/bdist.linux-aarch64/wheel/coremltools/test/sklearn_tests 2025-06-05T23:55:11.9994269Z copying build/lib/coremltools/test/sklearn_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:11.9995331Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:11.9996175Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:11.9997447Z copying build/lib/coremltools/test/sklearn_tests/test_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:11.9998320Z copying build/lib/coremltools/test/sklearn_tests/test_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:11.9999253Z copying build/lib/coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0000519Z copying build/lib/coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0002239Z copying build/lib/coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0003179Z copying build/lib/coremltools/test/sklearn_tests/test_feature_names.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0004261Z copying build/lib/coremltools/test/sklearn_tests/test_glm_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0005234Z copying build/lib/coremltools/test/sklearn_tests/test_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0006236Z copying build/lib/coremltools/test/sklearn_tests/test_io_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0007059Z 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:12.0008141Z copying build/lib/coremltools/test/sklearn_tests/test_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0009168Z 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:12.0010118Z copying build/lib/coremltools/test/sklearn_tests/test_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0011204Z 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:12.0012503Z 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:12.0013573Z 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:12.0015251Z 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:12.0016408Z 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:12.0017233Z copying build/lib/coremltools/test/sklearn_tests/test_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0018148Z copying build/lib/coremltools/test/sklearn_tests/test_standard_scalar.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0018870Z copying build/lib/coremltools/test/sklearn_tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:12.0019197Z creating build/bdist.linux-aarch64/wheel/coremltools/test/xgboost_tests 2025-06-05T23:55:12.0020038Z copying build/lib/coremltools/test/xgboost_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:12.0020940Z 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:12.0021873Z 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:12.0022736Z 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:12.0023674Z 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:12.0024468Z 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:12.0025334Z 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:12.0026211Z 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:12.0027263Z 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:12.0027399Z running install_egg_info 2025-06-05T23:55:12.0027524Z running egg_info 2025-06-05T23:55:12.0027692Z writing coremltools.egg-info/PKG-INFO 2025-06-05T23:55:12.0027996Z writing dependency_links to coremltools.egg-info/dependency_links.txt 2025-06-05T23:55:12.0028241Z writing requirements to coremltools.egg-info/requires.txt 2025-06-05T23:55:12.0028554Z writing top-level names to coremltools.egg-info/top_level.txt 2025-06-05T23:55:12.0028805Z reading manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:55:12.0029234Z reading manifest template 'MANIFEST.in' 2025-06-05T23:55:12.0029386Z adding license file 'LICENSE.txt' 2025-06-05T23:55:12.0029636Z adding license file 'NOTICE.txt' 2025-06-05T23:55:12.0029876Z writing manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:55:12.0718152Z Copying coremltools.egg-info to build/bdist.linux-aarch64/wheel/./coremltools-8.3.0-py3.10.egg-info 2025-06-05T23:55:12.0719009Z running install_scripts 2025-06-05T23:55:12.0719574Z creating build/bdist.linux-aarch64/wheel/coremltools-8.3.0.dist-info/WHEEL 2025-06-05T23:55:12.0720971Z creating '/tmp/pip-wheel-c9j73xic/coremltools-8.3.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2025-06-05T23:55:12.0721864Z adding 'coremltools/__init__.py' 2025-06-05T23:55:12.0722281Z adding 'coremltools/version.py' 2025-06-05T23:55:12.0722841Z adding 'coremltools/_deps/__init__.py' 2025-06-05T23:55:12.0723562Z adding 'coremltools/converters/__init__.py' 2025-06-05T23:55:12.0724234Z adding 'coremltools/converters/_converters_entry.py' 2025-06-05T23:55:12.0724780Z adding 'coremltools/converters/_profile_utils.py' 2025-06-05T23:55:12.0725306Z adding 'coremltools/converters/libsvm/__init__.py' 2025-06-05T23:55:12.0725898Z adding 'coremltools/converters/libsvm/_libsvm_converter.py' 2025-06-05T23:55:12.0726505Z adding 'coremltools/converters/libsvm/_libsvm_util.py' 2025-06-05T23:55:12.0727051Z adding 'coremltools/converters/mil/__init__.py' 2025-06-05T23:55:12.0727665Z adding 'coremltools/converters/mil/_deployment_compatibility.py' 2025-06-05T23:55:12.0728296Z adding 'coremltools/converters/mil/conftest.py' 2025-06-05T23:55:12.0728821Z adding 'coremltools/converters/mil/converter.py' 2025-06-05T23:55:12.0729382Z adding 'coremltools/converters/mil/debugging_utils.py' 2025-06-05T23:55:12.0729947Z adding 'coremltools/converters/mil/input_types.py' 2025-06-05T23:55:12.0730582Z adding 'coremltools/converters/mil/test_inputs_outputs_shape.py' 2025-06-05T23:55:12.0731212Z adding 'coremltools/converters/mil/testing_reqs.py' 2025-06-05T23:55:12.0731755Z adding 'coremltools/converters/mil/testing_utils.py' 2025-06-05T23:55:12.0732330Z adding 'coremltools/converters/mil/backend/__init__.py' 2025-06-05T23:55:12.0733055Z adding 'coremltools/converters/mil/backend/backend_helper.py' 2025-06-05T23:55:12.0733707Z adding 'coremltools/converters/mil/backend/mil/__init__.py' 2025-06-05T23:55:12.0734339Z adding 'coremltools/converters/mil/backend/mil/helper.py' 2025-06-05T23:55:12.0735217Z adding 'coremltools/converters/mil/backend/mil/load.py' 2025-06-05T23:55:12.0735856Z adding 'coremltools/converters/mil/backend/mil/test_helper.py' 2025-06-05T23:55:12.0736517Z adding 'coremltools/converters/mil/backend/mil/test_load.py' 2025-06-05T23:55:12.0737211Z adding 'coremltools/converters/mil/backend/mil/passes/__init__.py' 2025-06-05T23:55:12.0738093Z adding 'coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py' 2025-06-05T23:55:12.0739031Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py' 2025-06-05T23:55:12.0739890Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py' 2025-06-05T23:55:12.0740799Z adding 'coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py' 2025-06-05T23:55:12.0741878Z adding 'coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py' 2025-06-05T23:55:12.0742730Z adding 'coremltools/converters/mil/backend/mil/passes/test_passes.py' 2025-06-05T23:55:12.0743433Z adding 'coremltools/converters/mil/backend/nn/__init__.py' 2025-06-05T23:55:12.0744043Z adding 'coremltools/converters/mil/backend/nn/load.py' 2025-06-05T23:55:12.0744751Z adding 'coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py' 2025-06-05T23:55:12.0745670Z adding 'coremltools/converters/mil/backend/nn/op_mapping.py' 2025-06-05T23:55:12.0746377Z adding 'coremltools/converters/mil/backend/nn/passes/__init__.py' 2025-06-05T23:55:12.0747186Z adding 'coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py' 2025-06-05T23:55:12.0748260Z adding 'coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py' 2025-06-05T23:55:12.0749137Z adding 'coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py' 2025-06-05T23:55:12.0750089Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py' 2025-06-05T23:55:12.0751072Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py' 2025-06-05T23:55:12.0752227Z adding 'coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py' 2025-06-05T23:55:12.0753071Z adding 'coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py' 2025-06-05T23:55:12.0753893Z adding 'coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py' 2025-06-05T23:55:12.0754704Z adding 'coremltools/converters/mil/backend/nn/passes/test_passes.py' 2025-06-05T23:55:12.0755651Z adding 'coremltools/converters/mil/experimental/__init__.py' 2025-06-05T23:55:12.0756372Z adding 'coremltools/converters/mil/experimental/passes/README.md' 2025-06-05T23:55:12.0757105Z adding 'coremltools/converters/mil/experimental/passes/__init__.py' 2025-06-05T23:55:12.0757994Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py' 2025-06-05T23:55:12.0758995Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py' 2025-06-05T23:55:12.0759957Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py' 2025-06-05T23:55:12.0761075Z adding 'coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py' 2025-06-05T23:55:12.0762180Z adding 'coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py' 2025-06-05T23:55:12.0763171Z adding 'coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py' 2025-06-05T23:55:12.0763995Z adding 'coremltools/converters/mil/frontend/__init__.py' 2025-06-05T23:55:12.0764588Z adding 'coremltools/converters/mil/frontend/_utils.py' 2025-06-05T23:55:12.0765242Z adding 'coremltools/converters/mil/frontend/milproto/__init__.py' 2025-06-05T23:55:12.0765945Z adding 'coremltools/converters/mil/frontend/milproto/helper.py' 2025-06-05T23:55:12.0766626Z adding 'coremltools/converters/mil/frontend/milproto/load.py' 2025-06-05T23:55:12.0767323Z adding 'coremltools/converters/mil/frontend/milproto/test_load.py' 2025-06-05T23:55:12.0768065Z adding 'coremltools/converters/mil/frontend/tensorflow/__init__.py' 2025-06-05T23:55:12.0768872Z adding 'coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py' 2025-06-05T23:55:12.0769689Z adding 'coremltools/converters/mil/frontend/tensorflow/convert_utils.py' 2025-06-05T23:55:12.0770484Z adding 'coremltools/converters/mil/frontend/tensorflow/converter.py' 2025-06-05T23:55:12.0771268Z adding 'coremltools/converters/mil/frontend/tensorflow/dialect_ops.py' 2025-06-05T23:55:12.0772057Z adding 'coremltools/converters/mil/frontend/tensorflow/dot_visitor.py' 2025-06-05T23:55:12.0772790Z adding 'coremltools/converters/mil/frontend/tensorflow/load.py' 2025-06-05T23:55:12.0773534Z adding 'coremltools/converters/mil/frontend/tensorflow/naming_utils.py' 2025-06-05T23:55:12.0774698Z adding 'coremltools/converters/mil/frontend/tensorflow/ops.py' 2025-06-05T23:55:12.0775396Z adding 'coremltools/converters/mil/frontend/tensorflow/parse.py' 2025-06-05T23:55:12.0776365Z adding 'coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py' 2025-06-05T23:55:12.0777341Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py' 2025-06-05T23:55:12.0778178Z adding 'coremltools/converters/mil/frontend/tensorflow/tfssa.py' 2025-06-05T23:55:12.0779131Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py' 2025-06-05T23:55:12.0780282Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/backfill_make_list_elem_type.py' 2025-06-05T23:55:12.0781499Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py' 2025-06-05T23:55:12.0782585Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py' 2025-06-05T23:55:12.0783566Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/tf_lstm_to_core_lstm.py' 2025-06-05T23:55:12.0784484Z adding 'coremltools/converters/mil/frontend/tensorflow/test/__init__.py' 2025-06-05T23:55:12.0785361Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py' 2025-06-05T23:55:12.0786468Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py' 2025-06-05T23:55:12.0787347Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py' 2025-06-05T23:55:12.0788191Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_load.py' 2025-06-05T23:55:12.0789264Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_ops.py' 2025-06-05T23:55:12.0790110Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parse.py' 2025-06-05T23:55:12.0790999Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py' 2025-06-05T23:55:12.0791977Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py' 2025-06-05T23:55:12.0792909Z adding 'coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py' 2025-06-05T23:55:12.0793804Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py' 2025-06-05T23:55:12.0794764Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/cond_to_where.py' 2025-06-05T23:55:12.0795804Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/constant_propagation.py' 2025-06-05T23:55:12.0796866Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_asserts.py' 2025-06-05T23:55:12.0798100Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_constant.py' 2025-06-05T23:55:12.0799225Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_disconnected_nodes.py' 2025-06-05T23:55:12.0800340Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/functionalize_loops.py' 2025-06-05T23:55:12.0801404Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/fuse_dilation_conv.py' 2025-06-05T23:55:12.0802436Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/insert_get_tuple.py' 2025-06-05T23:55:12.0803461Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/quantization_pass.py' 2025-06-05T23:55:12.0804543Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/tensor_array_transform.py' 2025-06-05T23:55:12.0805657Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/variable_node_transform.py' 2025-06-05T23:55:12.0806682Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py' 2025-06-05T23:55:12.0807537Z adding 'coremltools/converters/mil/frontend/tensorflow2/__init__.py' 2025-06-05T23:55:12.0808304Z adding 'coremltools/converters/mil/frontend/tensorflow2/converter.py' 2025-06-05T23:55:12.0809055Z adding 'coremltools/converters/mil/frontend/tensorflow2/load.py' 2025-06-05T23:55:12.0809762Z adding 'coremltools/converters/mil/frontend/tensorflow2/ops.py' 2025-06-05T23:55:12.0810554Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py' 2025-06-05T23:55:12.1668779Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py' 2025-06-05T23:55:12.1669931Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py' 2025-06-05T23:55:12.1670829Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/__init__.py' 2025-06-05T23:55:12.1671756Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py' 2025-06-05T23:55:12.1672731Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py' 2025-06-05T23:55:12.1673603Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py' 2025-06-05T23:55:12.1674520Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py' 2025-06-05T23:55:12.1675454Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py' 2025-06-05T23:55:12.1676371Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py' 2025-06-05T23:55:12.1677452Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/rewrite_control_flow_functions.py' 2025-06-05T23:55:12.1678777Z adding 'coremltools/converters/mil/frontend/torch/__init__.py' 2025-06-05T23:55:12.1679465Z adding 'coremltools/converters/mil/frontend/torch/converter.py' 2025-06-05T23:55:12.1680167Z adding 'coremltools/converters/mil/frontend/torch/dialect_ops.py' 2025-06-05T23:55:12.1680879Z adding 'coremltools/converters/mil/frontend/torch/exir_utils.py' 2025-06-05T23:55:12.1681951Z adding 'coremltools/converters/mil/frontend/torch/internal_graph.py' 2025-06-05T23:55:12.1682665Z adding 'coremltools/converters/mil/frontend/torch/load.py' 2025-06-05T23:55:12.1683285Z adding 'coremltools/converters/mil/frontend/torch/ops.py' 2025-06-05T23:55:12.1683982Z adding 'coremltools/converters/mil/frontend/torch/quantization_ops.py' 2025-06-05T23:55:12.1684783Z adding 'coremltools/converters/mil/frontend/torch/torch_op_registry.py' 2025-06-05T23:55:12.1685557Z adding 'coremltools/converters/mil/frontend/torch/torchir_passes.py' 2025-06-05T23:55:12.1686343Z adding 'coremltools/converters/mil/frontend/torch/torchscript_utils.py' 2025-06-05T23:55:12.1687072Z adding 'coremltools/converters/mil/frontend/torch/utils.py' 2025-06-05T23:55:12.1687801Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py' 2025-06-05T23:55:12.1688739Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_tensor_assign_to_core.py' 2025-06-05T23:55:12.1689847Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_upsample_to_core_upsample.py' 2025-06-05T23:55:12.1690781Z adding 'coremltools/converters/mil/frontend/torch/test/__init__.py' 2025-06-05T23:55:12.1691565Z adding 'coremltools/converters/mil/frontend/torch/test/test_custom_ops.py' 2025-06-05T23:55:12.1692392Z adding 'coremltools/converters/mil/frontend/torch/test/test_examples.py' 2025-06-05T23:55:12.1693247Z adding 'coremltools/converters/mil/frontend/torch/test/test_internal_graph.py' 2025-06-05T23:55:12.1694083Z adding 'coremltools/converters/mil/frontend/torch/test/test_passes.py' 2025-06-05T23:55:12.1695325Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py' 2025-06-05T23:55:12.1696347Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py' 2025-06-05T23:55:12.1697671Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py' 2025-06-05T23:55:12.1698611Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_ops.py' 2025-06-05T23:55:12.1699512Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py' 2025-06-05T23:55:12.1700485Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py' 2025-06-05T23:55:12.1701380Z adding 'coremltools/converters/mil/frontend/torch/test/testing_utils.py' 2025-06-05T23:55:12.1702067Z adding 'coremltools/converters/mil/mil/__init__.py' 2025-06-05T23:55:12.1702606Z adding 'coremltools/converters/mil/mil/block.py' 2025-06-05T23:55:12.1703140Z adding 'coremltools/converters/mil/mil/builder.py' 2025-06-05T23:55:12.1703702Z adding 'coremltools/converters/mil/mil/input_type.py' 2025-06-05T23:55:12.1704277Z adding 'coremltools/converters/mil/mil/operation.py' 2025-06-05T23:55:12.1704827Z adding 'coremltools/converters/mil/mil/program.py' 2025-06-05T23:55:12.1705364Z adding 'coremltools/converters/mil/mil/scope.py' 2025-06-05T23:55:12.1705901Z adding 'coremltools/converters/mil/mil/utils.py' 2025-06-05T23:55:12.1706420Z adding 'coremltools/converters/mil/mil/var.py' 2025-06-05T23:55:12.1706973Z adding 'coremltools/converters/mil/mil/ops/__init__.py' 2025-06-05T23:55:12.1707555Z adding 'coremltools/converters/mil/mil/ops/helper.py' 2025-06-05T23:55:12.1708144Z adding 'coremltools/converters/mil/mil/ops/registry.py' 2025-06-05T23:55:12.1708763Z adding 'coremltools/converters/mil/mil/ops/defs/__init__.py' 2025-06-05T23:55:12.1709412Z adding 'coremltools/converters/mil/mil/ops/defs/_op_reqs.py' 2025-06-05T23:55:12.1710038Z adding 'coremltools/converters/mil/mil/ops/defs/_utils.py' 2025-06-05T23:55:12.1711016Z adding 'coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py' 2025-06-05T23:55:12.1711835Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py' 2025-06-05T23:55:12.1712648Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py' 2025-06-05T23:55:12.1713807Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py' 2025-06-05T23:55:12.1714568Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/activation.py' 2025-06-05T23:55:12.1715318Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/classify.py' 2025-06-05T23:55:12.1716074Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py' 2025-06-05T23:55:12.1716798Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/conv.py' 2025-06-05T23:55:12.1717561Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py' 2025-06-05T23:55:12.1718410Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py' 2025-06-05T23:55:12.1719347Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py' 2025-06-05T23:55:12.1720141Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/linear.py' 2025-06-05T23:55:12.1720925Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py' 2025-06-05T23:55:12.1721668Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/pool.py' 2025-06-05T23:55:12.1722358Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/random.py' 2025-06-05T23:55:12.1723081Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py' 2025-06-05T23:55:12.1723825Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py' 2025-06-05T23:55:12.1724611Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py' 2025-06-05T23:55:12.1725427Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py' 2025-06-05T23:55:12.1726303Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py' 2025-06-05T23:55:12.1727124Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py' 2025-06-05T23:55:12.1727883Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py' 2025-06-05T23:55:12.1728679Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py' 2025-06-05T23:55:12.1729487Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py' 2025-06-05T23:55:12.1730315Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py' 2025-06-05T23:55:12.1731176Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py' 2025-06-05T23:55:12.1731994Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py' 2025-06-05T23:55:12.1732744Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/activation.py' 2025-06-05T23:55:12.1733463Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/conv.py' 2025-06-05T23:55:12.1734225Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py' 2025-06-05T23:55:12.1735166Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py' 2025-06-05T23:55:12.1735925Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/linear.py' 2025-06-05T23:55:12.1736667Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py' 2025-06-05T23:55:12.1737500Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py' 2025-06-05T23:55:12.1738285Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py' 2025-06-05T23:55:12.1739019Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py' 2025-06-05T23:55:12.1739792Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py' 2025-06-05T23:55:12.1740607Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py' 2025-06-05T23:55:12.1741478Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py' 2025-06-05T23:55:12.1742284Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py' 2025-06-05T23:55:12.1743188Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/compression.py' 2025-06-05T23:55:12.1743949Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py' 2025-06-05T23:55:12.1744666Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/states.py' 2025-06-05T23:55:12.1745721Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py' 2025-06-05T23:55:12.1746583Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py' 2025-06-05T23:55:12.1747306Z adding 'coremltools/converters/mil/mil/ops/tests/__init__.py' 2025-06-05T23:55:12.1747969Z adding 'coremltools/converters/mil/mil/ops/tests/test_utils.py' 2025-06-05T23:55:12.1748683Z adding 'coremltools/converters/mil/mil/ops/tests/testing_utils.py' 2025-06-05T23:55:12.1749468Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py' 2025-06-05T23:55:12.1750386Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/test_coreml_dialect.py' 2025-06-05T23:55:12.1751272Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py' 2025-06-05T23:55:12.1752044Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py' 2025-06-05T23:55:12.1752883Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py' 2025-06-05T23:55:12.1753699Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py' 2025-06-05T23:55:12.1754533Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py' 2025-06-05T23:55:12.1755456Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py' 2025-06-05T23:55:12.1756344Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py' 2025-06-05T23:55:12.1757179Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py' 2025-06-05T23:55:12.1757999Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py' 2025-06-05T23:55:12.1758817Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py' 2025-06-05T23:55:12.2388947Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py' 2025-06-05T23:55:12.2389849Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py' 2025-06-05T23:55:12.2390685Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py' 2025-06-05T23:55:12.2391588Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py' 2025-06-05T23:55:12.2392477Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py' 2025-06-05T23:55:12.2393423Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py' 2025-06-05T23:55:12.2394279Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py' 2025-06-05T23:55:12.2395101Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py' 2025-06-05T23:55:12.2396015Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py' 2025-06-05T23:55:12.2397152Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py' 2025-06-05T23:55:12.2398045Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py' 2025-06-05T23:55:12.2398836Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py' 2025-06-05T23:55:12.2399668Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py' 2025-06-05T23:55:12.2400473Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py' 2025-06-05T23:55:12.2401377Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py' 2025-06-05T23:55:12.2402262Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py' 2025-06-05T23:55:12.2403214Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py' 2025-06-05T23:55:12.2404083Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py' 2025-06-05T23:55:12.2404869Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py' 2025-06-05T23:55:12.2405979Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py' 2025-06-05T23:55:12.2406807Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py' 2025-06-05T23:55:12.2407707Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py' 2025-06-05T23:55:12.2409096Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py' 2025-06-05T23:55:12.2409965Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py' 2025-06-05T23:55:12.2410829Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py' 2025-06-05T23:55:12.2411656Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py' 2025-06-05T23:55:12.2412474Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py' 2025-06-05T23:55:12.2413314Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py' 2025-06-05T23:55:12.2414212Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py' 2025-06-05T23:55:12.2415498Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py' 2025-06-05T23:55:12.2416349Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py' 2025-06-05T23:55:12.2417155Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py' 2025-06-05T23:55:12.2417984Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py' 2025-06-05T23:55:12.2418781Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py' 2025-06-05T23:55:12.2419649Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py' 2025-06-05T23:55:12.2420575Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py' 2025-06-05T23:55:12.2421329Z adding 'coremltools/converters/mil/mil/passes/__init__.py' 2025-06-05T23:55:12.2421972Z adding 'coremltools/converters/mil/mil/passes/graph_pass.py' 2025-06-05T23:55:12.2422621Z adding 'coremltools/converters/mil/mil/passes/helper.py' 2025-06-05T23:55:12.2423269Z adding 'coremltools/converters/mil/mil/passes/pass_pipeline.py' 2025-06-05T23:55:12.2423971Z adding 'coremltools/converters/mil/mil/passes/pass_registry.py' 2025-06-05T23:55:12.2424659Z adding 'coremltools/converters/mil/mil/passes/defs/__init__.py' 2025-06-05T23:55:12.2425475Z adding 'coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py' 2025-06-05T23:55:12.2426362Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation.py' 2025-06-05T23:55:12.2427287Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py' 2025-06-05T23:55:12.2428184Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_conv.py' 2025-06-05T23:55:12.2429028Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py' 2025-06-05T23:55:12.2429897Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_linear.py' 2025-06-05T23:55:12.2430732Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_normalization.py' 2025-06-05T23:55:12.2431614Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_quantization.py' 2025-06-05T23:55:12.2432473Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py' 2025-06-05T23:55:12.2433293Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_state.py' 2025-06-05T23:55:12.2434179Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py' 2025-06-05T23:55:12.2434995Z adding 'coremltools/converters/mil/mil/passes/defs/preprocess.py' 2025-06-05T23:55:12.2435734Z adding 'coremltools/converters/mil/mil/passes/defs/quantization.py' 2025-06-05T23:55:12.2436464Z adding 'coremltools/converters/mil/mil/passes/defs/randomize.py' 2025-06-05T23:55:12.2437220Z adding 'coremltools/converters/mil/mil/passes/defs/symbol_transform.py' 2025-06-05T23:55:12.2437990Z adding 'coremltools/converters/mil/mil/passes/defs/transformer.py' 2025-06-05T23:55:12.2438917Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py' 2025-06-05T23:55:12.2439794Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py' 2025-06-05T23:55:12.2440721Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py' 2025-06-05T23:55:12.2441960Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py' 2025-06-05T23:55:12.2442967Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dedup_op_and_var_names.py' 2025-06-05T23:55:12.2443940Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py' 2025-06-05T23:55:12.2444878Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py' 2025-06-05T23:55:12.2445839Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py' 2025-06-05T23:55:12.2446811Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py' 2025-06-05T23:55:12.2447744Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py' 2025-06-05T23:55:12.2448729Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py' 2025-06-05T23:55:12.2449709Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py' 2025-06-05T23:55:12.2450546Z adding 'coremltools/converters/mil/mil/passes/tests/__init__.py' 2025-06-05T23:55:12.2451329Z adding 'coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py' 2025-06-05T23:55:12.2452246Z adding 'coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py' 2025-06-05T23:55:12.2453216Z adding 'coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py' 2025-06-05T23:55:12.2454114Z adding 'coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py' 2025-06-05T23:55:12.2455023Z adding 'coremltools/converters/mil/mil/passes/tests/test_passes.py' 2025-06-05T23:55:12.2455863Z adding 'coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py' 2025-06-05T23:55:12.2456790Z adding 'coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py' 2025-06-05T23:55:12.2457682Z adding 'coremltools/converters/mil/mil/passes/tests/test_state_passes.py' 2025-06-05T23:55:12.2458533Z adding 'coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py' 2025-06-05T23:55:12.2459282Z adding 'coremltools/converters/mil/mil/tests/__init__.py' 2025-06-05T23:55:12.2459905Z adding 'coremltools/converters/mil/mil/tests/test_block.py' 2025-06-05T23:55:12.2460540Z adding 'coremltools/converters/mil/mil/tests/test_debug.py' 2025-06-05T23:55:12.2461198Z adding 'coremltools/converters/mil/mil/tests/test_programs.py' 2025-06-05T23:55:12.2461848Z adding 'coremltools/converters/mil/mil/tests/test_types.py' 2025-06-05T23:55:12.2462481Z adding 'coremltools/converters/mil/mil/types/__init__.py' 2025-06-05T23:55:12.2463089Z adding 'coremltools/converters/mil/mil/types/annotate.py' 2025-06-05T23:55:12.2463748Z adding 'coremltools/converters/mil/mil/types/get_type_info.py' 2025-06-05T23:55:12.2464431Z adding 'coremltools/converters/mil/mil/types/global_methods.py' 2025-06-05T23:55:12.2465078Z adding 'coremltools/converters/mil/mil/types/symbolic.py' 2025-06-05T23:55:12.2465708Z adding 'coremltools/converters/mil/mil/types/type_bool.py' 2025-06-05T23:55:12.2466356Z adding 'coremltools/converters/mil/mil/types/type_complex.py' 2025-06-05T23:55:12.2467007Z adding 'coremltools/converters/mil/mil/types/type_dict.py' 2025-06-05T23:55:12.2467640Z adding 'coremltools/converters/mil/mil/types/type_double.py' 2025-06-05T23:55:12.2468375Z adding 'coremltools/converters/mil/mil/types/type_globals_pseudo_type.py' 2025-06-05T23:55:12.2469097Z adding 'coremltools/converters/mil/mil/types/type_int.py' 2025-06-05T23:55:12.2469713Z adding 'coremltools/converters/mil/mil/types/type_list.py' 2025-06-05T23:55:12.2470359Z adding 'coremltools/converters/mil/mil/types/type_mapping.py' 2025-06-05T23:55:12.2471169Z adding 'coremltools/converters/mil/mil/types/type_spec.py' 2025-06-05T23:55:12.2471800Z adding 'coremltools/converters/mil/mil/types/type_state.py' 2025-06-05T23:55:12.2472425Z adding 'coremltools/converters/mil/mil/types/type_str.py' 2025-06-05T23:55:12.2473062Z adding 'coremltools/converters/mil/mil/types/type_tensor.py' 2025-06-05T23:55:12.2473955Z adding 'coremltools/converters/mil/mil/types/type_tuple.py' 2025-06-05T23:55:12.2474628Z adding 'coremltools/converters/mil/mil/types/type_unknown.py' 2025-06-05T23:55:12.2475280Z adding 'coremltools/converters/mil/mil/types/type_void.py' 2025-06-05T23:55:12.2475917Z adding 'coremltools/converters/mil/mil/visitors/__init__.py' 2025-06-05T23:55:12.2476586Z adding 'coremltools/converters/mil/mil/visitors/dot_visitor.py' 2025-06-05T23:55:12.2477212Z adding 'coremltools/converters/sklearn/_LinearSVC.py' 2025-06-05T23:55:12.2477785Z adding 'coremltools/converters/sklearn/_LinearSVR.py' 2025-06-05T23:55:12.2478339Z adding 'coremltools/converters/sklearn/_NuSVC.py' 2025-06-05T23:55:12.2478869Z adding 'coremltools/converters/sklearn/_NuSVR.py' 2025-06-05T23:55:12.3256480Z adding 'coremltools/converters/sklearn/_SVC.py' 2025-06-05T23:55:12.3257127Z adding 'coremltools/converters/sklearn/_SVR.py' 2025-06-05T23:55:12.3257728Z adding 'coremltools/converters/sklearn/__init__.py' 2025-06-05T23:55:12.3258315Z adding 'coremltools/converters/sklearn/_converter.py' 2025-06-05T23:55:12.3258977Z adding 'coremltools/converters/sklearn/_converter_internal.py' 2025-06-05T23:55:12.3259700Z adding 'coremltools/converters/sklearn/_decision_tree_classifier.py' 2025-06-05T23:55:12.3260453Z adding 'coremltools/converters/sklearn/_decision_tree_regressor.py' 2025-06-05T23:55:12.3261142Z adding 'coremltools/converters/sklearn/_dict_vectorizer.py' 2025-06-05T23:55:12.3261866Z adding 'coremltools/converters/sklearn/_gradient_boosting_classifier.py' 2025-06-05T23:55:12.3262716Z adding 'coremltools/converters/sklearn/_gradient_boosting_regressor.py' 2025-06-05T23:55:12.3263413Z adding 'coremltools/converters/sklearn/_imputer.py' 2025-06-05T23:55:12.3264049Z adding 'coremltools/converters/sklearn/_k_neighbors_classifier.py' 2025-06-05T23:55:12.3264751Z adding 'coremltools/converters/sklearn/_linear_regression.py' 2025-06-05T23:55:12.3265460Z adding 'coremltools/converters/sklearn/_logistic_regression.py' 2025-06-05T23:55:12.3266096Z adding 'coremltools/converters/sklearn/_normalizer.py' 2025-06-05T23:55:12.3266717Z adding 'coremltools/converters/sklearn/_one_hot_encoder.py' 2025-06-05T23:55:12.3267408Z adding 'coremltools/converters/sklearn/_random_forest_classifier.py' 2025-06-05T23:55:12.3268170Z adding 'coremltools/converters/sklearn/_random_forest_regressor.py' 2025-06-05T23:55:12.3268926Z adding 'coremltools/converters/sklearn/_ridge_regression.py' 2025-06-05T23:55:12.3269571Z adding 'coremltools/converters/sklearn/_sklearn_util.py' 2025-06-05T23:55:12.3270196Z adding 'coremltools/converters/sklearn/_standard_scaler.py' 2025-06-05T23:55:12.3270812Z adding 'coremltools/converters/sklearn/_svm_common.py' 2025-06-05T23:55:12.3271414Z adding 'coremltools/converters/sklearn/_tree_ensemble.py' 2025-06-05T23:55:12.3271989Z adding 'coremltools/converters/xgboost/__init__.py' 2025-06-05T23:55:12.3272575Z adding 'coremltools/converters/xgboost/_tree.py' 2025-06-05T23:55:12.3273158Z adding 'coremltools/converters/xgboost/_tree_ensemble.py' 2025-06-05T23:55:12.3273698Z adding 'coremltools/models/__init__.py' 2025-06-05T23:55:12.3274176Z adding 'coremltools/models/_compiled_model.py' 2025-06-05T23:55:12.3274684Z adding 'coremltools/models/_deprecation.py' 2025-06-05T23:55:12.3275202Z adding 'coremltools/models/_feature_management.py' 2025-06-05T23:55:12.3275757Z adding 'coremltools/models/_interface_management.py' 2025-06-05T23:55:12.3276334Z adding 'coremltools/models/array_feature_extractor.py' 2025-06-05T23:55:12.3276895Z adding 'coremltools/models/compute_device.py' 2025-06-05T23:55:12.3277734Z adding 'coremltools/models/compute_plan.py' 2025-06-05T23:55:12.3278208Z adding 'coremltools/models/datatypes.py' 2025-06-05T23:55:12.3278834Z adding 'coremltools/models/feature_vectorizer.py' 2025-06-05T23:55:12.3279335Z adding 'coremltools/models/model.py' 2025-06-05T23:55:12.3279778Z adding 'coremltools/models/pipeline.py' 2025-06-05T23:55:12.3280601Z adding 'coremltools/models/tree_ensemble.py' 2025-06-05T23:55:12.3281087Z adding 'coremltools/models/utils.py' 2025-06-05T23:55:12.3281570Z adding 'coremltools/models/ml_program/__init__.py' 2025-06-05T23:55:12.3282152Z adding 'coremltools/models/ml_program/compression_utils.py' 2025-06-05T23:55:12.3282819Z adding 'coremltools/models/ml_program/experimental/__init__.py' 2025-06-05T23:55:12.3283535Z adding 'coremltools/models/ml_program/experimental/async_wrapper.py' 2025-06-05T23:55:12.3284324Z adding 'coremltools/models/ml_program/experimental/compute_plan_utils.py' 2025-06-05T23:55:12.3285133Z adding 'coremltools/models/ml_program/experimental/debugging_utils.py' 2025-06-05T23:55:12.3285926Z adding 'coremltools/models/ml_program/experimental/model_structure_path.py' 2025-06-05T23:55:12.3286703Z adding 'coremltools/models/ml_program/experimental/perf_utils.py' 2025-06-05T23:55:12.3287427Z adding 'coremltools/models/ml_program/experimental/remote_device.py' 2025-06-05T23:55:12.3288196Z adding 'coremltools/models/ml_program/experimental/torch/__init__.py' 2025-06-05T23:55:12.3288990Z adding 'coremltools/models/ml_program/experimental/torch/debugging_utils.py' 2025-06-05T23:55:12.3289805Z adding 'coremltools/models/ml_program/experimental/torch/perf_utils.py' 2025-06-05T23:55:12.3290535Z adding 'coremltools/models/nearest_neighbors/__init__.py' 2025-06-05T23:55:12.3291149Z adding 'coremltools/models/nearest_neighbors/builder.py' 2025-06-05T23:55:12.3291745Z adding 'coremltools/models/neural_network/__init__.py' 2025-06-05T23:55:12.3292316Z adding 'coremltools/models/neural_network/builder.py' 2025-06-05T23:55:12.3292970Z adding 'coremltools/models/neural_network/flexible_shape_utils.py' 2025-06-05T23:55:12.3293691Z adding 'coremltools/models/neural_network/optimization_utils.py' 2025-06-05T23:55:12.3294335Z adding 'coremltools/models/neural_network/printer.py' 2025-06-05T23:55:12.3295314Z adding 'coremltools/models/neural_network/quantization_utils.py' 2025-06-05T23:55:12.3296049Z adding 'coremltools/models/neural_network/spec_inspection_utils.py' 2025-06-05T23:55:12.3296800Z adding 'coremltools/models/neural_network/update_optimizer_utils.py' 2025-06-05T23:55:12.3297701Z adding 'coremltools/models/neural_network/utils.py' 2025-06-05T23:55:12.3298218Z adding 'coremltools/optimize/__init__.py' 2025-06-05T23:55:12.3298674Z adding 'coremltools/optimize/_utils.py' 2025-06-05T23:55:12.3299166Z adding 'coremltools/optimize/coreml/__init__.py' 2025-06-05T23:55:12.3299692Z adding 'coremltools/optimize/coreml/_config.py' 2025-06-05T23:55:12.3300318Z adding 'coremltools/optimize/coreml/_post_training_quantization.py' 2025-06-05T23:55:12.3301039Z adding 'coremltools/optimize/coreml/_quantization_passes.py' 2025-06-05T23:55:12.3301714Z adding 'coremltools/optimize/coreml/experimental/__init__.py' 2025-06-05T23:55:12.3302383Z adding 'coremltools/optimize/coreml/experimental/_config.py' 2025-06-05T23:55:12.3303103Z adding 'coremltools/optimize/coreml/experimental/_model_debugger.py' 2025-06-05T23:55:12.3303950Z adding 'coremltools/optimize/coreml/experimental/_post_training_quantization.py' 2025-06-05T23:55:12.3304904Z adding 'coremltools/optimize/coreml/experimental/test_post_training_quantization.py' 2025-06-05T23:55:12.3305653Z adding 'coremltools/optimize/torch/__init__.py' 2025-06-05T23:55:12.3306180Z adding 'coremltools/optimize/torch/_logging.py' 2025-06-05T23:55:12.3306690Z adding 'coremltools/optimize/torch/_typing.py' 2025-06-05T23:55:12.3307270Z adding 'coremltools/optimize/torch/base_model_optimizer.py' 2025-06-05T23:55:12.3307907Z adding 'coremltools/optimize/torch/optimization_config.py' 2025-06-05T23:55:12.3308750Z adding 'coremltools/optimize/torch/_utils/__init__.py' 2025-06-05T23:55:12.3309333Z adding 'coremltools/optimize/torch/_utils/dist_utils.py' 2025-06-05T23:55:12.3309945Z adding 'coremltools/optimize/torch/_utils/fsdp_utils.py' 2025-06-05T23:55:12.3310557Z adding 'coremltools/optimize/torch/_utils/graph_utils.py' 2025-06-05T23:55:12.3311711Z adding 'coremltools/optimize/torch/_utils/joint_compression_utils.py' 2025-06-05T23:55:12.3312414Z adding 'coremltools/optimize/torch/_utils/k_means.py' 2025-06-05T23:55:12.3313152Z adding 'coremltools/optimize/torch/_utils/math_utils.py' 2025-06-05T23:55:12.3313782Z adding 'coremltools/optimize/torch/_utils/metadata_utils.py' 2025-06-05T23:55:12.3314432Z adding 'coremltools/optimize/torch/_utils/model_size_utils.py' 2025-06-05T23:55:12.3315107Z adding 'coremltools/optimize/torch/_utils/optimizer_utils.py' 2025-06-05T23:55:12.3315746Z adding 'coremltools/optimize/torch/_utils/python_utils.py' 2025-06-05T23:55:12.3316353Z adding 'coremltools/optimize/torch/_utils/registry.py' 2025-06-05T23:55:12.3316955Z adding 'coremltools/optimize/torch/_utils/report_utils.py' 2025-06-05T23:55:12.3317595Z adding 'coremltools/optimize/torch/_utils/state_dict_utils.py' 2025-06-05T23:55:12.3318237Z adding 'coremltools/optimize/torch/_utils/torch_utils.py' 2025-06-05T23:55:12.3318863Z adding 'coremltools/optimize/torch/_utils/transforms.py' 2025-06-05T23:55:12.3319505Z adding 'coremltools/optimize/torch/_utils/validation_utils.py' 2025-06-05T23:55:12.3320159Z adding 'coremltools/optimize/torch/_utils/version_utils.py' 2025-06-05T23:55:12.3320861Z adding 'coremltools/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:55:12.3321627Z adding 'coremltools/optimize/torch/layerwise_compression/_quant.py' 2025-06-05T23:55:12.3322393Z adding 'coremltools/optimize/torch/layerwise_compression/algorithms.py' 2025-06-05T23:55:12.3323233Z adding 'coremltools/optimize/torch/layerwise_compression/input_cacher.py' 2025-06-05T23:55:12.3324109Z adding 'coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py' 2025-06-05T23:55:12.3324918Z adding 'coremltools/optimize/torch/palettization/__init__.py' 2025-06-05T23:55:12.3325657Z adding 'coremltools/optimize/torch/palettization/_custom_conversion.py' 2025-06-05T23:55:12.3326460Z adding 'coremltools/optimize/torch/palettization/_efficient_kmeans.py' 2025-06-05T23:55:12.3327325Z adding 'coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py' 2025-06-05T23:55:12.3328160Z adding 'coremltools/optimize/torch/palettization/_partitioner.py' 2025-06-05T23:55:12.3328938Z adding 'coremltools/optimize/torch/palettization/_supported_modules.py' 2025-06-05T23:55:12.3329659Z adding 'coremltools/optimize/torch/palettization/_utils.py' 2025-06-05T23:55:12.3330365Z adding 'coremltools/optimize/torch/palettization/fake_palettize.py' 2025-06-05T23:55:12.3331169Z adding 'coremltools/optimize/torch/palettization/palettization_config.py' 2025-06-05T23:55:12.3331952Z adding 'coremltools/optimize/torch/palettization/palettizer.py' 2025-06-05T23:55:12.3332778Z adding 'coremltools/optimize/torch/palettization/post_training_palettization.py' 2025-06-05T23:55:12.3333637Z adding 'coremltools/optimize/torch/palettization/sensitive_k_means.py' 2025-06-05T23:55:12.3334346Z adding 'coremltools/optimize/torch/pruning/__init__.py' 2025-06-05T23:55:12.3335075Z adding 'coremltools/optimize/torch/pruning/_base_pruner.py' 2025-06-05T23:55:12.3335779Z adding 'coremltools/optimize/torch/pruning/_base_pruning_method.py' 2025-06-05T23:55:12.3336445Z adding 'coremltools/optimize/torch/pruning/_utils.py' 2025-06-05T23:55:12.3337073Z adding 'coremltools/optimize/torch/pruning/magnitude_pruner.py' 2025-06-05T23:55:12.3337783Z adding 'coremltools/optimize/torch/pruning/pruning_scheduler.py' 2025-06-05T23:55:12.3338460Z adding 'coremltools/optimize/torch/quantization/__init__.py' 2025-06-05T23:55:12.3339193Z adding 'coremltools/optimize/torch/quantization/_annotation_config.py' 2025-06-05T23:55:12.3340147Z adding 'coremltools/optimize/torch/quantization/_backend_config.py' 2025-06-05T23:55:12.3340929Z adding 'coremltools/optimize/torch/quantization/_backend_config_utils.py' 2025-06-05T23:55:12.3341683Z adding 'coremltools/optimize/torch/quantization/_configure.py' 2025-06-05T23:55:12.3342724Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer.py' 2025-06-05T23:55:12.3343562Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py' 2025-06-05T23:55:12.3344363Z adding 'coremltools/optimize/torch/quantization/_qconfig_mapping.py' 2025-06-05T23:55:12.3345060Z adding 'coremltools/optimize/torch/quantization/_utils.py' 2025-06-05T23:55:12.3345817Z adding 'coremltools/optimize/torch/quantization/post_training_quantization.py' 2025-06-05T23:55:12.3941115Z adding 'coremltools/optimize/torch/quantization/quantization_config.py' 2025-06-05T23:55:12.3942050Z adding 'coremltools/optimize/torch/quantization/quantizer.py' 2025-06-05T23:55:12.3942994Z adding 'coremltools/optimize/torch/quantization/modules/__init__.py' 2025-06-05T23:55:12.3943795Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose.py' 2025-06-05T23:55:12.3944680Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py' 2025-06-05T23:55:12.3945583Z adding 'coremltools/optimize/torch/quantization/modules/fused_modules.py' 2025-06-05T23:55:12.3946478Z adding 'coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py' 2025-06-05T23:55:12.3947350Z adding 'coremltools/optimize/torch/quantization/modules/observers.py' 2025-06-05T23:55:12.3948131Z adding 'coremltools/optimize/torch/quantization/modules/qat_modules.py' 2025-06-05T23:55:12.3948976Z adding 'coremltools/optimize/torch/quantization/modules/quantized_modules.py' 2025-06-05T23:55:12.3949719Z adding 'coremltools/proto/ArrayFeatureExtractor_pb2.py' 2025-06-05T23:55:12.3950303Z adding 'coremltools/proto/AudioFeaturePrint_pb2.py' 2025-06-05T23:55:12.3950910Z adding 'coremltools/proto/BayesianProbitRegressor_pb2.py' 2025-06-05T23:55:12.3951511Z adding 'coremltools/proto/CategoricalMapping_pb2.py' 2025-06-05T23:55:12.3952140Z adding 'coremltools/proto/ClassConfidenceThresholding_pb2.py' 2025-06-05T23:55:12.3952742Z adding 'coremltools/proto/CustomModel_pb2.py' 2025-06-05T23:55:12.3953278Z adding 'coremltools/proto/DataStructures_pb2.py' 2025-06-05T23:55:12.3953804Z adding 'coremltools/proto/DictVectorizer_pb2.py' 2025-06-05T23:55:12.3954335Z adding 'coremltools/proto/FeatureTypes_pb2.py' 2025-06-05T23:55:12.3954871Z adding 'coremltools/proto/FeatureVectorizer_pb2.py' 2025-06-05T23:55:12.3955414Z adding 'coremltools/proto/GLMClassifier_pb2.py' 2025-06-05T23:55:12.3955933Z adding 'coremltools/proto/GLMRegressor_pb2.py' 2025-06-05T23:55:12.3956432Z adding 'coremltools/proto/Gazetteer_pb2.py' 2025-06-05T23:55:12.3956917Z adding 'coremltools/proto/Identity_pb2.py' 2025-06-05T23:55:12.3957396Z adding 'coremltools/proto/Imputer_pb2.py' 2025-06-05T23:55:12.3957966Z adding 'coremltools/proto/ItemSimilarityRecommender_pb2.py' 2025-06-05T23:55:12.3958546Z adding 'coremltools/proto/LinkedModel_pb2.py' 2025-06-05T23:55:12.3959028Z adding 'coremltools/proto/MIL_pb2.py' 2025-06-05T23:55:12.3959469Z adding 'coremltools/proto/Model_pb2.py' 2025-06-05T23:55:12.3959987Z adding 'coremltools/proto/NamedParameters_pb2.py' 2025-06-05T23:55:12.3960540Z adding 'coremltools/proto/NearestNeighbors_pb2.py' 2025-06-05T23:55:12.3961080Z adding 'coremltools/proto/NeuralNetwork_pb2.py' 2025-06-05T23:55:12.3961653Z adding 'coremltools/proto/NonMaximumSuppression_pb2.py' 2025-06-05T23:55:12.3962212Z adding 'coremltools/proto/Normalizer_pb2.py' 2025-06-05T23:55:12.3962723Z adding 'coremltools/proto/OneHotEncoder_pb2.py' 2025-06-05T23:55:12.3963229Z adding 'coremltools/proto/Parameters_pb2.py' 2025-06-05T23:55:12.3963704Z adding 'coremltools/proto/SVM_pb2.py' 2025-06-05T23:55:12.3964150Z adding 'coremltools/proto/Scaler_pb2.py' 2025-06-05T23:55:12.3964769Z adding 'coremltools/proto/SoundAnalysisPreprocessing_pb2.py' 2025-06-05T23:55:12.3968045Z adding 'coremltools/proto/TextClassifier_pb2.py' 2025-06-05T23:55:12.3968316Z adding 'coremltools/proto/TreeEnsemble_pb2.py' 2025-06-05T23:55:12.3968533Z adding 'coremltools/proto/VisionFeaturePrint_pb2.py' 2025-06-05T23:55:12.3968976Z adding 'coremltools/proto/WordEmbedding_pb2.py' 2025-06-05T23:55:12.3969167Z adding 'coremltools/proto/WordTagger_pb2.py' 2025-06-05T23:55:12.3969327Z adding 'coremltools/proto/__init__.py' 2025-06-05T23:55:12.3969485Z adding 'coremltools/test/__init__.py' 2025-06-05T23:55:12.3969633Z adding 'coremltools/test/utils.py' 2025-06-05T23:55:12.3969797Z adding 'coremltools/test/api/__init__.py' 2025-06-05T23:55:12.3969996Z adding 'coremltools/test/api/test_api_examples.py' 2025-06-05T23:55:12.3970226Z adding 'coremltools/test/api/test_api_visibilities.py' 2025-06-05T23:55:12.3970391Z adding 'coremltools/test/blob/__init__.py' 2025-06-05T23:55:12.3970579Z adding 'coremltools/test/blob/test_weights.py' 2025-06-05T23:55:12.3970772Z adding 'coremltools/test/ml_program/__init__.py' 2025-06-05T23:55:12.3971042Z adding 'coremltools/test/ml_program/test_compression.py' 2025-06-05T23:55:12.3971238Z adding 'coremltools/test/ml_program/test_utils.py' 2025-06-05T23:55:12.3971504Z adding 'coremltools/test/ml_program/experimental/__init__.py' 2025-06-05T23:55:12.3971856Z adding 'coremltools/test/ml_program/experimental/test_compute_plan_utils.py' 2025-06-05T23:55:12.3972178Z adding 'coremltools/test/ml_program/experimental/test_debugging_utils.py' 2025-06-05T23:55:12.3972476Z adding 'coremltools/test/ml_program/experimental/test_perf_utils.py' 2025-06-05T23:55:12.3972800Z adding 'coremltools/test/ml_program/experimental/test_remote_device.py' 2025-06-05T23:55:12.3973153Z adding 'coremltools/test/ml_program/experimental/test_torch_debugging_utils.py' 2025-06-05T23:55:12.3973349Z adding 'coremltools/test/modelpackage/__init__.py' 2025-06-05T23:55:12.3973580Z adding 'coremltools/test/modelpackage/test_mlmodel.py' 2025-06-05T23:55:12.3973832Z adding 'coremltools/test/modelpackage/test_modelpackage.py' 2025-06-05T23:55:12.3974039Z adding 'coremltools/test/neural_network/__init__.py' 2025-06-05T23:55:12.3974307Z adding 'coremltools/test/neural_network/test_compiled_model.py' 2025-06-05T23:55:12.3974822Z adding 'coremltools/test/neural_network/test_custom_neural_nets.py' 2025-06-05T23:55:12.3975044Z adding 'coremltools/test/neural_network/test_model.py' 2025-06-05T23:55:12.3975318Z adding 'coremltools/test/neural_network/test_neural_networks.py' 2025-06-05T23:55:12.3975568Z adding 'coremltools/test/neural_network/test_nn_builder.py' 2025-06-05T23:55:12.3975839Z adding 'coremltools/test/neural_network/test_numpy_nn_layers.py' 2025-06-05T23:55:12.3976098Z adding 'coremltools/test/neural_network/test_quantization.py' 2025-06-05T23:55:12.3976395Z adding 'coremltools/test/neural_network/test_simple_nn_inference.py' 2025-06-05T23:55:12.3976642Z adding 'coremltools/test/neural_network/test_tf_numeric.py' 2025-06-05T23:55:12.3976820Z adding 'coremltools/test/optimize/__init__.py' 2025-06-05T23:55:12.3977012Z adding 'coremltools/test/optimize/test_utils.py' 2025-06-05T23:55:12.3977218Z adding 'coremltools/test/optimize/api/__init__.py' 2025-06-05T23:55:12.3977474Z adding 'coremltools/test/optimize/api/test_optimize_api.py' 2025-06-05T23:55:12.3977683Z adding 'coremltools/test/optimize/coreml/__init__.py' 2025-06-05T23:55:12.3977917Z adding 'coremltools/test/optimize/coreml/test_passes.py' 2025-06-05T23:55:12.3978266Z adding 'coremltools/test/optimize/coreml/test_post_training_quantization.py' 2025-06-05T23:55:12.3978469Z adding 'coremltools/test/optimize/torch/__init__.py' 2025-06-05T23:55:12.3978687Z adding 'coremltools/test/optimize/torch/conftest.py' 2025-06-05T23:55:12.3978906Z adding 'coremltools/test/optimize/torch/smoke_test.py' 2025-06-05T23:55:12.3979158Z adding 'coremltools/test/optimize/torch/test_api_surface.py' 2025-06-05T23:55:12.3979554Z adding 'coremltools/test/optimize/torch/test_base_optimizer.py' 2025-06-05T23:55:12.3979872Z adding 'coremltools/test/optimize/torch/utils.py' 2025-06-05T23:55:12.3980154Z adding 'coremltools/test/optimize/torch/conversion/__init__.py' 2025-06-05T23:55:12.3980652Z adding 'coremltools/test/optimize/torch/conversion/conversion_utils.py' 2025-06-05T23:55:12.3980998Z adding 'coremltools/test/optimize/torch/conversion/joint/__init__.py' 2025-06-05T23:55:12.3981477Z adding 'coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py' 2025-06-05T23:55:12.3981842Z adding 'coremltools/test/optimize/torch/conversion/palettization/__init__.py' 2025-06-05T23:55:12.3982365Z adding 'coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py' 2025-06-05T23:55:12.3982692Z adding 'coremltools/test/optimize/torch/conversion/pruning/__init__.py' 2025-06-05T23:55:12.3983114Z adding 'coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py' 2025-06-05T23:55:12.3983482Z adding 'coremltools/test/optimize/torch/conversion/quantization/__init__.py' 2025-06-05T23:55:12.3983982Z adding 'coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py' 2025-06-05T23:55:12.3984328Z adding 'coremltools/test/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:55:12.3984723Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py' 2025-06-05T23:55:12.3985077Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_quant.py' 2025-06-05T23:55:12.3985318Z adding 'coremltools/test/optimize/torch/models/__init__.py' 2025-06-05T23:55:12.3985549Z adding 'coremltools/test/optimize/torch/models/mnist.py' 2025-06-05T23:55:12.3985844Z adding 'coremltools/test/optimize/torch/models/multi_input_net.py' 2025-06-05T23:55:12.3986134Z adding 'coremltools/test/optimize/torch/palettization/__init__.py' 2025-06-05T23:55:12.3986506Z adding 'coremltools/test/optimize/torch/palettization/palettization_utils.py' 2025-06-05T23:55:12.3986900Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_api.py' 2025-06-05T23:55:12.3987299Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_utils.py' 2025-06-05T23:55:12.3987650Z adding 'coremltools/test/optimize/torch/palettization/test_palettizer.py' 2025-06-05T23:55:12.3988113Z adding 'coremltools/test/optimize/torch/palettization/test_post_training_palettization.py' 2025-06-05T23:55:12.3988501Z adding 'coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py' 2025-06-05T23:55:12.3988754Z adding 'coremltools/test/optimize/torch/pruning/__init__.py' 2025-06-05T23:55:12.3989049Z adding 'coremltools/test/optimize/torch/pruning/pruning_utils.py' 2025-06-05T23:55:12.3989353Z adding 'coremltools/test/optimize/torch/pruning/test_base_pruner.py' 2025-06-05T23:55:12.3989690Z adding 'coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py' 2025-06-05T23:55:12.3990039Z adding 'coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py' 2025-06-05T23:55:12.3990339Z adding 'coremltools/test/optimize/torch/quantization/__init__.py' 2025-06-05T23:55:12.3990666Z adding 'coremltools/test/optimize/torch/quantization/test_configure.py' 2025-06-05T23:55:12.3991044Z adding 'coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py' 2025-06-05T23:55:12.3991462Z adding 'coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py' 2025-06-05T23:55:12.3991790Z adding 'coremltools/test/optimize/torch/quantization/test_observers.py' 2025-06-05T23:55:12.3992224Z adding 'coremltools/test/optimize/torch/quantization/test_post_training_quantization.py' 2025-06-05T23:55:12.3992560Z adding 'coremltools/test/optimize/torch/quantization/test_quantizer.py' 2025-06-05T23:55:12.3992855Z adding 'coremltools/test/optimize/torch/quantization/test_utils.py' 2025-06-05T23:55:12.3993323Z adding 'coremltools/test/optimize/torch/test_utils/__init__.py' 2025-06-05T23:55:12.3993645Z adding 'coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py' 2025-06-05T23:55:12.3994029Z adding 'coremltools/test/optimize/torch/test_utils/test_k_means.py' 2025-06-05T23:55:12.3994381Z adding 'coremltools/test/optimize/torch/test_utils/test_metadata_utils.py' 2025-06-05T23:55:14.7738565Z adding 'coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py' 2025-06-05T23:55:14.7739506Z adding 'coremltools/test/optimize/torch/test_utils/test_report_utils.py' 2025-06-05T23:55:14.7740316Z adding 'coremltools/test/optimize/torch/test_utils/test_torch_utils.py' 2025-06-05T23:55:14.7741136Z adding 'coremltools/test/optimize/torch/test_utils/test_validation_utils.py' 2025-06-05T23:55:14.7741813Z adding 'coremltools/test/pipeline/__init__.py' 2025-06-05T23:55:14.7742388Z adding 'coremltools/test/pipeline/test_model_updatable.py' 2025-06-05T23:55:14.7742980Z adding 'coremltools/test/pipeline/test_pipeline.py' 2025-06-05T23:55:14.7743631Z adding 'coremltools/test/sklearn_tests/__init__.py' 2025-06-05T23:55:14.7744181Z adding 'coremltools/test/sklearn_tests/test_NuSVC.py' 2025-06-05T23:55:14.7744759Z adding 'coremltools/test/sklearn_tests/test_NuSVR.py' 2025-06-05T23:55:14.7745318Z adding 'coremltools/test/sklearn_tests/test_SVC.py' 2025-06-05T23:55:14.7745872Z adding 'coremltools/test/sklearn_tests/test_SVR.py' 2025-06-05T23:55:14.7746508Z adding 'coremltools/test/sklearn_tests/test_categorical_imputer.py' 2025-06-05T23:55:14.7747248Z adding 'coremltools/test/sklearn_tests/test_composite_pipelines.py' 2025-06-05T23:55:14.7747965Z adding 'coremltools/test/sklearn_tests/test_dict_vectorizer.py' 2025-06-05T23:55:14.7748628Z adding 'coremltools/test/sklearn_tests/test_feature_names.py' 2025-06-05T23:55:14.7749292Z adding 'coremltools/test/sklearn_tests/test_glm_classifier.py' 2025-06-05T23:55:14.7749926Z adding 'coremltools/test/sklearn_tests/test_imputer.py' 2025-06-05T23:55:14.7750527Z adding 'coremltools/test/sklearn_tests/test_io_types.py' 2025-06-05T23:55:14.7751212Z adding 'coremltools/test/sklearn_tests/test_k_neighbors_classifier.py' 2025-06-05T23:55:14.7751957Z adding 'coremltools/test/sklearn_tests/test_linear_regression.py' 2025-06-05T23:55:14.7764701Z adding 'coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py' 2025-06-05T23:55:14.7765659Z adding 'coremltools/test/sklearn_tests/test_normalizer.py' 2025-06-05T23:55:14.7766309Z adding 'coremltools/test/sklearn_tests/test_one_hot_encoder.py' 2025-06-05T23:55:14.7767051Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier.py' 2025-06-05T23:55:14.7767889Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py' 2025-06-05T23:55:14.7768722Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression.py' 2025-06-05T23:55:14.7769567Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py' 2025-06-05T23:55:14.7770366Z adding 'coremltools/test/sklearn_tests/test_ridge_regression.py' 2025-06-05T23:55:14.7771059Z adding 'coremltools/test/sklearn_tests/test_standard_scalar.py' 2025-06-05T23:55:14.7771686Z adding 'coremltools/test/sklearn_tests/test_utils.py' 2025-06-05T23:55:14.7772244Z adding 'coremltools/test/xgboost_tests/__init__.py' 2025-06-05T23:55:14.7772919Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier.py' 2025-06-05T23:55:14.7773761Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py' 2025-06-05T23:55:14.7774715Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression.py' 2025-06-05T23:55:14.7775553Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py' 2025-06-05T23:55:14.7776394Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier.py' 2025-06-05T23:55:14.7777234Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py' 2025-06-05T23:55:14.7778064Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression.py' 2025-06-05T23:55:14.7779193Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py' 2025-06-05T23:55:14.7780087Z adding 'coremltools-8.3.0.dist-info/licenses/LICENSE.txt' 2025-06-05T23:55:14.7780723Z adding 'coremltools-8.3.0.dist-info/licenses/NOTICE.txt' 2025-06-05T23:55:14.7781562Z adding 'coremltools-8.3.0.dist-info/METADATA' 2025-06-05T23:55:14.7782070Z adding 'coremltools-8.3.0.dist-info/WHEEL' 2025-06-05T23:55:14.7782567Z adding 'coremltools-8.3.0.dist-info/top_level.txt' 2025-06-05T23:55:14.7783082Z adding 'coremltools-8.3.0.dist-info/RECORD' 2025-06-05T23:55:14.7783557Z removing build/bdist.linux-aarch64/wheel 2025-06-05T23:55:14.7784376Z Building wheel for coremltools (setup.py) ... [?25l[?25hdone 2025-06-05T23:55:14.7785576Z Created wheel for coremltools: filename=coremltools-8.3.0-py3-none-any.whl size=2017550 sha256=03c307c9aa119e0a89b34728ffcf5cb749494c215d5e2eda48799597e4f5f48e 2025-06-05T23:55:14.7787091Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/39/43/1d/f0593bcb41fe66092dfcca66889cb19b2f45f45b1d77f8964f 2025-06-05T23:55:14.7787972Z Successfully built executorch coremltools 2025-06-05T23:55:14.7789056Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:55:14.7790167Z [?25l 2025-06-05T23:55:14.7790672Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:55:14.7791070Z 2025-06-05T23:55:14.7791399Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:55:14.7791788Z 2025-06-05T23:55:14.7792233Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:14.7792867Z  Attempting uninstall: pytest 2025-06-05T23:55:14.7793528Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:14.7794215Z  Found existing installation: pytest 7.2.0 2025-06-05T23:55:14.7794931Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:14.7795752Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7796381Z  Uninstalling pytest-7.2.0: 2025-06-05T23:55:14.7797362Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7798179Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7798944Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:55:14.7799754Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7800547Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7801320Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:55:14.7802337Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7803439Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:55:14.7804676Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7805607Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:55:14.7806543Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7807431Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:55:14.7808386Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7809417Z  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:14.7810450Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7811519Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:55:14.7812553Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7813210Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:55:14.7813910Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7814818Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7815646Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7816404Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:55:14.7817207Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:14.7817944Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:55:14.7818726Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:21.9154454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━  7/11 [pytest-xdist] 2025-06-05T23:55:21.9155380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9156226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9157070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9157902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9158730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9160127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9160964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9162079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9162915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9163721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9164561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9165399Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9166248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9167101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:21.9167931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9168801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9169643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9170465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9171303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9172126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9173072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9173904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9175150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9175997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9176801Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9177623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9178458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9179278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9180126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9181100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9181995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9182790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9183626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9184452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9185271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9186102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9186962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9187730Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:55:21.9188549Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:21.9189301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:55:21.9189851Z [?25h 2025-06-05T23:55:21.9191331Z 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:21.9192703Z + pip list 2025-06-05T23:55:21.9193093Z Package Version Editable project location 2025-06-05T23:55:21.9193849Z ----------------------------- ------------------ ----------------------------------- 2025-06-05T23:55:21.9194392Z aiohappyeyeballs 2.6.1 2025-06-05T23:55:21.9194787Z aiohttp 3.12.9 2025-06-05T23:55:21.9195174Z aiosignal 1.3.2 2025-06-05T23:55:21.9195549Z alabaster 0.7.16 2025-06-05T23:55:21.9196082Z antlr4-python3-runtime 4.9.3 2025-06-05T23:55:21.9196494Z async-timeout 5.0.1 2025-06-05T23:55:21.9196874Z attrs 25.3.0 2025-06-05T23:55:21.9197469Z babel 2.17.0 2025-06-05T23:55:21.9197848Z beautifulsoup4 4.13.4 2025-06-05T23:55:21.9198242Z blobfile 3.0.0 2025-06-05T23:55:21.9198613Z breathe 4.34.0 2025-06-05T23:55:23.0492237Z bs4 0.0.2 2025-06-05T23:55:23.0492759Z cattrs 25.1.1 2025-06-05T23:55:23.0493156Z certifi 2025.4.26 2025-06-05T23:55:23.0493585Z charset-normalizer 3.4.2 2025-06-05T23:55:23.0493975Z cmake 3.31.6 2025-06-05T23:55:23.0494573Z contourpy 1.3.2 2025-06-05T23:55:23.0495298Z coremltools 8.3.0 2025-06-05T23:55:23.0495699Z coverage 7.8.2 2025-06-05T23:55:23.0496083Z cycler 0.12.1 2025-06-05T23:55:23.0496586Z datasets 3.6.0 2025-06-05T23:55:23.0497118Z dill 0.3.8 2025-06-05T23:55:23.0497502Z docutils 0.16 2025-06-05T23:55:23.0497892Z exceptiongroup 1.3.0 2025-06-05T23:55:23.0498285Z execnet 2.1.1 2025-06-05T23:55:23.0498684Z executorch 0.7.0a0+bd57234 2025-06-05T23:55:23.0499111Z exhale 0.2.3 2025-06-05T23:55:23.0499484Z expecttest 0.1.6 2025-06-05T23:55:23.0499866Z filelock 3.18.0 2025-06-05T23:55:23.0500249Z flatbuffers 25.2.10 2025-06-05T23:55:23.0500654Z fonttools 4.58.1 2025-06-05T23:55:23.0501034Z frozenlist 1.6.2 2025-06-05T23:55:23.0501430Z fsspec 2025.3.0 2025-06-05T23:55:23.0501826Z hf_transfer 0.1.9 2025-06-05T23:55:23.0502195Z hf-xet 1.1.3 2025-06-05T23:55:23.0502584Z huggingface-hub 0.32.4 2025-06-05T23:55:23.0502984Z hypothesis 6.84.2 2025-06-05T23:55:23.0503372Z idna 3.10 2025-06-05T23:55:23.0503743Z imagesize 1.4.1 2025-06-05T23:55:23.0504119Z iniconfig 2.1.0 2025-06-05T23:55:23.0504486Z Jinja2 3.1.6 2025-06-05T23:55:23.0504858Z kagglehub 0.3.12 2025-06-05T23:55:23.0505235Z kiwisolver 1.4.8 2025-06-05T23:55:23.0505613Z lxml 5.4.0 2025-06-05T23:55:23.0506004Z markdown-it-py 2.2.0 2025-06-05T23:55:23.0506393Z MarkupSafe 3.0.2 2025-06-05T23:55:23.0506777Z matplotlib 3.10.3 2025-06-05T23:55:23.0507165Z mdit-py-plugins 0.3.5 2025-06-05T23:55:23.0507558Z mdurl 0.1.2 2025-06-05T23:55:23.0507927Z mpmath 1.3.0 2025-06-05T23:55:23.0508306Z multidict 6.4.4 2025-06-05T23:55:23.0508695Z multiprocess 0.70.16 2025-06-05T23:55:23.0509098Z myst-parser 0.18.1 2025-06-05T23:55:23.0509482Z networkx 3.4.2 2025-06-05T23:55:23.0509882Z numpy 2.2.6 2025-06-05T23:55:23.0510257Z omegaconf 2.3.0 2025-06-05T23:55:23.0510651Z packaging 25.0 2025-06-05T23:55:23.0511024Z pandas 2.2.3 2025-06-05T23:55:23.0511417Z parameterized 0.9.0 2025-06-05T23:55:23.0511797Z pillow 11.2.1 2025-06-05T23:55:23.0512186Z pip 25.1 2025-06-05T23:55:23.0512825Z pluggy 1.6.0 2025-06-05T23:55:23.0517571Z propcache 0.3.1 2025-06-05T23:55:23.0517976Z protobuf 6.31.1 2025-06-05T23:55:23.0518381Z psutil 7.0.0 2025-06-05T23:55:23.0518760Z pyaml 25.5.0 2025-06-05T23:55:23.0519149Z pyarrow 20.0.0 2025-06-05T23:55:23.0519844Z pycryptodomex 3.23.0 2025-06-05T23:55:23.0520252Z Pygments 2.19.1 2025-06-05T23:55:23.0520680Z pyparsing 3.2.3 2025-06-05T23:55:23.0521062Z pytest 8.4.0 2025-06-05T23:55:23.0521447Z pytest-cov 4.1.0 2025-06-05T23:55:23.0521844Z pytest-rerunfailures 15.1 2025-06-05T23:55:23.0522262Z pytest-xdist 3.7.0 2025-06-05T23:55:23.0522666Z python-dateutil 2.9.0.post0 2025-06-05T23:55:23.0523258Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:55:23.0523869Z pytorch_tokenizers 0.1.0 2025-06-05T23:55:23.0524254Z pytz 2025.2 2025-06-05T23:55:23.0524635Z PyYAML 6.0.1 2025-06-05T23:55:23.0525240Z regex 2024.11.6 2025-06-05T23:55:23.0525655Z requests 2.32.3 2025-06-05T23:55:23.0526302Z ruamel.yaml 0.17.32 2025-06-05T23:55:23.0526710Z ruamel.yaml.clib 0.2.12 2025-06-05T23:55:23.0527108Z safetensors 0.5.3 2025-06-05T23:55:23.0527639Z sentencepiece 0.2.0 2025-06-05T23:55:23.0528120Z setuptools 78.1.1 2025-06-05T23:55:23.0528507Z six 1.17.0 2025-06-05T23:55:23.0528896Z snowballstemmer 3.0.1 2025-06-05T23:55:23.0529291Z sortedcontainers 2.4.0 2025-06-05T23:55:23.0529687Z soupsieve 2.7 2025-06-05T23:55:23.0530058Z Sphinx 5.3.0 2025-06-05T23:55:23.0530452Z sphinx-copybutton 0.5.0 2025-06-05T23:55:23.0530851Z sphinx_design 0.4.1 2025-06-05T23:55:23.0531246Z sphinx-gallery 0.14.0 2025-06-05T23:55:23.0531647Z sphinx_reredirects 0.1.4 2025-06-05T23:55:23.0532064Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:55:23.0532484Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:55:23.0532907Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:55:23.0533327Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:55:23.0533734Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:55:23.0534163Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:55:23.0534693Z sympy 1.14.0 2025-06-05T23:55:23.0535081Z tabulate 0.9.0 2025-06-05T23:55:23.0535451Z tiktoken 0.9.0 2025-06-05T23:55:23.0535827Z timm 1.0.7 2025-06-05T23:55:23.0536204Z tokenizers 0.21.1 2025-06-05T23:55:23.0536580Z tomli 2.0.1 2025-06-05T23:55:23.0536992Z torch 2.8.0a0+git5616fa4 2025-06-05T23:55:23.0537443Z torchao 0.12.0+gitbc68b11 2025-06-05T23:55:23.0537912Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:55:23.0538332Z torchdata 0.11.0 2025-06-05T23:55:23.0538713Z torchsr 1.0.4 2025-06-05T23:55:23.0539110Z torchtune 0.6.1 2025-06-05T23:55:23.0539535Z torchvision 0.22.0a0+966da7e 2025-06-05T23:55:23.0539960Z tqdm 4.67.1 2025-06-05T23:55:23.0540348Z transformers 4.47.1 2025-06-05T23:55:23.0540755Z typing_extensions 4.14.0 2025-06-05T23:55:23.0541142Z tzdata 2025.2 2025-06-05T23:55:23.0541526Z urllib3 2.4.0 2025-06-05T23:55:23.0541892Z wheel 0.45.1 2025-06-05T23:55:23.0542273Z xxhash 3.5.0 2025-06-05T23:55:23.0542637Z yarl 1.20.0 2025-06-05T23:55:23.0543260Z zstd 1.5.5.1 2025-06-05T23:55:23.0543669Z + build_executorch_runner cmake Release 2025-06-05T23:55:23.0544091Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:55:23.0544447Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:55:23.0545593Z + build_executorch_runner_cmake Release 2025-06-05T23:55:23.0546022Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:55:23.0546528Z + clean_executorch_install_folders 2025-06-05T23:55:23.0546968Z + ./install_executorch.sh --clean 2025-06-05T23:55:23.0547361Z Cleaning build artifacts... 2025-06-05T23:55:23.0547724Z Cleaning pip-out/... 2025-06-05T23:55:23.0548066Z Done cleaning build artifacts. 2025-06-05T23:55:23.0548436Z + mkdir cmake-out 2025-06-05T23:55:23.0548733Z + pushd cmake-out 2025-06-05T23:55:23.0549110Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:55:23.0549580Z + [[ Release == \D\e\b\u\g ]] 2025-06-05T23:55:23.0549920Z + CXXFLAGS= 2025-06-05T23:55:23.0550194Z + CXXFLAGS= 2025-06-05T23:55:23.0550643Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:55:23.0551367Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:55:23.0552089Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:55:23.0552611Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:55:23.0553073Z -- Detecting C compiler ABI info 2025-06-05T23:55:23.0553594Z -- Detecting C compiler ABI info - done 2025-06-05T23:55:23.0554114Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:55:23.0554637Z -- Detecting C compile features 2025-06-05T23:55:23.0555119Z -- Detecting C compile features - done 2025-06-05T23:55:23.0555546Z -- Detecting CXX compiler ABI info 2025-06-05T23:55:23.0555979Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:55:23.0556519Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:55:23.0557055Z -- Detecting CXX compile features 2025-06-05T23:55:23.0557478Z -- Detecting CXX compile features - done 2025-06-05T23:55:23.0557917Z -- --- Configured Options --- 2025-06-05T23:55:23.0558163Z 2025-06-05T23:55:23.0558333Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:55:23.0558815Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:55:23.0559314Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:55:23.0559799Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:55:23.0560298Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:55:23.0560782Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:55:23.0561263Z -- BUCK2 x (unset) 2025-06-05T23:55:23.0561736Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:55:23.0562219Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:55:23.0562720Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:55:23.0563225Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:55:23.0563974Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:55:23.0564730Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:55:23.0565235Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:55:23.0565747Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:55:23.0566228Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:55:23.0566743Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:55:23.0567240Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:55:23.0567745Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:55:23.0568247Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:55:23.0568757Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:55:23.0569257Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:55:23.0569760Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:55:23.0570259Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:55:23.0570762Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:55:23.0571472Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:55:23.0571973Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:55:23.0572486Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:55:23.0572979Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:55:23.0573606Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:55:23.0574111Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:55:23.0574723Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:55:23.0575206Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:55:23.0575688Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:55:23.0576194Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:55:23.0576682Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:55:23.0577169Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:55:23.0577639Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:55:23.0578140Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:55:23.0578625Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:55:23.0579242Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:55:23.0579750Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:55:23.0580359Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:55:23.0580842Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:55:23.0581320Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:55:23.0581806Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:55:23.0582279Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:55:23.0582771Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:55:23.0583268Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:55:23.0583768Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:55:23.0584250Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:55:23.0584748Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:55:23.0585249Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:55:23.0585753Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:55:23.0586217Z -- -------------------------- 2025-06-05T23:55:23.0586796Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:55:27.7756883Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:55:27.7757826Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:27.7758390Z CMake. 2025-06-05T23:55:27.7758542Z 2025-06-05T23:55:27.7758854Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:27.7759610Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:27.7760273Z to work with policies introduced by or earlier. 2025-06-05T23:55:27.7760659Z 2025-06-05T23:55:27.7760834Z  2025-06-05T23:55:27.7761204Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:55:27.7761839Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:55:27.7762421Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:55:27.7762937Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:55:27.7763573Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:55:27.7764195Z -- GCC_VERSION: 11 2025-06-05T23:55:27.7764381Z 2025-06-05T23:55:27.7765521Z -- 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:27.7767500Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:27.7768492Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:27.7769408Z CMake. 2025-06-05T23:55:27.7769567Z 2025-06-05T23:55:27.7769887Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:27.7770639Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:27.7771305Z to work with policies introduced by or earlier. 2025-06-05T23:55:27.7771785Z 2025-06-05T23:55:27.7771984Z  2025-06-05T23:55:27.7772804Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:27.7773819Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:27.7774491Z CMake. 2025-06-05T23:55:27.7774660Z 2025-06-05T23:55:27.7774968Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:27.7775726Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:27.7776516Z to work with policies introduced by or earlier. 2025-06-05T23:55:27.7776868Z 2025-06-05T23:55:27.7777049Z  2025-06-05T23:55:27.7777358Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:55:27.7778099Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:55:27.7778651Z -- Found Threads: TRUE 2025-06-05T23:55:27.7779823Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:27.7780874Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:27.7781474Z CMake. 2025-06-05T23:55:27.7781662Z 2025-06-05T23:55:27.7781988Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:27.7782786Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:27.7783470Z to work with policies introduced by or earlier. 2025-06-05T23:55:27.7783870Z 2025-06-05T23:55:27.7784076Z  2025-06-05T23:55:27.7784820Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:55:27.7785632Z -- Killing buck2 daemon 2025-06-05T23:55:27.7786389Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:55:27.7787220Z -- executorch: Generating source lists 2025-06-05T23:55:27.7787955Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:27.7788908Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:27.7789583Z -- Generating operator lib: 2025-06-05T23:55:27.7789988Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:27.7790528Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:27.7791096Z -- ROOT_OPS: 2025-06-05T23:55:27.7791395Z -- INCLUDE_ALL_OPS: 2025-06-05T23:55:27.7793072Z 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:27.7794636Z -- Generating kernel bindings: 2025-06-05T23:55:27.7795218Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:27.7795761Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:27.7796342Z -- CUSTOM_OPS_YAML: 2025-06-05T23:55:27.7796694Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:55:27.7800250Z 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:27.7802311Z -- Generating operator lib: 2025-06-05T23:55:27.7802692Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:27.7803073Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:55:27.7803720Z -- DEPS: executorch_core 2025-06-05T23:55:27.7804507Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:55:27.7805402Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:27.7805964Z CMake. 2025-06-05T23:55:27.7806125Z 2025-06-05T23:55:27.7806570Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:27.7807342Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:27.7807992Z to work with policies introduced by or earlier. 2025-06-05T23:55:27.7808339Z 2025-06-05T23:55:27.7808502Z  2025-06-05T23:55:27.7808783Z -- Looking for C++ include unistd.h 2025-06-05T23:55:27.7809214Z -- Looking for C++ include unistd.h - found 2025-06-05T23:55:27.7809649Z -- Looking for C++ include stdint.h 2025-06-05T23:55:27.7810071Z -- Looking for C++ include stdint.h - found 2025-06-05T23:55:27.7810512Z -- Looking for C++ include inttypes.h 2025-06-05T23:55:27.7810970Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:55:27.7811424Z -- Looking for C++ include sys/types.h 2025-06-05T23:55:27.7812019Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:55:27.7812504Z -- Looking for C++ include sys/stat.h 2025-06-05T23:55:27.7812938Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:55:27.7813506Z -- Looking for C++ include fnmatch.h 2025-06-05T23:55:27.7813933Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:55:27.7814495Z -- Looking for C++ include stddef.h 2025-06-05T23:55:27.7814915Z -- Looking for C++ include stddef.h - found 2025-06-05T23:55:27.7815353Z -- Check size of uint32_t 2025-06-05T23:55:27.7815729Z -- Check size of uint32_t - done 2025-06-05T23:55:27.7816109Z -- Looking for strtoll 2025-06-05T23:55:27.7816454Z -- Looking for strtoll - found 2025-06-05T23:55:27.7816830Z -- Configuring done (4.9s) 2025-06-05T23:55:27.7817204Z -- Generating done (0.1s) 2025-06-05T23:55:27.7817702Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:55:27.7818237Z + popd 2025-06-05T23:55:27.7818504Z /pytorch/executorch 2025-06-05T23:55:27.7818806Z ++ uname 2025-06-05T23:55:27.7819083Z + '[' Linux == Darwin ']' 2025-06-05T23:55:27.7819411Z ++ nproc 2025-06-05T23:55:27.7819677Z + CMAKE_JOBS=7 2025-06-05T23:55:27.7820002Z + cmake --build cmake-out -j 7 2025-06-05T23:55:27.7821041Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:55:27.7822380Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:55:27.7823421Z [ 1%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:55:27.7824201Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:55:27.7825331Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:55:27.7826665Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:55:27.7828026Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:55:27.7829046Z [ 1%] No download step for 'flatcc_external_project' 2025-06-05T23:55:27.7829777Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:55:27.7830484Z [ 2%] No update step for 'flatcc_external_project' 2025-06-05T23:55:27.7831181Z [ 2%] No update step for 'flatbuffers_external_project' 2025-06-05T23:55:27.7831906Z [ 3%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:55:27.7832589Z [ 3%] No patch step for 'flatcc_external_project' 2025-06-05T23:55:27.7833357Z [ 4%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:55:27.7834202Z [ 4%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:55:27.7835097Z CMake Warning: 2025-06-05T23:55:27.7835541Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:27.7835921Z 2025-06-05T23:55:27.7836073Z  2025-06-05T23:55:27.7836334Z CMake Warning: 2025-06-05T23:55:27.7836731Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:27.7837195Z 2025-06-05T23:55:27.7837361Z  2025-06-05T23:55:27.7837928Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:55:27.7838693Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:27.7839254Z CMake. 2025-06-05T23:55:27.7839406Z 2025-06-05T23:55:27.7839715Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:27.7840489Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:27.7841155Z to work with policies introduced by or earlier. 2025-06-05T23:55:27.7841506Z 2025-06-05T23:55:27.7841664Z  2025-06-05T23:55:27.7841998Z fatal: No names found, cannot describe anything. 2025-06-05T23:55:27.7842724Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:55:27.7843251Z git describe failed with exit code: 128 2025-06-05T23:55:27.7843545Z 2025-06-05T23:55:27.7843854Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:55:27.7844376Z Call Stack (most recent call first): 2025-06-05T23:55:27.7844786Z CMakeLists.txt:5 (include) 2025-06-05T23:55:27.7845026Z 2025-06-05T23:55:27.7845196Z  2025-06-05T23:55:27.7845486Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:55:27.7846384Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:55:27.7847762Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:55:27.7848680Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:55:27.7849706Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:55:27.7850594Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:55:27.7851639Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:55:27.7852508Z -- Detecting C compiler ABI info 2025-06-05T23:55:27.7853383Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:55:27.7854164Z -- Detecting CXX compiler ABI info 2025-06-05T23:55:27.7855256Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:55:28.7421977Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:55:28.7423501Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:55:28.7424991Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:55:28.7426335Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:55:28.7427479Z [ 9%] Linking C static library libpthreadpool.a 2025-06-05T23:55:28.7427988Z [ 9%] Built target pthreadpool 2025-06-05T23:55:28.7428394Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:55:28.7429343Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:55:28.7430656Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:55:28.7431482Z -- Detecting C compiler ABI info - done 2025-06-05T23:55:28.7432133Z [ 10%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:55:28.7433076Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:55:28.7433613Z -- Detecting CXX compile features 2025-06-05T23:55:28.7434038Z -- Detecting CXX compile features - done 2025-06-05T23:55:28.7435072Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-06-05T23:55:28.7436185Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:55:28.7436723Z -- Detecting C compile features 2025-06-05T23:55:28.7437127Z -- Detecting C compile features - done 2025-06-05T23:55:28.7437567Z [ 10%] Built target gflags_nothreads_static 2025-06-05T23:55:28.7437992Z -- Looking for strtof_l 2025-06-05T23:55:28.7438932Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-06-05T23:55:28.7439896Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:55:28.7440502Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:55:28.7441096Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:55:28.7441600Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:55:28.7442387Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:55:28.7443038Z -- GCC_VERSION: 11 2025-06-05T23:55:28.7443354Z 2025-06-05T23:55:28.7444503Z -- 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:28.7445925Z -- Configuring done (0.3s) 2025-06-05T23:55:28.7446281Z -- Generating done (0.0s) 2025-06-05T23:55:28.7447183Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:55:28.7448828Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:55:28.7450287Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-06-05T23:55:28.7451423Z [ 11%] Performing build step for 'flatcc_external_project' 2025-06-05T23:55:28.7452545Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:28.7453706Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:28.7455442Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:28.7456813Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:55:28.7458114Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:28.7459525Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:28.7460936Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:28.7462048Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:28.7462664Z -- Looking for strtof_l - found 2025-06-05T23:55:28.7463054Z -- Looking for strtoull_l 2025-06-05T23:55:28.7464091Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:28.7465658Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:28.7466868Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:28.7467772Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:28.7469179Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:28.7470625Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:28.7472036Z [ 18%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:55:28.7473111Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:28.7474380Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:28.7475949Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:28.7477477Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:28.7478704Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:28.7479425Z -- Looking for strtoull_l - found 2025-06-05T23:55:28.7479975Z -- Looking for realpath 2025-06-05T23:55:28.7480987Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:55:28.7482422Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:55:28.7483528Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:55:28.7484853Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:55:28.7486308Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:55:28.7487559Z [ 33%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:28.7488270Z [ 33%] Built target flatccrt 2025-06-05T23:55:28.7489049Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:55:28.7490357Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:55:28.7491894Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:55:28.7492817Z -- Looking for realpath - found 2025-06-05T23:55:28.7493258Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:55:28.7493743Z -- Configuring done (0.8s) 2025-06-05T23:55:28.7494786Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:55:28.7495631Z -- Generating done (0.0s) 2025-06-05T23:55:28.7496594Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:55:28.7498644Z [ 17%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:55:28.7499634Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:55:28.7500721Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:55:28.7501675Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:55:28.7502458Z [ 17%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:55:28.7503253Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:55:28.7504381Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:55:28.7505484Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:55:28.7506462Z [ 17%] Built target cpuinfo_internals 2025-06-05T23:55:28.7507158Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:55:28.7508058Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:55:28.7508953Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:55:28.7510290Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:55:28.7511455Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:55:28.7512345Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:55:28.7513299Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:55:28.7514275Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:55:28.7515268Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:55:28.7516074Z [ 18%] Linking C static library libcpuinfo.a 2025-06-05T23:55:28.7517106Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:55:28.7518076Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:55:28.7518783Z [ 18%] Built target cpuinfo 2025-06-05T23:55:28.7519387Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:55:29.2471814Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:55:29.2472807Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:55:29.2473791Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:55:29.2474831Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:55:29.2475899Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:55:29.2476957Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:55:29.2477991Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:55:29.2479060Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:55:29.2480032Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:55:29.2480916Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:55:29.2481792Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:55:29.2482718Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:55:29.2483757Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:55:29.2484724Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:55:29.2485590Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:55:29.2486180Z [ 93%] Built target flatcc 2025-06-05T23:55:29.2486860Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:55:29.2487825Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:55:29.2488752Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:55:29.2489338Z [100%] Built target flatcc_cli 2025-06-05T23:55:29.2489975Z [ 18%] Performing install step for 'flatcc_external_project' 2025-06-05T23:55:29.2490819Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:55:29.2491704Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:55:29.2493025Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:55:29.2493646Z [ 21%] Built target flatccrt 2025-06-05T23:55:29.2494302Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:55:29.2495025Z [ 93%] Built target flatcc 2025-06-05T23:55:29.2495384Z [100%] Built target flatcc_cli 2025-06-05T23:55:29.2496002Z Install the project... 2025-06-05T23:55:29.2496401Z -- Install configuration: "" 2025-06-05T23:55:29.2497232Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:55:29.2498354Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:55:29.2499582Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:55:29.2500851Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:55:29.2502099Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:55:29.2503532Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:55:29.2504881Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:55:29.2506136Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:55:29.2507401Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:55:29.2508687Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:55:29.2509996Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:55:29.2511380Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:55:29.2512650Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:55:29.2513966Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:55:29.2515265Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:55:29.2516549Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:55:29.2517806Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:55:29.2519071Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:55:29.2520329Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:55:29.2521597Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:55:29.2522833Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:55:29.2523870Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:55:29.2525140Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:55:29.2526355Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:55:29.2527560Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:55:29.2528838Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:55:29.2530381Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:55:29.2531723Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:55:29.2533214Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:55:29.2534641Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:55:29.2535960Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:55:29.2537294Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:55:29.2538690Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:55:29.2540170Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:55:29.2541570Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:55:29.2543111Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:55:29.2544560Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:55:29.2545987Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:55:29.2547387Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:55:29.2548743Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:55:29.2550061Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:55:29.2551339Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:55:29.2552642Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:55:29.2554013Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:55:29.2555403Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:55:29.2559504Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:55:29.2560893Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:55:29.2562229Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:55:29.2563539Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:55:29.2564866Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:55:29.2566185Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:55:29.2567530Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:55:31.1049474Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:55:31.1051254Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:55:31.1052585Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:55:31.1054033Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:55:31.1055663Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:55:31.1057006Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:55:31.1058554Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:55:31.1059939Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:55:31.1061255Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:55:31.1062703Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:55:31.1064044Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:55:31.1065573Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:55:31.1066872Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:55:31.1068123Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:55:31.1069351Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:55:31.1070790Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:55:31.1072359Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:55:31.1073867Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:55:31.1075314Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:55:31.1076762Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:55:31.1078071Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:55:31.1079275Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:55:31.1080527Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:55:31.1081810Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:55:31.1083093Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:55:31.1084385Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:55:31.1085572Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:55:31.1086646Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:55:31.1087683Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:55:31.1088746Z [ 18%] Completed 'flatcc_external_project' 2025-06-05T23:55:31.1089399Z [ 18%] Built target flatcc_external_project 2025-06-05T23:55:31.1090294Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:31.1091303Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:55:31.1092424Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:31.1093506Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:55:31.1094676Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:31.1095797Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:55:31.1096920Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:55:31.1098344Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:31.1099552Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:31.1100820Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:55:31.1102007Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:31.1103055Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:55:31.1103909Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:55:31.1104729Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:55:31.1105725Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:31.1106734Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:55:31.1107724Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:55:31.1108394Z [ 21%] Built target flatccrt 2025-06-05T23:55:31.1109059Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:55:31.1109946Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:55:31.1110854Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:55:31.1111860Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:55:31.1112900Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:55:31.1113955Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:55:31.1115041Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:55:31.1116122Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:55:31.1117192Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:55:31.1117984Z [100%] Linking CXX executable flatc 2025-06-05T23:55:31.1118434Z [100%] Built target flatc 2025-06-05T23:55:31.1119081Z [ 21%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:55:31.1119668Z [100%] Built target flatc 2025-06-05T23:55:31.1120099Z Install the project... 2025-06-05T23:55:31.1120484Z -- Install configuration: "" 2025-06-05T23:55:31.1121253Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:55:31.1122519Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:55:31.1123841Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:55:31.1125457Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:55:31.1126751Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:55:31.1128215Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:55:31.1129611Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:55:31.1131021Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:55:31.1132634Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:55:31.1134049Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:55:31.1135529Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:55:31.1137052Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:55:31.1138731Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:55:31.1140111Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:55:31.1141455Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:55:31.1142845Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:55:31.1144166Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:55:32.4761308Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:55:32.4763978Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:55:32.4766896Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:55:32.4768285Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:55:32.4769601Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:55:32.4770964Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:55:32.4772293Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:55:32.4773752Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:55:32.4775367Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:55:32.4776740Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:55:32.4778078Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:55:32.4779379Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:55:32.4780674Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:55:32.4781958Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:55:32.4783662Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:55:32.4785010Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:55:32.4786513Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:55:32.4787977Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:55:32.4789514Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:55:32.4791113Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:55:32.4792469Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:55:32.4793913Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:55:32.4795472Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:55:32.4797286Z [ 22%] Completed 'flatbuffers_external_project' 2025-06-05T23:55:32.4797861Z [ 22%] Built target flatbuffers_external_project 2025-06-05T23:55:32.4810296Z [ 22%] Generating common_schema headers 2025-06-05T23:55:32.4811027Z [ 22%] Built target common_schema 2025-06-05T23:55:32.4811708Z [ 22%] Generating program_schema headers 2025-06-05T23:55:32.4812188Z [ 22%] Built target program_schema 2025-06-05T23:55:32.4813026Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:55:32.4814167Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:55:32.4815538Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:55:32.4816989Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:55:32.4818362Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:55:32.4819502Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:55:32.4820599Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:55:32.4821711Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:55:32.4822843Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:55:32.4823975Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:55:32.4825122Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:55:32.4826378Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:55:32.4827684Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:55:32.4828938Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:55:32.4830092Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:55:32.4831158Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:55:32.4832250Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:55:32.4833767Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:55:32.4834895Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:55:32.4836173Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:55:32.4837408Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:55:32.4838350Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:55:32.4838876Z [ 29%] Built target executorch_core 2025-06-05T23:55:32.4839804Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:55:32.4840975Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:55:32.4842087Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:55:32.4843394Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:55:32.4844721Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:55:32.4846236Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:55:32.4847680Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:55:32.4849117Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:55:32.4850522Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:55:32.4851971Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:55:32.4853067Z [ 32%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:55:32.4854177Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:55:32.4855162Z [ 32%] Built target extension_threadpool 2025-06-05T23:55:32.4856181Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:55:32.4857637Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:55:32.4859245Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:55:32.4860243Z [ 34%] Linking CXX static library libexecutorch.a 2025-06-05T23:55:32.4860740Z [ 34%] Built target executorch 2025-06-05T23:55:32.4861671Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:55:32.4863116Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:55:32.4864555Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:55:32.4866105Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:55:32.4867582Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:55:32.4868984Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:55:32.4870647Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:55:32.4872242Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:55:32.4873637Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:55:35.1515961Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:55:35.1517140Z [ 38%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:55:35.1517719Z [ 38%] Built target kernels_util_all_deps 2025-06-05T23:55:35.1518682Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:55:35.1520055Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:55:35.1521317Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:55:35.1522519Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:55:35.1523865Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:55:35.1525117Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:55:35.1526436Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:55:35.1527658Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:55:35.1528921Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:55:35.1530137Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:55:35.1531329Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:55:35.1532526Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:55:35.1533726Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:55:35.1535114Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:55:35.1536321Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:55:35.1537597Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:55:35.1538862Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:55:35.1540047Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:55:35.1541254Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:55:35.1542452Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:55:35.1543654Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:55:35.1544909Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:55:35.1546184Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:55:35.1547466Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:55:35.1548737Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:55:35.1550012Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:55:35.1551517Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:55:35.1552700Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:55:35.1554061Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:55:35.1555338Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:55:35.1556538Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:55:35.1557822Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:55:35.1559133Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:55:35.1560387Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:55:35.1561821Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:55:35.1563146Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:55:35.1564498Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:55:35.1565680Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:55:35.1567102Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:55:35.1568373Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:55:35.1569675Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:55:35.1570927Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:55:35.1572107Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:55:35.1573344Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:35.1574676Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:55:35.1575867Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:55:35.1577036Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:55:35.1578537Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:55:35.1579806Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:55:35.1581607Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:55:35.1582812Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:55:35.1584018Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:55:35.1585206Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:55:35.1586462Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:55:35.1587692Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:55:35.1588888Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:55:35.1590334Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:55:35.1591572Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:55:35.1592763Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:55:35.1594062Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:55:35.1595279Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:55:35.1596453Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:55:35.1597850Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:55:35.1599087Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:55:35.1600319Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:55:35.1601820Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:55:35.1603174Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:55:35.1604377Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:55:35.1605559Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:55:35.1606764Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:55:35.1608074Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:55:35.1609473Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:55:35.1610789Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:55:35.1611979Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:55:35.1613173Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:55:37.7934390Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:55:37.7935763Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:55:37.7937065Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:55:37.7938357Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:55:37.7939665Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:55:37.7940969Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:55:37.7942254Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:55:37.7943468Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:55:37.7944697Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:55:37.7945998Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:55:37.7947315Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:55:37.7948927Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:55:37.7950247Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:55:37.7951963Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:55:37.7953375Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:55:37.7954591Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:55:37.7955776Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:55:37.7956990Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:55:37.7958186Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:55:37.7959356Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:55:37.7960799Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:55:37.7962245Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:55:37.7963583Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:55:37.7964929Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:55:37.7966283Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:55:37.7967541Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:55:37.7968724Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:55:37.7969934Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:55:37.7971151Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:55:37.7972413Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:55:37.7973725Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:55:37.7975150Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:55:37.7976466Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:55:37.7977716Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:55:37.7978921Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:55:37.7980115Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:55:37.7981314Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:55:37.7982558Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:55:37.7984057Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:55:37.7985425Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:55:37.7986779Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:55:37.7988237Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:55:37.7989500Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:55:37.7990832Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:55:37.7992154Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:55:37.7993520Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:55:37.7994976Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:55:37.7996337Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:55:37.7997871Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:55:37.7999243Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:55:37.8000487Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:55:37.8001823Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:55:37.8003078Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:55:37.8004345Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:55:37.8005601Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:55:37.8006881Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:55:37.8008188Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:55:37.8009465Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:55:37.8010691Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:55:37.8011873Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:55:37.8013068Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:55:37.8014306Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:55:37.8015711Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:55:37.8016990Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:55:37.8018240Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:55:37.8019588Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:55:37.8020879Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:55:37.8022132Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:55:37.8023380Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:55:37.8024561Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:55:37.8025733Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:55:37.8027157Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:55:37.8028360Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:55:37.8029661Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:55:37.8030895Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:55:58.3809229Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:55:58.3810690Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:55:58.3811969Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:55:58.3813165Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:55:58.3814910Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:55:58.3816228Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:55:58.3817676Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:55:58.3819040Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:55:58.3820429Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:55:58.3821701Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:55:58.3822977Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:55:58.3824274Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:55:58.3825500Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:55:58.3826716Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:55:58.3828104Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:55:58.3829737Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:55:58.3831314Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:55:58.3832758Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:55:58.3834178Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:55:58.3835544Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:55:58.3836898Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:55:58.3838259Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:55:58.3839604Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:55:58.3840920Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:55:58.3842221Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:55:58.3843843Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:55:58.3845201Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:55:58.3846787Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:55:58.3848192Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:55:58.3849496Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:55:58.3850798Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:55:58.3852128Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:55:58.3853464Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:55:58.3854972Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:55:58.3856017Z [ 96%] Linking CXX static library libportable_kernels.a 2025-06-05T23:55:58.3856647Z [ 96%] Built target portable_kernels 2025-06-05T23:55:58.3857307Z [ 96%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:55:58.3858037Z [ 97%] Generating code for kernel registration 2025-06-05T23:55:58.3859312Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:55:58.3860560Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:55:58.3861097Z [ 98%] Built target portable_ops_lib 2025-06-05T23:55:58.3862015Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:55:58.3863390Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:55:58.3864730Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:55:58.3865990Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:55:58.3867341Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:55:58.3868617Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:55:58.3869513Z [100%] Linking CXX executable executor_runner 2025-06-05T23:55:58.3869999Z [100%] Built target executor_runner 2025-06-05T23:55:58.3870377Z + [[ '' == *main* ]] 2025-06-05T23:55:58.3870683Z + [[ '' == *gh* ]] 2025-06-05T23:55:58.3871005Z + PYTHON_EXECUTABLE=python 2025-06-05T23:55:58.3871571Z + bash .ci/scripts/test_model.sh ic3 cmake xnnpack-quantization-delegation 2025-06-05T23:55:58.3872185Z ++ dirname .ci/scripts/test_model.sh 2025-06-05T23:55:58.3872591Z + source .ci/scripts/utils.sh 2025-06-05T23:55:58.3872945Z + MODEL_NAME=ic3 2025-06-05T23:55:58.3873246Z + [[ -z ic3 ]] 2025-06-05T23:55:58.3873535Z + BUILD_TOOL=cmake 2025-06-05T23:55:58.3873834Z + [[ -z cmake ]] 2025-06-05T23:55:58.3874178Z + BACKEND=xnnpack-quantization-delegation 2025-06-05T23:55:58.3874660Z + [[ -z xnnpack-quantization-delegation ]] 2025-06-05T23:55:58.3875084Z + UPLOAD_DIR= 2025-06-05T23:55:58.3875363Z + [[ -z python ]] 2025-06-05T23:55:58.3875663Z + which python 2025-06-05T23:55:58.3875974Z /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:55:58.3876374Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:55:58.3876730Z + EXPORTED_MODEL=ic3 2025-06-05T23:55:58.3877168Z + [[ xnnpack-quantization-delegation == \p\o\r\t\a\b\l\e ]] 2025-06-05T23:55:58.3877925Z + [[ xnnpack-quantization-delegation == *\q\n\n* ]] 2025-06-05T23:55:58.3878494Z + [[ xnnpack-quantization-delegation == *\c\o\r\e\m\l* ]] 2025-06-05T23:55:58.3879044Z + [[ xnnpack-quantization-delegation == *\m\p\s* ]] 2025-06-05T23:55:58.3879617Z + [[ xnnpack-quantization-delegation == *\x\n\n\p\a\c\k* ]] 2025-06-05T23:55:58.3880252Z + echo 'Testing ic3 with xnnpack...' 2025-06-05T23:55:58.3880670Z Testing ic3 with xnnpack... 2025-06-05T23:55:58.3881031Z + WITH_QUANTIZATION=true 2025-06-05T23:55:58.3881369Z + WITH_DELEGATION=true 2025-06-05T23:55:58.3881710Z + [[ ic3 == \m\o\b\i\l\e\b\e\r\t ]] 2025-06-05T23:55:58.3882104Z + test_model_with_xnnpack true true 2025-06-05T23:55:58.3882506Z + WITH_QUANTIZATION=true 2025-06-05T23:55:58.3882846Z + WITH_DELEGATION=true 2025-06-05T23:55:58.3883165Z + [[ true == true ]] 2025-06-05T23:55:58.3883470Z + [[ true == false ]] 2025-06-05T23:55:58.3883783Z + [[ true == true ]] 2025-06-05T23:55:58.3884091Z + SUFFIX=q8 2025-06-05T23:55:58.3884602Z + python -m examples.xnnpack.aot_compiler --model_name=ic3 --delegate --quantize 2025-06-05T23:55:58.3885752Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-06-05T23:55:58.3887335Z Downloading: "https://download.pytorch.org/models/inception_v3_google-0cc3c7bd.pth" to /var/lib/ci-user/.cache/torch/hub/checkpoints/inception_v3_google-0cc3c7bd.pth 2025-06-05T23:55:58.3888480Z 2025-06-05T23:55:58.3888603Z 0% 0.00/104M [00:00 value. Or, use the ... syntax 2025-06-05T23:57:03.4998543Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:57:03.4999417Z to work with policies introduced by or earlier. 2025-06-05T23:57:03.4999782Z 2025-06-05T23:57:03.4999956Z  2025-06-05T23:57:03.5000473Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:57:03.5001083Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:57:03.5001667Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:57:03.5002158Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:57:03.5002791Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:57:03.5003414Z -- GCC_VERSION: 11 2025-06-05T23:57:03.5003603Z 2025-06-05T23:57:03.5004745Z -- 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:57:03.5006888Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:57:03.5007879Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:57:03.5008448Z CMake. 2025-06-05T23:57:03.5008606Z 2025-06-05T23:57:03.5008928Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:57:03.5009689Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:57:03.5010350Z to work with policies introduced by or earlier. 2025-06-05T23:57:03.5010695Z 2025-06-05T23:57:03.5010863Z  2025-06-05T23:57:03.5011692Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:57:03.5012698Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:57:03.5013276Z CMake. 2025-06-05T23:57:03.5013427Z 2025-06-05T23:57:03.5013740Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:57:03.5014587Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:57:03.5015256Z to work with policies introduced by or earlier. 2025-06-05T23:57:03.5015607Z 2025-06-05T23:57:03.5015777Z  2025-06-05T23:57:03.5016087Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:57:03.5016590Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:57:03.5017065Z -- Found Threads: TRUE 2025-06-05T23:57:03.5017985Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:57:03.5019012Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:57:03.5019573Z CMake. 2025-06-05T23:57:03.5019731Z 2025-06-05T23:57:14.1618693Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:57:14.1620330Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:57:14.1621015Z to work with policies introduced by or earlier. 2025-06-05T23:57:14.1621389Z 2025-06-05T23:57:14.1621744Z  2025-06-05T23:57:14.1622427Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:57:14.1623406Z -- Killing buck2 daemon 2025-06-05T23:57:14.1624097Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:57:14.1624872Z -- executorch: Generating source lists 2025-06-05T23:57:14.1625575Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:57:14.1626519Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:57:14.1627174Z -- Generating operator lib: 2025-06-05T23:57:14.1627547Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:57:14.1628097Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:57:14.1628659Z -- ROOT_OPS: 2025-06-05T23:57:14.1628967Z -- INCLUDE_ALL_OPS: 2025-06-05T23:57:14.1630838Z 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:57:14.1632586Z -- Generating kernel bindings: 2025-06-05T23:57:14.1633042Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:57:14.1633576Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:57:14.1634162Z -- CUSTOM_OPS_YAML: 2025-06-05T23:57:14.1634520Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:57:14.1636818Z 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:57:14.1638869Z -- Generating operator lib: 2025-06-05T23:57:14.1639233Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:57:14.1639633Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:57:14.1640026Z -- DEPS: executorch_core 2025-06-05T23:57:14.1640835Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:57:14.1641742Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:57:14.1642310Z CMake. 2025-06-05T23:57:14.1642467Z 2025-06-05T23:57:14.1642788Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:57:14.1643543Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:57:14.1644203Z to work with policies introduced by or earlier. 2025-06-05T23:57:14.1644555Z 2025-06-05T23:57:14.1644717Z  2025-06-05T23:57:14.1645004Z -- Looking for C++ include unistd.h 2025-06-05T23:57:14.1645446Z -- Looking for C++ include unistd.h - found 2025-06-05T23:57:14.1645884Z -- Looking for C++ include stdint.h 2025-06-05T23:57:14.1646316Z -- Looking for C++ include stdint.h - found 2025-06-05T23:57:14.1646762Z -- Looking for C++ include inttypes.h 2025-06-05T23:57:14.1647211Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:57:14.1647676Z -- Looking for C++ include sys/types.h 2025-06-05T23:57:14.1648137Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:57:14.1648592Z -- Looking for C++ include sys/stat.h 2025-06-05T23:57:14.1649040Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:57:14.1649499Z -- Looking for C++ include fnmatch.h 2025-06-05T23:57:14.1649931Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:57:14.1650384Z -- Looking for C++ include stddef.h 2025-06-05T23:57:14.1650809Z -- Looking for C++ include stddef.h - found 2025-06-05T23:57:14.1651244Z -- Check size of uint32_t 2025-06-05T23:57:14.1651604Z -- Check size of uint32_t - done 2025-06-05T23:57:14.1652222Z -- Looking for strtoll 2025-06-05T23:57:14.1652564Z -- Looking for strtoll - found 2025-06-05T23:57:14.1652972Z -- The ASM compiler identification is GNU 2025-06-05T23:57:14.1653437Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:57:14.1653901Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-06-05T23:57:14.1654978Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.17") found components: Interpreter 2025-06-05T23:57:14.1655786Z -- Generating microkernels.cmake 2025-06-05T23:57:14.1656298Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:57:14.1656874Z No microkernel found in src/reference/packing.cc 2025-06-05T23:57:14.1657446Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:57:14.1657961Z -- Configuring done (10.2s) 2025-06-05T23:57:14.1658331Z -- Generating done (0.4s) 2025-06-05T23:57:14.1658821Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:57:14.1659377Z + cmake --build cmake-out -j4 2025-06-05T23:57:14.1660096Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:57:14.1661253Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:57:14.1662535Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:57:14.1663970Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:57:14.1665065Z [ 1%] No download step for 'flatbuffers_external_project' 2025-06-05T23:57:14.1665809Z [ 1%] No update step for 'flatbuffers_external_project' 2025-06-05T23:57:14.1666520Z [ 1%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:57:14.1667332Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:57:14.1667974Z CMake Warning: 2025-06-05T23:57:14.1668399Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:57:14.1668775Z 2025-06-05T23:57:14.1668931Z  2025-06-05T23:57:14.1669271Z fatal: No names found, cannot describe anything. 2025-06-05T23:57:14.1669895Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:57:14.1670410Z git describe failed with exit code: 128 2025-06-05T23:57:14.1670710Z 2025-06-05T23:57:14.1670942Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:57:14.1671452Z Call Stack (most recent call first): 2025-06-05T23:57:14.1671864Z CMakeLists.txt:5 (include) 2025-06-05T23:57:14.1672103Z 2025-06-05T23:57:14.1672265Z  2025-06-05T23:57:14.1672563Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:57:14.1673583Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:57:14.1674938Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:57:14.1675780Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:57:14.1676253Z -- Detecting CXX compiler ABI info 2025-06-05T23:57:14.1677241Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:57:14.1678566Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:57:14.1679898Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:57:14.1681200Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:57:14.1682590Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:57:14.1683483Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:57:14.1684502Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:57:14.1685686Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:57:14.1686230Z -- Detecting CXX compile features 2025-06-05T23:57:14.1686648Z -- Detecting CXX compile features - done 2025-06-05T23:57:14.1687081Z -- Looking for strtof_l 2025-06-05T23:57:14.1688047Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:57:14.1689050Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:57:14.1689576Z [ 2%] Built target pthreadpool 2025-06-05T23:57:14.1690167Z [ 2%] Creating directories for 'flatcc_external_project' 2025-06-05T23:57:14.1690897Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:57:14.1691915Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:57:14.1692885Z [ 3%] No update step for 'flatcc_external_project' 2025-06-05T23:57:14.1693549Z [ 3%] No patch step for 'flatcc_external_project' 2025-06-05T23:57:14.1694574Z [ 3%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:57:14.1695231Z CMake Warning: 2025-06-05T23:57:14.1695754Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:57:14.1696142Z 2025-06-05T23:57:14.1696301Z  2025-06-05T23:57:14.1696864Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:57:14.1698142Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:57:14.1698718Z CMake. 2025-06-05T23:57:14.1698871Z 2025-06-05T23:57:14.1699175Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:57:14.1699934Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:57:14.1700584Z to work with policies introduced by or earlier. 2025-06-05T23:57:14.1700945Z 2025-06-05T23:57:14.1701124Z  2025-06-05T23:57:14.1701611Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:57:14.1702153Z -- Looking for strtof_l - found 2025-06-05T23:57:14.1714242Z -- Looking for strtoull_l 2025-06-05T23:57:14.1714684Z [ 4%] Built target gflags_nothreads_static 2025-06-05T23:57:14.1715800Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:57:14.1717190Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:57:14.1718067Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:57:14.1718524Z -- Detecting C compiler ABI info 2025-06-05T23:57:14.1719499Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:57:14.1720888Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:57:14.1721752Z -- Looking for strtoull_l - found 2025-06-05T23:57:14.1722136Z -- Looking for realpath 2025-06-05T23:57:14.1723054Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:57:14.1723936Z -- Detecting C compiler ABI info - done 2025-06-05T23:57:14.1724916Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:57:14.1725850Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:57:14.1726361Z -- Detecting C compile features 2025-06-05T23:57:14.1726767Z -- Detecting C compile features - done 2025-06-05T23:57:14.1727272Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:57:14.1727885Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:57:15.0912467Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:57:15.0913830Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:57:15.0914363Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:57:15.0914998Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:57:15.0915639Z -- GCC_VERSION: 11 2025-06-05T23:57:15.0915972Z 2025-06-05T23:57:15.0917148Z -- 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:57:15.0918628Z -- Configuring done (0.3s) 2025-06-05T23:57:15.0919071Z -- Generating done (0.0s) 2025-06-05T23:57:15.0920054Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:57:15.0921302Z [ 5%] Performing build step for 'flatcc_external_project' 2025-06-05T23:57:15.0922401Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:57:15.0923386Z -- Looking for realpath - found 2025-06-05T23:57:15.0923857Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:57:15.0924336Z -- Configuring done (0.7s) 2025-06-05T23:57:15.0925133Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:57:15.0925737Z -- Generating done (0.0s) 2025-06-05T23:57:15.0926705Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:57:15.0927987Z [ 5%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:57:15.0928833Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:57:15.0929954Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:57:15.0931361Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-06-05T23:57:15.0932527Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:57:15.0933673Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:57:15.0935415Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-06-05T23:57:15.0936581Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:57:15.0937825Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-06-05T23:57:15.0939315Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:57:15.0940506Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:57:15.0941676Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:57:15.0942789Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:57:15.0944020Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:57:15.0945253Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:57:15.0946527Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-06-05T23:57:15.0947991Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:57:15.0949160Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:57:15.0950623Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-06-05T23:57:15.0952076Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:57:15.0953419Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:57:15.0954159Z [ 21%] Built target flatccrt 2025-06-05T23:57:15.0954802Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:57:15.0955795Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:57:15.0957130Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-06-05T23:57:15.0958570Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:57:15.0960046Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:57:15.0961191Z [ 6%] Linking C static library libcpuinfo.a 2025-06-05T23:57:15.0962105Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:57:15.0962911Z [ 6%] Built target cpuinfo 2025-06-05T23:57:15.0964122Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:57:15.0965389Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:57:15.0966610Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:57:15.0967922Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:57:15.0969566Z [ 6%] 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:57:15.0971360Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:57:15.0972663Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:57:15.0973967Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:57:15.0976081Z /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:57:15.0978834Z /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:57:15.0980693Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:57:15.0981402Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.0981889Z | | 2025-06-05T23:57:15.0982367Z | const xnn_float16 * 2025-06-05T23:57:15.0983466Z 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:57:15.0985411Z /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:57:15.0986540Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:15.0987152Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:15.0988944Z /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:57:15.0990834Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:57:15.0991532Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.0992003Z | | 2025-06-05T23:57:15.0992489Z | const xnn_float16 * 2025-06-05T23:57:15.0993588Z 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:57:15.0995571Z /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:57:15.0996824Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:15.0997385Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:15.0999211Z /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:57:15.1001207Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:57:15.1001892Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.1002368Z | | 2025-06-05T23:57:15.1002839Z | const xnn_float16 * 2025-06-05T23:57:15.1003972Z 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:57:15.3154280Z /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:57:15.3155484Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:15.3155908Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:15.3157725Z /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:57:15.3159637Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:57:15.3160378Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.3160785Z | | 2025-06-05T23:57:15.3161193Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:57:15.3162282Z 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:57:15.3164232Z /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:57:15.3165472Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:57:15.3165995Z | ~~~~~~~~~~^~~ 2025-06-05T23:57:15.3167284Z [ 7%] 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:57:15.3168727Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:57:15.3169963Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:57:15.3172172Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:57:15.3174080Z /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:57:15.3177069Z /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:57:15.3178873Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:57:15.3179574Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.3180046Z | | 2025-06-05T23:57:15.3180532Z | const xnn_float16 * 2025-06-05T23:57:15.3181763Z 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:57:15.3183812Z /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:57:15.3184943Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:15.3185360Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:15.3187114Z /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:57:15.3188896Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:57:15.3189584Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.3190051Z | | 2025-06-05T23:57:15.3190531Z | const xnn_float16 * 2025-06-05T23:57:15.3191614Z 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:57:15.3193530Z /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:57:15.3194675Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:15.3195081Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:15.3196838Z /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:57:15.3198865Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:57:15.3199545Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.3200031Z | | 2025-06-05T23:57:15.3200508Z | const xnn_float16 * 2025-06-05T23:57:15.3201597Z 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:57:15.3203546Z /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:57:15.3204675Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:15.3205359Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:15.3207140Z /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:57:15.3209141Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:57:15.3209902Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.3210295Z | | 2025-06-05T23:57:15.3210700Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:57:15.3211925Z 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:57:15.3213868Z /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:57:15.3215178Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:57:15.3215879Z | ~~~~~~~~~~^~~ 2025-06-05T23:57:15.3217296Z [ 7%] 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:57:15.3218916Z [ 7%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:57:15.3219451Z [ 7%] Built target cpuinfo_internals 2025-06-05T23:57:15.3220255Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:57:15.3221579Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:57:15.3223704Z /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:57:15.3226593Z /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:57:15.3228457Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-06-05T23:57:15.3229127Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.3229591Z | | 2025-06-05T23:57:15.3230061Z | const xnn_float16 * 2025-06-05T23:57:15.3231215Z 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:57:15.3233237Z /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:57:15.3234364Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:15.3234766Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:15.3236626Z /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:57:15.3238462Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-06-05T23:57:15.3239127Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:15.3239598Z | | 2025-06-05T23:57:15.3240089Z | const xnn_float16 * 2025-06-05T23:57:16.8619407Z 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:57:16.8621955Z /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:57:16.8623138Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:16.8623554Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:16.8624938Z [ 7%] 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:57:16.8626424Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:57:16.8627627Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:57:16.8628905Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:57:16.8630711Z [ 7%] 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:57:16.8632588Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:57:16.8634023Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:57:16.8635150Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:57:16.8636040Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:57:16.8637548Z [ 9%] 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:57:16.8639288Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:57:16.8640429Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:57:16.8641503Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:57:16.8643171Z [ 9%] 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:57:16.8644614Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:57:16.8645235Z [ 9%] Built target logging 2025-06-05T23:57:16.8646165Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:57:16.8647289Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:57:16.8648181Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:57:16.8649695Z [ 9%] 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:57:16.8650854Z [ 9%] Built target indirection 2025-06-05T23:57:16.8651893Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:57:16.8653094Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:57:16.8653991Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:57:16.8654731Z [ 9%] Built target microparams-init 2025-06-05T23:57:16.8655731Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:57:16.8658145Z [ 9%] 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:57:16.8659730Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:57:16.8660682Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:57:16.8661451Z [ 9%] Built target normalization 2025-06-05T23:57:16.8662190Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:57:16.8663886Z [ 9%] 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:57:16.8665516Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:57:16.8666554Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:57:16.8667564Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:57:16.8668932Z [ 9%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:57:16.8670138Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:57:16.8671890Z [ 9%] 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:57:16.8673525Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:57:16.8674207Z [ 9%] Built target packing 2025-06-05T23:57:16.8675110Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:57:16.8676310Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:57:16.8678063Z [ 9%] 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:57:16.8679335Z [ 9%] Built target allocator 2025-06-05T23:57:16.8680182Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:57:16.8681307Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:57:16.8682235Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:57:16.8682813Z [ 9%] Built target cache 2025-06-05T23:57:16.8684268Z [ 9%] 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:57:16.8685866Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:57:16.8687036Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:57:16.8687701Z [ 9%] Built target datatype 2025-06-05T23:57:16.8688445Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:57:16.8689584Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:57:16.8691174Z [ 9%] 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:57:16.8692643Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:57:16.8693611Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:57:16.8694208Z [ 9%] Built target memory 2025-06-05T23:57:16.8695466Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:57:16.8696562Z [ 93%] Built target flatcc 2025-06-05T23:57:16.8697701Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:57:16.8699307Z [ 9%] 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:57:16.8700415Z [ 9%] Built target microkernel-utils 2025-06-05T23:57:16.8701288Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:57:16.8702393Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:57:16.8703848Z [ 9%] 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:57:16.8704914Z [100%] Built target flatcc_cli 2025-06-05T23:57:16.8705289Z [ 9%] Built target mutex 2025-06-05T23:57:16.8705905Z [ 9%] Performing install step for 'flatcc_external_project' 2025-06-05T23:57:16.8707678Z [ 9%] 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:57:16.8709018Z [ 21%] Built target flatccrt 2025-06-05T23:57:16.8709383Z [ 93%] Built target flatcc 2025-06-05T23:57:16.8710015Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:57:16.8711560Z [ 10%] 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:57:16.8712751Z [100%] Built target flatcc_cli 2025-06-05T23:57:16.8713200Z Install the project... 2025-06-05T23:57:16.8713591Z -- Install configuration: "" 2025-06-05T23:57:16.8714285Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:57:16.8715407Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:57:16.8716638Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:57:16.8717901Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:57:16.8759881Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:57:16.8761217Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:57:16.8762471Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:57:16.8763723Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:57:16.8765003Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:57:16.8766308Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:57:16.8767616Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:57:16.8768867Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:57:16.8770120Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:57:16.8771434Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:57:16.8772727Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:57:16.8774470Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:57:16.8775747Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:57:16.8777009Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:57:16.8778385Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:57:16.8779664Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:57:16.8780945Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:57:16.8782207Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:57:16.8783427Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:57:16.8784758Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:57:16.8786053Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:57:16.8787530Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:57:16.8788868Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:57:16.8790218Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:57:16.8791652Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:57:16.8792952Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:57:16.8794311Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:57:16.8795701Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:57:16.8797213Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:57:16.8798605Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:57:16.8800053Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:57:16.8801499Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:57:16.8802927Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:57:16.8804331Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:57:16.8805695Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:57:16.8807005Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:57:16.8808280Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:57:16.8810139Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:57:16.8811506Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:57:16.8813142Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:57:16.8814575Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:57:16.8816041Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:57:16.8817401Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:57:16.8818704Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:57:16.8820021Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:57:16.8821326Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:57:16.8822671Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:57:16.8824150Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:57:16.8825484Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:57:16.8826977Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:57:16.8828283Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:57:16.8829596Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:57:16.8830939Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:57:16.8832350Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:57:16.8833746Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:57:16.8835063Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:57:16.8836354Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:57:16.8837670Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:57:16.8838983Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:57:16.8840295Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:57:16.8841551Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:57:16.8842784Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:57:16.8844222Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:57:16.8845793Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:57:16.8847302Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:57:16.8848754Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:57:16.8850205Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:57:16.8851712Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:57:16.8852902Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:57:18.4049879Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:57:18.4051256Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:57:18.4052536Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:57:18.4053823Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:57:18.4055146Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:57:18.4056235Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:57:18.4057420Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:57:18.4058475Z [ 10%] Completed 'flatcc_external_project' 2025-06-05T23:57:18.4059154Z [ 10%] Built target flatcc_external_project 2025-06-05T23:57:18.4060374Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:57:18.4062161Z [ 10%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:57:18.4064206Z [ 10%] 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:57:18.4066368Z [ 10%] 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:57:18.4067801Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:57:18.4068411Z [ 10%] Built target reference-ukernels 2025-06-05T23:57:18.4069156Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:57:18.4070379Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:57:18.4071276Z [ 10%] Built target operator-utils 2025-06-05T23:57:18.4072259Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:57:18.4074019Z [ 10%] 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:57:18.4075464Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:57:18.4076092Z [ 10%] Built target operator-run 2025-06-05T23:57:18.4076780Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:57:18.4077818Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:57:18.4079595Z [ 10%] 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:57:18.4081268Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:57:18.4083074Z [ 10%] 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:57:18.4085460Z [ 10%] 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:57:18.4088092Z [ 10%] 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:57:18.4089971Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:57:18.4091735Z [ 10%] 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:57:18.4093258Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:57:18.4094862Z [ 10%] 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:57:18.4096301Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:57:18.4098159Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:57:18.4099590Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:57:18.4101371Z [ 10%] 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:57:18.4102843Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:57:18.4103950Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:57:18.4104999Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:57:18.4106537Z [ 11%] 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:57:18.4108144Z [ 11%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:57:18.4108860Z [ 11%] Built target flatccrt 2025-06-05T23:57:18.4110144Z [ 11%] 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:57:18.4111961Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:57:18.4113303Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:57:18.4115014Z [ 11%] 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:57:18.4117270Z [ 11%] 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:57:18.4118529Z [ 11%] Built target hardware-config 2025-06-05T23:57:18.4119284Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:57:18.4120195Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:57:18.4121870Z [ 11%] 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:57:18.4124244Z [ 11%] 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:57:18.4126602Z [ 11%] 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:57:18.4129132Z [ 11%] 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:57:18.4130613Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:57:18.4132205Z [ 11%] 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:57:18.4134439Z [ 11%] 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:57:18.4135875Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:57:18.4137393Z [ 11%] 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:57:18.4139474Z [ 12%] 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:57:18.4141018Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:57:18.4142026Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:57:18.4143753Z [ 12%] 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:57:18.4145847Z [ 12%] 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:57:18.4148171Z /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:57:18.5158928Z /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:57:18.5160942Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:57:18.5161712Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:18.5162201Z | | 2025-06-05T23:57:18.5162687Z | const xnn_float16 * 2025-06-05T23:57:18.5163791Z 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:57:18.5165753Z /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:57:18.5166914Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:18.5167337Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:18.5169129Z /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:57:18.5171138Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:57:18.5171862Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:18.5172351Z | | 2025-06-05T23:57:18.5172844Z | const xnn_float16 * 2025-06-05T23:57:18.5174414Z 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:57:18.5176434Z /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:57:18.5177726Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:18.5178156Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:18.5179496Z [ 12%] 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:57:18.5181530Z [ 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:57:18.5182928Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:57:18.5184676Z /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:57:18.5187583Z /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:57:18.5189537Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:57:18.5190259Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:18.5190740Z | | 2025-06-05T23:57:18.5191232Z | const xnn_float16 * 2025-06-05T23:57:18.5192342Z 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:57:18.5194321Z /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:57:18.5195544Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:18.5195979Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:18.5198092Z /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:57:18.5199952Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:57:18.5200682Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:18.5201157Z | | 2025-06-05T23:57:18.5201687Z | const xnn_float16 * 2025-06-05T23:57:18.5202881Z 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:57:18.5204848Z /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:57:18.5205985Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:18.5206396Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:18.5208217Z /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:57:18.5210308Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:57:18.5211599Z | ^~~~~~~~~~ 2025-06-05T23:57:18.5212090Z | | 2025-06-05T23:57:18.5212699Z | const xnn_float16 * 2025-06-05T23:57:18.5213833Z 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:57:18.5215911Z /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:57:18.5217040Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:18.5217448Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:18.5218717Z [ 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:57:18.5221068Z /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:57:18.5223880Z /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:57:18.5225727Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:57:18.5226453Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:18.5226928Z | | 2025-06-05T23:57:18.5227435Z | const xnn_float16 * 2025-06-05T23:57:18.5228539Z 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:57:18.5230493Z /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:57:18.5231626Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:18.5232048Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:18.5233841Z /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:57:18.5235928Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:57:18.5236675Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:18.5237157Z | | 2025-06-05T23:57:18.5237653Z | const xnn_float16 * 2025-06-05T23:57:18.5238772Z 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:57:18.5240727Z /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:57:18.5241866Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:19.6677856Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:19.6680031Z /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:57:19.6682509Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:57:19.6683732Z | ^~~~~~~~~~ 2025-06-05T23:57:19.6684361Z | | 2025-06-05T23:57:19.6684861Z | const xnn_float16 * 2025-06-05T23:57:19.6685977Z 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:57:19.6687954Z /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:57:19.6689110Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:19.6689531Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:19.6691236Z [ 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:57:19.6693679Z /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:57:19.6696344Z /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:57:19.6698280Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:57:19.6698990Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:19.6699469Z | | 2025-06-05T23:57:19.6699960Z | const xnn_float16 * 2025-06-05T23:57:19.6701013Z 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:57:19.6702918Z /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:57:19.6704062Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:19.6704469Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:19.6705747Z [ 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:57:19.6707684Z [ 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:57:19.6710171Z /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:57:19.6713384Z /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:57:19.6715245Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-06-05T23:57:19.6715733Z | ^~~ 2025-06-05T23:57:19.6716058Z | | 2025-06-05T23:57:19.6716394Z | xnn_float16 * 2025-06-05T23:57:19.6717622Z 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:57:19.6719916Z /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:57:19.6721186Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-06-05T23:57:19.6721727Z | ~~~~~~~~~~^~~ 2025-06-05T23:57:19.6723024Z [ 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:57:19.6725001Z [ 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:57:19.6727037Z [ 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:57:19.6728523Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:57:19.6730118Z [ 13%] 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:57:19.6732142Z [ 13%] 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:57:19.6734124Z [ 13%] 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:57:19.6736252Z [ 13%] 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:57:19.6737629Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:57:19.6739151Z [ 13%] 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:57:19.6741088Z [ 13%] 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:57:19.6742988Z [ 13%] 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:57:19.6744911Z [ 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:57:19.6746821Z [ 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:57:19.6748280Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:57:19.6749805Z [ 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:57:19.6751267Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:57:19.6752788Z [ 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:57:19.6754704Z [ 14%] 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:57:19.6756173Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:57:19.6757254Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:57:19.6758796Z [ 14%] 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:57:19.6760463Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:57:19.6762002Z [ 14%] 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:57:19.6764131Z [ 14%] 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:57:19.6765663Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:57:19.6767134Z [ 14%] 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:57:19.6769061Z [ 14%] 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:57:19.6771181Z [ 14%] 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:57:19.6773199Z [ 14%] 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:57:20.7330891Z [ 14%] 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:57:20.7332950Z [ 14%] 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:57:20.7334162Z [100%] Linking CXX executable flatc 2025-06-05T23:57:20.7335594Z [ 14%] 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:57:20.7337574Z [ 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:57:20.7339507Z [ 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:57:20.7341484Z [ 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:57:20.7343443Z [ 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:57:20.7345382Z [ 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:57:20.7347439Z [ 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:57:20.7349255Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:57:20.7350931Z [ 16%] 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:57:20.7353452Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:57:20.7355278Z [ 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:57:20.7357173Z [ 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:57:20.7359233Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:57:20.7361016Z [ 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:57:20.7363125Z [ 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:57:20.7365013Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:57:20.7367001Z [ 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:57:20.7369225Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-06-05T23:57:20.7371351Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:57:20.7373270Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-06-05T23:57:20.7375410Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:57:20.7377264Z [ 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:57:20.7379060Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:57:20.7380640Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:57:20.7382912Z [ 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:57:20.7384457Z [100%] Built target flatc 2025-06-05T23:57:20.7385169Z [ 17%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:57:20.7386502Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:57:20.7388218Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:57:20.7390339Z [ 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:57:20.7391649Z [100%] Built target flatc 2025-06-05T23:57:20.7392094Z Install the project... 2025-06-05T23:57:20.7392477Z -- Install configuration: "" 2025-06-05T23:57:20.7393395Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:57:20.7394756Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:57:20.7396182Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:57:20.7397637Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:57:20.7399127Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:57:20.7400502Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:57:20.7402293Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:57:20.7403917Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:57:20.7405535Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:57:20.7407089Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:57:20.7408490Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:57:20.7410049Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:57:20.7411483Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:57:20.7412814Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:57:20.7414442Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:57:20.7415950Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:57:20.7417424Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:57:20.7418704Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:57:20.7419969Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:57:20.7421370Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:57:20.7422762Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:57:20.7424074Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:57:20.7425433Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:57:20.7426783Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:57:20.7428319Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:57:20.7429735Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:57:20.7431165Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:57:20.7432533Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:57:22.0836354Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:57:22.0837727Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:57:22.0839019Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:57:22.0840306Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:57:22.0841659Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:57:22.0843029Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:57:22.0844798Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:57:22.0846544Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:57:22.0848277Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:57:22.0850281Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:57:22.0851609Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:57:22.0852882Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:57:22.0854516Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:57:22.0855835Z [ 17%] Completed 'flatbuffers_external_project' 2025-06-05T23:57:22.0856537Z [ 17%] Built target flatbuffers_external_project 2025-06-05T23:57:22.0857691Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:57:22.0859438Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:57:22.0861191Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-06-05T23:57:22.0862866Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:57:22.0864332Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:57:22.0865359Z [ 19%] Generating common_schema headers 2025-06-05T23:57:22.0865956Z [ 20%] Generating xnnpack_schema headers 2025-06-05T23:57:22.0866417Z [ 20%] Built target common_schema 2025-06-05T23:57:22.0867658Z [ 20%] 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:57:22.0869558Z [ 20%] 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:57:22.0870646Z [ 20%] Built target xnnpack_schema 2025-06-05T23:57:22.0871889Z [ 20%] 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:57:22.0873650Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:57:22.0875315Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:57:22.0877106Z [ 20%] 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:57:22.0879033Z [ 20%] 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:57:22.0880977Z [ 21%] 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:57:22.0882672Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:57:22.0884375Z [ 21%] 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:57:22.0886471Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:57:22.0887658Z [ 21%] Generating program_schema headers 2025-06-05T23:57:22.0888131Z [ 21%] Built target program_schema 2025-06-05T23:57:22.0889309Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:57:22.0890819Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:57:22.0892547Z [ 21%] 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:57:22.0894545Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:57:22.0896158Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:57:22.0898109Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:57:22.0900179Z [ 22%] 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:57:22.0902147Z [ 22%] 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:57:22.0904076Z [ 22%] 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:57:22.0905169Z [ 22%] Built target operators 2025-06-05T23:57:22.0905951Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:57:22.0907505Z [ 22%] 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:57:22.0909621Z [ 22%] 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:57:22.0911788Z [ 22%] 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:57:22.0913323Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:57:22.0914591Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:57:22.0916386Z [ 22%] 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:57:22.0918134Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:57:22.0919488Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:57:22.0921317Z [ 22%] 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:57:22.0923480Z [ 22%] 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:57:22.0924951Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:57:22.0926448Z [ 23%] 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:57:22.0928204Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:57:22.0929315Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:57:22.0930568Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:57:22.0932195Z [ 24%] 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:57:22.0934216Z [ 24%] 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:57:22.0935878Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:57:23.8182039Z [ 24%] 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:57:23.8184198Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:57:23.8185507Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:57:23.8187345Z [ 24%] 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:57:23.8188994Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:57:23.8190627Z [ 24%] 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:57:23.8192176Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:57:23.8193779Z [ 24%] 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:57:23.8195253Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:57:23.8196344Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:57:23.8198116Z [ 24%] 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:57:23.8199630Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:57:23.8200766Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:57:23.8201870Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:57:23.8202983Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:57:23.8204130Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:57:23.8205769Z [ 25%] 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:57:23.8207476Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:57:23.8208813Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:57:23.8209815Z [ 25%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:57:23.8211170Z [ 25%] 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:57:23.8213046Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:57:23.8213885Z [ 25%] Built target executorch_core 2025-06-05T23:57:23.8215247Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:57:23.8217013Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:57:23.8218648Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:57:23.8220426Z [ 26%] 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:57:23.8222362Z [ 27%] 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:57:23.8224044Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:57:23.8225646Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:57:23.8227586Z [ 27%] 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:57:23.8229709Z [ 27%] 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:57:23.8231511Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:57:23.8232974Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:57:23.8234444Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:57:23.8235957Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:57:23.8237742Z [ 27%] 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:57:23.8239703Z [ 27%] 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:57:23.8241444Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:57:23.8243095Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:57:23.8244919Z [ 27%] 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:57:23.8246601Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:57:23.8248176Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:57:23.8249999Z [ 27%] 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:57:23.8251514Z [ 28%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:57:23.8252592Z [ 28%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:57:23.8253909Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:57:23.8256201Z [ 28%] 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:57:23.8258233Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:57:23.8259775Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:57:23.8261080Z [ 29%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:57:23.8262786Z [ 29%] 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:57:23.8264622Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:57:23.8266372Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:57:23.8267966Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:57:23.8269942Z [ 29%] 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:57:23.8271712Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:57:23.8273178Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:57:23.8274288Z [ 29%] Linking CXX static library libexecutorch.a 2025-06-05T23:57:23.8275756Z [ 29%] 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:57:23.8276981Z [ 29%] Built target executorch 2025-06-05T23:57:23.8278499Z [ 30%] 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:57:23.8280507Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:57:23.8281996Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:57:25.6394088Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:57:25.6395592Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:57:25.6397682Z [ 30%] 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:57:25.6399952Z [ 30%] 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:57:25.6401974Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:57:25.6403987Z [ 30%] 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:57:25.6405780Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:57:25.6407645Z [ 30%] 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:57:25.6409933Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:57:25.6411597Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:57:25.6423555Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:57:25.6425318Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:57:25.6427135Z [ 31%] 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:57:25.6428595Z [ 31%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:57:25.6429187Z [ 31%] Built target extension_threadpool 2025-06-05T23:57:25.6430556Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:57:25.6432084Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:57:25.6433586Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:57:25.6435405Z [ 31%] 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:57:25.6437258Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:57:25.6438152Z [ 31%] Built target subgraph 2025-06-05T23:57:25.6439116Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:57:25.6441002Z [ 31%] 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:57:25.6442829Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:57:25.6444794Z [ 31%] 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:57:25.6446723Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:57:25.6448171Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:57:25.6449994Z [ 31%] 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:57:25.6451768Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:57:25.6453638Z [ 31%] 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:57:25.6455573Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:57:25.6456987Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:57:25.6458862Z [ 32%] 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:57:25.6461090Z [ 33%] 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:57:25.6462719Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:57:25.6464346Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:57:25.6466111Z [ 33%] 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:57:25.6467740Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:57:25.6469434Z [ 33%] 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:57:25.6471115Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:57:25.6472904Z [ 33%] 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:57:25.6474576Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:57:25.6476124Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:57:25.6477793Z [ 33%] 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:57:25.6479659Z [ 33%] 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:57:25.6481257Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:57:25.6482657Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:57:25.6484265Z [ 33%] 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:57:25.6486247Z [ 33%] 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:57:25.6488505Z [ 33%] 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:57:25.6490794Z [ 33%] 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:57:25.6493090Z [ 33%] 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:57:25.6495517Z [ 34%] 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:57:25.6497966Z [ 34%] 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:57:25.6500303Z [ 34%] 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:57:25.6502456Z [ 34%] 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:57:25.6504686Z [ 34%] 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:57:25.6506574Z [ 34%] 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:57:27.2812406Z [ 34%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:57:27.2813094Z [ 34%] Built target kernels_util_all_deps 2025-06-05T23:57:27.2814439Z [ 34%] 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:57:27.2816278Z [ 34%] 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:57:27.2818377Z [ 34%] 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:57:27.2820742Z [ 34%] 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:57:27.2822851Z [ 34%] 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:57:27.2824938Z [ 34%] 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:57:27.2826760Z [ 35%] 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:57:27.2828583Z [ 35%] 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:57:27.2830449Z [ 35%] 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:57:27.2832274Z [ 35%] 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:57:27.2834371Z [ 35%] 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:57:27.2836674Z [ 35%] 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:57:27.2838937Z [ 35%] 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:57:27.2841227Z [ 35%] 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:57:27.2843540Z [ 35%] 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:57:27.2845765Z [ 35%] 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:57:27.2847842Z [ 35%] 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:57:27.2849802Z [ 36%] 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:57:27.2851440Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:57:27.2853469Z [ 36%] 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:57:27.2855325Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:57:27.2856739Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:57:27.2858558Z [ 36%] 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:57:27.2860845Z [ 36%] 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:57:27.2863092Z [ 36%] 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:57:27.2864881Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:57:27.2866681Z [ 36%] 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:57:27.2869046Z [ 36%] 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:57:27.2871397Z [ 36%] 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:57:27.2873429Z [ 36%] 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:57:27.2874967Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:57:27.2876166Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:57:27.2877358Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:57:27.2878979Z [ 36%] 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:57:27.2880989Z [ 36%] 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:57:27.2882606Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:57:27.2883875Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:57:27.2885543Z [ 37%] 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:57:27.2887117Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:57:27.2888678Z [ 38%] 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:57:27.2890179Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:57:27.2891362Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:57:27.2892938Z [ 38%] 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:57:27.2894799Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:57:27.2896410Z [ 38%] 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:57:27.2899459Z [ 38%] 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:57:27.2901190Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:57:27.2902419Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:57:27.2904177Z [ 38%] 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:57:27.2906409Z [ 38%] 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:57:27.2908605Z [ 38%] 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:57:27.2910294Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:57:27.2911914Z [ 38%] 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:57:27.2913421Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:57:27.2914611Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:57:29.4202520Z [ 38%] 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:57:29.4204636Z [ 38%] 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:57:29.4206322Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:57:29.4207550Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:57:29.4208762Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:57:29.4210647Z [ 39%] 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:57:29.4213145Z [ 40%] 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:57:29.4215659Z [ 40%] 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:57:29.4218067Z [ 40%] 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:57:29.4220306Z [ 40%] 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:57:29.4222393Z [ 40%] 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:57:29.4224017Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:57:29.4225684Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:57:29.4226975Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:57:29.4228739Z [ 40%] 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:57:29.4230501Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:57:29.4232159Z [ 40%] 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:57:29.4233759Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:57:29.4235025Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:57:29.4236919Z [ 40%] 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:57:29.4238805Z [ 40%] 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:57:29.4240426Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:57:29.4242133Z [ 40%] 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:57:29.4243861Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:57:29.4245108Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:57:29.4246914Z [ 40%] 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:57:29.4249096Z [ 41%] 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:57:29.4250679Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:57:29.4251889Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:57:29.4253164Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:57:29.4254891Z [ 42%] 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:57:29.4256747Z [ 42%] 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:57:29.4258284Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:57:29.4259915Z [ 42%] 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:57:29.4261571Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:57:29.4262877Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:57:29.4264452Z [ 42%] 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:57:29.4266310Z [ 42%] 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:57:29.4268002Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:57:29.4269213Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:57:29.4271163Z [ 42%] 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:57:29.4272956Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:57:29.4274751Z [ 42%] 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:57:29.4277077Z [ 42%] 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:57:29.4279483Z [ 42%] 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:57:29.4281757Z [ 42%] 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:57:29.4283955Z [ 43%] 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:57:29.4285589Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:57:29.4286899Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:57:29.4288553Z [ 43%] 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:57:29.4290111Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:57:29.4291827Z [ 43%] 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:57:29.4293492Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:57:29.4294806Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:57:29.4296663Z [ 44%] 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:57:29.4299172Z [ 44%] 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:57:29.4300903Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:57:29.4302714Z [ 44%] 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:57:31.9455504Z [ 44%] 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:57:31.9457269Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:57:31.9458873Z [ 44%] 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:57:31.9460784Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:57:31.9462387Z [ 44%] 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:57:31.9464066Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:57:31.9465347Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:57:31.9467007Z [ 44%] 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:57:31.9468987Z [ 44%] 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:57:31.9470546Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:57:31.9471754Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:57:31.9473505Z [ 44%] 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:57:31.9475184Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:57:31.9476795Z [ 45%] 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:57:31.9478508Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:57:31.9480138Z [ 45%] 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:57:31.9481770Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:57:31.9483445Z [ 45%] 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:57:31.9485029Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:57:31.9486810Z [ 46%] 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:57:31.9488528Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:57:31.9489756Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:57:31.9491472Z [ 46%] 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:57:31.9493134Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:57:31.9494851Z [ 46%] 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:57:31.9496420Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:57:31.9497760Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:57:31.9499534Z [ 46%] 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:57:31.9501237Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:57:31.9502679Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:57:31.9504356Z [ 46%] 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:57:31.9506213Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:57:31.9507481Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:57:31.9509269Z [ 46%] 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:57:31.9511018Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:57:31.9512743Z [ 46%] 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:57:31.9514532Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:57:31.9515806Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:57:31.9517734Z [ 47%] 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:57:31.9519451Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:57:31.9521282Z [ 48%] 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:57:31.9523022Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:57:31.9524805Z [ 48%] 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:57:31.9527028Z [ 48%] 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:57:31.9528707Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:57:31.9530019Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:57:31.9531706Z [ 48%] 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:57:31.9533774Z [ 48%] 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:57:31.9536107Z [ 48%] 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:57:31.9537956Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:57:31.9539254Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:57:31.9541037Z [ 48%] 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:57:31.9543106Z [ 48%] 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:57:31.9545167Z [ 48%] 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:57:31.9547083Z [ 48%] 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:57:31.9548773Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:57:31.9550405Z [ 48%] 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:57:31.9551970Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:57:31.9553168Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:57:31.9554772Z [ 48%] 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:57:34.5400236Z [ 49%] 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:57:34.5401940Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:57:34.5403709Z [ 49%] 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:57:34.5405283Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:57:34.5406577Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:57:34.5408240Z [ 50%] 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:57:34.5409849Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:57:34.5411497Z [ 50%] 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:57:34.5413110Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:57:34.5414565Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:57:34.5416190Z [ 50%] 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:57:34.5418488Z [ 50%] 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:57:34.5420490Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:57:34.5422357Z [ 50%] 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:57:34.5424194Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:57:34.5425506Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:57:34.5427161Z [ 50%] 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:57:34.5428942Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:57:34.5430579Z [ 50%] 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:57:34.5432937Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:57:34.5434655Z [ 50%] 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:57:34.5436320Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:57:34.5437980Z [ 50%] 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:57:34.5439691Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:57:34.5441423Z [ 51%] 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:57:34.5443093Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:57:34.5444338Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:57:34.5446007Z [ 52%] 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:57:34.5447879Z [ 52%] 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:57:34.5449350Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:57:34.5450567Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:57:34.5452130Z [ 52%] 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:57:34.5453621Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:57:34.5455313Z [ 52%] 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:57:34.5456822Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:57:34.5458463Z [ 52%] 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:57:34.5460118Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:57:34.5461647Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:57:34.5463382Z [ 52%] 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:57:34.5465037Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:57:34.5466733Z [ 52%] 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:57:34.5468405Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:57:34.5469764Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:57:34.5471409Z [ 52%] 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:57:34.5473084Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:57:34.5474624Z [ 53%] 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:57:34.5476225Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:57:34.5477794Z [ 53%] 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:57:34.5479321Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:57:34.5480841Z [ 54%] 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:57:34.5482296Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:57:34.5483933Z [ 54%] 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:57:34.5485502Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:57:34.5486886Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:57:34.5488452Z [ 54%] 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:57:34.5490253Z [ 54%] 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:57:34.5491794Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:57:34.5493628Z [ 54%] 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:57:34.5495321Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:57:34.5496592Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:57:34.5498265Z [ 54%] 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:57:34.5499739Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:57:37.0166274Z [ 54%] 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:57:37.0168019Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:57:37.0169277Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:57:37.0170845Z [ 55%] 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:57:37.0172434Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:57:37.0173991Z [ 55%] 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:57:37.0175986Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:57:37.0177351Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:57:37.0178937Z [ 55%] 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:57:37.0181228Z [ 55%] 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:57:37.0183203Z [ 55%] 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:57:37.0184814Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:57:37.0186400Z [ 56%] 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:57:37.0188193Z [ 56%] 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:57:37.0189676Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:57:37.0191376Z [ 56%] 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:57:37.0193206Z [ 56%] 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:57:37.0195170Z [ 56%] 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:57:37.0197467Z [ 56%] 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:57:37.0199398Z [ 56%] 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:57:37.0200909Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:57:37.0202290Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:57:37.0203874Z [ 56%] 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:57:37.0205707Z [ 56%] 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:57:37.0207534Z [ 56%] 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:57:37.0209376Z [ 56%] 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:57:37.0210984Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:57:37.0212685Z [ 57%] 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:57:37.0214393Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:57:37.0216123Z [ 57%] 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:57:37.0218071Z [ 57%] 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:57:37.0219921Z [ 57%] 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:57:37.0221782Z [ 57%] 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:57:37.0223681Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:57:37.0225073Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:57:37.0226892Z [ 57%] 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:57:37.0228421Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:57:37.0230067Z [ 58%] 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:57:37.0231698Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:57:37.0233340Z [ 58%] 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:57:37.0235446Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:57:37.0236694Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:57:37.0238372Z [ 58%] 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:57:37.0239950Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:57:37.0241558Z [ 58%] 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:57:37.0243085Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:57:37.0244392Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:57:37.0246018Z [ 58%] 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:57:37.0247585Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:57:37.0249140Z [ 59%] 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:57:37.0250667Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:57:37.0251955Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:57:37.0253502Z [ 59%] 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:57:37.0255422Z [ 59%] 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:57:37.0256896Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:57:37.0258431Z [ 59%] 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:57:37.0260030Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:57:37.0261218Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:57:37.0262730Z [ 60%] 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:57:37.0264287Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:57:37.0266061Z [ 60%] 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:57:37.0267626Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:57:39.5091996Z [ 60%] 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:57:39.5093608Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:57:39.5094961Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:57:39.5096514Z [ 60%] 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:57:39.5098549Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-06-05T23:57:39.5100346Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:57:39.5101665Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:57:39.5103036Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:57:39.5104643Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:57:39.5106497Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-06-05T23:57:39.5108019Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:57:39.5109226Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:57:39.5110794Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:57:39.5112674Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-06-05T23:57:39.5114546Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:57:39.5116451Z [ 61%] 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:57:39.5117982Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:57:39.5119180Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:57:39.5120811Z [ 62%] 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:57:39.5122725Z [ 62%] 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:57:39.5124635Z [ 62%] 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:57:39.5126588Z [ 62%] 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:57:39.5128119Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:57:39.5129552Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:57:39.5131057Z [ 62%] 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:57:39.5133140Z [ 62%] 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:57:39.5135326Z [ 62%] 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:57:39.5137256Z [ 62%] 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:57:39.5139199Z [ 63%] 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:57:39.5140708Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:57:39.5142061Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:57:39.5143692Z [ 63%] 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:57:39.5145754Z [ 63%] 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:57:39.5147661Z [ 63%] 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:57:39.5149208Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:57:39.5150460Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:57:39.5151676Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:57:39.5153229Z [ 63%] 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:57:39.5155181Z [ 63%] 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:57:39.5156837Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:57:39.5158125Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:57:39.5159808Z [ 63%] 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:57:39.5161469Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:57:39.5163191Z [ 63%] 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:57:39.5165125Z [ 63%] 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:57:39.5166719Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:57:39.5168113Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:57:39.5169389Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:57:39.5170864Z [ 64%] 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:57:39.5172791Z [ 64%] 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:57:39.5174542Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:57:39.5175881Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:57:39.5177117Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:57:39.5178676Z [ 64%] 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:57:39.5180538Z [ 65%] 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:57:39.5182363Z [ 65%] 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:57:39.5183937Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:57:39.5185422Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:57:39.5187103Z [ 65%] 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:57:39.5188919Z [ 65%] 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:57:39.5190768Z [ 65%] 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:57:41.6820931Z [ 65%] 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:57:41.6822837Z [ 65%] 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:57:41.6824628Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:57:41.6826220Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:57:41.6827911Z [ 65%] 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:57:41.6829769Z [ 65%] 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:57:41.6831582Z [ 65%] 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:57:41.6833356Z [ 65%] 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:57:41.6834950Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:57:41.6836362Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:57:41.6838014Z [ 67%] 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:57:41.6839860Z [ 67%] 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:57:41.6842159Z [ 67%] 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:57:41.6844069Z [ 67%] 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:57:41.6845817Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:57:41.6847196Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:57:41.6848951Z [ 67%] 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:57:41.6851012Z [ 67%] 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:57:41.6853224Z [ 67%] 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:57:41.6855754Z [ 67%] 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:57:41.6857607Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:57:41.6859305Z [ 67%] 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:57:41.6860917Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:57:41.6862535Z [ 67%] 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:57:41.6864449Z [ 67%] 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:57:41.6866432Z [ 68%] 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:57:41.6868066Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:57:41.6869585Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-06-05T23:57:41.6871328Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:57:41.6872946Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:57:41.6874483Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-06-05T23:57:41.6876038Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:57:41.6877410Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:57:41.6878983Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:57:41.6880571Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:57:41.6882159Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-06-05T23:57:41.6883675Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:57:41.6885454Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:57:41.6887165Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:57:41.6888605Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:57:41.6890259Z [ 69%] 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:57:41.6892422Z [ 69%] 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:57:41.6894354Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:57:41.6895701Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:57:41.6897946Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:57:41.6899944Z [ 69%] 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:57:41.6902197Z [ 69%] 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:57:41.6904455Z [ 69%] 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:57:41.6906687Z [ 70%] 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:57:41.6908126Z [ 70%] Linking CXX static library libportable_kernels.a 2025-06-05T23:57:41.6909739Z [ 70%] 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:57:41.6912116Z [ 70%] 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:57:41.6914455Z [ 70%] 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:57:41.6916687Z [ 70%] 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:57:41.6917919Z [ 70%] Built target portable_kernels 2025-06-05T23:57:41.6919403Z [ 70%] 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:57:41.6921659Z [ 70%] 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:57:41.6923133Z [ 70%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:57:43.4680433Z [ 70%] 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:57:43.4682864Z [ 70%] 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:57:43.4685518Z [ 70%] 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:57:43.4687884Z [ 70%] 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:57:43.4690204Z [ 71%] 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:57:43.4692482Z [ 71%] 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:57:43.4693900Z [ 71%] Generating code for kernel registration 2025-06-05T23:57:43.4695786Z [ 71%] 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:57:43.4698720Z [ 71%] 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:57:43.4701314Z [ 71%] 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:57:43.4703557Z [ 71%] 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:57:43.4705796Z [ 71%] 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:57:43.4708122Z [ 71%] 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:57:43.4710403Z [ 71%] 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:57:43.4712719Z [ 71%] 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:57:43.4715063Z [ 71%] 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:57:43.4717416Z [ 72%] 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:57:43.4719915Z [ 72%] 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:57:43.4722466Z [ 72%] 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:57:43.4724869Z [ 72%] 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:57:43.4727146Z [ 72%] 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:57:43.4729409Z [ 72%] 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:57:43.4731924Z [ 72%] 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:57:43.4734357Z [ 72%] 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:57:43.4736584Z [ 72%] 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:57:43.4738735Z [ 72%] 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:57:43.4740866Z [ 72%] 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:57:43.4743138Z [ 72%] 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:57:43.4745358Z [ 73%] 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:57:43.4747532Z [ 73%] 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:57:43.4749783Z [ 73%] 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:57:43.4751985Z [ 73%] 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:57:43.4754163Z [ 73%] 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:57:43.4756316Z [ 73%] 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:57:43.4758456Z [ 73%] 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:57:43.4760633Z [ 73%] 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:57:43.4762781Z [ 73%] 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:57:43.4764962Z [ 73%] 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:57:43.4767167Z [ 73%] 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:57:43.4769346Z [ 74%] 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:57:43.4771505Z [ 74%] 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:57:43.4773603Z [ 74%] 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:57:43.4776247Z [ 74%] 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:57:43.4778549Z [ 74%] 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:57:43.4780728Z [ 74%] 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:57:43.4782892Z [ 74%] 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:57:44.9730596Z [ 74%] 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:57:44.9734050Z [ 74%] 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:57:44.9736669Z [ 74%] 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:57:44.9738864Z [ 74%] 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:57:44.9741020Z [ 74%] 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:57:44.9743151Z [ 75%] 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:57:44.9745376Z [ 75%] 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:57:44.9747598Z [ 75%] 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:57:44.9749781Z [ 75%] 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:57:44.9751929Z [ 75%] 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:57:44.9754122Z [ 75%] 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:57:44.9756348Z [ 75%] 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:57:44.9758531Z [ 75%] 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:57:44.9760719Z [ 75%] 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:57:44.9763152Z [ 75%] 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:57:44.9765705Z [ 75%] 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:57:44.9768357Z [ 76%] 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:57:44.9770712Z [ 76%] 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:57:44.9772922Z [ 76%] 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:57:44.9775471Z [ 76%] 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:57:44.9777747Z [ 76%] 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:57:44.9780147Z [ 76%] 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:57:44.9782558Z [ 76%] 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:57:44.9784821Z [ 76%] 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:57:44.9787158Z [ 76%] 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:57:44.9789379Z [ 76%] 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:57:44.9791557Z [ 76%] 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:57:44.9793705Z [ 77%] 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:57:44.9795863Z [ 77%] 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:57:44.9798168Z [ 77%] 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:57:44.9800343Z [ 77%] 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:57:44.9802521Z [ 77%] 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:57:44.9804673Z [ 77%] 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:57:44.9806927Z [ 77%] 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:57:44.9808996Z [ 77%] 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:57:44.9810910Z [ 77%] 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:57:44.9813042Z [ 77%] 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:57:44.9815130Z [ 77%] 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:57:44.9817074Z [ 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:57:44.9819033Z [ 78%] 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:57:44.9821194Z [ 78%] 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:57:44.9823270Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:57:44.9825529Z [ 78%] 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:57:44.9827895Z [ 78%] 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:57:44.9830165Z [ 78%] 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:57:44.9832438Z [ 78%] 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:57:44.9834744Z [ 78%] 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:57:46.0832060Z [ 78%] 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:57:46.0834455Z [ 78%] 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:57:46.0835956Z [ 78%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:57:46.0836496Z [ 78%] Built target portable_ops_lib 2025-06-05T23:57:46.0837951Z [ 78%] 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:57:46.0840245Z [ 78%] 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:57:46.0842521Z [ 79%] 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:57:46.0844819Z [ 79%] 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:57:46.0847132Z [ 79%] 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:57:46.0849416Z [ 79%] 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:57:46.0852093Z [ 79%] 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:57:46.0854620Z [ 79%] 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:57:46.0856904Z [ 79%] 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:57:46.0859101Z [ 79%] 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:57:46.0861268Z [ 79%] 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:57:46.0863661Z [ 79%] 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:57:46.0865895Z [ 79%] 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:57:46.0868207Z [ 79%] 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:57:46.0870463Z [ 80%] 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:57:46.0872638Z [ 80%] 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:57:46.0875054Z [ 80%] 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:57:46.0877600Z [ 80%] 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:57:46.0880176Z [ 80%] 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:57:46.0882450Z [ 80%] 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:57:46.0884630Z [ 80%] 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:57:46.0886852Z [ 80%] 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:57:46.0889321Z [ 80%] 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:57:46.0891872Z [ 80%] 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:57:46.0894352Z [ 80%] 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:57:46.0896635Z [ 81%] 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:57:46.0899511Z [ 81%] 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:57:46.0902259Z [ 81%] 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:57:46.0905027Z [ 81%] 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:57:46.0907520Z [ 81%] 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:57:46.0909816Z [ 81%] 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:57:46.0912144Z [ 81%] 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:57:46.0914391Z [ 81%] 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:57:46.0916600Z [ 81%] 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:57:46.0918821Z [ 81%] 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:57:46.0921009Z [ 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:57:46.0923233Z [ 82%] 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:57:46.0925464Z [ 82%] 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:57:46.0927694Z [ 82%] 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:57:46.0929954Z [ 82%] 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:57:46.0932155Z [ 82%] 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:57:46.0934877Z [ 82%] 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:57:46.9088278Z [ 82%] 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:57:46.9091560Z [ 82%] 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:57:46.9094616Z [ 82%] 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:57:46.9099107Z [ 82%] 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:57:46.9102453Z [ 82%] 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:57:46.9105649Z [ 82%] 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:57:46.9109282Z [ 83%] 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:57:46.9113003Z [ 83%] 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:57:46.9116246Z [ 83%] 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:57:46.9119693Z [ 83%] 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:57:46.9123431Z [ 83%] 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:57:46.9127041Z [ 83%] 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:57:46.9130576Z [ 83%] 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:57:46.9133614Z [ 83%] 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:57:46.9136626Z [ 83%] 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:57:46.9139870Z [ 83%] 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:57:46.9142712Z [ 83%] 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:57:46.9145608Z [ 84%] 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:57:46.9148127Z [ 84%] 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:57:46.9150705Z [ 84%] 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:57:46.9153108Z [ 84%] 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:57:46.9155309Z [ 84%] 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:57:46.9157575Z [ 84%] 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:57:46.9160502Z [ 84%] 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:57:46.9163026Z [ 84%] 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:57:46.9165619Z [ 84%] 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:57:46.9168181Z [ 84%] 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:57:46.9171275Z [ 84%] 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:57:46.9173792Z [ 85%] 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:57:46.9176493Z [ 85%] 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:57:46.9178925Z [ 85%] 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:57:46.9181458Z [ 85%] 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:57:46.9183804Z [ 85%] 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:57:46.9185874Z [ 85%] 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:57:46.9188271Z [ 85%] 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:57:46.9190723Z [ 85%] 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:57:46.9193334Z [ 85%] 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:57:46.9195870Z /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:57:46.9198912Z /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:57:46.9201448Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-06-05T23:57:46.9202403Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:46.9202963Z | | 2025-06-05T23:57:46.9203573Z | const int32_t * {aka const int *} 2025-06-05T23:57:46.9204876Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-06-05T23:57:46.9207209Z /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:57:46.9208584Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:57:46.9209161Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:46.9211742Z /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:57:46.9214956Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:57:46.9215880Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:46.9216617Z | | 2025-06-05T23:57:46.9217456Z | const int32_t * {aka const int *} 2025-06-05T23:57:46.9218824Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-06-05T23:57:48.0634963Z /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:57:48.0636154Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:57:48.0636611Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:48.0638325Z [ 85%] 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:57:48.0640368Z [ 85%] 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:57:48.0642522Z [ 85%] 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:57:48.0644552Z [ 86%] 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:57:48.0646644Z [ 86%] 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:57:48.0648834Z [ 86%] 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:57:48.0650914Z [ 86%] 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:57:48.0653289Z [ 86%] 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:57:48.0655557Z [ 86%] 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:57:48.0657816Z [ 86%] 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:57:48.0659936Z [ 86%] 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:57:48.0662044Z [ 86%] 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:57:48.0664171Z [ 86%] 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:57:48.0666311Z [ 86%] 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:57:48.0668436Z [ 87%] 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:57:48.0670420Z [ 87%] 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:57:48.0672686Z [ 87%] 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:57:48.0674719Z [ 87%] 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:57:48.0676796Z [ 87%] 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:57:48.0678874Z [ 87%] 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:57:48.0680919Z [ 87%] 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:57:48.0683001Z [ 87%] 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:57:48.0685064Z [ 87%] 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:57:48.0687132Z [ 87%] 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:57:48.0689244Z [ 87%] 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:57:48.0691588Z [ 87%] 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:57:48.0694198Z [ 88%] 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:57:48.0696875Z [ 88%] 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:57:48.0699326Z [ 88%] 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:57:48.0701447Z [ 88%] 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:57:48.0703546Z [ 88%] 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:57:48.0705617Z [ 88%] 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:57:48.0707721Z [ 88%] 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:57:48.0709838Z [ 88%] 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:57:48.0712049Z [ 88%] 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:57:48.0714162Z [ 88%] 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:57:48.0716587Z [ 88%] 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:57:48.0719587Z [ 89%] 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:57:48.0722403Z [ 89%] 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:57:48.0724771Z [ 89%] 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:57:48.0726756Z [ 89%] 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:57:48.0728604Z [ 89%] 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:57:48.0730456Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:57:48.0732244Z [ 89%] 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:57:48.0734043Z [ 89%] 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:57:48.0736267Z [ 89%] 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:57:48.0738191Z [ 89%] 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:57:48.6815011Z [ 89%] 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:57:48.6817053Z [ 90%] 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:57:48.6819003Z [ 90%] 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:57:48.6820972Z [ 90%] 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:57:48.6822883Z [ 90%] 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:57:48.6824776Z [ 90%] 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:57:48.6826617Z [ 90%] 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:57:48.6828375Z [ 90%] 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:57:48.6830142Z [ 90%] 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:57:48.6831936Z [ 90%] 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:57:48.6833793Z [ 90%] 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:57:48.6835712Z [ 90%] 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:57:48.6838153Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:57:48.6840270Z /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:57:48.6842779Z /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:57:48.6844448Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-06-05T23:57:48.6845141Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:48.6845609Z | | 2025-06-05T23:57:48.6846212Z | const int32_t * {aka const int *} 2025-06-05T23:57:48.6847201Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-06-05T23:57:48.6849109Z /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:57:48.6850317Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:57:48.6850738Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:48.6852366Z /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:57:48.6854040Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:57:48.6854823Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:48.6855299Z | | 2025-06-05T23:57:48.6855837Z | const int32_t * {aka const int *} 2025-06-05T23:57:48.6856825Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-06-05T23:57:48.6858671Z /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:57:48.6859804Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:57:48.6860220Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:48.6861512Z [ 91%] 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:57:48.6863691Z [ 91%] 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:57:48.6865702Z [ 91%] 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:57:48.6867899Z [ 91%] 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:57:48.6869868Z [ 91%] 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:57:48.6871714Z [ 91%] 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:57:48.6873564Z [ 91%] 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:57:48.6875541Z [ 91%] 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:57:48.6877468Z [ 91%] 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:57:48.6879480Z [ 91%] 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:57:48.6881332Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-06-05T23:57:48.6883054Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:57:48.6884868Z [ 92%] 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:57:48.6886912Z /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:57:48.6889413Z /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:57:48.6891033Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:57:48.6891607Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:48.6892044Z | | 2025-06-05T23:57:48.6892512Z | const int32_t * {aka const int *} 2025-06-05T23:57:48.6893558Z 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:57:48.6895673Z /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:57:48.6896839Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:57:48.6897430Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:48.6899124Z /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:57:48.6900738Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:57:48.6901321Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:48.6901759Z | | 2025-06-05T23:57:48.6902468Z | const int32_t * {aka const int *} 2025-06-05T23:57:48.6903511Z 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:57:48.6905515Z /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:57:48.6906691Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:57:48.6907101Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:49.0268088Z [ 92%] 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:57:49.0270047Z [ 92%] 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:57:49.0271939Z /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:57:49.0274492Z /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:57:49.0276150Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:57:49.0276723Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:49.0277163Z | | 2025-06-05T23:57:49.0277616Z | const int32_t * {aka const int *} 2025-06-05T23:57:49.0278550Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:57:49.0280358Z /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:57:49.0281503Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:57:49.0281920Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:49.0283493Z /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:57:49.0285031Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:57:49.0285613Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:49.0286048Z | | 2025-06-05T23:57:49.0286511Z | const int32_t * {aka const int *} 2025-06-05T23:57:49.0287427Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:57:49.0289234Z /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:57:49.0290377Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:57:49.0290776Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:49.0291945Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:57:49.0293806Z [ 92%] 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:57:49.0296036Z [ 92%] 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:57:49.0298018Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-06-05T23:57:49.0299959Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-06-05T23:57:49.0301675Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-06-05T23:57:49.0303788Z /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:57:49.0306294Z /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:57:49.0307923Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:57:49.0308503Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:49.0308954Z | | 2025-06-05T23:57:49.0309557Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:57:49.0310626Z 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:57:49.0312728Z /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:57:49.0313932Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:57:49.0314344Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:49.0316030Z /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:57:49.0317652Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:57:49.0318234Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:49.0318676Z | | 2025-06-05T23:57:49.0319168Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:57:49.0320235Z 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:57:49.0322189Z /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:57:49.0323399Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:57:49.0323802Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:49.0324942Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-06-05T23:57:49.0326919Z [ 93%] 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:57:49.0329024Z [ 93%] 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:57:49.0331122Z [ 93%] 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:57:49.0333080Z /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:57:49.0335418Z /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:57:49.0337188Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:57:49.0337815Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:49.0338366Z | | 2025-06-05T23:57:49.0338995Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:57:49.0340115Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:57:49.0342247Z /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:57:49.0343505Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:57:49.0343945Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:49.0345739Z /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:57:49.0347504Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:57:49.0348212Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:57:49.0348835Z | | 2025-06-05T23:57:49.0349408Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:57:49.0350390Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:57:49.0352344Z /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:57:49.0353733Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:57:49.0354231Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:57:49.0355634Z [ 93%] 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:57:49.0357884Z [ 93%] 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:57:50.3133945Z [ 93%] 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:57:50.3136240Z [ 93%] 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:57:50.3138294Z [ 93%] 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:57:50.3140268Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-06-05T23:57:50.3142288Z [ 93%] 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:57:50.3144449Z [ 93%] 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:57:50.3146508Z [ 93%] 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:57:50.3148618Z [ 94%] 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:57:50.3151158Z [ 94%] 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:57:50.3153241Z [ 94%] 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:57:50.3155519Z [ 94%] 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:57:50.3157677Z [ 94%] 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:57:50.3159604Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-06-05T23:57:50.3161331Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:57:50.3163270Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-06-05T23:57:50.3165036Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:57:50.3166875Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-06-05T23:57:50.3168559Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:57:50.3170264Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-06-05T23:57:50.3171963Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:57:50.3173653Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-06-05T23:57:50.3175428Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:57:50.3177434Z [ 95%] 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:57:50.3179568Z [ 95%] 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:57:50.3181645Z [ 95%] 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:57:50.3183602Z [ 95%] 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:57:50.3185424Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-06-05T23:57:50.3187256Z [ 95%] 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:57:50.3189114Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-06-05T23:57:50.3191112Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-06-05T23:57:50.3193056Z [ 96%] 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:57:50.3195178Z [ 96%] 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:57:50.3197763Z [ 96%] 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:57:50.3200066Z [ 96%] 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:57:50.3202149Z [ 96%] 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:57:50.3203946Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-06-05T23:57:50.3205593Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:57:50.3207384Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-06-05T23:57:50.3209042Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:57:50.3210798Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-06-05T23:57:50.3212445Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:57:50.3214085Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-06-05T23:57:50.3215835Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:57:50.3217544Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:57:50.3219248Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-06-05T23:57:50.3220943Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:57:50.3222639Z [ 97%] 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:57:50.3224339Z [ 97%] 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:57:50.3226190Z [ 97%] 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:57:50.3227983Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:57:50.3229629Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:57:50.3231312Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:57:50.3232997Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:57:50.3234687Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:57:50.3236381Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:57:53.2562441Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:57:53.2564721Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:57:53.2567551Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:57:53.2569404Z [ 98%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:57:53.2569956Z [ 98%] Built target microkernels-prod 2025-06-05T23:57:53.2570491Z [ 98%] Generating build_identifier.c 2025-06-05T23:57:53.2571768Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:57:53.2573426Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:57:53.2575317Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:57:53.2577319Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:57:53.2579124Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:57:53.2580837Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:57:53.2582410Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:57:53.2584209Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:57:53.2585934Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:57:53.2587556Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:57:53.2589194Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:57:53.2590742Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:57:53.2592241Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:57:53.2593744Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:57:53.2595472Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:57:53.2597626Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:57:53.2599552Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:57:53.2601039Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:57:53.2602574Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:57:53.2604069Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:57:53.2605672Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:57:53.2607249Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:57:53.2609169Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:57:53.2610728Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:57:53.2612381Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:57:53.2614175Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:57:53.2615867Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:57:53.2617427Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:57:53.2618777Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:57:53.2620503Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:57:53.2621601Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:57:53.2622287Z [100%] Built target XNNPACK 2025-06-05T23:57:53.2623497Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:57:53.2625004Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:57:53.2626540Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:57:53.2628006Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:57:53.2629386Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:57:53.2631129Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:57:53.2633719Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp: In function ‘std::pair executorch::backends::xnnpack::delegate::getOutputMinMax(executorch::backends::xnnpack::delegate::NodePtr)’: 2025-06-05T23:57:53.2636702Z /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:57:53.2638430Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-06-05T23:57:53.2639090Z | ^~~~~~~~ 2025-06-05T23:57:53.2639866Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:57:53.2640431Z [100%] Built target xnnpack_backend 2025-06-05T23:57:53.2641713Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:57:53.2643389Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:57:53.2644921Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:57:53.2646520Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:57:53.2647909Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:57:53.2649437Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:57:53.2650486Z [100%] Linking CXX executable executor_runner 2025-06-05T23:57:53.2651063Z [100%] Built target executor_runner 2025-06-05T23:57:53.2651874Z + ./cmake-out/executor_runner --model_path ic3_xnnpack_q8.pte 2025-06-05T23:57:53.2652417Z Output 0: tensor(sizes=[1, 1000], [ 2025-06-05T23:57:53.2653250Z -0.312647, 0.208431, -0.541921, -0.583608, 0.396019, -0.208431, -0.375176, 0.312647, -0.0208431, -0.416863, 2025-06-05T23:57:53.2654377Z -0.229274, -0.270961, -0.541921, -0.145902, -0.479392, 0., 0., -0.375176, 0.0208431, -0.541921, 2025-06-05T23:57:53.2655354Z -0.250118, 0.250118, -0.104216, -0.66698, -0.354333, -0.708666, -0.687823, -0.521078, -0.479392, -0.250118, 2025-06-05T23:57:53.2656505Z -1.12553, -0.437706, -0.646137, -0.312647, -1.08384, -1.25059, -0.875412, -0.646137, -0.500235, -0.416863, 2025-06-05T23:57:53.2657600Z -0.166745, -0.479392, -0.416863, -0.437706, 0.0625294, -0.270961, 0.72951, -0.854568, -0.625294, -0.145902, 2025-06-05T23:57:53.2658487Z -0.604451, -0.66698, -0.270961, -0.208431, -0.229274, -0.396019, 0.354333, -0.458549, -0.416863, -0.291804, 2025-06-05T23:57:53.2659381Z -0.229274, -0.166745, -0.0625294, -0.416863, -0.479392, -0.687823, -0.875412, -0.687823, -0.104216, -0.416863, 2025-06-05T23:57:53.2660539Z -0.750353, -0.208431, -0.604451, -0.521078, -0.270961, -0.437706, 0.104216, -0.541921, 0.166745, -0.0416863, 2025-06-05T23:57:53.2661534Z -0.958784, -0.500235, 0.0416863, -1.22974, -0.833725, -0.375176, -0.270961, -0.792039, -0.208431, -0.145902, 2025-06-05T23:57:53.2662685Z -0.0208431, -0.458549, -0.0416863, -0.0208431, -0.250118, -0.208431, 0.166745, -0.792039, -0.125059, -0.917098, 2025-06-05T23:57:53.2663473Z ..., 2025-06-05T23:57:53.2664066Z -0.0416863, 1.56323, 0.792039, 1.64661, -0.0416863, 0.416863, 1.62576, 1.14637, -0.396019, 0.812882, 2025-06-05T23:57:53.2664931Z 0.792039, -0.104216, 0.396019, -0.375176, -0.771196, -0.750353, 0.562765, 0.0833725, 0.458549, 0.145902, 2025-06-05T23:57:53.2665783Z 0.458549, -0.270961, 0.937941, 0.375176, -0.291804, 0.0833725, 0.33349, 0.500235, 0.416863, 1.39649, 2025-06-05T23:57:53.2666844Z 0.583608, -0.0208431, -0.145902, 0.229274, 0.979627, -0.270961, 0.291804, -0.479392, 0.0208431, -0.104216, 2025-06-05T23:57:53.2668147Z 0.291804, -0.354333, 0.312647, 0.0833725, -0.0833725, 0.0625294, -0.562765, -0.479392, 1.18806, 0.812882, 2025-06-05T23:57:53.2669130Z 0.833725, 0.896255, 0.833725, 0.500235, 0.812882, 0.687823, 0.396019, 1.02131, -0.583608, -0.270961, 2025-06-05T23:57:53.2670003Z 0.33349, 0., -0.562765, 0.500235, 0.0416863, 0.792039, 1.47986, 0.854568, 0.750353, 0.958784, 2025-06-05T23:57:53.2670886Z -0.541921, 0.270961, -0.104216, -0.646137, -0.33349, -0.229274, -0.270961, -0.0208431, -0.500235, -0.396019, 2025-06-05T23:57:53.2671888Z -0.458549, 0.354333, 1.08384, -0.541921, 0.354333, 0.0625294, 0.0416863, 0.437706, -0.125059, 0.0833725, 2025-06-05T23:57:53.2672959Z 0.396019, -0.66698, -0.291804, -0.437706, 0.291804, -0.104216, 0.0416863, -0.0416863, 1.41733, 0.291804, 2025-06-05T23:57:53.2673624Z ]) 2025-06-05T23:57:53.2673884Z + [[ 0 -eq 0 ]] 2025-06-05T23:57:53.2674335Z + prepare_artifacts_upload 2025-06-05T23:57:53.2674688Z + '[' -n '' ']' 2025-06-05T23:57:53.2780938Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-05T23:57:53.2781665Z with: 2025-06-05T23:57:53.2782058Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:53.2782578Z fail-on-empty: false 2025-06-05T23:57:53.2782896Z env: 2025-06-05T23:57:53.2783252Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:53.2783747Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:53.2784127Z PR_NUMBER: 2025-06-05T23:57:53.2786542Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:53.2789474Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:53.2790256Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:53.2790991Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:53.2791515Z ##[endgroup] 2025-06-05T23:57:53.3553769Z Prepare all required actions 2025-06-05T23:57:53.3607261Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:57:53.3607750Z with: 2025-06-05T23:57:53.3608188Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:57:53.3608773Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:53.3609118Z env: 2025-06-05T23:57:53.3609475Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:53.3609967Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:53.3610341Z PR_NUMBER: 2025-06-05T23:57:53.3612778Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:53.3615817Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:53.3616604Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:53.3617334Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:53.3617845Z ##[endgroup] 2025-06-05T23:57:53.3650606Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:53.3651731Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:53.3662107Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:53.3662596Z env: 2025-06-05T23:57:53.3662958Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:53.3663453Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:53.3663827Z PR_NUMBER: 2025-06-05T23:57:53.3666244Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:53.3668929Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:53.3669719Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:53.3670459Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:53.3670993Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:53.3671527Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:57:53.3672086Z ##[endgroup] 2025-06-05T23:57:53.3872030Z Unable to find image 'arm64v8/alpine:latest' locally 2025-06-05T23:57:53.5619855Z latest: Pulling from arm64v8/alpine 2025-06-05T23:57:53.6543573Z d69d4d41cfe2: Pulling fs layer 2025-06-05T23:57:53.7222083Z d69d4d41cfe2: Verifying Checksum 2025-06-05T23:57:53.7222559Z d69d4d41cfe2: Download complete 2025-06-05T23:57:53.8471407Z d69d4d41cfe2: Pull complete 2025-06-05T23:57:53.8617401Z Digest: sha256:fa4cf50559eaaaafd69341a3bc5fc09047b53480c884a3bc3e4f6e13da13f503 2025-06-05T23:57:53.8660844Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-06-05T23:57:55.3355212Z Prepare all required actions 2025-06-05T23:57:55.3393244Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:57:55.3393992Z with: 2025-06-05T23:57:55.3394356Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:57:55.3394848Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:55.3395196Z env: 2025-06-05T23:57:55.3395547Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:55.3396061Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:55.3396429Z PR_NUMBER: 2025-06-05T23:57:55.3399144Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:55.3401839Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:55.3402636Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:55.3403375Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:55.3403881Z ##[endgroup] 2025-06-05T23:57:55.3435966Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:55.3459902Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:55.3469776Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:55.3470280Z env: 2025-06-05T23:57:55.3470638Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:55.3471138Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:55.3471502Z PR_NUMBER: 2025-06-05T23:57:55.3473910Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:55.3476598Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:55.3477395Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:55.3478126Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:55.3478671Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:55.3479113Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:57:55.3479584Z ##[endgroup] 2025-06-05T23:57:56.1570736Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-05T23:57:56.1571595Z # Only do these steps if we actually want to upload an artifact 2025-06-05T23:57:56.1572214Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-05T23:57:56.1572940Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-05T23:57:56.1573769Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-05T23:57:56.1574521Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-05T23:57:56.1575105Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:57:56.1575536Z  fi 2025-06-05T23:57:56.1575893Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:57:56.1576484Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:57:56.1577014Z  fi 2025-06-05T23:57:56.1577327Z fi 2025-06-05T23:57:56.1577594Z  2025-06-05T23:57:56.1577874Z upload_docs=0 2025-06-05T23:57:56.1578411Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:57:56.1579250Z # empty folders do not count 2025-06-05T23:57:56.1579854Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:57:56.1580650Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:57:56.1581331Z  # upload will probably not work correctly 2025-06-05T23:57:56.1581789Z  upload_docs=1 2025-06-05T23:57:56.1582143Z fi 2025-06-05T23:57:56.1582568Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:57:56.1590653Z shell: /usr/bin/bash -e {0} 2025-06-05T23:57:56.1591030Z env: 2025-06-05T23:57:56.1591400Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:56.1591933Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:56.1592303Z PR_NUMBER: 2025-06-05T23:57:56.1594703Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:56.1597906Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:56.1598694Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:56.1599421Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:56.1599954Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:57:56.1600282Z ##[endgroup] 2025-06-05T23:57:56.1763672Z Prepare all required actions 2025-06-05T23:57:56.1811946Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:57:56.1812430Z with: 2025-06-05T23:57:56.1812693Z env: 2025-06-05T23:57:56.1813043Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:56.1813561Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:56.1813927Z PR_NUMBER: 2025-06-05T23:57:56.1816612Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:56.1819366Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:56.1820190Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:56.1820921Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:56.1821438Z ##[endgroup] 2025-06-05T23:57:56.1852922Z ##[group]Run set -eou pipefail 2025-06-05T23:57:56.1853372Z set -eou pipefail 2025-06-05T23:57:56.1853723Z  2025-06-05T23:57:56.1854196Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:57:56.1854927Z for _ in $(seq 1440); do 2025-06-05T23:57:56.1855354Z  # Break if no ssh session exists anymore 2025-06-05T23:57:56.1855829Z  if [ "$(who)" = "" ]; then 2025-06-05T23:57:56.1856211Z  break 2025-06-05T23:57:56.1856515Z  fi 2025-06-05T23:57:56.1856800Z  echo "." 2025-06-05T23:57:56.1857116Z  sleep 5 2025-06-05T23:57:56.1857424Z done 2025-06-05T23:57:56.1865353Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:56.1865841Z env: 2025-06-05T23:57:56.1866200Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:56.1866703Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:56.1867066Z PR_NUMBER: 2025-06-05T23:57:56.1869915Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:56.1872612Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:56.1873392Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:56.1874138Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:56.1874648Z ##[endgroup] 2025-06-05T23:57:56.1903577Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:57:56.2036640Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:57:56.2037415Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:57:56.2037990Z # shellcheck disable=SC2046 2025-06-05T23:57:56.2038435Z docker stop $(docker ps -q) || true 2025-06-05T23:57:56.2038890Z # Prune all of the docker images 2025-06-05T23:57:56.2039549Z docker system prune -af 2025-06-05T23:57:56.2046826Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:56.2047327Z env: 2025-06-05T23:57:56.2047684Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:56.2048187Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:56.2048560Z PR_NUMBER: 2025-06-05T23:57:56.2051283Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:56.2054037Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:56.2055052Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:56.2055806Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:56.2056329Z ##[endgroup] 2025-06-05T23:58:06.7431279Z 69b25539a0ed 2025-06-05T23:58:07.2426971Z Deleted Containers: 2025-06-05T23:58:07.2427524Z 69b25539a0ed38536717525c199833bd6b912538e012b0bd4235d693d3133e33 2025-06-05T23:58:07.2427965Z 2025-06-05T23:58:11.1639143Z Deleted Images: 2025-06-05T23:58:11.1640384Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:58:11.1642334Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-05T23:58:11.1643834Z deleted: sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363 2025-06-05T23:58:11.1644718Z deleted: sha256:be1ab99562fc68cb177ad39743ed237cb7cb45f238f5a7e2358c86241c3bb9aa 2025-06-05T23:58:11.1645607Z deleted: sha256:79ec9d97f0ecffb37a842ac534944fed09764a9999957e6f5b8fda9e053b6f7b 2025-06-05T23:58:11.1646495Z deleted: sha256:94dd602baac322fa36df80d2ca11e5741bfc7fdd0b88add0326a6d371cf34027 2025-06-05T23:58:11.1647394Z deleted: sha256:447daf1cccc0f6be50bc9a4da4c7fe2375cf02f38a8345499fc6505c15c91967 2025-06-05T23:58:11.1648261Z deleted: sha256:158692508898a921c9554c9285c45de3283607796da14d3b367ab2487365aa5a 2025-06-05T23:58:11.1649112Z deleted: sha256:03205e8e18fda040a7bf77c0e1e909f022e79182c9a6d0e7da3637e3e50897df 2025-06-05T23:58:11.1649977Z deleted: sha256:924877ae822c3e697ada9fc675755c52d48832f59aa2f35118dc3654cddeb6b7 2025-06-05T23:58:11.1651125Z deleted: sha256:23878c36bc12491273890821391ecc5781935950a85cbee285081ae3546050cb 2025-06-05T23:58:11.1651970Z deleted: sha256:8c9d6006aba59fc1008ce3a40c87969d016b828139360492a03a8f0c6b6a9fb3 2025-06-05T23:58:11.1652811Z deleted: sha256:443e22597927901a0265a303a55c0dd8bca18ab889cc8542420a3d494207c0fc 2025-06-05T23:58:11.1653674Z deleted: sha256:499a63ee0ac7db81c64725b6c94e7bf18c2a047c36b8ab6c3e6c6cc808629e61 2025-06-05T23:58:11.1654639Z deleted: sha256:63f9f4cda365bb3f5b9957b4843f50141ff2eb3b69e2eb94bb960b42776269d7 2025-06-05T23:58:11.1655506Z deleted: sha256:c917cc62120b555a9f29e23ab988b58457f9020eee73130b41bb5cf7c7d768fa 2025-06-05T23:58:11.1656383Z deleted: sha256:2b0897d415a9802ab47f028b75dee9d5d39e4e5626449fbd7da4e68d623d5d0a 2025-06-05T23:58:11.1657266Z deleted: sha256:daefa7cfac9a657e6490afbde6650e9df8c68d4d42df69f5c9685ec282be3b5b 2025-06-05T23:58:11.1658142Z deleted: sha256:363d48b081593e408461ebe2a4bef7403438095d9f0bb4057f634a5bd9f1dc00 2025-06-05T23:58:11.1659229Z deleted: sha256:3032924c0a254b965237f988cdeda16b13638db10b3f7d879a7c5afb9ef5464d 2025-06-05T23:58:11.1660083Z deleted: sha256:d2eed274a3682f123a63078e0983be46ca1b4a34523b83d5417d1d0348f92b71 2025-06-05T23:58:11.1660930Z deleted: sha256:296c38303185a27375032711f5ed6923a14ab0958043885f260e10be321135f3 2025-06-05T23:58:11.1661760Z deleted: sha256:754bf621747ca6f16e9689090b77b403029dca87c4d48f9371295f8a07e14ecd 2025-06-05T23:58:11.1662816Z deleted: sha256:af2a5b0adf1a10f5ac7a5c98e071a997ccc4b24a3c06a78f1b308ec1bf7ed785 2025-06-05T23:58:11.1663689Z deleted: sha256:e8b33316103a9f94fb503a5e5649ddab77e808b4efc3d972c2fcf2518fe8c6af 2025-06-05T23:58:11.1664572Z deleted: sha256:00ebbd0b076ee061eef407ed3a73b7b8edcd11fef7ca175bf90bc13cfee4ed33 2025-06-05T23:58:11.1665740Z deleted: sha256:522cb1a30cee5975a28afcb57262b3b1ddb988c9f84982b0283b34fbeaa4755f 2025-06-05T23:58:11.1666633Z deleted: sha256:55bd126091fd1658ba33a960eefcc2a4065bf83a6698ba23e9b0d3b3075970c4 2025-06-05T23:58:11.1667490Z deleted: sha256:d79ca358214286c4f888f92391795c3918a460c5860e0addb47b123a05995034 2025-06-05T23:58:11.1668338Z deleted: sha256:4d195976a446c056a47d9c33329acc6ebe85cf9f3e9df4b746675408c12ed9e2 2025-06-05T23:58:11.1669211Z deleted: sha256:8103dee6b79f832c181a708e3ef885acc60ba6b5fc00df0252f72a0be5e0a45c 2025-06-05T23:58:11.1670086Z deleted: sha256:1b8aed2757a1e9c577335ec334f49510975ecaf002dddc4c2ae8d11bf87c0ce6 2025-06-05T23:58:11.1670967Z deleted: sha256:4e9247053cb38aecacb1feb98e7a74e09dd2009e900516fa48961f6b5bf0a871 2025-06-05T23:58:11.1672070Z deleted: sha256:83d09048f0b2d97f65948c59d7c19d54bc8930bd7998b365ad141fe14ae9f223 2025-06-05T23:58:11.1672923Z deleted: sha256:98537e9ca41239b48b8ad77e557c36c2b3c9b96c32e62dc6ae7d5f5c42dfe605 2025-06-05T23:58:11.1673799Z deleted: sha256:c2c46863e3241957f62b5321b5cdaa9a7ca24ea0c17742caf734f21c71a40b5d 2025-06-05T23:58:11.1674638Z deleted: sha256:7490216c65886219a84195456ff1d21ce1c0298573418c4c3ff1c91121efaafc 2025-06-05T23:58:11.1675482Z deleted: sha256:3138534fb0806ea64a2240f2cd27bb60ec9bd5070d60d1a15bd9b857b6be7565 2025-06-05T23:58:11.1676360Z deleted: sha256:1e7a4fd46befdfdb6bd98a60dada1bd3be4776c5732812530c91ee5be8e96727 2025-06-05T23:58:11.1677037Z untagged: arm64v8/alpine:latest 2025-06-05T23:58:11.1677749Z untagged: arm64v8/alpine@sha256:fa4cf50559eaaaafd69341a3bc5fc09047b53480c884a3bc3e4f6e13da13f503 2025-06-05T23:58:11.1678705Z deleted: sha256:2abc5e83407155714f171c293f197e1310176959e106f8ad63ffa2e7e9635d4a 2025-06-05T23:58:11.1679566Z deleted: sha256:1231a673589ac9e2f8a98ed916d1fa8301b36a44dd14fc40eba5a05905da69f1 2025-06-05T23:58:11.1680081Z 2025-06-05T23:58:11.1680244Z Total reclaimed space: 6.015GB 2025-06-05T23:58:11.1737821Z ##[group]Run set +e 2025-06-05T23:58:11.1738243Z set +e 2025-06-05T23:58:11.1738578Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:58:11.1739113Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:58:11.1739594Z else 2025-06-05T23:58:11.1739961Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:58:11.1740626Z fi 2025-06-05T23:58:11.1740909Z set -e 2025-06-05T23:58:11.1747880Z shell: /usr/bin/bash -e {0} 2025-06-05T23:58:11.1748255Z env: 2025-06-05T23:58:11.1748609Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:58:11.1749108Z REPOSITORY: pytorch/executorch 2025-06-05T23:58:11.1749503Z PR_NUMBER: 2025-06-05T23:58:11.1751948Z 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=ic3 BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation 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:58:11.1754640Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:58:11.1755432Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:58:11.1756224Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:58:11.1756801Z NO_SUDO: false 2025-06-05T23:58:11.1757152Z ##[endgroup] 2025-06-05T23:58:12.5828018Z Post job cleanup. 2025-06-05T23:58:12.7260607Z Post job cleanup. 2025-06-05T23:58:12.8530777Z [command]/usr/bin/git version 2025-06-05T23:58:12.8589766Z git version 2.47.1 2025-06-05T23:58:12.8651093Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/09c5eeae-1fff-4820-8ff6-8e31822c4536' before making global git config changes 2025-06-05T23:58:12.8652414Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:58:12.8660712Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:58:12.8710166Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:58:12.8769954Z [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:58:12.9111601Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:58:12.9138688Z http.https://github.com/.extraheader 2025-06-05T23:58:12.9157695Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:58:12.9196526Z [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:58:12.9626069Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:58:12.9659305Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:58:12.9665761Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:58:12.9666283Z ##[endgroup] 2025-06-05T23:58:12.9766849Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-05T23:58:28.9969519Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-05T23:58:54.2695719Z Cleaning up orphan processes