2025-06-05T23:50:16.8250169Z Current runner version: '2.325.0' 2025-06-05T23:50:16.8259703Z Runner name: 'i-04f0c7271c90c29e1' 2025-06-05T23:50:16.8261289Z Machine name: 'ip-10-0-56-21' 2025-06-05T23:50:16.8266687Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:50:16.8270731Z Contents: read 2025-06-05T23:50:16.8271615Z Metadata: read 2025-06-05T23:50:16.8272579Z ##[endgroup] 2025-06-05T23:50:16.8275780Z Secret source: Actions 2025-06-05T23:50:16.8277456Z Prepare workflow directory 2025-06-05T23:50:16.9073708Z Prepare all required actions 2025-06-05T23:50:16.9130994Z Getting action download info 2025-06-05T23:50:17.1868462Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:50:17.4992464Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:50:23.8133064Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:50:24.1533427Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:50:24.3206337Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:50:24.7973788Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:50:25.1080404Z Getting action download info 2025-06-05T23:50:25.2338508Z Download action repository 'pytorch/pytorch@main' (SHA:28796f71d04302029290f473a286efc2aba339c2) 2025-06-05T23:50:39.0748479Z Complete job name: test-models-linux-aarch64 (qwen2_5, portable, linux.arm64.2xlarge) / linux-job 2025-06-05T23:50:39.1444462Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:50:39.1594267Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:50:39.1608063Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:39.1609204Z ##[endgroup] 2025-06-05T23:50:40.8108877Z Runner Type: linux.arm64.2xlarge 2025-06-05T23:50:40.8109674Z Instance Type: t4g.2xlarge 2025-06-05T23:50:40.8110112Z AMI Name: unknown 2025-06-05T23:50:40.8139842Z AMI ID: ami-0013610ea966aafe0 2025-06-05T23:50:47.7545014Z ##[group]Run set -euxo pipefail 2025-06-05T23:50:47.7545637Z set -euxo pipefail 2025-06-05T23:50:47.7546117Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:50:47.7546766Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:50:47.7547407Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:50:47.7547890Z else 2025-06-05T23:50:47.7548416Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:50:47.7549052Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:50:47.7549576Z fi 2025-06-05T23:50:47.7549943Z  2025-06-05T23:50:47.7550495Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:50:47.7551028Z echo "::endgroup::" 2025-06-05T23:50:47.7565007Z shell: /usr/bin/bash -e {0} 2025-06-05T23:50:47.7565522Z env: 2025-06-05T23:50:47.7565990Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:47.7566678Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:47.7567251Z PR_NUMBER: 2025-06-05T23:50:47.7570046Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:47.7572692Z NO_SUDO: false 2025-06-05T23:50:47.7573107Z ##[endgroup] 2025-06-05T23:50:47.7607011Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:50:47.7627286Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:50:47.7631517Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:50:47.7632259Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:50:47.8407886Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:50:47.8430097Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:50:47.8441825Z + echo ::endgroup:: 2025-06-05T23:50:47.8443151Z ##[endgroup] 2025-06-05T23:50:47.8595099Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:50:47.8595780Z with: 2025-06-05T23:50:47.8596136Z repository: pytorch/test-infra 2025-06-05T23:50:47.8596605Z path: test-infra 2025-06-05T23:50:47.8596978Z submodules: recursive 2025-06-05T23:50:47.8597560Z token: *** 2025-06-05T23:50:47.8597912Z ssh-strict: true 2025-06-05T23:50:47.8598263Z ssh-user: git 2025-06-05T23:50:47.8598667Z persist-credentials: true 2025-06-05T23:50:47.8599065Z clean: true 2025-06-05T23:50:47.8599441Z sparse-checkout-cone-mode: true 2025-06-05T23:50:47.8599875Z fetch-depth: 1 2025-06-05T23:50:47.8600230Z fetch-tags: false 2025-06-05T23:50:47.8600589Z show-progress: true 2025-06-05T23:50:47.8600961Z lfs: false 2025-06-05T23:50:47.8601317Z set-safe-directory: true 2025-06-05T23:50:47.8601718Z env: 2025-06-05T23:50:47.8602130Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:47.8602830Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:47.8603350Z PR_NUMBER: 2025-06-05T23:50:47.8605843Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:47.8608500Z ##[endgroup] 2025-06-05T23:50:48.0125361Z Syncing repository: pytorch/test-infra 2025-06-05T23:50:48.0126421Z ##[group]Getting Git version info 2025-06-05T23:50:48.0127194Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:50:48.0128252Z [command]/usr/bin/git version 2025-06-05T23:50:48.0128799Z git version 2.47.1 2025-06-05T23:50:48.0157029Z ##[endgroup] 2025-06-05T23:50:48.0176014Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/bd7736bf-422e-4498-abba-4de75db1d55b' before making global git config changes 2025-06-05T23:50:48.0177640Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:50:48.0196399Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:50:48.0234264Z ##[group]Initializing the repository 2025-06-05T23:50:48.0242621Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:50:48.0277907Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:50:48.0278826Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:50:48.0279656Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:50:48.0280288Z hint: 2025-06-05T23:50:48.0280737Z hint: git config --global init.defaultBranch 2025-06-05T23:50:48.0281294Z hint: 2025-06-05T23:50:48.0281821Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:50:48.0282653Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:50:48.0283306Z hint: 2025-06-05T23:50:48.0283696Z hint: git branch -m 2025-06-05T23:50:48.0284549Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:50:48.0296952Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:50:48.0330897Z ##[endgroup] 2025-06-05T23:50:48.0361431Z ##[group]Disabling automatic garbage collection 2025-06-05T23:50:48.0362125Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:50:48.0372916Z ##[endgroup] 2025-06-05T23:50:48.0373526Z ##[group]Setting up auth 2025-06-05T23:50:48.0382038Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:50:48.0415942Z [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:48.0747564Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:50:48.0780083Z [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:48.1084302Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:50:48.1138073Z ##[endgroup] 2025-06-05T23:50:48.1138759Z ##[group]Determining the default branch 2025-06-05T23:50:48.1141969Z Retrieving the default branch name 2025-06-05T23:50:48.3741932Z Default branch 'main' 2025-06-05T23:50:48.3743004Z ##[endgroup] 2025-06-05T23:50:48.3743649Z ##[group]Fetching the repository 2025-06-05T23:50:48.3750179Z [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:48.7595038Z From https://github.com/pytorch/test-infra 2025-06-05T23:50:48.7595761Z * [new branch] main -> origin/main 2025-06-05T23:50:48.7620462Z ##[endgroup] 2025-06-05T23:50:48.7621083Z ##[group]Determining the checkout info 2025-06-05T23:50:48.7622219Z ##[endgroup] 2025-06-05T23:50:48.7628317Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:50:48.7674247Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:50:48.7709314Z ##[group]Checking out the ref 2025-06-05T23:50:48.7713995Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:50:48.8735049Z Switched to a new branch 'main' 2025-06-05T23:50:48.8736558Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:50:48.8746490Z ##[endgroup] 2025-06-05T23:50:48.8747191Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:50:48.8753423Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:50:48.8811941Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:50:48.8851555Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:50:48.8889486Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:50:48.8923100Z ##[endgroup] 2025-06-05T23:50:48.8923704Z ##[group]Fetching submodules 2025-06-05T23:50:48.8928323Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:50:48.9234259Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:50:48.9545061Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:50:48.9845579Z ##[endgroup] 2025-06-05T23:50:48.9846301Z ##[group]Persisting credentials for submodules 2025-06-05T23:50:48.9852517Z [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:49.0160109Z [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:49.0470547Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:50:49.0773031Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:50:49.1080059Z ##[endgroup] 2025-06-05T23:50:49.1127484Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:50:49.1159199Z e339ed56a2ad5e0f901a4edc5e1d5770100696d3 2025-06-05T23:50:49.1412578Z Prepare all required actions 2025-06-05T23:50:49.1413453Z Getting action download info 2025-06-05T23:50:49.2523164Z Download action repository 'pytorch/test-infra@main' (SHA:e339ed56a2ad5e0f901a4edc5e1d5770100696d3) 2025-06-05T23:50:50.7912197Z Getting action download info 2025-06-05T23:50:50.8738653Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:50:51.0388555Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:50:51.0389169Z env: 2025-06-05T23:50:51.0389564Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:51.0390283Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:51.0390743Z PR_NUMBER: 2025-06-05T23:50:51.0393508Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:51.0396160Z ##[endgroup] 2025-06-05T23:50:51.0522758Z ##[group]Run set -euo pipefail 2025-06-05T23:50:51.0523338Z set -euo pipefail 2025-06-05T23:50:51.0523802Z function get_ec2_metadata() { 2025-06-05T23:50:51.0524443Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:50:51.0525395Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:50:51.0526183Z  category=$1 2025-06-05T23:50:51.0527550Z  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:50:51.0528992Z } 2025-06-05T23:50:51.0529476Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:50:51.0530292Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:50:51.0531015Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:50:51.0531614Z echo "system info $(uname -a)" 2025-06-05T23:50:51.0539880Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:51.0540529Z env: 2025-06-05T23:50:51.0541008Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:51.0541587Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:51.0542006Z PR_NUMBER: 2025-06-05T23:50:51.0544959Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:51.0547613Z ##[endgroup] 2025-06-05T23:50:51.0713055Z ami-id: ami-0013610ea966aafe0 2025-06-05T23:50:51.0827927Z instance-id: i-04f0c7271c90c29e1 2025-06-05T23:50:51.0944578Z instance-type: t4g.2xlarge 2025-06-05T23:50:51.0955795Z system info Linux ip-10-0-56-21.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:50:51.1003945Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:50:51.1005269Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:50:51.1013054Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:51.1013603Z env: 2025-06-05T23:50:51.1014295Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:51.1014864Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:51.1015271Z PR_NUMBER: 2025-06-05T23:50:51.1017590Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:51.1020039Z ##[endgroup] 2025-06-05T23:50:51.1116417Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:50:51.1117078Z if systemctl is-active --quiet docker; then 2025-06-05T23:50:51.1117623Z  echo "Docker daemon is running..."; 2025-06-05T23:50:51.1118095Z else 2025-06-05T23:50:51.1118620Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:50:51.1119234Z fi 2025-06-05T23:50:51.1126477Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:51.1127028Z env: 2025-06-05T23:50:51.1127428Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:51.1127968Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:51.1128388Z PR_NUMBER: 2025-06-05T23:50:51.1130849Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:51.1133284Z ##[endgroup] 2025-06-05T23:50:51.1229627Z Docker daemon is running... 2025-06-05T23:50:51.1269706Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:50:51.1270622Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:50:51.1271352Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:50:51.1272207Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:50:51.1273245Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:50:51.1280727Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:51.1281269Z env: 2025-06-05T23:50:51.1281659Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:51.1282200Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:51.1282607Z PR_NUMBER: 2025-06-05T23:50:51.1284932Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:51.1287375Z AWS_RETRY_MODE: standard 2025-06-05T23:50:51.1287758Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:50:51.1288426Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:50:51.1288953Z ##[endgroup] 2025-06-05T23:50:52.4234883Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:50:52.4235745Z Configure a credential helper to remove this warning. See 2025-06-05T23:50:52.4236558Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:50:52.4237226Z 2025-06-05T23:50:52.4237397Z Login Succeeded 2025-06-05T23:50:52.4295505Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:50:52.4296861Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:50:52.4297787Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:50:52.4306407Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:52.4307097Z env: 2025-06-05T23:50:52.4307502Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:52.4308056Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:52.4308525Z PR_NUMBER: 2025-06-05T23:50:52.4310842Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:52.4313421Z ##[endgroup] 2025-06-05T23:50:52.4586463Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:50:52.4587159Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:50:52.4587733Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:50:52.4588240Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:50:52.4588887Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:50:52.4589524Z  2025-06-05T23:50:52.4589982Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:50:52.4590601Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:50:52.4591130Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:50:52.4591825Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:50:52.4592474Z  2025-06-05T23:50:52.4592837Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:50:52.4593354Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:50:52.4593839Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:50:52.4594416Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:50:52.4601734Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:52.4602271Z env: 2025-06-05T23:50:52.4602671Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:52.4603229Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:52.4603639Z PR_NUMBER: 2025-06-05T23:50:52.4605955Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:52.4608375Z ##[endgroup] 2025-06-05T23:50:52.6275055Z ##[group]Run needs=0 2025-06-05T23:50:52.6275458Z needs=0 2025-06-05T23:50:52.6275990Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:50:52.6276615Z  needs=1 2025-06-05T23:50:52.6276952Z fi 2025-06-05T23:50:52.6277323Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:50:52.6284968Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:52.6285513Z env: 2025-06-05T23:50:52.6285906Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:52.6286454Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:52.6286874Z PR_NUMBER: 2025-06-05T23:50:52.6289566Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:52.6292200Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:52.6293136Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:52.6294058Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:52.6294715Z ##[endgroup] 2025-06-05T23:50:52.6573987Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:50:52.6574880Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:50:52.6575487Z # shellcheck disable=SC2046 2025-06-05T23:50:52.6575968Z docker stop $(docker ps -q) || true 2025-06-05T23:50:52.6576472Z # Prune all of the docker images 2025-06-05T23:50:52.6576939Z docker system prune -af 2025-06-05T23:50:52.6584392Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:50:52.6584975Z env: 2025-06-05T23:50:52.6585456Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:52.6585994Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:52.6586411Z PR_NUMBER: 2025-06-05T23:50:52.6588755Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:52.6591424Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:52.6592258Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:52.6593044Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:52.6593612Z ##[endgroup] 2025-06-05T23:50:52.6853300Z "docker stop" requires at least 1 argument. 2025-06-05T23:50:52.6854268Z See 'docker stop --help'. 2025-06-05T23:50:52.6854743Z 2025-06-05T23:50:52.6855148Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:50:52.6855632Z 2025-06-05T23:50:52.6855808Z Stop one or more running containers 2025-06-05T23:50:52.7036969Z Total reclaimed space: 0B 2025-06-05T23:50:52.7162762Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:50:52.7163336Z with: 2025-06-05T23:50:52.7164239Z github-secret: *** 2025-06-05T23:50:52.7165230Z 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:50:52.7166299Z activate-with-label: false 2025-06-05T23:50:52.7166704Z label: with-ssh 2025-06-05T23:50:52.7167061Z remove-existing-keys: true 2025-06-05T23:50:52.7167471Z fail-silently: true 2025-06-05T23:50:52.7167815Z env: 2025-06-05T23:50:52.7168208Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:52.7168869Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:52.7169287Z PR_NUMBER: 2025-06-05T23:50:52.7171641Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:52.7174580Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:52.7175404Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:52.7176187Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:52.7176741Z ##[endgroup] 2025-06-05T23:50:52.8521767Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:50:52.8524325Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:50:52.8697488Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:50:52.8698244Z with: 2025-06-05T23:50:52.8698633Z repository: pytorch/executorch 2025-06-05T23:50:52.8699129Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:50:52.8699626Z path: pytorch/executorch 2025-06-05T23:50:52.8700014Z fetch-depth: 1 2025-06-05T23:50:52.8700397Z submodules: recursive 2025-06-05T23:50:52.8701044Z token: *** 2025-06-05T23:50:52.8701397Z ssh-strict: true 2025-06-05T23:50:52.8701741Z ssh-user: git 2025-06-05T23:50:52.8702209Z persist-credentials: true 2025-06-05T23:50:52.8702671Z clean: true 2025-06-05T23:50:52.8703038Z sparse-checkout-cone-mode: true 2025-06-05T23:50:52.8703533Z fetch-tags: false 2025-06-05T23:50:52.8703888Z show-progress: true 2025-06-05T23:50:52.8704275Z lfs: false 2025-06-05T23:50:52.8704623Z set-safe-directory: true 2025-06-05T23:50:52.8705062Z env: 2025-06-05T23:50:52.8705506Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:50:52.8706041Z REPOSITORY: pytorch/executorch 2025-06-05T23:50:52.8706465Z PR_NUMBER: 2025-06-05T23:50:52.8708947Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:50:52.8711814Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:50:52.8712651Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:50:52.8713508Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:50:52.8714078Z ##[endgroup] 2025-06-05T23:50:52.9939928Z Syncing repository: pytorch/executorch 2025-06-05T23:50:52.9951118Z ##[group]Getting Git version info 2025-06-05T23:50:52.9951943Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:50:52.9986582Z [command]/usr/bin/git version 2025-06-05T23:50:53.0032429Z git version 2.47.1 2025-06-05T23:50:53.0066465Z ##[endgroup] 2025-06-05T23:50:53.0082484Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/07b54144-5b25-4e16-84a2-80ac9dde565b' before making global git config changes 2025-06-05T23:50:53.0083832Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:50:53.0090898Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:50:53.0127671Z ##[group]Initializing the repository 2025-06-05T23:50:53.0134867Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:50:53.0169466Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:50:53.0170714Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:50:53.0171517Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:50:53.0172116Z hint: 2025-06-05T23:50:53.0172521Z hint: git config --global init.defaultBranch 2025-06-05T23:50:53.0173029Z hint: 2025-06-05T23:50:53.0173509Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:50:53.0174321Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:50:53.0174956Z hint: 2025-06-05T23:50:53.0175278Z hint: git branch -m 2025-06-05T23:50:53.0176150Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:50:53.0185864Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:50:53.0217646Z ##[endgroup] 2025-06-05T23:50:53.0218327Z ##[group]Disabling automatic garbage collection 2025-06-05T23:50:53.0225369Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:50:53.0256070Z ##[endgroup] 2025-06-05T23:50:53.0256648Z ##[group]Setting up auth 2025-06-05T23:50:53.0263994Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:50:53.0294086Z [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:53.0592749Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:50:53.0623640Z [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:53.0926132Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:50:53.0979174Z ##[endgroup] 2025-06-05T23:50:53.0979788Z ##[group]Fetching the repository 2025-06-05T23:50:53.0989526Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:50:55.7407550Z From https://github.com/pytorch/executorch 2025-06-05T23:50:55.7408263Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:50:55.7431066Z ##[endgroup] 2025-06-05T23:50:55.7431874Z ##[group]Determining the checkout info 2025-06-05T23:50:55.7434173Z ##[endgroup] 2025-06-05T23:50:55.7440983Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:50:55.7481489Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:50:55.7512003Z ##[group]Checking out the ref 2025-06-05T23:50:55.7517649Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:50:56.3532854Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:50:56.3533381Z 2025-06-05T23:50:56.3533707Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:50:56.3534497Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:50:56.3535273Z state without impacting any branches by switching back to a branch. 2025-06-05T23:50:56.3535743Z 2025-06-05T23:50:56.3536173Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:50:56.3537002Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:50:56.3537424Z 2025-06-05T23:50:56.3537598Z git switch -c 2025-06-05T23:50:56.3537886Z 2025-06-05T23:50:56.3538058Z Or undo this operation with: 2025-06-05T23:50:56.3538323Z 2025-06-05T23:50:56.3538468Z git switch - 2025-06-05T23:50:56.3538674Z 2025-06-05T23:50:56.3539036Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:50:56.3539540Z 2025-06-05T23:50:56.3540287Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:50:56.3570025Z ##[endgroup] 2025-06-05T23:50:56.3570658Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:50:56.3578246Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:50:56.3628855Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:50:56.3661710Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:50:56.3699496Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:50:56.3726814Z ##[endgroup] 2025-06-05T23:50:56.3727525Z ##[group]Fetching submodules 2025-06-05T23:50:56.3732741Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:50:56.4038370Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:50:56.4334903Z 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:50:56.4337240Z 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:50:56.4339071Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:50:56.4340876Z 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:50:56.4343884Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:50:56.4346065Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:50:56.4348662Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:50:56.4351732Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:50:56.4354908Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:50:56.4357714Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:50:56.4360989Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:50:56.4363933Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:50:56.4367276Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:50:56.4371904Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:50:56.4375137Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:50:56.4379379Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:50:56.4384564Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:50:56.4388144Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:50:56.4392107Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:50:56.4395855Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:50:56.4400241Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:50:56.4404277Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:50:56.4408097Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:50:56.4412768Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:50:56.4444242Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:50:57.2561665Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:50:57.7338599Z warning: redirecting to https://git.gitlab.arm.com/-/push_from_secondary/7/tosa/tosa-serialization.git/ 2025-06-05T23:50:58.3759289Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:50:58.6366623Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:50:59.1119814Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:50:59.4524695Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:50:59.6628221Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:50:59.9304564Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:51:00.1712882Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:51:00.9447700Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:51:01.3369599Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:51:01.5573306Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:51:01.8566435Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:51:02.6620847Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:51:02.9625782Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:51:03.4767276Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:51:03.8486346Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:51:04.1228783Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:51:04.3338377Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:51:04.6212430Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:51:04.8268915Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:51:05.2676696Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:51:05.4411001Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:51:05.8440747Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:51:07.4652561Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:51:07.4653498Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:51:07.4770345Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:51:08.9674981Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:51:08.9675742Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:51:08.9795986Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:51:08.9812344Z 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:08.9838731Z 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:10.3530830Z From https://github.com/google/flatbuffers 2025-06-05T23:51:10.3531531Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:51:10.4694728Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:51:11.0665783Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:51:11.0666497Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:51:11.0754731Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:51:11.8854619Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:51:11.8855347Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:51:11.9418639Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:51:12.6086653Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:51:12.6087511Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:51:12.6434400Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:51:13.1457692Z From https://github.com/zeux/volk 2025-06-05T23:51:13.1458366Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:51:13.1537182Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:51:13.6613172Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:51:13.6613869Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:51:13.6711384Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:51:14.0910798Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:51:14.0911494Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:51:14.0971705Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:51:15.8133627Z From https://github.com/google/XNNPACK 2025-06-05T23:51:15.8134324Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:51:16.4791937Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:51:17.0113654Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:51:17.0114347Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:51:17.1063119Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:51:17.5295839Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:51:17.5296572Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:51:17.5386733Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:51:18.0966643Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:51:18.0967842Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:51:18.1561574Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:51:18.1579987Z 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:18.1582033Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:18.1584547Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:18.1587078Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:18.1590068Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:18.1618932Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:51:18.5488792Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:51:19.0137058Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:51:19.3664105Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:51:19.6565028Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:51:21.0535861Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:51:21.0536597Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:51:21.1620448Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:51:21.9243776Z From https://github.com/nlohmann/json 2025-06-05T23:51:22.0336563Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:51:22.0337668Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:51:22.6821746Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:51:22.6822433Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:51:22.7694432Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:51:22.7712189Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:22.7739015Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:51:23.5611339Z From https://github.com/zherczeg/sljit 2025-06-05T23:51:23.5612026Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:51:23.5832690Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:51:24.0837594Z From https://github.com/google/re2 2025-06-05T23:51:24.0838264Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:51:24.1054186Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:51:24.6557564Z From https://github.com/google/sentencepiece 2025-06-05T23:51:24.6558263Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:51:24.7903619Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:51:26.4781936Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:51:26.4782631Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:51:26.6252029Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:51:27.1608986Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:51:27.1609721Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:51:27.1910752Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:51:27.7868263Z From https://github.com/pytorch/ao 2025-06-05T23:51:27.7868953Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:51:27.9014059Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:51:27.9033043Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:27.9059184Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:51:29.9284268Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:51:29.9285010Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:51:30.5812346Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:51:31.2370104Z From https://github.com/google/flatbuffers 2025-06-05T23:51:31.2370824Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:51:31.3543729Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:51:32.0032844Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:51:32.0033568Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:51:32.0392295Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:51:32.5979332Z From https://github.com/gflags/gflags 2025-06-05T23:51:32.5980042Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:51:32.6089628Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:51:33.3847314Z From https://github.com/google/googletest 2025-06-05T23:51:33.3848023Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:51:33.4230725Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:51:33.9215840Z From https://github.com/leetal/ios-cmake 2025-06-05T23:51:33.9216529Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:51:33.9307160Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:51:34.5504062Z From https://github.com/nlohmann/json 2025-06-05T23:51:34.5505151Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:51:34.6589227Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:51:34.6766477Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:51:35.3186476Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:51:35.3187172Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:51:35.4747942Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:51:36.2386438Z From https://github.com/pybind/pybind11 2025-06-05T23:51:36.2387151Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:51:36.2698066Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:51:36.2738638Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:51:36.3041564Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:36.3085054Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:36.3129619Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:36.3178045Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:36.3223395Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:36.3266958Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:36.3310476Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:36.3354569Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:36.3399114Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:36.3443838Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:36.3501679Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:36.3548001Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:36.3593731Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:36.3636826Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:36.3680958Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:36.3724550Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:36.3767249Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:36.3813118Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:36.3856875Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:36.3901559Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:36.3947506Z Entering 'shim' 2025-06-05T23:51:36.3991112Z Entering 'third-party/ao' 2025-06-05T23:51:36.4034128Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:36.4089753Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:36.4136569Z Entering 'third-party/flatcc' 2025-06-05T23:51:36.4179569Z Entering 'third-party/gflags' 2025-06-05T23:51:36.4223287Z Entering 'third-party/googletest' 2025-06-05T23:51:36.4266833Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:36.4308979Z Entering 'third-party/json' 2025-06-05T23:51:36.4353226Z Entering 'third-party/pocketfft' 2025-06-05T23:51:36.4396764Z Entering 'third-party/prelude' 2025-06-05T23:51:36.4444866Z Entering 'third-party/pybind11' 2025-06-05T23:51:36.4500537Z ##[endgroup] 2025-06-05T23:51:36.4501185Z ##[group]Persisting credentials for submodules 2025-06-05T23:51:36.4510162Z [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:36.4804516Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:36.4861096Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:36.4916124Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:36.4977632Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:36.5033354Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:36.5092160Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:36.5148172Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:36.5203809Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:36.5260218Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:36.5316456Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:36.5386688Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:36.5443512Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:36.5499865Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:36.5556747Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:36.5614323Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:36.5670320Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:36.5724205Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:36.5785442Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:36.5840709Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:36.5899718Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:36.5960711Z Entering 'shim' 2025-06-05T23:51:36.6018715Z Entering 'third-party/ao' 2025-06-05T23:51:36.6074490Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:36.6141142Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:36.6200927Z Entering 'third-party/flatcc' 2025-06-05T23:51:36.6257800Z Entering 'third-party/gflags' 2025-06-05T23:51:36.6315345Z Entering 'third-party/googletest' 2025-06-05T23:51:36.6372257Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:36.6429078Z Entering 'third-party/json' 2025-06-05T23:51:36.6485785Z Entering 'third-party/pocketfft' 2025-06-05T23:51:36.6542145Z Entering 'third-party/prelude' 2025-06-05T23:51:36.6600178Z Entering 'third-party/pybind11' 2025-06-05T23:51:36.6674697Z [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:36.6970369Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:36.7023223Z 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:36.7041211Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:36.7095679Z 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:36.7111252Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:36.7167583Z 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:36.7188793Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:36.7244185Z 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:36.7261278Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:36.7314799Z 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:36.7332226Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:36.7388185Z 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:36.7405260Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:36.7456935Z 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:36.7473170Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:36.7526758Z 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:36.7544497Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:36.7595200Z 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:36.7612219Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:36.7664236Z 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:36.7694429Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:36.7748886Z 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:36.7765912Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:36.7819271Z 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:36.7835836Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:36.7888226Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:51:36.7904228Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:36.7956428Z 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:36.7973978Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:36.8026304Z 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:36.8045460Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:36.8097429Z 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:36.8113499Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:36.8167262Z 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:36.8188334Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:36.8241501Z 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:36.8259491Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:36.8311527Z 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:36.8330934Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:36.8383950Z 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:36.8403587Z Entering 'shim' 2025-06-05T23:51:36.8456129Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:51:36.8472793Z Entering 'third-party/ao' 2025-06-05T23:51:36.8523954Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:51:36.8540778Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:36.8592016Z 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:36.8619429Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:36.8673002Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:51:36.8692601Z Entering 'third-party/flatcc' 2025-06-05T23:51:36.8744847Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:51:36.8761505Z Entering 'third-party/gflags' 2025-06-05T23:51:36.8812519Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:51:36.8828441Z Entering 'third-party/googletest' 2025-06-05T23:51:36.8882030Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:51:36.8899324Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:36.8953002Z 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:36.8970303Z Entering 'third-party/json' 2025-06-05T23:51:36.9022051Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:51:36.9041976Z Entering 'third-party/pocketfft' 2025-06-05T23:51:36.9097355Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:51:36.9113305Z Entering 'third-party/prelude' 2025-06-05T23:51:36.9167621Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:51:36.9187642Z Entering 'third-party/pybind11' 2025-06-05T23:51:36.9239272Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:51:36.9792185Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:51:37.0093531Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:37.0136445Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:37.0180998Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:37.0228967Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:37.0273884Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:37.0318041Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:37.0362628Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:37.0405731Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:37.0451260Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:37.0492716Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:37.0549132Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:37.0593212Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:37.0637211Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:37.0679682Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:37.0724317Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:37.0768494Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:37.0809886Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:37.0857311Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:37.0900807Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:37.0948010Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:37.0993548Z Entering 'shim' 2025-06-05T23:51:37.1037691Z Entering 'third-party/ao' 2025-06-05T23:51:37.1081569Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:37.1135308Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:37.1181076Z Entering 'third-party/flatcc' 2025-06-05T23:51:37.1227839Z Entering 'third-party/gflags' 2025-06-05T23:51:37.1270272Z Entering 'third-party/googletest' 2025-06-05T23:51:37.1312946Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:37.1357169Z Entering 'third-party/json' 2025-06-05T23:51:37.1402067Z Entering 'third-party/pocketfft' 2025-06-05T23:51:37.1447834Z Entering 'third-party/prelude' 2025-06-05T23:51:37.1494126Z Entering 'third-party/pybind11' 2025-06-05T23:51:37.1564410Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:51:37.1850877Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:37.1894618Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:37.1938295Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:51:37.1987092Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:51:37.2031989Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:37.2076520Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:37.2122254Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:51:37.2166908Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:37.2210396Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:37.2256442Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:37.2313380Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:37.2359960Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:37.2402192Z Entering 'extension/llm/tokenizers' 2025-06-05T23:51:37.2447033Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:51:37.2491007Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:37.2534358Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:37.2575548Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:37.2620716Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:37.2662965Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:37.2708677Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:37.2756999Z Entering 'shim' 2025-06-05T23:51:37.2801518Z Entering 'third-party/ao' 2025-06-05T23:51:37.2843999Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:37.2901268Z Entering 'third-party/flatbuffers' 2025-06-05T23:51:37.2949263Z Entering 'third-party/flatcc' 2025-06-05T23:51:37.2991865Z Entering 'third-party/gflags' 2025-06-05T23:51:37.3036350Z Entering 'third-party/googletest' 2025-06-05T23:51:37.3078903Z Entering 'third-party/ios-cmake' 2025-06-05T23:51:37.3123303Z Entering 'third-party/json' 2025-06-05T23:51:37.3167836Z Entering 'third-party/pocketfft' 2025-06-05T23:51:37.3214193Z Entering 'third-party/prelude' 2025-06-05T23:51:37.3260711Z Entering 'third-party/pybind11' 2025-06-05T23:51:37.3315810Z ##[endgroup] 2025-06-05T23:51:37.3358035Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:51:37.3381955Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:37.3674957Z Prepare all required actions 2025-06-05T23:51:37.3676064Z Getting action download info 2025-06-05T23:51:37.4716832Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:51:37.6869749Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:51:37.6870329Z with: 2025-06-05T23:51:37.6870762Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:37.6871328Z docker-build-dir: .ci/docker 2025-06-05T23:51:37.6871766Z working-directory: pytorch/executorch 2025-06-05T23:51:37.6872543Z docker-build-script: ./build.sh 2025-06-05T23:51:37.6873095Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:37.6873660Z force-push: false 2025-06-05T23:51:37.6873994Z env: 2025-06-05T23:51:37.6874384Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:37.6874919Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:37.6875325Z PR_NUMBER: 2025-06-05T23:51:37.6877675Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:37.6880273Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:37.6881117Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:37.6881899Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:37.6882450Z ##[endgroup] 2025-06-05T23:51:37.6920208Z ##[group]Run set -ex 2025-06-05T23:51:37.6920660Z set -ex 2025-06-05T23:51:37.6920985Z  2025-06-05T23:51:37.6921574Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:51:37.6922506Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:51:37.6923314Z # job could then download the pre-built image as usual 2025-06-05T23:51:37.6924094Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:51:37.6924810Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.6925441Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.6926031Z  2025-06-05T23:51:37.6926539Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:51:37.6927174Z  exit 0 2025-06-05T23:51:37.6927498Z else 2025-06-05T23:51:37.6927882Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.6928348Z fi 2025-06-05T23:51:37.6928779Z  2025-06-05T23:51:37.6929264Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:51:37.6930109Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:51:37.6930858Z  # use it as it is, but first let's extract the tag 2025-06-05T23:51:37.6931538Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:51:37.6932255Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.6932941Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.6933533Z else 2025-06-05T23:51:37.6933909Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:51:37.6934460Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:51:37.6935023Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:51:37.6935504Z  fi 2025-06-05T23:51:37.6936445Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:51:37.6937320Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.6938220Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.6939205Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.6939815Z fi 2025-06-05T23:51:37.6947406Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:37.6948147Z env: 2025-06-05T23:51:37.6948564Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:37.6949098Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:37.6949514Z PR_NUMBER: 2025-06-05T23:51:37.6951821Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:37.6954425Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:37.6955261Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:37.6956035Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:37.6956620Z REPO_NAME: executorch 2025-06-05T23:51:37.6957096Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:37.6957645Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:51:37.6958068Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:51:37.6958606Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:37.6959173Z CUSTOM_TAG_PREFIX: 2025-06-05T23:51:37.6959529Z ##[endgroup] 2025-06-05T23:51:37.6992463Z + [[ ! -d .ci/docker ]] 2025-06-05T23:51:37.6992867Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:51:37.6993292Z + echo skip=false 2025-06-05T23:51:37.6994046Z + [[ 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:37.6994944Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *:* ]] 2025-06-05T23:51:37.6996771Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:51:37.7014766Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:37.7015421Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:37.7016632Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:37.7017995Z + echo custom-tag-prefix= 2025-06-05T23:51:37.7065435Z ##[group]Run set +e 2025-06-05T23:51:37.7065905Z set +e 2025-06-05T23:51:37.7066268Z set -x 2025-06-05T23:51:37.7066595Z  2025-06-05T23:51:37.7066911Z login() { 2025-06-05T23:51:37.7067582Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:51:37.7068315Z } 2025-06-05T23:51:37.7068622Z  2025-06-05T23:51:37.7068937Z retry () { 2025-06-05T23:51:37.7069324Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:51:37.7069774Z } 2025-06-05T23:51:37.7070087Z  2025-06-05T23:51:37.7070445Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:51:37.7070892Z  2025-06-05T23:51:37.7071212Z START_TIME=$(date +%s) 2025-06-05T23:51:37.7071641Z # Wait up to 120 minutes 2025-06-05T23:51:37.7072157Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:51:37.7072850Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:51:37.7073822Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:51:37.7074363Z  exit 0 2025-06-05T23:51:37.7074713Z  fi 2025-06-05T23:51:37.7075029Z  2025-06-05T23:51:37.7075582Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:51:37.7076513Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:51:37.7077455Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:51:37.7078387Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:51:37.7078949Z  # It's a Docker build job, let's build the image 2025-06-05T23:51:37.7079453Z  break 2025-06-05T23:51:37.7079792Z  else 2025-06-05T23:51:37.7080282Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:51:37.7080878Z  sleep 300 2025-06-05T23:51:37.7081238Z  fi 2025-06-05T23:51:37.7081559Z done 2025-06-05T23:51:37.7081872Z  2025-06-05T23:51:37.7082375Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:51:37.7083175Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:51:37.7083905Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:51:37.7084546Z  # if we're on the base branch then use the parent commit 2025-06-05T23:51:37.7085135Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:51:37.7085592Z else 2025-06-05T23:51:37.7086054Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:51:37.7086727Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:51:37.7087238Z fi 2025-06-05T23:51:37.7087554Z  2025-06-05T23:51:37.7087898Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:51:37.7088448Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.7089055Z  2025-06-05T23:51:37.7089724Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:51:37.7090504Z  exit 0 2025-06-05T23:51:37.7090836Z fi 2025-06-05T23:51:37.7091147Z  2025-06-05T23:51:37.7091590Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:51:37.7092545Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:51:37.7093390Z  exit 1 2025-06-05T23:51:37.7093719Z fi 2025-06-05T23:51:37.7094025Z  2025-06-05T23:51:37.7094546Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:51:37.7095473Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:51:37.7096306Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:51:37.7097260Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:51:37.7098328Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:51:37.7098989Z fi 2025-06-05T23:51:37.7099298Z  2025-06-05T23:51:37.7099677Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:51:37.7106773Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:37.7107313Z env: 2025-06-05T23:51:37.7108259Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:37.7109353Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:37.7109775Z PR_NUMBER: 2025-06-05T23:51:37.7112231Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:37.7114841Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:37.7115791Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:37.7116565Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:37.7117143Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:51:37.7117628Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:37.7118224Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:37.7118859Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:37.7119416Z DOCKER_PUSH: 2025-06-05T23:51:37.7119750Z ##[endgroup] 2025-06-05T23:51:37.7148002Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:37.7148633Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:37.7150572Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:51:37.7152128Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:38.3795984Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:38.3796895Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:38.3797695Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:38.3798242Z 2025-06-05T23:51:38.3798392Z Login Succeeded 2025-06-05T23:51:38.3816339Z ++ date +%s 2025-06-05T23:51:38.3825550Z + START_TIME=1749167498 2025-06-05T23:51:38.3829137Z ++ date +%s 2025-06-05T23:51:38.3837434Z + [[ 1749160298 -lt 1749167498 ]] 2025-06-05T23:51:38.3838581Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:38.5887255Z { 2025-06-05T23:51:38.5888130Z "schemaVersion": 2, 2025-06-05T23:51:38.5888853Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:51:38.5889493Z "config": { 2025-06-05T23:51:38.5889971Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:51:38.5890588Z "size": 15130, 2025-06-05T23:51:38.5891199Z "digest": "sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363" 2025-06-05T23:51:38.5891883Z }, 2025-06-05T23:51:38.5892187Z "layers": [ 2025-06-05T23:51:38.5892495Z { 2025-06-05T23:51:38.5892968Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5893560Z "size": 28396680, 2025-06-05T23:51:38.5894170Z "digest": "sha256:19d897f6134856d62a1402d9f78fa7db1e0f38d57d8b4c08f166eec8cfad1a37" 2025-06-05T23:51:38.5894863Z }, 2025-06-05T23:51:38.5895171Z { 2025-06-05T23:51:38.5895670Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5896283Z "size": 628, 2025-06-05T23:51:38.5896889Z "digest": "sha256:e5c00e17150a8defe6ec789a32318565dc2f7c32b396d9d4af80cde62095468a" 2025-06-05T23:51:38.5897581Z }, 2025-06-05T23:51:38.5897895Z { 2025-06-05T23:51:38.5898382Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5899011Z "size": 146900767, 2025-06-05T23:51:38.5899633Z "digest": "sha256:e5779288aa125cb0e8ea8d78d8dd8e390e7f06c67071f64b67922753a327aae0" 2025-06-05T23:51:38.5900322Z }, 2025-06-05T23:51:38.5900631Z { 2025-06-05T23:51:38.5901121Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5901735Z "size": 622, 2025-06-05T23:51:38.5902759Z "digest": "sha256:d26f5aff9549787f3f5052cc25941f197d8d6d7ca81d1466e297fb3ed6f7e213" 2025-06-05T23:51:38.5903481Z }, 2025-06-05T23:51:38.5903783Z { 2025-06-05T23:51:38.5904273Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5904881Z "size": 18985025, 2025-06-05T23:51:38.5905513Z "digest": "sha256:d3fe47f6feba3b73008dd7c8c6d58b66b43b7d18f3bf43c5e0b4a0037735378a" 2025-06-05T23:51:38.5906214Z }, 2025-06-05T23:51:38.5906518Z { 2025-06-05T23:51:38.5906925Z + exit 0 2025-06-05T23:51:38.5907743Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5908577Z "size": 735, 2025-06-05T23:51:38.5909149Z "digest": "sha256:39941e1182910aa102a4a542936b8fd15f03244636cf2298e15b5068a2d080f0" 2025-06-05T23:51:38.5909798Z }, 2025-06-05T23:51:38.5910086Z { 2025-06-05T23:51:38.5910551Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5911145Z "size": 104, 2025-06-05T23:51:38.5911741Z "digest": "sha256:60041ae2fad5f1c6c019043be7ef726006d6e66bea4f8ab801a399de27ff6b0e" 2025-06-05T23:51:38.5912409Z }, 2025-06-05T23:51:38.5912699Z { 2025-06-05T23:51:38.5913166Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5913764Z "size": 446, 2025-06-05T23:51:38.5914344Z "digest": "sha256:0d576e0baee0083951e522cfcd9fc5941be90dd19d6c076f813f20f3eb138c04" 2025-06-05T23:51:38.5915024Z }, 2025-06-05T23:51:38.5915307Z { 2025-06-05T23:51:38.5915781Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5916371Z "size": 2741, 2025-06-05T23:51:38.5916974Z "digest": "sha256:46b6eec64e641d8c6333a176e84dadc5ca2a206953eb521c1f4df02d733f2c7b" 2025-06-05T23:51:38.5917658Z }, 2025-06-05T23:51:38.5917945Z { 2025-06-05T23:51:38.5918420Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5919008Z "size": 634, 2025-06-05T23:51:38.5919601Z "digest": "sha256:0e772bd57ccd13fa0d05c128f7915868ecf6e6942357cb9d6661bfde92daa9f3" 2025-06-05T23:51:38.5920271Z }, 2025-06-05T23:51:38.5920562Z { 2025-06-05T23:51:38.5921028Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5921634Z "size": 35138131, 2025-06-05T23:51:38.5922235Z "digest": "sha256:2898dcbb555a1f56108ad74f0a328e2a36dc0d7cdcd48057283691a890acecf1" 2025-06-05T23:51:38.5922904Z }, 2025-06-05T23:51:38.5923202Z { 2025-06-05T23:51:38.5923667Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5924265Z "size": 317, 2025-06-05T23:51:38.5924839Z "digest": "sha256:79ddb610b7aa485e17969895a9dc4e5c5ff3869b11a6cb6835a264e09669d3f5" 2025-06-05T23:51:38.5925520Z }, 2025-06-05T23:51:38.5925802Z { 2025-06-05T23:51:38.5926277Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5926870Z "size": 246601961, 2025-06-05T23:51:38.5927603Z "digest": "sha256:430d9f2748c59a98a6e9460c7e05d67fde4f916818be85ec416a1a11872bba39" 2025-06-05T23:51:38.5928278Z }, 2025-06-05T23:51:38.5928665Z { 2025-06-05T23:51:38.5929150Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5929737Z "size": 473, 2025-06-05T23:51:38.5930328Z "digest": "sha256:d7c077eb34f9eac9c393c83b515129c9c6c6b0f873d37e6bc0fae49fee88b5e5" 2025-06-05T23:51:38.5931006Z }, 2025-06-05T23:51:38.5931297Z { 2025-06-05T23:51:38.5931763Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5932354Z "size": 1043, 2025-06-05T23:51:38.5932942Z "digest": "sha256:3f7dec1f62f17bc38595db9867c48a91cab44da3b15b7aecfd694f5c989514df" 2025-06-05T23:51:38.5933634Z }, 2025-06-05T23:51:38.5933929Z { 2025-06-05T23:51:38.5934392Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5934986Z "size": 613, 2025-06-05T23:51:38.5935561Z "digest": "sha256:84172107b5a7727d653f9fabee4a1bfb3232992bb9c0d05c90a04cce903fe8d8" 2025-06-05T23:51:38.5936231Z }, 2025-06-05T23:51:38.5936519Z { 2025-06-05T23:51:38.5937198Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5937816Z "size": 108851012, 2025-06-05T23:51:38.5938414Z "digest": "sha256:691aa9d79c12a237f1d1c6d43d6b3584f2f1537b207b543c451aa2a93059d1a4" 2025-06-05T23:51:38.5939081Z }, 2025-06-05T23:51:38.5939369Z { 2025-06-05T23:51:38.5939835Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5940419Z "size": 574, 2025-06-05T23:51:38.5940998Z "digest": "sha256:f914b1c5ae28e70100f0e5007da228173f0b47e4939cdea97e888ecf5c4b951e" 2025-06-05T23:51:38.5941806Z }, 2025-06-05T23:51:38.5942096Z { 2025-06-05T23:51:38.5942560Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5943416Z "size": 207, 2025-06-05T23:51:38.5944006Z "digest": "sha256:8609a913f2b1cb51905df3c846cee7dcc0200eae1afe77ffdf9d7412b83e80be" 2025-06-05T23:51:38.5944688Z }, 2025-06-05T23:51:38.5944980Z { 2025-06-05T23:51:38.5945452Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5946050Z "size": 1189, 2025-06-05T23:51:38.5946647Z "digest": "sha256:3aa0ae69cbbafcef5adede80235406eedec9962af059e8d3a90c08323608f7ed" 2025-06-05T23:51:38.5947345Z }, 2025-06-05T23:51:38.5947629Z { 2025-06-05T23:51:38.5948100Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5948691Z "size": 677, 2025-06-05T23:51:38.5949290Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:38.5949978Z }, 2025-06-05T23:51:38.5950272Z { 2025-06-05T23:51:38.5950741Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5951330Z "size": 1166943149, 2025-06-05T23:51:38.5951936Z "digest": "sha256:b14b3b360ade87f58c1b9940999c2bfdd4603ae5160a3a743a1f5269bacd09a3" 2025-06-05T23:51:38.5952604Z }, 2025-06-05T23:51:38.5952896Z { 2025-06-05T23:51:38.5953367Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5953962Z "size": 1383, 2025-06-05T23:51:38.5954545Z "digest": "sha256:f15f38e054b1007ebdaae386ed48f1d66824cd49c0028ce18315cecb02fc7c52" 2025-06-05T23:51:38.5955224Z }, 2025-06-05T23:51:38.5955515Z { 2025-06-05T23:51:38.5955981Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5956574Z "size": 677, 2025-06-05T23:51:38.5957167Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:38.5957853Z }, 2025-06-05T23:51:38.5958136Z { 2025-06-05T23:51:38.5958622Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5959211Z "size": 225678517, 2025-06-05T23:51:38.5959810Z "digest": "sha256:9df3438b7178446f991f60044bc0a1593d3fd6ddfc68a7a83a06d9fbdaf29bc1" 2025-06-05T23:51:38.5960480Z }, 2025-06-05T23:51:38.5960778Z { 2025-06-05T23:51:38.5961250Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5961842Z "size": 826, 2025-06-05T23:51:38.5962425Z "digest": "sha256:68be57e33e0da984c38fc8bdcb80c54b49ba23684b833f032547800b9218013b" 2025-06-05T23:51:38.5963088Z }, 2025-06-05T23:51:38.5963380Z { 2025-06-05T23:51:38.5963843Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5964441Z "size": 677, 2025-06-05T23:51:38.5965030Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:38.5965713Z }, 2025-06-05T23:51:38.5965997Z { 2025-06-05T23:51:38.5966471Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5967082Z "size": 154712357, 2025-06-05T23:51:38.5967678Z "digest": "sha256:ffe52f464aa4ca386d2899e928b6c359913b767344fd7043774a8b8fe16ac6d6" 2025-06-05T23:51:38.5968351Z }, 2025-06-05T23:51:38.5968738Z { 2025-06-05T23:51:38.5969216Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5969801Z "size": 528, 2025-06-05T23:51:38.5970670Z "digest": "sha256:d4eb43deb195b6e785733f6635bc8509cb58acfe187b36a2b905b208bb799bac" 2025-06-05T23:51:38.5971368Z }, 2025-06-05T23:51:38.5971660Z { 2025-06-05T23:51:38.5972137Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5972727Z "size": 677, 2025-06-05T23:51:38.5973323Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:51:38.5974003Z }, 2025-06-05T23:51:38.5974296Z { 2025-06-05T23:51:38.5974757Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5975597Z "size": 355, 2025-06-05T23:51:38.5976175Z "digest": "sha256:6c31c8daa073b26d7c8042ff6755e99498d2aefd14b7ff3243102bc3f07ca737" 2025-06-05T23:51:38.5976855Z }, 2025-06-05T23:51:38.5977138Z { 2025-06-05T23:51:38.5977607Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5978202Z "size": 32, 2025-06-05T23:51:38.5978810Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:51:38.5994935Z }, 2025-06-05T23:51:38.5995414Z { 2025-06-05T23:51:38.5995925Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5996538Z "size": 166, 2025-06-05T23:51:38.5997134Z "digest": "sha256:d4ddcc27fabc62b91200796139914238ed3663936cfa9f104dae3f5694dc2722" 2025-06-05T23:51:38.5997812Z }, 2025-06-05T23:51:38.5998098Z { 2025-06-05T23:51:38.5998568Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.5999166Z "size": 1109, 2025-06-05T23:51:38.5999758Z "digest": "sha256:1918643c0ac60b2b30012ff25c48135d28022df6e006769e8790b1adb500a582" 2025-06-05T23:51:38.6000421Z }, 2025-06-05T23:51:38.6000706Z { 2025-06-05T23:51:38.6001175Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.6001769Z "size": 32, 2025-06-05T23:51:38.6002348Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:51:38.6003034Z }, 2025-06-05T23:51:38.6003322Z { 2025-06-05T23:51:38.6003794Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:51:38.6004382Z "size": 108, 2025-06-05T23:51:38.6004955Z "digest": "sha256:0d2f99d8350e5486509e92dc162c4d8f8ebd2530d6b23b48138977bb803da7e7" 2025-06-05T23:51:38.6005613Z } 2025-06-05T23:51:38.6005905Z ] 2025-06-05T23:51:38.6006187Z } 2025-06-05T23:51:38.6081804Z ##[group]Run set -eux 2025-06-05T23:51:38.6082210Z set -eux 2025-06-05T23:51:38.6083430Z 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:38.6091857Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:38.6092398Z env: 2025-06-05T23:51:38.6092787Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:38.6093345Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:38.6093760Z PR_NUMBER: 2025-06-05T23:51:38.6096069Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:38.6098662Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:38.6099501Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:38.6100282Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:38.6100845Z ##[endgroup] 2025-06-05T23:51:38.6133503Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:51:38.6134483Z + jq --raw-output .SecretString 2025-06-05T23:51:38.6135567Z + jq -r .docker_hub_readonly_token 2025-06-05T23:51:38.6136546Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:51:39.3494679Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:39.3495545Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:39.3496537Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:39.3497083Z 2025-06-05T23:51:39.3497231Z Login Succeeded 2025-06-05T23:51:39.3609928Z Prepare all required actions 2025-06-05T23:51:39.3664124Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:51:39.3664664Z with: 2025-06-05T23:51:39.3665698Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:39.3666908Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:39.3667463Z env: 2025-06-05T23:51:39.3667849Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:39.3668432Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:39.3668842Z PR_NUMBER: 2025-06-05T23:51:39.3671196Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:39.3673815Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:39.3674642Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:39.3675430Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:39.3675980Z ##[endgroup] 2025-06-05T23:51:39.3706945Z ##[group]Run set -x 2025-06-05T23:51:39.3707353Z set -x 2025-06-05T23:51:39.3707693Z set +e 2025-06-05T23:51:39.3708080Z  2025-06-05T23:51:39.3708433Z login() { 2025-06-05T23:51:39.3709094Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:51:39.3709921Z } 2025-06-05T23:51:39.3710242Z  2025-06-05T23:51:39.3710556Z retry () { 2025-06-05T23:51:39.3711026Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:51:39.3711540Z } 2025-06-05T23:51:39.3711862Z  2025-06-05T23:51:39.3712204Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:51:39.3712651Z  2025-06-05T23:51:39.3713409Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:51:39.3714379Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:51:39.3714918Z  2025-06-05T23:51:39.3715225Z set -e 2025-06-05T23:51:39.3715717Z # ignore output since only exit code is used for conditional 2025-06-05T23:51:39.3716449Z # only pull docker image if it's not available locally 2025-06-05T23:51:39.3717241Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:51:39.3718000Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:51:39.3718463Z fi 2025-06-05T23:51:39.3726137Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:39.3726694Z env: 2025-06-05T23:51:39.3727642Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:39.3728830Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:39.3729257Z PR_NUMBER: 2025-06-05T23:51:39.3731644Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:39.3734438Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:39.3735789Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:39.3736720Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:39.3737415Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:39.3737981Z ##[endgroup] 2025-06-05T23:51:39.3767658Z + set +e 2025-06-05T23:51:39.3768106Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:39.3768776Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:39.3770916Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:51:39.3772261Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:51:40.0431103Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:40.0431973Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:40.0432770Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:40.0433348Z 2025-06-05T23:51:40.0433512Z Login Succeeded 2025-06-05T23:51:40.0454152Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:40.0455386Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:51:40.4715572Z + IMAGE_SIZE=2033.462812423706 2025-06-05T23:51:40.4716115Z Compressed size of image in MB: 2033.462812423706 2025-06-05T23:51:40.4716730Z + echo 'Compressed size of image in MB: 2033.462812423706' 2025-06-05T23:51:40.4717272Z + set -e 2025-06-05T23:51:40.4718313Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:40.4846598Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:40.4848404Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:51:40.7648797Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:40.7649775Z 19d897f61348: Pulling fs layer 2025-06-05T23:51:40.7650187Z e5c00e17150a: Pulling fs layer 2025-06-05T23:51:40.7650600Z e5779288aa12: Pulling fs layer 2025-06-05T23:51:40.7651131Z d26f5aff9549: Pulling fs layer 2025-06-05T23:51:40.7651556Z d3fe47f6feba: Pulling fs layer 2025-06-05T23:51:40.7651961Z 39941e118291: Pulling fs layer 2025-06-05T23:51:40.7652365Z 60041ae2fad5: Pulling fs layer 2025-06-05T23:51:40.7652771Z 0d576e0baee0: Pulling fs layer 2025-06-05T23:51:40.7653187Z 46b6eec64e64: Pulling fs layer 2025-06-05T23:51:40.7653592Z d26f5aff9549: Waiting 2025-06-05T23:51:40.7653958Z 0e772bd57ccd: Pulling fs layer 2025-06-05T23:51:40.7654375Z 2898dcbb555a: Pulling fs layer 2025-06-05T23:51:40.7654805Z d3fe47f6feba: Waiting 2025-06-05T23:51:40.7655208Z 79ddb610b7aa: Pulling fs layer 2025-06-05T23:51:40.7655617Z 430d9f2748c5: Pulling fs layer 2025-06-05T23:51:40.7656027Z d7c077eb34f9: Pulling fs layer 2025-06-05T23:51:40.7656417Z 39941e118291: Waiting 2025-06-05T23:51:40.7656785Z 3f7dec1f62f1: Pulling fs layer 2025-06-05T23:51:40.7657188Z 84172107b5a7: Pulling fs layer 2025-06-05T23:51:40.7657596Z 691aa9d79c12: Pulling fs layer 2025-06-05T23:51:40.7657995Z 60041ae2fad5: Waiting 2025-06-05T23:51:40.7658357Z f914b1c5ae28: Pulling fs layer 2025-06-05T23:51:40.7658770Z 8609a913f2b1: Pulling fs layer 2025-06-05T23:51:40.7659204Z 0d576e0baee0: Waiting 2025-06-05T23:51:40.7659563Z 46b6eec64e64: Waiting 2025-06-05T23:51:40.7659929Z 3aa0ae69cbba: Pulling fs layer 2025-06-05T23:51:40.7660350Z fce98e07ffd7: Pulling fs layer 2025-06-05T23:51:40.7660747Z 0e772bd57ccd: Waiting 2025-06-05T23:51:40.7661120Z b14b3b360ade: Pulling fs layer 2025-06-05T23:51:40.7661536Z f15f38e054b1: Pulling fs layer 2025-06-05T23:51:40.7662355Z 2898dcbb555a: Waiting 2025-06-05T23:51:40.7662856Z d7c077eb34f9: Waiting 2025-06-05T23:51:40.7663221Z 9df3438b7178: Pulling fs layer 2025-06-05T23:51:40.7663631Z 68be57e33e0d: Pulling fs layer 2025-06-05T23:51:40.7664024Z 3f7dec1f62f1: Waiting 2025-06-05T23:51:40.7664383Z 79ddb610b7aa: Waiting 2025-06-05T23:51:40.7664730Z 691aa9d79c12: Waiting 2025-06-05T23:51:40.7665083Z f914b1c5ae28: Waiting 2025-06-05T23:51:40.7665431Z 430d9f2748c5: Waiting 2025-06-05T23:51:40.7665807Z ffe52f464aa4: Pulling fs layer 2025-06-05T23:51:40.7666215Z 8609a913f2b1: Waiting 2025-06-05T23:51:40.7666561Z 68be57e33e0d: Waiting 2025-06-05T23:51:40.7667421Z 9df3438b7178: Waiting 2025-06-05T23:51:40.7667781Z 3aa0ae69cbba: Waiting 2025-06-05T23:51:40.7668163Z d4eb43deb195: Pulling fs layer 2025-06-05T23:51:40.7668553Z 84172107b5a7: Waiting 2025-06-05T23:51:40.7668907Z fce98e07ffd7: Waiting 2025-06-05T23:51:40.7669256Z ffe52f464aa4: Waiting 2025-06-05T23:51:40.7669626Z 6c31c8daa073: Pulling fs layer 2025-06-05T23:51:40.7670045Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:51:40.7670480Z d4ddcc27fabc: Pulling fs layer 2025-06-05T23:51:40.7670892Z 1918643c0ac6: Pulling fs layer 2025-06-05T23:51:40.7671290Z d4eb43deb195: Waiting 2025-06-05T23:51:40.7671649Z b14b3b360ade: Waiting 2025-06-05T23:51:40.7672135Z 0d2f99d8350e: Pulling fs layer 2025-06-05T23:51:40.7672544Z f15f38e054b1: Waiting 2025-06-05T23:51:40.7672897Z d4ddcc27fabc: Waiting 2025-06-05T23:51:40.7673256Z 4f4fb700ef54: Waiting 2025-06-05T23:51:40.7673603Z 0d2f99d8350e: Waiting 2025-06-05T23:51:40.8656833Z e5c00e17150a: Download complete 2025-06-05T23:51:40.9578954Z d26f5aff9549: Verifying Checksum 2025-06-05T23:51:40.9579467Z d26f5aff9549: Download complete 2025-06-05T23:51:41.1190173Z 19d897f61348: Verifying Checksum 2025-06-05T23:51:41.1190696Z 19d897f61348: Download complete 2025-06-05T23:51:41.1900622Z 39941e118291: Verifying Checksum 2025-06-05T23:51:41.1901132Z 39941e118291: Download complete 2025-06-05T23:51:41.2042788Z d3fe47f6feba: Verifying Checksum 2025-06-05T23:51:41.2043361Z d3fe47f6feba: Download complete 2025-06-05T23:51:41.2751105Z 0d576e0baee0: Verifying Checksum 2025-06-05T23:51:41.2751621Z 0d576e0baee0: Download complete 2025-06-05T23:51:41.2914192Z 60041ae2fad5: Verifying Checksum 2025-06-05T23:51:41.2914675Z 60041ae2fad5: Download complete 2025-06-05T23:51:41.3411220Z 46b6eec64e64: Download complete 2025-06-05T23:51:41.3576989Z 0e772bd57ccd: Download complete 2025-06-05T23:51:41.4473552Z 79ddb610b7aa: Verifying Checksum 2025-06-05T23:51:41.4474073Z 79ddb610b7aa: Download complete 2025-06-05T23:51:41.7449041Z 2898dcbb555a: Verifying Checksum 2025-06-05T23:51:41.7449560Z 2898dcbb555a: Download complete 2025-06-05T23:51:41.8263153Z d7c077eb34f9: Verifying Checksum 2025-06-05T23:51:41.8263655Z d7c077eb34f9: Download complete 2025-06-05T23:51:41.8812659Z 3f7dec1f62f1: Verifying Checksum 2025-06-05T23:51:41.8813283Z 3f7dec1f62f1: Download complete 2025-06-05T23:51:41.9724099Z 84172107b5a7: Download complete 2025-06-05T23:51:42.1508040Z 19d897f61348: Pull complete 2025-06-05T23:51:42.1729169Z e5c00e17150a: Pull complete 2025-06-05T23:51:42.3123104Z e5779288aa12: Verifying Checksum 2025-06-05T23:51:42.3123621Z e5779288aa12: Download complete 2025-06-05T23:51:42.3811436Z f914b1c5ae28: Verifying Checksum 2025-06-05T23:51:42.3814198Z f914b1c5ae28: Download complete 2025-06-05T23:51:42.4640912Z 8609a913f2b1: Verifying Checksum 2025-06-05T23:51:42.4641429Z 8609a913f2b1: Download complete 2025-06-05T23:51:42.5547428Z 3aa0ae69cbba: Verifying Checksum 2025-06-05T23:51:42.5548238Z 3aa0ae69cbba: Download complete 2025-06-05T23:51:42.6478207Z fce98e07ffd7: Download complete 2025-06-05T23:51:43.1243196Z 691aa9d79c12: Verifying Checksum 2025-06-05T23:51:43.1243714Z 691aa9d79c12: Download complete 2025-06-05T23:51:43.1993079Z f15f38e054b1: Verifying Checksum 2025-06-05T23:51:43.1993607Z f15f38e054b1: Download complete 2025-06-05T23:51:43.9995664Z 430d9f2748c5: Verifying Checksum 2025-06-05T23:51:43.9996283Z 430d9f2748c5: Download complete 2025-06-05T23:51:44.0790507Z 68be57e33e0d: Verifying Checksum 2025-06-05T23:51:44.0791690Z 68be57e33e0d: Download complete 2025-06-05T23:51:45.5087792Z 9df3438b7178: Verifying Checksum 2025-06-05T23:51:45.5088319Z 9df3438b7178: Download complete 2025-06-05T23:51:45.6002922Z d4eb43deb195: Verifying Checksum 2025-06-05T23:51:45.6003554Z d4eb43deb195: Download complete 2025-06-05T23:51:45.6769972Z 6c31c8daa073: Download complete 2025-06-05T23:51:45.6772460Z ffe52f464aa4: Verifying Checksum 2025-06-05T23:51:45.6772901Z ffe52f464aa4: Download complete 2025-06-05T23:51:45.6852710Z 4f4fb700ef54: Verifying Checksum 2025-06-05T23:51:45.6853198Z 4f4fb700ef54: Download complete 2025-06-05T23:51:45.7475180Z d4ddcc27fabc: Verifying Checksum 2025-06-05T23:51:45.7475836Z d4ddcc27fabc: Download complete 2025-06-05T23:51:45.7638773Z 1918643c0ac6: Verifying Checksum 2025-06-05T23:51:45.7639278Z 1918643c0ac6: Download complete 2025-06-05T23:51:45.8138498Z 0d2f99d8350e: Verifying Checksum 2025-06-05T23:51:45.8138995Z 0d2f99d8350e: Download complete 2025-06-05T23:51:46.2402216Z e5779288aa12: Pull complete 2025-06-05T23:51:46.2614558Z d26f5aff9549: Pull complete 2025-06-05T23:51:46.4569943Z d3fe47f6feba: Pull complete 2025-06-05T23:51:46.4779119Z 39941e118291: Pull complete 2025-06-05T23:51:46.4982591Z 60041ae2fad5: Pull complete 2025-06-05T23:51:46.5191957Z 0d576e0baee0: Pull complete 2025-06-05T23:51:46.5449007Z 46b6eec64e64: Pull complete 2025-06-05T23:51:46.5660699Z 0e772bd57ccd: Pull complete 2025-06-05T23:51:47.0261574Z 2898dcbb555a: Pull complete 2025-06-05T23:51:47.0481406Z 79ddb610b7aa: Pull complete 2025-06-05T23:51:52.8766863Z 430d9f2748c5: Pull complete 2025-06-05T23:51:53.0694670Z d7c077eb34f9: Pull complete 2025-06-05T23:51:53.2409113Z 3f7dec1f62f1: Pull complete 2025-06-05T23:51:53.4629236Z 84172107b5a7: Pull complete 2025-06-05T23:51:54.3813036Z b14b3b360ade: Verifying Checksum 2025-06-05T23:51:54.3813551Z b14b3b360ade: Download complete 2025-06-05T23:51:55.5884191Z 691aa9d79c12: Pull complete 2025-06-05T23:51:55.6500107Z f914b1c5ae28: Pull complete 2025-06-05T23:51:55.7592780Z 8609a913f2b1: Pull complete 2025-06-05T23:51:55.8651200Z 3aa0ae69cbba: Pull complete 2025-06-05T23:51:55.9773154Z fce98e07ffd7: Pull complete 2025-06-05T23:52:25.7136347Z b14b3b360ade: Pull complete 2025-06-05T23:52:25.7882872Z f15f38e054b1: Pull complete 2025-06-05T23:52:31.9314962Z 9df3438b7178: Pull complete 2025-06-05T23:52:32.0122622Z 68be57e33e0d: Pull complete 2025-06-05T23:52:38.8463394Z ffe52f464aa4: Pull complete 2025-06-05T23:52:39.0747099Z d4eb43deb195: Pull complete 2025-06-05T23:52:39.5112139Z 6c31c8daa073: Pull complete 2025-06-05T23:52:39.7124257Z 4f4fb700ef54: Pull complete 2025-06-05T23:52:39.9342959Z d4ddcc27fabc: Pull complete 2025-06-05T23:52:40.1494958Z 1918643c0ac6: Pull complete 2025-06-05T23:52:40.4608202Z 0d2f99d8350e: Pull complete 2025-06-05T23:52:40.4728421Z Digest: sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-05T23:52:40.4770625Z 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:40.4798946Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:40.4852760Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:40.4854133Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:52:40.4864059Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:40.4864604Z env: 2025-06-05T23:52:40.4864995Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:40.4865542Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:40.4865954Z PR_NUMBER: 2025-06-05T23:52:40.4868306Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:40.4871186Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:40.4872013Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:40.4872800Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:40.4873356Z ##[endgroup] 2025-06-05T23:52:40.5005197Z ##[group]Run set -ex 2025-06-05T23:52:40.5005657Z set -ex 2025-06-05T23:52:40.5005991Z { 2025-06-05T23:52:40.5006330Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:52:40.5006807Z  echo "set -eou pipefail"; 2025-06-05T23:52:40.5007264Z  # shellcheck disable=SC2016 2025-06-05T23:52:40.5007762Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:52:40.5008271Z  echo "set -x"; 2025-06-05T23:52:40.5008779Z  echo "${SCRIPT}"; 2025-06-05T23:52:40.5009206Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:40.5009701Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:52:40.5010721Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:52:40.5018226Z shell: /usr/bin/bash -e {0} 2025-06-05T23:52:40.5018633Z env: 2025-06-05T23:52:40.5019624Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:40.5020719Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:40.5021134Z PR_NUMBER: 2025-06-05T23:52:40.5023441Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:40.5026043Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:40.5026875Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:40.5027656Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:40.5028640Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:52:40.5029111Z ##[endgroup] 2025-06-05T23:52:40.5056826Z + echo '#!/usr/bin/env bash' 2025-06-05T23:52:40.5058780Z + echo 'set -eou pipefail' 2025-06-05T23:52:40.5059260Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:52:40.5059714Z + echo 'set -x' 2025-06-05T23:52:40.5060273Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:52:40.5061066Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:52:40.5061608Z conda activate "${CONDA_ENV}" 2025-06-05T23:52:40.5061896Z 2025-06-05T23:52:40.5062039Z MODEL_NAME=qwen2_5 2025-06-05T23:52:40.5062388Z BUILD_TOOL="cmake" 2025-06-05T23:52:40.5062732Z BACKEND=portable 2025-06-05T23:52:40.5062936Z 2025-06-05T23:52:40.5063354Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-06-05T23:52:40.5064073Z # Build and test ExecuTorch 2025-06-05T23:52:40.5064807Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:40.5065561Z ' 2025-06-05T23:52:40.5078789Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:52:40.5079882Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:53:01.4088880Z Running command: 2025-06-05T23:53:01.4098048Z 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_f43e9277-007e-4340-86f8-b76199eb1008":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_f43e9277-007e-4340-86f8-b76199eb1008" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:53:01.4106010Z 2025-06-05T23:53:01.4106504Z 27389fb2e3c7e2bd891a1c3c0da7520b1060af072e694cf59264dbbd23532ffe 2025-06-05T23:53:01.4107470Z Running command: docker exec -t 27389fb2e3c7e2bd891a1c3c0da7520b1060af072e694cf59264dbbd23532ffe /exec 2025-06-05T23:53:01.4108287Z ++ conda env list --json 2025-06-05T23:53:01.4108657Z ++ local cmd=env 2025-06-05T23:53:01.4109008Z ++ case "$cmd" in 2025-06-05T23:53:01.4109361Z ++ __conda_exe env list --json 2025-06-05T23:53:01.4109774Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:53:01.4110173Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:53:01.4110643Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:53:01.4111107Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:53:01.4111553Z + local cmd=activate 2025-06-05T23:53:01.4111911Z + case "$cmd" in 2025-06-05T23:53:01.4112492Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:53:01.4112989Z + '[' -n '' ']' 2025-06-05T23:53:01.4113313Z + local ask_conda 2025-06-05T23:53:01.4113660Z ++ PS1='(base) ' 2025-06-05T23:53:01.4114096Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:01.4114793Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:01.4115394Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:53:01.4116618Z 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:01.4117924Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:01.4118434Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:01.4118871Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:01.4119374Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:01.4119890Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:01.4120383Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:01.4120862Z export _CE_M='\'''\'' 2025-06-05T23:53:01.4121242Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:01.4121709Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:01.4122238Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:53:01.4123426Z 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:01.4124896Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:01.4125406Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:01.4125838Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:01.4126341Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:01.4126862Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:01.4127360Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:01.4127828Z export _CE_M='\'''\'' 2025-06-05T23:53:01.4128198Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:01.4128766Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:01.4129449Z ++ PS1='(py_3.10) ' 2025-06-05T23:53:01.4130584Z ++ 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:01.4132517Z ++ 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:01.4133740Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:01.4134239Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:01.4134692Z ++ export CONDA_SHLVL=2 2025-06-05T23:53:01.4135052Z ++ CONDA_SHLVL=2 2025-06-05T23:53:01.4135415Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:01.4135853Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:01.4136298Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:53:01.4136783Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:53:01.4137248Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:01.4137697Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:01.4138119Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:01.4138589Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:01.4138997Z ++ export _CE_M= 2025-06-05T23:53:01.4139334Z ++ _CE_M= 2025-06-05T23:53:01.4139642Z ++ export _CE_CONDA= 2025-06-05T23:53:01.4139990Z ++ _CE_CONDA= 2025-06-05T23:53:01.4140368Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:01.4140901Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:01.4141348Z + __conda_hashr 2025-06-05T23:53:01.4141680Z + '[' -n '' ']' 2025-06-05T23:53:01.4142005Z + '[' -n '' ']' 2025-06-05T23:53:01.4142322Z + hash -r 2025-06-05T23:53:01.4142641Z + MODEL_NAME=qwen2_5 2025-06-05T23:53:01.4143256Z + BUILD_TOOL=cmake 2025-06-05T23:53:01.4143617Z + BACKEND=portable 2025-06-05T23:53:01.4144001Z + PYTHON_EXECUTABLE=python 2025-06-05T23:53:01.4144493Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:53:01.4145032Z ++ dirname .ci/scripts/setup-linux.sh 2025-06-05T23:53:01.4145501Z + source .ci/scripts/utils.sh 2025-06-05T23:53:01.4145942Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-06-05T23:53:01.4146437Z ++ parse_args --build-tool cmake 2025-06-05T23:53:01.4146892Z ++ args=('--build-tool' 'cmake') 2025-06-05T23:53:01.4147311Z ++ local args 2025-06-05T23:53:01.4147665Z ++ local i 2025-06-05T23:53:01.4147988Z ++ local BUILD_TOOL= 2025-06-05T23:53:01.4148385Z ++ local BUILD_MODE= 2025-06-05T23:53:01.4148751Z ++ local EDITABLE= 2025-06-05T23:53:01.4149096Z ++ (( i=0 )) 2025-06-05T23:53:01.4149437Z ++ (( i<2 )) 2025-06-05T23:53:01.4149782Z ++ case "${args[$i]}" in 2025-06-05T23:53:01.4150153Z ++ BUILD_TOOL=cmake 2025-06-05T23:53:01.4150499Z ++ i=1 2025-06-05T23:53:01.4150808Z ++ (( i++ )) 2025-06-05T23:53:01.4151137Z ++ (( i<2 )) 2025-06-05T23:53:01.4151450Z ++ '[' -z cmake ']' 2025-06-05T23:53:01.4151812Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-06-05T23:53:01.4152230Z ++ BUILD_MODE=Release 2025-06-05T23:53:01.4152607Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-06-05T23:53:01.4153045Z ++ EDITABLE=false 2025-06-05T23:53:01.4153398Z ++ [[ false =~ ^(true|false)$ ]] 2025-06-05T23:53:01.4153826Z ++ echo 'cmake Release false' 2025-06-05T23:53:01.4154224Z + [[ false == \t\r\u\e ]] 2025-06-05T23:53:01.4154654Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:53:01.4155114Z + which pip 2025-06-05T23:53:01.4155453Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:53:01.4156250Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:53:01.4156919Z 2025-06-05 23:53:00,218 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:53:01.4157837Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:01.4158967Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:53:01.4160249Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:53:01.4161737Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:53:01.4162782Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:53:01.4163496Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:53:01.4164675Z 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:01.4165941Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:53:01.4166721Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:53:01.4167989Z 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:01.4169369Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:53:01.4170307Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-06-05T23:53:01.4171659Z 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:01.4173224Z 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:01.4174855Z 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:01.4176473Z 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:01.4178041Z 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:01.4179620Z 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:01.4181344Z 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:01.4183195Z 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:01.4185079Z 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:01.4186968Z 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:05.3959711Z 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:05.3961725Z 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:05.3963664Z 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:05.3965959Z 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:05.3967892Z 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:05.3970438Z 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:05.3973032Z 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:05.3975423Z 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:05.3977234Z 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:05.3978709Z 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:05.3980258Z 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:05.3981800Z 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:05.3983149Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.3984172Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:53:05.3985113Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.3986174Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:53:05.3987127Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.3988099Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:53:05.3989061Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.3990678Z 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:05.3993255Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:53:05.3994622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 89.5 MB/s eta 0:00:00 2025-06-05T23:53:05.3995785Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.3997115Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB) 2025-06-05T23:53:05.3998368Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.3999510Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:53:05.4000646Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.4001793Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:53:05.4002969Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.4004054Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (22 kB) 2025-06-05T23:53:05.4005945Z 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:05.4008029Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.4009489Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.4 kB) 2025-06-05T23:53:05.4011269Z 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:05.4013520Z 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:05.4015007Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.4016190Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (3.3 kB) 2025-06-05T23:53:05.4017315Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.4018514Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:53:05.4020267Z 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:05.4021944Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.4023316Z 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:05.4024927Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:05.4026305Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:53:05.4027599Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:53:05.4028760Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:53:05.4029964Z 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:05.4031417Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.6 kB) 2025-06-05T23:53:05.4033072Z 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:05.4034395Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:53:05.4035776Z 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:05.4037283Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:53:05.4038798Z 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:05.4040178Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:53:05.4041966Z 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:05.4044586Z 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:05.4046201Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (17 kB) 2025-06-05T23:53:05.4047914Z 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:05.4049793Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.3 kB) 2025-06-05T23:53:05.4051524Z 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:05.4053137Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (10 kB) 2025-06-05T23:53:05.4054908Z 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:05.4056378Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (72 kB) 2025-06-05T23:53:07.8315523Z 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:07.8318021Z 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:07.8320168Z 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:07.8321940Z 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:07.8323214Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.7 kB) 2025-06-05T23:53:07.8324545Z 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:07.8325902Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:07.8327132Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:53:07.8328272Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:07.8330012Z [?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:07.8332184Z 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:07.8334260Z 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:07.8336438Z 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:07.8337841Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:53:07.8338715Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:07.8339691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 101.3 MB/s eta 0:00:00 2025-06-05T23:53:07.8340963Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-06-05T23:53:07.8342049Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-06-05T23:53:07.8343197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 145.9 MB/s eta 0:00:00 2025-06-05T23:53:07.8344377Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:53:07.8345257Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:53:07.8346224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 92.3 MB/s eta 0:00:00 2025-06-05T23:53:07.8347053Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:53:07.8348186Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB) 2025-06-05T23:53:07.8349335Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:-- 2025-06-05T23:53:07.8350269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 164.3 MB/s eta 0:00:00 2025-06-05T23:53:07.8351086Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:53:07.8351741Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:53:07.8352592Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB) 2025-06-05T23:53:07.8353763Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:07.8354703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 143.6 MB/s eta 0:00:00 2025-06-05T23:53:07.8355533Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:53:07.8356461Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220 kB) 2025-06-05T23:53:07.8357536Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327 kB) 2025-06-05T23:53:07.8358410Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:53:07.8359107Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:53:07.8360009Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225 kB) 2025-06-05T23:53:07.8361131Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (206 kB) 2025-06-05T23:53:07.8362115Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl (40.7 MB) 2025-06-05T23:53:07.8363278Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.7 MB ? eta -:--:-- 2025-06-05T23:53:07.8364675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/40.7 MB 246.2 MB/s eta 0:00:00 2025-06-05T23:53:07.8365798Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB) 2025-06-05T23:53:07.8366911Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.7 MB ? eta -:--:-- 2025-06-05T23:53:07.8367846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 130.8 MB/s eta 0:00:00 2025-06-05T23:53:07.8368932Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:53:07.8369787Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279 kB) 2025-06-05T23:53:07.8370854Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB) 2025-06-05T23:53:07.8371960Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2025-06-05T23:53:07.8373257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 113.5 MB/s eta 0:00:00 2025-06-05T23:53:07.8374158Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:53:07.8377757Z  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:07.8380970Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- \ done 2025-06-05T23:53:07.8382643Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=cbe72d28c862eff44ab7eabec8417f89d97709422492274b565ed69b1c85eefb 2025-06-05T23:53:07.8384358Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:53:07.8385392Z Successfully built antlr4-python3-runtime 2025-06-05T23:53:07.8387515Z 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:07.8389646Z [?25l 2025-06-05T23:53:13.8549668Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:13.8550675Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:13.8551620Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:13.8552564Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:13.8553460Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:13.8554361Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:13.8555255Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:13.8556115Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:13.8556968Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:13.8557827Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:13.8558687Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:13.8559879Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:13.8560763Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:13.8561649Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:13.8562548Z  Attempting uninstall: fsspec 2025-06-05T23:53:13.8563259Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:13.8563991Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:53:13.8564780Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:13.8565455Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:53:13.8566182Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:13.8566915Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:53:13.8567688Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:13.8568647Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:13.8569499Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 12/27 [dill] 2025-06-05T23:53:13.8570390Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:13.8571256Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:13.8572129Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:13.8572969Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:13.8573848Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:13.8574696Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:13.8575539Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:13.8576432Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 15/27 [aiohappyeyeballs] 2025-06-05T23:53:13.8577524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:53:13.8578391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 22/27 [torchdata] 2025-06-05T23:53:13.8579238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:13.8579887Z  Attempting uninstall: timm 2025-06-05T23:53:13.8580573Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:13.8581397Z  Found existing installation: timm 0.6.13 2025-06-05T23:53:13.8582174Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:13.8582831Z  Uninstalling timm-0.6.13: 2025-06-05T23:53:13.8583516Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:13.8584372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:13.8585079Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:53:13.8585808Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:13.8586611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:13.8587435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:13.8588271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:13.8589070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:13.8589897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:13.8590738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:13.8591606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:53:30.6770744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:30.6771671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:30.6772599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:53:30.6773905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:53:30.6774499Z [?25h 2025-06-05T23:53:30.6777500Z 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:30.6780399Z Processing ./third-party/ao 2025-06-05T23:53:30.6780980Z Preparing metadata (setup.py) ... [?25l- \ done 2025-06-05T23:53:30.6781624Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:53:30.6782294Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:53:30.6783575Z [?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:30.6785140Z 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:30.6786710Z 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:30.6788369Z 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:30.6790058Z 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:30.6791890Z 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:30.6793777Z 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:30.6795571Z 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:30.6797463Z 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:30.6799327Z 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:30.6801215Z 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:30.6803203Z 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:30.6805203Z 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:30.6807164Z 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:30.6809346Z 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:30.6811385Z 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:30.6813543Z 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:30.6814914Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:30.6818172Z  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:30.6821137Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | done 2025-06-05T23:53:30.6822772Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_aarch64.whl size=956243 sha256=2ee9d93496cc1f655c9c74a0f8b2f78ab5b4d0d00e46459ee5275e4e1fe95985 2025-06-05T23:53:30.6824509Z Stored in directory: /tmp/pip-ephem-wheel-cache-dstekbu7/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:53:30.6825799Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ | done 2025-06-05T23:53:30.6827431Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=1184ac40e633fe4f6a3edd679879e312b7f0dd0273d64d3d59f3639ac9fd08e4 2025-06-05T23:53:30.6829130Z Stored in directory: /tmp/pip-ephem-wheel-cache-dstekbu7/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:53:30.6830128Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:53:30.6830740Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:53:30.6831385Z [?25l 2025-06-05T23:53:30.6831962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:30.6832708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:30.6833452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:30.6834196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:30.6834934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:53:30.6835738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:53:30.6836337Z [?25h 2025-06-05T23:53:30.6836977Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:53:30.6837910Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:53:30.6838899Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:30.6839650Z Processing /pytorch/executorch 2025-06-05T23:53:30.6840165Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:53:30.6841534Z /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:30.6842986Z !! 2025-06-05T23:53:30.6843166Z 2025-06-05T23:53:30.6843358Z ******************************************************************************** 2025-06-05T23:53:30.6844847Z 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:30.6845837Z 2025-06-05T23:53:30.6846171Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:30.6846846Z or your builds will no longer be supported. 2025-06-05T23:53:30.6847193Z 2025-06-05T23:53:30.6847848Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:30.6848799Z ******************************************************************************** 2025-06-05T23:53:30.6849158Z 2025-06-05T23:53:30.6849289Z !! 2025-06-05T23:53:30.6849612Z corresp(dist, value, root_dir) 2025-06-05T23:53:30.6850817Z /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:30.6852021Z !! 2025-06-05T23:53:30.6852187Z 2025-06-05T23:53:30.6852369Z ******************************************************************************** 2025-06-05T23:53:33.9656160Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:33.9656806Z 2025-06-05T23:53:33.9657077Z License :: OSI Approved :: BSD License 2025-06-05T23:53:33.9657423Z 2025-06-05T23:53:33.9657972Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:33.9658809Z ******************************************************************************** 2025-06-05T23:53:33.9659155Z 2025-06-05T23:53:33.9659284Z !! 2025-06-05T23:53:33.9659627Z dist._finalize_license_expression() 2025-06-05T23:53:33.9660718Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:33.9661798Z !! 2025-06-05T23:53:33.9661965Z 2025-06-05T23:53:33.9662157Z ******************************************************************************** 2025-06-05T23:53:33.9662930Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:33.9663534Z 2025-06-05T23:53:33.9663716Z License :: OSI Approved :: BSD License 2025-06-05T23:53:33.9664042Z 2025-06-05T23:53:33.9664542Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:33.9665377Z ******************************************************************************** 2025-06-05T23:53:33.9665725Z 2025-06-05T23:53:33.9665859Z !! 2025-06-05T23:53:33.9666195Z self._finalize_license_expression() 2025-06-05T23:53:33.9666650Z running dist_info 2025-06-05T23:53:33.9667155Z creating /tmp/pip-modern-metadata-8lcrlfco/executorch.egg-info 2025-06-05T23:53:33.9667966Z writing /tmp/pip-modern-metadata-8lcrlfco/executorch.egg-info/PKG-INFO 2025-06-05T23:53:33.9668977Z writing dependency_links to /tmp/pip-modern-metadata-8lcrlfco/executorch.egg-info/dependency_links.txt 2025-06-05T23:53:33.9670124Z writing entry points to /tmp/pip-modern-metadata-8lcrlfco/executorch.egg-info/entry_points.txt 2025-06-05T23:53:33.9671200Z writing requirements to /tmp/pip-modern-metadata-8lcrlfco/executorch.egg-info/requires.txt 2025-06-05T23:53:33.9672274Z writing top-level names to /tmp/pip-modern-metadata-8lcrlfco/executorch.egg-info/top_level.txt 2025-06-05T23:53:33.9673342Z writing manifest file '/tmp/pip-modern-metadata-8lcrlfco/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:33.9674372Z reading manifest file '/tmp/pip-modern-metadata-8lcrlfco/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:33.9675132Z adding license file 'LICENSE' 2025-06-05T23:53:33.9675832Z writing manifest file '/tmp/pip-modern-metadata-8lcrlfco/executorch.egg-info/SOURCES.txt' 2025-06-05T23:53:33.9677277Z creating '/tmp/pip-modern-metadata-8lcrlfco/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:53:33.9678369Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:53:33.9679477Z 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:33.9680591Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:33.9682511Z 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:33.9684346Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:53:33.9685586Z 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:33.9687152Z 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:33.9688798Z 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:33.9690334Z 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:33.9691861Z 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:33.9693423Z 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:33.9694966Z 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:33.9696069Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:33.9697742Z 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:33.9699460Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:53:33.9700240Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:33.9702054Z 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:33.9703919Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:53:33.9705112Z 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:33.9706650Z 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:33.9708182Z 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:33.9709237Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:33.9710813Z 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:33.9712447Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:53:33.9713662Z 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:33.9714863Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:33.9715653Z Downloading coremltools-8.3.0.tar.gz (1.6 MB) 2025-06-05T23:53:33.9716563Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:33.9717515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 64.5 MB/s eta 0:00:00 2025-06-05T23:53:33.9718280Z [?25h Running command python setup.py egg_info 2025-06-05T23:53:33.9718763Z running egg_info 2025-06-05T23:53:33.9719260Z creating /tmp/pip-pip-egg-info-pk3cnslu/coremltools.egg-info 2025-06-05T23:53:33.9720161Z writing /tmp/pip-pip-egg-info-pk3cnslu/coremltools.egg-info/PKG-INFO 2025-06-05T23:53:33.9721160Z writing dependency_links to /tmp/pip-pip-egg-info-pk3cnslu/coremltools.egg-info/dependency_links.txt 2025-06-05T23:53:33.9722243Z writing requirements to /tmp/pip-pip-egg-info-pk3cnslu/coremltools.egg-info/requires.txt 2025-06-05T23:53:33.9723277Z writing top-level names to /tmp/pip-pip-egg-info-pk3cnslu/coremltools.egg-info/top_level.txt 2025-06-05T23:53:33.9724305Z writing manifest file '/tmp/pip-pip-egg-info-pk3cnslu/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:53:33.9725298Z reading manifest file '/tmp/pip-pip-egg-info-pk3cnslu/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:53:33.9726060Z reading manifest template 'MANIFEST.in' 2025-06-05T23:53:33.9726542Z adding license file 'LICENSE.txt' 2025-06-05T23:53:33.9727003Z adding license file 'NOTICE.txt' 2025-06-05T23:53:33.9727697Z writing manifest file '/tmp/pip-pip-egg-info-pk3cnslu/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:53:33.9728700Z Preparing metadata (setup.py) ... [?25l[?25hdone 2025-06-05T23:53:33.9729426Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:33.9731269Z 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:33.9733168Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl.metadata (593 bytes) 2025-06-05T23:53:33.9734492Z 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:33.9736201Z 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:33.9737451Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:33.9739078Z 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:33.9740669Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:53:33.9741410Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:33.9743226Z 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:33.9744821Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:53:33.9746111Z 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:35.6817462Z 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:35.6819282Z 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:35.6821091Z 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:35.6823444Z 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:35.6825350Z 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:35.6827289Z 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:35.6828954Z 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:35.6830594Z 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:35.6831705Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:53:35.6833279Z 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:35.6834885Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:53:35.6836073Z 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:35.6837304Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:53:35.6838974Z 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:35.6840614Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:53:35.6841889Z 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:35.6843335Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl (322 kB) 2025-06-05T23:53:35.6844049Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:53:35.6844696Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:53:35.6845344Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:53:35.6845999Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:53:35.6846666Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:53:35.6847276Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:53:35.6847881Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:53:35.6848472Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:53:35.6849220Z Building wheels for collected packages: executorch, coremltools 2025-06-05T23:53:35.6849956Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:53:35.6851385Z /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:35.6852655Z !! 2025-06-05T23:53:35.6852822Z 2025-06-05T23:53:35.6853012Z ******************************************************************************** 2025-06-05T23:53:35.6854200Z 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:35.6855197Z 2025-06-05T23:53:35.6855521Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:53:35.6856190Z or your builds will no longer be supported. 2025-06-05T23:53:35.6856543Z 2025-06-05T23:53:35.6857256Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:35.6858087Z ******************************************************************************** 2025-06-05T23:53:35.6858432Z 2025-06-05T23:53:35.6858558Z !! 2025-06-05T23:53:35.6858882Z corresp(dist, value, root_dir) 2025-06-05T23:53:35.6860075Z /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:35.6861272Z !! 2025-06-05T23:53:35.6861437Z 2025-06-05T23:53:35.6861823Z ******************************************************************************** 2025-06-05T23:53:35.6862617Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:35.6863220Z 2025-06-05T23:53:35.6863442Z License :: OSI Approved :: BSD License 2025-06-05T23:53:35.6863768Z 2025-06-05T23:53:35.6864267Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:35.6865094Z ******************************************************************************** 2025-06-05T23:53:35.6865440Z 2025-06-05T23:53:35.6865575Z !! 2025-06-05T23:53:35.6865904Z dist._finalize_license_expression() 2025-06-05T23:53:35.6867001Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:53:35.6868052Z !! 2025-06-05T23:53:35.6868224Z 2025-06-05T23:53:35.6868416Z ******************************************************************************** 2025-06-05T23:53:35.6869199Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:53:35.6869795Z 2025-06-05T23:53:35.6869976Z License :: OSI Approved :: BSD License 2025-06-05T23:53:35.6870303Z 2025-06-05T23:53:35.6870806Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:53:35.6871625Z ******************************************************************************** 2025-06-05T23:53:35.6871977Z 2025-06-05T23:53:35.6872105Z !! 2025-06-05T23:53:35.6872447Z self._finalize_license_expression() 2025-06-05T23:53:35.6872897Z running bdist_wheel 2025-06-05T23:53:35.6873258Z running build 2025-06-05T23:53:35.6873615Z command options for 'CustomBuild': 2025-06-05T23:53:35.6874087Z build_base = pip-out 2025-06-05T23:53:35.6874486Z build_purelib = pip-out/lib 2025-06-05T23:53:35.6874994Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:53:35.6875606Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:53:35.6876139Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:53:35.6876689Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-06-05T23:53:35.6877217Z plat_name = linux-aarch64 2025-06-05T23:53:35.6877633Z compiler = None 2025-06-05T23:53:35.6877996Z parallel = None 2025-06-05T23:53:35.6878338Z debug = None 2025-06-05T23:53:35.6878672Z force = None 2025-06-05T23:53:35.6879069Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:53:35.6879814Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:53:35.6880739Z clearing /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:53:35.6881436Z Preset CMake variables: 2025-06-05T23:53:35.6881687Z 2025-06-05T23:53:35.6881866Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:53:35.6882570Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:53:35.6883121Z 2025-06-05T23:53:35.6883328Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:53:35.6883873Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:53:35.6884394Z -- Detecting C compiler ABI info 2025-06-05T23:53:35.6885038Z -- Detecting C compiler ABI info - done 2025-06-05T23:53:35.6885611Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:53:35.6886173Z -- Detecting C compile features 2025-06-05T23:53:35.6886628Z -- Detecting C compile features - done 2025-06-05T23:53:35.6887105Z -- Detecting CXX compiler ABI info 2025-06-05T23:53:35.6887576Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:53:35.6888163Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:53:35.6888858Z -- Detecting CXX compile features 2025-06-05T23:53:35.6889443Z -- Detecting CXX compile features - done 2025-06-05T23:53:35.6890122Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:53:35.6890787Z -- --- Configured Options --- 2025-06-05T23:53:35.6891056Z 2025-06-05T23:53:35.6891239Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:53:35.6891779Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:53:35.6892328Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:53:35.6892959Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:53:35.6893596Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:53:35.6894125Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:53:35.6894637Z -- BUCK2 : 2025-06-05T23:53:35.6895346Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:53:35.6896100Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:53:35.6896634Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:53:35.6897172Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:53:35.6897730Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:53:35.6898517Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:53:35.6899316Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:53:35.6899870Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:53:35.6900429Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:53:35.6901016Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:53:35.6901555Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:53:35.6902099Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:53:35.6902636Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:53:35.6903183Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:53:35.6903737Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:53:35.6904292Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:53:35.6904841Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:53:35.6905382Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:53:35.6905935Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:53:35.6906485Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:53:35.6907033Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:53:35.6907579Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:53:35.6908117Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:53:40.0181027Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:53:40.0181735Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:53:40.0182281Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:53:40.0182801Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:53:40.0183381Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:53:40.0183931Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:53:40.0184466Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:53:40.0184998Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:53:40.0185521Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:53:40.0186467Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:53:40.0187003Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:53:40.0187535Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:53:40.0188070Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:53:40.0188599Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:53:40.0189127Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:53:40.0189649Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:53:40.0190369Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:53:40.0190933Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:53:40.0191503Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:53:40.0192098Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:53:40.0192648Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:53:40.0193197Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:53:40.0193756Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:53:40.0194305Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:53:40.0194851Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:53:40.0195354Z -- -------------------------- 2025-06-05T23:53:40.0195978Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:53:40.0196969Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:53:40.0197922Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:40.0198528Z CMake. 2025-06-05T23:53:40.0198707Z 2025-06-05T23:53:40.0199039Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:40.0199836Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:40.0200538Z to work with policies introduced by or earlier. 2025-06-05T23:53:40.0200918Z 2025-06-05T23:53:40.0200924Z 2025-06-05T23:53:40.0201073Z -- pybind11 v2.13.6 2025-06-05T23:53:40.0201883Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.17", minimum required is "3.7") 2025-06-05T23:53:40.0202896Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:53:40.0203487Z -- Performing Test HAS_FLTO 2025-06-05T23:53:40.0203939Z -- Performing Test HAS_FLTO - Success 2025-06-05T23:53:40.0204686Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:53:40.0205616Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:40.0206223Z CMake. 2025-06-05T23:53:40.0206406Z 2025-06-05T23:53:40.0206730Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:40.0207532Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:40.0208240Z to work with policies introduced by or earlier. 2025-06-05T23:53:40.0208738Z 2025-06-05T23:53:40.0208746Z 2025-06-05T23:53:40.0209009Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:53:40.0209665Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:53:40.0210293Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:53:40.0210835Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:53:40.0211510Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:53:40.0212179Z -- GCC_VERSION: 11 2025-06-05T23:53:40.0212404Z 2025-06-05T23:53:40.0213578Z -- 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:53:40.0215436Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:53:40.0216643Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:40.0217250Z CMake. 2025-06-05T23:53:40.0217428Z 2025-06-05T23:53:40.0217756Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:40.0218552Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:40.0219253Z to work with policies introduced by or earlier. 2025-06-05T23:53:40.0219630Z 2025-06-05T23:53:40.0219635Z 2025-06-05T23:53:40.0220306Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:53:40.0221356Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:40.0221968Z CMake. 2025-06-05T23:53:40.0222144Z 2025-06-05T23:53:40.0222469Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:40.0223282Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:40.0223978Z to work with policies introduced by or earlier. 2025-06-05T23:53:40.0224358Z 2025-06-05T23:53:40.0224364Z 2025-06-05T23:53:40.0224550Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:53:40.0225115Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:53:40.0225640Z -- Found Threads: TRUE 2025-06-05T23:53:40.0226475Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:53:40.0227543Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:40.0228160Z CMake. 2025-06-05T23:53:40.0228336Z 2025-06-05T23:53:40.0228660Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:40.0229467Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:40.0230175Z to work with policies introduced by or earlier. 2025-06-05T23:53:40.0230557Z 2025-06-05T23:53:40.0230563Z 2025-06-05T23:53:40.0231100Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:53:40.0231946Z -- Killing buck2 daemon 2025-06-05T23:53:40.0232671Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:53:40.0233491Z -- executorch: Generating source lists 2025-06-05T23:53:40.0234512Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:53:40.0235994Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:53:40.0237463Z '/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:53:40.0238441Z -- Generating operator lib: 2025-06-05T23:53:40.0238877Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:53:40.0239476Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:53:40.0240084Z -- ROOT_OPS: 2025-06-05T23:53:40.0240433Z -- INCLUDE_ALL_OPS: 2025-06-05T23:53:40.0242305Z 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:53:40.0244766Z -- Generating kernel bindings: 2025-06-05T23:53:40.0245207Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:53:40.0245803Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:53:40.0246425Z -- CUSTOM_OPS_YAML: 2025-06-05T23:53:40.0246814Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:53:40.0249686Z 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:53:40.0252751Z -- Generating operator lib: 2025-06-05T23:53:40.0253171Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:53:40.0253614Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:53:40.0254053Z -- DEPS: executorch_core 2025-06-05T23:53:40.0254626Z -- Generating operator lib: 2025-06-05T23:53:40.0255067Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:53:40.0255677Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:53:40.0256294Z -- ROOT_OPS: 2025-06-05T23:53:40.0256630Z -- INCLUDE_ALL_OPS: 2025-06-05T23:53:40.0258528Z 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:53:40.0260499Z -- Generating kernel bindings: 2025-06-05T23:53:40.0260939Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:53:40.0261538Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:53:40.0262162Z -- CUSTOM_OPS_YAML: 2025-06-05T23:53:40.0262555Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:53:40.0265380Z 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:53:40.0268212Z -- Generating operator lib: 2025-06-05T23:53:40.0268786Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:53:40.0269257Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:53:40.0269710Z -- DEPS: executorch_core 2025-06-05T23:53:40.0270121Z -- Merging kernel yaml files: 2025-06-05T23:53:40.0270830Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:53:40.0271841Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:53:40.0272921Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations 2025-06-05T23:53:40.0273722Z -- Generating operator lib: 2025-06-05T23:53:40.0274177Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:53:40.0275096Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:53:40.0275976Z -- ROOT_OPS: 2025-06-05T23:53:40.0276330Z -- INCLUDE_ALL_OPS: 2025-06-05T23:53:46.5844899Z 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:53:46.5847232Z -- Generating kernel bindings: 2025-06-05T23:53:46.5847694Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:53:46.5848763Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:53:46.5860947Z -- CUSTOM_OPS_YAML: 2025-06-05T23:53:46.5861484Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:53:46.5864464Z 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:53:46.5867828Z -- Generating operator lib: 2025-06-05T23:53:46.5868287Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:53:46.5868883Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:53:46.5869450Z -- DEPS: executorch_core 2025-06-05T23:53:46.5870330Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:53:46.5871271Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:46.5871886Z CMake. 2025-06-05T23:53:46.5872064Z 2025-06-05T23:53:46.5872390Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:46.5873202Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:46.5873918Z to work with policies introduced by or earlier. 2025-06-05T23:53:46.5874290Z 2025-06-05T23:53:46.5874296Z 2025-06-05T23:53:46.5874464Z -- Looking for C++ include unistd.h 2025-06-05T23:53:46.5874956Z -- Looking for C++ include unistd.h - found 2025-06-05T23:53:46.5875446Z -- Looking for C++ include stdint.h 2025-06-05T23:53:46.5875929Z -- Looking for C++ include stdint.h - found 2025-06-05T23:53:46.5876423Z -- Looking for C++ include inttypes.h 2025-06-05T23:53:46.5876925Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:53:46.5877440Z -- Looking for C++ include sys/types.h 2025-06-05T23:53:46.5877935Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:53:46.5878443Z -- Looking for C++ include sys/stat.h 2025-06-05T23:53:46.5878930Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:53:46.5879432Z -- Looking for C++ include fnmatch.h 2025-06-05T23:53:46.5879915Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:53:46.5880420Z -- Looking for C++ include stddef.h 2025-06-05T23:53:46.5880890Z -- Looking for C++ include stddef.h - found 2025-06-05T23:53:46.5881367Z -- Check size of uint32_t 2025-06-05T23:53:46.5881784Z -- Check size of uint32_t - done 2025-06-05T23:53:46.5882212Z -- Looking for strtoll 2025-06-05T23:53:46.5882613Z -- Looking for strtoll - found 2025-06-05T23:53:46.5883066Z -- The ASM compiler identification is GNU 2025-06-05T23:53:46.5883565Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:53:46.5884071Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-06-05T23:53:46.5884948Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.17") found components: Interpreter 2025-06-05T23:53:46.5885787Z -- Generating microkernels.cmake 2025-06-05T23:53:46.5886345Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:53:46.5886972Z No microkernel found in src/reference/packing.cc 2025-06-05T23:53:46.5887585Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:53:46.5888768Z '/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:53:46.5890244Z 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:53:46.5891264Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:53:46.5891793Z Call Stack (most recent call first): 2025-06-05T23:53:46.5892783Z /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:53:46.5893804Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:53:46.5894307Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:53:46.5894632Z 2025-06-05T23:53:46.5894638Z 2025-06-05T23:53:46.5895047Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:53:46.5896666Z -- 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:53:46.5897858Z -- Generating operator lib: 2025-06-05T23:53:46.5898286Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:53:46.5898888Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:53:46.5899507Z -- ROOT_OPS: 2025-06-05T23:53:46.5899843Z -- INCLUDE_ALL_OPS: 2025-06-05T23:53:46.5901841Z 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:53:46.5903834Z -- Generating kernel bindings: 2025-06-05T23:53:46.5904268Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:53:46.5904695Z -- FUNCTIONS_YAML: 2025-06-05T23:53:46.5905242Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:53:46.5905888Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:53:46.5911240Z 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:53:46.5916541Z -- Generating operator lib: 2025-06-05T23:53:46.5916974Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:53:46.5917418Z -- OPS_SCHEMA_YAML: 2025-06-05T23:53:46.5921079Z -- 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:53:46.5924758Z -- INCLUDE_ALL_OPS: 2025-06-05T23:53:46.5929796Z 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:53:46.5934795Z -- Generating kernel bindings: 2025-06-05T23:53:46.5935238Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:53:46.5935675Z -- FUNCTIONS_YAML: 2025-06-05T23:53:46.5936219Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:53:46.5936983Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:53:46.5937444Z -- Generating custom ops aot lib: 2025-06-05T23:53:46.5937890Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:53:46.5938683Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:53:46.5939799Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:53:46.5940930Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:53:46.5942208Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:53:46.5943593Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:53:46.5944759Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:53:46.5945930Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:53:46.5947109Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:53:46.5948270Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:53:46.5949396Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:53:46.5950557Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:53:47.9341039Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:53:47.9341967Z -- Generating operator lib: 2025-06-05T23:53:47.9342407Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:53:47.9344811Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:53:47.9345462Z -- ROOT_OPS: 2025-06-05T23:53:47.9345801Z -- INCLUDE_ALL_OPS: 2025-06-05T23:53:47.9347748Z 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:53:47.9349832Z -- Generating kernel bindings: 2025-06-05T23:53:47.9350282Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:53:47.9350744Z -- FUNCTIONS_YAML: 2025-06-05T23:53:47.9351294Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:53:47.9351938Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:53:47.9352387Z -- Generating operator lib: 2025-06-05T23:53:47.9352835Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:53:47.9353347Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:53:47.9353834Z -- DEPS: portable_lib 2025-06-05T23:53:47.9354246Z -- Generating operator lib: 2025-06-05T23:53:47.9354664Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:53:47.9355112Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:53:47.9355556Z -- DEPS: executorch_core 2025-06-05T23:53:47.9355970Z -- Configuring done (11.5s) 2025-06-05T23:53:47.9356385Z -- Generating done (0.5s) 2025-06-05T23:53:47.9357146Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:53:47.9358969Z 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:53:47.9360518Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:53:47.9361161Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:53:47.9362100Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:53:47.9363746Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:53:47.9365016Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:53:47.9366145Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:53:47.9367261Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:53:47.9368336Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:53:47.9369050Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:53:47.9369615Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:53:47.9370206Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:53:47.9370769Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:53:47.9371409Z [ 0%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:53:47.9372048Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:53:47.9372528Z CMake Warning: 2025-06-05T23:53:47.9372982Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:53:47.9373388Z 2025-06-05T23:53:47.9373394Z 2025-06-05T23:53:47.9373599Z fatal: No names found, cannot describe anything. 2025-06-05T23:53:47.9374174Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:53:47.9374716Z git describe failed with exit code: 128 2025-06-05T23:53:47.9375043Z 2025-06-05T23:53:47.9375293Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:53:47.9375859Z Call Stack (most recent call first): 2025-06-05T23:53:47.9376310Z CMakeLists.txt:5 (include) 2025-06-05T23:53:47.9376581Z 2025-06-05T23:53:47.9376587Z 2025-06-05T23:53:47.9376758Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:53:47.9377325Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:53:47.9377880Z CMake Warning: 2025-06-05T23:53:47.9378331Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:53:47.9378729Z 2025-06-05T23:53:47.9378735Z 2025-06-05T23:53:47.9379068Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:53:47.9379883Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:53:47.9380494Z CMake. 2025-06-05T23:53:47.9380677Z 2025-06-05T23:53:47.9381010Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:53:47.9381823Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:53:47.9382527Z to work with policies introduced by or earlier. 2025-06-05T23:53:47.9382902Z 2025-06-05T23:53:47.9382908Z 2025-06-05T23:53:47.9383465Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:53:47.9384686Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:53:47.9385825Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:53:47.9387013Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:53:47.9387939Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:53:47.9388491Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:53:47.9389000Z -- Detecting CXX compiler ABI info 2025-06-05T23:53:47.9389462Z -- Detecting C compiler ABI info 2025-06-05T23:53:47.9390208Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:53:47.9391015Z [ 1%] Linking C static library libpthreadpool.a 2025-06-05T23:53:47.9391516Z [ 1%] Built target pthreadpool 2025-06-05T23:53:47.9392417Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:53:47.9393505Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:53:47.9394320Z -- Detecting C compiler ABI info - done 2025-06-05T23:53:47.9395210Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:53:47.9396029Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:53:47.9396611Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:53:47.9397281Z -- Detecting C compile features 2025-06-05T23:53:47.9397744Z -- Detecting C compile features - done 2025-06-05T23:53:47.9398589Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:53:47.9399511Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:53:47.9400477Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:53:47.9401463Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:53:47.9402644Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:53:47.9403271Z -- Detecting CXX compile features 2025-06-05T23:53:47.9403737Z -- Detecting CXX compile features - done 2025-06-05T23:53:47.9404276Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:53:47.9404812Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:53:47.9405506Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:53:47.9406174Z -- GCC_VERSION: 11 2025-06-05T23:53:47.9406401Z 2025-06-05T23:53:47.9407576Z -- 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:53:47.9409137Z -- Configuring done (0.2s) 2025-06-05T23:53:47.9409546Z -- Looking for strtof_l 2025-06-05T23:53:47.9409942Z -- Generating done (0.0s) 2025-06-05T23:53:47.9410754Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:53:47.9412395Z -- 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:53:47.9413725Z [ 1%] Performing build step for 'flatcc_external_project' 2025-06-05T23:53:47.9414656Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:53:47.9415662Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:53:47.9416631Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:53:47.9417701Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:53:47.9418783Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:53:47.9419737Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:53:47.9420733Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:53:47.9421594Z -- Looking for strtof_l - found 2025-06-05T23:53:47.9422023Z -- Looking for strtoull_l 2025-06-05T23:53:47.9422801Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:53:47.9423984Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:53:47.9424957Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:53:47.9425815Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:53:47.9427119Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:53:47.9428370Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:53:47.9429395Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:53:47.9430184Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:53:47.9430819Z -- Looking for strtoull_l - found 2025-06-05T23:53:47.9431359Z -- Looking for realpath 2025-06-05T23:53:47.9432123Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:53:47.9433124Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:53:47.9434143Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:53:47.9435339Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:53:48.6758168Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:53:48.6759169Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:53:48.6760111Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:53:48.6761229Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:53:48.6762326Z [ 36%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:53:48.6763405Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:53:48.6764218Z [ 36%] Built target flatccrt 2025-06-05T23:53:48.6765141Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:53:48.6765994Z -- Looking for realpath - found 2025-06-05T23:53:48.6766498Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:53:48.6767383Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:53:48.6768199Z -- Configuring done (0.7s) 2025-06-05T23:53:48.6769070Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:53:48.6769926Z -- Generating done (0.0s) 2025-06-05T23:53:48.6771208Z -- 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:53:48.6772776Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:53:48.6773759Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:53:48.6774567Z [ 2%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:53:48.6775272Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:53:48.6776003Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:53:48.6776735Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:53:48.6777672Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:53:48.6778536Z [ 2%] Linking C static library libcpuinfo.a 2025-06-05T23:53:48.6779181Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:53:48.6779796Z [ 2%] Built target cpuinfo 2025-06-05T23:53:48.6780348Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:53:48.6781078Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:53:48.6782619Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:53:48.6783584Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:53:48.6784594Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:53:48.6785604Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:53:48.6786598Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:53:48.6787623Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:53:48.6788661Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:53:48.6789837Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:53:48.6790876Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:53:48.6791895Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:53:48.6793056Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:53:48.6794066Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:53:48.6794947Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:53:48.6795993Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:53:48.6796941Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:53:48.6797669Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:53:48.6798349Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:53:48.6799068Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:53:48.6799903Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:53:48.6800960Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:53:48.6801983Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:53:48.6803002Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:53:48.6804026Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:53:48.6804892Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:53:48.6805903Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:53:48.6807122Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:53:48.6808101Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:53:48.6809024Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:53:48.6809865Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:53:48.6810611Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:53:48.6811357Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:53:48.6812007Z [ 3%] Linking CXX static library libeigen_blas.a 2025-06-05T23:53:48.6812508Z [ 93%] Built target flatcc 2025-06-05T23:53:48.6813063Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:53:48.6813676Z [ 3%] Built target eigen_blas 2025-06-05T23:53:48.6814513Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:53:48.6816282Z [ 3%] 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:53:48.6817640Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:53:48.6818719Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:53:48.6819613Z [100%] Built target flatcc_cli 2025-06-05T23:53:48.6820225Z [ 3%] Performing install step for 'flatcc_external_project' 2025-06-05T23:53:48.6821215Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:53:48.6822265Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:53:48.6822899Z [ 21%] Built target flatccrt 2025-06-05T23:53:48.6823693Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:53:48.6824903Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:53:48.6827086Z /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:53:48.6829912Z /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:53:48.6831813Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:53:48.6832573Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:48.6833092Z | | 2025-06-05T23:53:48.6833635Z | const xnn_float16 * 2025-06-05T23:53:48.6834780Z 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:53:48.6836781Z /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:53:48.6837985Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:48.6838446Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:48.6840296Z /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:53:48.6842147Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:53:48.6843195Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:48.6843974Z | | 2025-06-05T23:53:48.6844742Z | const xnn_float16 * 2025-06-05T23:53:48.6845904Z 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:53:48.7182028Z /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:53:48.7183275Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:48.7186194Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:48.7190834Z /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:53:48.7193059Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:53:48.7193791Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:48.7194311Z | | 2025-06-05T23:53:48.7195031Z | const xnn_float16 * 2025-06-05T23:53:48.7196202Z 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:53:48.7198234Z /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:53:48.7199428Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:48.7199901Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:48.7201746Z /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:53:48.7203710Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:53:48.7204515Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:48.7204956Z | | 2025-06-05T23:53:48.7205414Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:53:48.7206550Z 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:53:48.7208706Z /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:53:48.7210017Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:53:48.7210596Z | ~~~~~~~~~~^~~ 2025-06-05T23:53:48.7211025Z [ 93%] Built target flatcc 2025-06-05T23:53:48.7212130Z [ 3%] 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:53:48.7213305Z [100%] Built target flatcc_cli 2025-06-05T23:53:48.7213868Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:53:48.7214455Z Install the project... 2025-06-05T23:53:48.7214866Z -- Install configuration: "" 2025-06-05T23:53:48.7215868Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:53:48.7217548Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:53:48.7219319Z -- 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:53:48.7221132Z -- 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:53:48.7222937Z -- 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:53:48.7224738Z -- 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:53:48.7226552Z -- 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:53:48.7228551Z -- 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:53:48.7230366Z -- 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:53:48.7232356Z -- 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:53:48.7234234Z -- 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:53:48.7236029Z -- 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:53:48.7237840Z -- 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:53:48.7239694Z -- 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:53:48.7241548Z -- 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:53:48.7243727Z -- 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:53:48.7245550Z -- 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:53:48.7247363Z -- 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:53:48.7249243Z -- 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:53:48.7251049Z -- 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:53:48.7252878Z -- 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:53:48.7254704Z -- 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:53:48.7256464Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:53:48.7258228Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:53:48.7260058Z -- 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:53:48.7261923Z -- 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:53:48.7263820Z -- 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:53:48.7265706Z -- 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:53:48.7267290Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:53:48.7269105Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:53:48.7270951Z -- 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:53:48.7272846Z -- 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:53:48.7274948Z -- 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:53:48.7276904Z -- 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:53:48.7278832Z -- 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:53:48.7764323Z -- 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:53:48.7766438Z -- 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:53:48.7768524Z -- 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:53:48.7770632Z -- 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:53:48.7772600Z -- 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:53:48.7774552Z -- 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:53:48.7776449Z -- 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:53:48.7778375Z -- 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:53:48.7780400Z -- 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:53:48.7782400Z -- 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:53:48.7784489Z -- 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:53:48.7786444Z -- 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:53:48.7788381Z -- 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:53:48.7790306Z -- 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:53:48.7792236Z -- 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:53:48.7794150Z -- 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:53:48.7796479Z -- 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:53:48.7798434Z -- 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:53:48.7800545Z -- 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:53:48.7802479Z -- 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:53:48.7804392Z -- 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:53:48.7805929Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:53:48.7807446Z -- 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:53:48.7809492Z -- 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:53:48.7811517Z -- 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:53:48.7813513Z -- 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:53:48.7815422Z -- 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:53:48.7817330Z -- 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:53:48.7819251Z -- 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:53:48.7821173Z -- 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:53:48.7823089Z -- 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:53:48.7824953Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:53:48.7826789Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:53:48.7828825Z -- 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:53:48.7831008Z -- 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:53:48.7833127Z -- 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:53:48.7835187Z -- 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:53:48.7837260Z -- 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:53:48.7839342Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:53:48.7841150Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:53:48.7844351Z -- 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:53:48.7846398Z -- 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:53:48.7848239Z -- 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:53:48.7850164Z -- 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:53:48.7851908Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:53:48.7853538Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:53:48.7855138Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:53:48.7856152Z [ 3%] Built target indirection 2025-06-05T23:53:48.7856604Z [ 3%] Completed 'flatcc_external_project' 2025-06-05T23:53:48.7857541Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:53:48.7858503Z [ 3%] Built target flatcc_external_project 2025-06-05T23:53:48.7859382Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:53:48.7861599Z /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:53:48.7864422Z /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:53:49.0578342Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:53:49.0579148Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:49.0579679Z | | 2025-06-05T23:53:49.0580251Z | const xnn_float16 * 2025-06-05T23:53:49.0581397Z 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:53:49.0583584Z /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:53:49.0584780Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:49.0585278Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:49.0587127Z /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:53:49.0588988Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:53:49.0590122Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:49.0590636Z | | 2025-06-05T23:53:49.0591167Z | const xnn_float16 * 2025-06-05T23:53:49.0592290Z 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:53:49.0594507Z /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:53:49.0595720Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:49.0596189Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:49.0598036Z /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:53:49.0599884Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:53:49.0600619Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:49.0601138Z | | 2025-06-05T23:53:49.0601657Z | const xnn_float16 * 2025-06-05T23:53:49.0602800Z 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:53:49.0604774Z /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:53:49.0605967Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:49.0606447Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:49.0608269Z /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:53:49.0610306Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:53:49.0611085Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:49.0611539Z | | 2025-06-05T23:53:49.0611994Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:53:49.0613107Z 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:53:49.0615080Z /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:53:49.0616375Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:53:49.0616958Z | ~~~~~~~~~~^~~ 2025-06-05T23:53:49.0618179Z [ 5%] 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:53:49.0619748Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:53:49.0620559Z [ 5%] Built target logging 2025-06-05T23:53:49.0621531Z [ 5%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:53:49.0622562Z [ 5%] Built target normalization 2025-06-05T23:53:49.0622994Z [ 5%] Built target datatype 2025-06-05T23:53:49.0623421Z [ 5%] Built target microparams-init 2025-06-05T23:53:49.0624228Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:53:49.0625245Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:53:49.0626519Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:53:49.0627498Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:53:49.0629590Z /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:53:49.0632569Z /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:53:49.0634490Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-06-05T23:53:49.0635214Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:49.0635724Z | | 2025-06-05T23:53:49.0636252Z | const xnn_float16 * 2025-06-05T23:53:49.0637467Z 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:53:49.0639534Z /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:53:49.0640722Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:49.0641177Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:49.0643290Z /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:53:49.0645220Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-06-05T23:53:49.0645931Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:49.0646448Z | | 2025-06-05T23:53:49.0646978Z | const xnn_float16 * 2025-06-05T23:53:49.0648204Z 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:53:49.0650353Z /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:53:49.0651543Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:49.0652004Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:49.0653185Z [ 5%] 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:53:49.0654533Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:53:49.0655146Z [ 5%] Built target operator-run 2025-06-05T23:53:49.0656156Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:53:49.0657458Z [ 6%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:53:49.0658195Z [ 6%] Built target operator-utils 2025-06-05T23:53:49.0659131Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:53:49.0661098Z [ 6%] 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:53:49.0662522Z [ 6%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:53:49.0663519Z [ 6%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:53:49.0664545Z [ 6%] Built target hardware-config 2025-06-05T23:53:49.0665576Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:53:49.7796693Z [ 6%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:53:49.7797514Z [ 6%] Built target reference-ukernels 2025-06-05T23:53:49.7798331Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:53:49.7799352Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:53:49.7800258Z [ 6%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:53:49.7801727Z [ 6%] 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:53:49.7803587Z [ 6%] 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:53:49.7805062Z [ 6%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:53:49.7805835Z [ 6%] Built target allocator 2025-06-05T23:53:49.7806534Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:53:49.7807291Z [ 6%] Built target packing 2025-06-05T23:53:49.7808019Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:53:49.7809588Z [ 6%] 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:53:49.7810981Z [ 6%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:53:49.7812496Z [ 6%] 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:53:49.7813784Z [ 6%] Built target cache 2025-06-05T23:53:49.7814657Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:53:49.7815579Z [ 7%] Built target flatccrt 2025-06-05T23:53:49.7816821Z [ 7%] 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:53:49.7818406Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:53:49.7819159Z [ 7%] Built target memory 2025-06-05T23:53:49.7820373Z [ 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:53:49.7822483Z [ 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:53:49.7823791Z [ 7%] Built target microkernel-utils 2025-06-05T23:53:49.7824398Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:53:49.7825410Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:53:49.7826261Z [ 7%] Built target mutex 2025-06-05T23:53:49.7827196Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:53:49.7828435Z [ 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:53:49.7830147Z [ 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:53:49.7831739Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:53:49.7833387Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:53:49.7834980Z [ 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:53:49.7836650Z [ 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:53:49.7838241Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:53:49.7839742Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:53:49.7841513Z [ 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:53:49.7843676Z [ 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:53:49.7845750Z [ 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:53:49.7847716Z [ 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:53:49.7849626Z [ 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:53:49.7850911Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:53:49.7851991Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:53:49.7853420Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:53:49.7855145Z [ 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:53:49.7857233Z [ 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:53:49.7859415Z [ 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:53:49.7861203Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:53:49.7862975Z [ 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:53:49.7865068Z [ 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:53:49.7866787Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:53:49.7868652Z [ 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:53:49.7870493Z [ 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:53:49.7872368Z [ 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:53:49.7874402Z [ 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:53:49.7876055Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:53:49.7877555Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:53:49.7878703Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:53:49.7880085Z [ 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:53:49.7882125Z [ 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:53:49.7884218Z [ 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:53:49.7885683Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:53:49.7887174Z [ 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:53:49.7889187Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:53:49.7890979Z [ 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:53:50.2274732Z [ 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:53:50.2276764Z [ 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:53:50.2278430Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:53:50.2280077Z [ 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:53:50.2281403Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:53:50.2282416Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:53:50.2283701Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:53:50.2284827Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:53:50.2286236Z [ 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:53:50.2288116Z [ 11%] 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:53:50.2290303Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:53:50.2291438Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:53:50.2292579Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:53:50.2293676Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:53:50.2294893Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:53:50.2296401Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:53:50.2298165Z [ 11%] 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:53:50.2299450Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:53:50.2300422Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:53:50.2301731Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:53:50.2303062Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:53:50.2305296Z /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:53:50.2308083Z /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:53:50.2310014Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:53:50.2310789Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:50.2311321Z | | 2025-06-05T23:53:50.2311851Z | const xnn_float16 * 2025-06-05T23:53:50.2313014Z 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:53:50.2315029Z /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:53:50.2316222Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:50.2316692Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:50.2318554Z /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:53:50.2320451Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:53:50.2321234Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:50.2321770Z | | 2025-06-05T23:53:50.2322313Z | const xnn_float16 * 2025-06-05T23:53:50.2323464Z 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:53:50.2325457Z /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:53:50.2326826Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:50.2327296Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:50.2328478Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:53:50.2329900Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:53:50.2331121Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:53:50.2332818Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:53:50.2334163Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:53:50.2335261Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:53:50.2337379Z /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:53:50.2340188Z /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:53:50.2342122Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:53:50.2343142Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:50.2343676Z | | 2025-06-05T23:53:50.2344233Z | const xnn_float16 * 2025-06-05T23:53:50.2345398Z 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:53:50.2347424Z /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:53:50.2348613Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:50.2349083Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:50.2350942Z /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:53:50.2352840Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:53:50.2353631Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:50.2354160Z | | 2025-06-05T23:53:50.2354693Z | const xnn_float16 * 2025-06-05T23:53:50.2355860Z 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:53:50.2357872Z /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:53:50.2359061Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:50.2359533Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:50.2361397Z /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:53:50.4282486Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:53:50.4283539Z | ^~~~~~~~~~ 2025-06-05T23:53:50.4284077Z | | 2025-06-05T23:53:50.4285043Z | const xnn_float16 * 2025-06-05T23:53:50.4286255Z 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:53:50.4288480Z /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:53:50.4289816Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:50.4290289Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:50.4291403Z [ 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:53:50.4293186Z [ 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:53:50.4294310Z [ 12%] Built target operators 2025-06-05T23:53:50.4294946Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:53:50.4296005Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:53:50.4297980Z /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:53:50.4300771Z /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:53:50.4302683Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:53:50.4303460Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:50.4304000Z | | 2025-06-05T23:53:50.4304541Z | const xnn_float16 * 2025-06-05T23:53:50.4305702Z 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:53:50.4307718Z /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:53:50.4308897Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:50.4309369Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:50.4311203Z /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:53:50.4313109Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:53:50.4313892Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:50.4314415Z | | 2025-06-05T23:53:50.4315267Z | const xnn_float16 * 2025-06-05T23:53:50.4316418Z 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:53:50.4318478Z /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:53:50.4319680Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:50.4320145Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:50.4322125Z /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:53:50.4324303Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:53:50.4325313Z | ^~~~~~~~~~ 2025-06-05T23:53:50.4325839Z | | 2025-06-05T23:53:50.4326385Z | const xnn_float16 * 2025-06-05T23:53:50.4327543Z 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:53:50.4329707Z /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:53:50.4330909Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:50.4331382Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:50.4332155Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:53:50.4333886Z [ 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:53:50.4335387Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:53:50.4337015Z /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:53:50.4339660Z /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:53:50.4341476Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:53:50.4342241Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:53:50.4343147Z | | 2025-06-05T23:53:50.4343675Z | const xnn_float16 * 2025-06-05T23:53:50.4344785Z 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:53:50.4346957Z /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:53:50.4348175Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:53:50.4348649Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:53:50.4349430Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:53:50.4350905Z [ 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:53:50.4352503Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:53:50.4353572Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:53:50.4355611Z /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:53:50.4358909Z /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:53:50.4360836Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-06-05T23:53:50.4361376Z | ^~~ 2025-06-05T23:53:50.4361751Z | | 2025-06-05T23:53:50.4362138Z | xnn_float16 * 2025-06-05T23:53:50.4363421Z 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:53:50.4365534Z /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:53:50.4366760Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-06-05T23:53:50.4367344Z | ~~~~~~~~~~^~~ 2025-06-05T23:53:50.4368399Z [ 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:53:50.4370048Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:53:51.4442079Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:53:51.4443403Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:53:51.4444728Z [ 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:53:51.4446545Z [ 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:53:51.4448037Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:53:51.4449395Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:53:51.4450509Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:53:51.4452345Z [ 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:53:51.4453764Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:53:51.4454935Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:53:51.4456064Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:53:51.4457306Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:53:51.4458397Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:53:51.4459732Z [ 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:53:51.4461295Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:53:51.4462627Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:53:51.4463734Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:53:51.4464899Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:53:51.4466347Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:53:51.4467742Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:53:51.4469256Z [ 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:53:51.4470568Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:53:51.4471753Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:53:51.4473161Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:53:51.4474515Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:53:51.4475823Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:53:51.4477129Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:53:51.4478592Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:53:51.4480296Z [ 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:53:51.4481860Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:53:51.4483185Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:53:51.4484601Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:53:51.4485987Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:53:51.4487422Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:53:51.4488423Z [100%] Linking CXX executable flatc 2025-06-05T23:53:51.4489776Z [ 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:53:51.4491268Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:53:51.4492851Z [ 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:53:51.4494568Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:53:51.4495937Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:53:51.4497208Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:53:51.4498457Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:53:51.4499665Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:53:51.4501070Z [ 15%] 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:53:51.4502770Z [ 15%] 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:53:51.4504511Z [ 16%] 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:53:51.4506239Z [ 16%] 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:53:51.4507991Z [ 16%] 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:53:51.4509098Z [ 16%] Built target subgraph 2025-06-05T23:53:51.4510142Z [ 16%] 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:53:51.4511876Z [ 16%] 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:53:51.4513627Z [ 16%] 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:53:51.4515381Z [ 16%] 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:53:51.4517188Z [ 16%] 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:53:51.4518964Z [ 16%] 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:53:51.4520692Z [ 16%] 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:53:51.4532273Z [ 16%] 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:53:51.4534087Z [ 16%] 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:53:51.4535891Z [ 16%] 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:53:51.4537656Z [ 16%] 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:53:51.4539602Z [ 16%] 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:53:51.4541345Z [ 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:53:51.4543266Z [ 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:53:51.4545300Z [ 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:53:51.9653956Z [ 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:53:51.9657326Z [ 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:53:51.9659255Z [ 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:53:51.9661094Z [ 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:53:51.9662830Z [ 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:53:51.9664542Z [ 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:53:51.9666252Z [ 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:53:51.9668027Z [ 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:53:51.9669939Z [ 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:53:51.9671967Z [ 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:53:51.9673931Z [ 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:53:51.9675797Z [ 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:53:51.9677827Z [ 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:53:51.9680019Z [ 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:53:51.9681936Z [ 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:53:51.9683657Z [ 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:53:51.9685359Z [ 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:53:51.9687065Z [ 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:53:51.9689267Z [ 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:53:51.9691001Z [ 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:53:51.9692751Z [ 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:53:51.9693860Z [100%] Built target flatc 2025-06-05T23:53:51.9694569Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:53:51.9695807Z [ 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:53:51.9697522Z [ 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:53:51.9699273Z [ 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:53:51.9701030Z [ 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:53:51.9702770Z [ 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:53:51.9704510Z [ 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:53:51.9706403Z [ 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:53:51.9708358Z [ 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:53:51.9710257Z [ 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:53:51.9711430Z [100%] Built target flatc 2025-06-05T23:53:51.9712517Z [ 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:53:51.9714480Z [ 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:53:51.9715743Z Install the project... 2025-06-05T23:53:51.9716154Z -- Install configuration: "" 2025-06-05T23:53:51.9717220Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:53:51.9719051Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:53:51.9720920Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:53:51.9723096Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:53:51.9724952Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:53:51.9726833Z -- 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:53:51.9728846Z -- 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:53:51.9730984Z -- 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:53:51.9733213Z -- 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:53:51.9735321Z -- 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:53:51.9737335Z -- 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:53:51.9739287Z -- 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:53:51.9741261Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:53:51.9743246Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:53:51.9745131Z -- 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:53:51.9747066Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:53:51.9748937Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:53:51.9750753Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:53:51.9752577Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:53:52.3723308Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:53:52.3725257Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:53:52.3727137Z -- 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:53:52.3729131Z -- 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:53:52.3731044Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:53:52.3733004Z -- 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:53:52.3734956Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:53:52.3736865Z -- 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:53:52.3738744Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:53:52.3740980Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:53:52.3743007Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:53:52.3744848Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:53:52.3746868Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:53:52.3748792Z -- 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:53:52.3750700Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:53:52.3752689Z -- 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:53:52.3754764Z -- 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:53:52.3756897Z -- 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:53:52.3758807Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:53:52.3760598Z -- 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:53:52.3762678Z -- 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:53:52.3764625Z [ 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:53:52.3766393Z [ 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:53:52.3767577Z [ 20%] Completed 'flatbuffers_external_project' 2025-06-05T23:53:52.3768854Z [ 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:53:52.3770043Z [ 20%] Built target flatbuffers_external_project 2025-06-05T23:53:52.3771280Z [ 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:53:52.3773170Z [ 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:53:52.3775095Z [ 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:53:52.3776820Z [ 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:53:52.3778564Z [ 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:53:52.3779697Z [ 20%] Generating common_schema headers 2025-06-05T23:53:52.3780839Z [ 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:53:52.3782915Z [ 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:53:52.3784645Z [ 21%] 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:53:52.3785737Z [ 21%] Built target common_schema 2025-06-05T23:53:52.3786931Z [ 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:53:52.3788086Z [ 22%] Generating xnnpack_schema headers 2025-06-05T23:53:52.3788559Z [ 22%] Built target xnnpack_schema 2025-06-05T23:53:52.3789752Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-06-05T23:53:52.3791676Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-06-05T23:53:52.3793550Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-06-05T23:53:52.3795328Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:53:52.3797054Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-06-05T23:53:52.3798809Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-06-05T23:53:52.3800747Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-06-05T23:53:52.3802793Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-06-05T23:53:52.3804804Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:53:52.3806822Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-06-05T23:53:52.3809027Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-06-05T23:53:52.3811140Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-06-05T23:53:52.3813180Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-06-05T23:53:52.3814475Z [ 24%] Generating program_schema headers 2025-06-05T23:53:52.3815761Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:53:52.3817862Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-06-05T23:53:52.3819163Z [ 24%] Built target program_schema 2025-06-05T23:53:52.3819855Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:53:53.2970381Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-06-05T23:53:53.2972824Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:53:53.2974888Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:53:53.2976373Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:53:53.2978135Z [ 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:53:53.2980258Z [ 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:53:53.2982300Z [ 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:53:53.2984395Z [ 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:53:53.2986256Z [ 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:53:53.2987728Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:53:53.2989227Z [ 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:53:53.2990981Z [ 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:53:53.2992493Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:53:53.2993985Z [ 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:53:53.2995704Z [ 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:53:53.2997113Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:53:53.2998499Z [ 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:53:53.2999760Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:53:53.3000972Z [ 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:53:53.3002750Z [ 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:53:53.3004794Z [ 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:53:53.3006873Z [ 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:53:53.3008382Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:53:53.3010043Z [ 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:53:53.3011710Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:53:53.3013221Z [ 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:53:53.3015258Z [ 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:53:53.3017406Z [ 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:53:53.3018953Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:53:53.3020348Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:53:53.3022117Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-06-05T23:53:53.3023819Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:53:53.3025124Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:53:53.3026432Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:53:53.3028048Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:53:53.3029815Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-06-05T23:53:53.3031303Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:53:53.3032804Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:53:53.3034367Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:53:53.3035826Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-06-05T23:53:53.3037567Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:53:53.3038991Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:53:53.3040353Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:53:53.3041983Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:53:53.3049191Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:53:53.3050560Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:53:53.3052193Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:53:53.3053451Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:53:53.3054376Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:53:53.3055322Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:53:53.3056577Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:53:53.3057563Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:53:53.3059110Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:53:53.3060627Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:53:53.3062282Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:53:53.3063829Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:53:53.3065378Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:53:53.3067468Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:53:53.3069547Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:53:54.3030646Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:53:54.3032658Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-06-05T23:53:54.3034439Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-06-05T23:53:54.3036299Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:53:54.3038348Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:53:54.3040428Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:53:54.3042463Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:53:54.3044678Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-06-05T23:53:54.3046772Z [ 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:53:54.3048134Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:53:54.3049497Z [ 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:53:54.3051355Z [ 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:53:54.3053115Z [ 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:53:54.3054257Z [ 29%] Built target executorch_core 2025-06-05T23:53:54.3054953Z [ 29%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:53:54.3056704Z [ 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:53:54.3058533Z [ 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:53:54.3059896Z [ 29%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:53:54.3060847Z [ 29%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:53:54.3062059Z [ 29%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:53:54.3063465Z [ 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:53:54.3064955Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:53:54.3066489Z [ 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:53:54.3068209Z [ 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:53:54.3069569Z [ 29%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:53:54.3071105Z [ 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:53:54.3073133Z [ 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:53:54.3075149Z [ 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:53:54.3076820Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:53:54.3078095Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:53:54.3079604Z [ 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:53:54.3081302Z [ 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:53:54.3082444Z [ 30%] Linking CXX static library libextension_tensor.a 2025-06-05T23:53:54.3083366Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:53:54.3084223Z [ 30%] Built target extension_tensor 2025-06-05T23:53:54.3085017Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:53:54.3086188Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:53:54.3087586Z [ 31%] 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:53:54.3089077Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:53:54.3089961Z [ 31%] Linking CXX static library libexecutorch.a 2025-06-05T23:53:54.3090468Z [ 31%] Built target executorch 2025-06-05T23:53:54.3091260Z [ 31%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:53:54.3092852Z [ 31%] 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:53:54.3095111Z [ 31%] 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:53:54.3096827Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:53:54.3099415Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:53:54.3101290Z [ 31%] 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:53:54.3102943Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:53:54.3104137Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:53:54.3105323Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:53:54.3106514Z [ 31%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:53:54.3108199Z [ 31%] 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:53:54.3110315Z [ 31%] 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:53:54.3112356Z [ 31%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-06-05T23:53:54.3114265Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:53:54.3115493Z [ 31%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:53:54.3116064Z [ 31%] Built target extension_data_loader 2025-06-05T23:53:54.3116537Z [ 31%] Generating etdump headers 2025-06-05T23:53:54.3117379Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:53:54.3118647Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:53:54.3119740Z [ 31%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:53:54.3120520Z [ 31%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:53:54.3121080Z [ 31%] Built target extension_threadpool 2025-06-05T23:53:54.3121732Z [ 31%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:53:54.3122820Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:53:54.3124387Z [ 32%] 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:53:54.3125875Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:53:55.3544239Z [ 32%] 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:53:55.3545800Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:53:55.3547018Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:53:55.3548265Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:53:55.3549442Z [ 34%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:53:55.3550989Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:53:55.3552439Z [ 35%] 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:53:55.3553804Z [ 35%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:53:55.3555323Z [ 35%] 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:53:55.3556767Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:53:55.3558379Z [ 35%] 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:53:55.3560472Z [ 35%] 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:53:55.3562458Z [ 35%] 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:53:55.3564230Z [ 35%] 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:53:55.3565338Z [ 35%] Generating bundled_program headers 2025-06-05T23:53:55.3566044Z [ 35%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:53:55.3567096Z [ 35%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:53:55.3567932Z [ 35%] Linking CXX static library libetdump.a 2025-06-05T23:53:55.3568420Z [ 35%] Built target etdump 2025-06-05T23:53:55.3569535Z [ 35%] 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:53:55.3571188Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:53:55.3572700Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:53:55.3573838Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:53:55.3575181Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:53:55.3576683Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:53:55.3577663Z [ 35%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:53:55.3578238Z [ 35%] Built target kernels_util_all_deps 2025-06-05T23:53:55.3579041Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:53:55.3580423Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:53:55.3581684Z [ 35%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:53:55.3582427Z [ 35%] Linking CXX static library libbundled_program.a 2025-06-05T23:53:55.3582962Z [ 35%] Built target bundled_program 2025-06-05T23:53:55.3584257Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:53:55.3586372Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:53:55.3588681Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:53:55.3590328Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:53:55.3591945Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:53:55.3594089Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:53:55.3595701Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:53:55.3597210Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-06-05T23:53:55.3598812Z 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:53:55.3600024Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:53:55.3601175Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional_base.h:6, 2025-06-05T23:53:55.3602360Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:53:55.3603347Z from /pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp:17: 2025-06-05T23:53:55.3606152Z /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:53:55.3610080Z /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:53:55.3612029Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:53:55.3612518Z | ^ 2025-06-05T23:53:55.3613214Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:53:55.3614269Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:53:55.3615430Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:53:55.3616904Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-06-05T23:53:55.3618409Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:53:55.3619629Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:53:55.3620511Z [ 37%] Linking CXX static library libcpublas.a 2025-06-05T23:53:55.3621773Z [ 37%] 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:53:55.3623010Z [ 37%] Built target cpublas 2025-06-05T23:53:55.3624278Z [ 37%] 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:53:55.3625931Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:53:55.3627738Z [ 37%] 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:53:55.3629345Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:53:55.3631017Z [ 37%] 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:53:55.3633229Z [ 37%] 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:53:55.3635131Z [ 37%] 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:53:55.3636892Z [ 37%] 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:53:57.0377092Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:53:57.0378334Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:53:57.0379539Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:53:57.0381063Z [ 37%] 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:53:57.0382553Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:53:57.0383793Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:53:57.0385360Z [ 37%] 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:53:57.0386838Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:53:57.0388350Z [ 37%] 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:53:57.0389843Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:53:57.0391032Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:53:57.0392195Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:53:57.0393662Z [ 39%] 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:53:57.0395429Z [ 39%] 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:53:57.0396577Z [ 39%] Linking CXX static library libutil.a 2025-06-05T23:53:57.0397050Z [ 39%] Built target util 2025-06-05T23:53:57.0397760Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:53:57.0399227Z [ 40%] 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:53:57.0401169Z [ 40%] 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:53:57.0402806Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:53:57.0404752Z [ 40%] 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:53:57.0406327Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:53:57.0407562Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:53:57.0409400Z [ 40%] 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:53:57.0410941Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:53:57.0412612Z [ 40%] 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:53:57.0414189Z [ 40%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:53:57.0415665Z [ 40%] 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:53:57.0417243Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:53:57.0418479Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:53:57.0420147Z [ 40%] 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:53:57.0421786Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:53:57.0422930Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:53:57.0424154Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:53:57.0425703Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:53:57.0427187Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:53:57.0428365Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:53:57.0430026Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-06-05T23:53:57.0432157Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-06-05T23:53:57.0433836Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:53:57.0435487Z [ 40%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:53:57.0437495Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:53:57.0439115Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:53:57.0440674Z [ 41%] 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:53:57.0442198Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:53:57.0446200Z [ 41%] 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:53:57.0447852Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:53:57.0449206Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:53:57.0450371Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:53:57.0451780Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:53:57.0453437Z [ 41%] 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:53:57.0455003Z [ 43%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:53:57.0456125Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:53:57.0457343Z [ 43%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:53:57.0459021Z [ 44%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:53:57.0460912Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-06-05T23:53:57.0462388Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:53:57.0463868Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-06-05T23:53:57.0465302Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:53:57.0466774Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:53:57.0468543Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:53:57.0469947Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:53:57.0471043Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:53:57.0472506Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:53:58.5455566Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-06-05T23:53:58.5457113Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:53:58.5458324Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:53:58.5459766Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-06-05T23:53:58.5461556Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:53:58.5463019Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:53:58.5464472Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:53:58.5466654Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:53:58.5468118Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:53:58.5469877Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-06-05T23:53:58.5472333Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-06-05T23:53:58.5474041Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:53:58.5475241Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:53:58.5476463Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:53:58.5477925Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-06-05T23:53:58.5479378Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:53:58.5480535Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:53:58.5481987Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:53:58.5483438Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:53:58.5484652Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:53:58.5486126Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-06-05T23:53:58.5487533Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:53:58.5488797Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:53:58.5490235Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:53:58.5491686Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:53:58.5493192Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-06-05T23:53:58.5494914Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:53:58.5496372Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:53:58.5497540Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:53:58.5498689Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:53:58.5500092Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-06-05T23:53:58.5501425Z [ 46%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:53:58.5502514Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:53:58.5503921Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:53:58.5505509Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:53:58.5506686Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:53:58.5508130Z [ 48%] 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:53:58.5509658Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:53:58.5510880Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:53:58.5512172Z 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:53:58.5513389Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:53:58.5514492Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Elu.h:10, 2025-06-05T23:53:58.5515412Z from /pytorch/executorch/kernels/optimized/cpu/op_elu.cpp:9: 2025-06-05T23:53:58.5518165Z /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:53:58.5521967Z /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:53:58.5523918Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:53:58.5524408Z | ^ 2025-06-05T23:53:58.5525154Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:53:58.5526602Z [ 48%] 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:53:58.5528162Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:53:58.5529804Z [ 48%] 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:53:58.5531626Z [ 48%] 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:53:58.5533126Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:53:58.5534301Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:53:58.5535737Z [ 48%] 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:53:58.5537421Z [ 48%] 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:53:58.5538803Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:53:58.5540194Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-06-05T23:53:58.5541569Z [ 48%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:53:58.5543255Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-06-05T23:53:58.5544860Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:53:58.5546460Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-06-05T23:53:58.5547830Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:53:59.9862315Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:53:59.9863864Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:53:59.9865353Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-06-05T23:53:59.9867041Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-06-05T23:53:59.9868696Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-06-05T23:53:59.9870362Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:53:59.9871826Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:53:59.9872998Z [ 49%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:53:59.9874328Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-06-05T23:53:59.9875930Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:53:59.9877531Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-06-05T23:53:59.9879027Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:53:59.9880294Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:53:59.9881694Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:53:59.9883299Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-06-05T23:53:59.9884902Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:53:59.9886516Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-06-05T23:53:59.9887895Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:53:59.9889400Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:53:59.9891014Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-06-05T23:53:59.9892486Z 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:53:59.9893700Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:53:59.9895060Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:11, 2025-06-05T23:53:59.9896003Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-06-05T23:53:59.9898749Z /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:53:59.9902743Z /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:53:59.9904703Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:53:59.9905200Z | ^ 2025-06-05T23:53:59.9905932Z [ 50%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:53:59.9907042Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:53:59.9908448Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-06-05T23:53:59.9909843Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:53:59.9911058Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:53:59.9912499Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-06-05T23:53:59.9914114Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:53:59.9915558Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:53:59.9916985Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-06-05T23:53:59.9918439Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:53:59.9919894Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:53:59.9921336Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:53:59.9922778Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-06-05T23:53:59.9924218Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:53:59.9925675Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:53:59.9927097Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:53:59.9928645Z [ 51%] 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:53:59.9930098Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:53:59.9931289Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:53:59.9932735Z [ 51%] 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:53:59.9934386Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:53:59.9935667Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:53:59.9937131Z [ 51%] 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:53:59.9938624Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:53:59.9939934Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:53:59.9941683Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:53:59.9943393Z [ 51%] 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:53:59.9944844Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:53:59.9946252Z [ 51%] 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:53:59.9947633Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:53:59.9948764Z [ 51%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:53:59.9949881Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:53:59.9951060Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:53:59.9952227Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:53:59.9953626Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2025-06-05T23:54:00.8715359Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-neon-u8.c.o 2025-06-05T23:54:00.8717307Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2025-06-05T23:54:00.8718921Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:00.8720212Z [ 54%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:00.8721771Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-neon-u8.c.o 2025-06-05T23:54:00.8723601Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2025-06-05T23:54:00.8725211Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:54:00.8726629Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:54:00.8728223Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-neon-u8.c.o 2025-06-05T23:54:00.8729871Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:54:00.8731301Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:54:00.8732894Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2025-06-05T23:54:00.8735115Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-neon-u8.c.o 2025-06-05T23:54:00.8736735Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:00.8738068Z [ 54%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:00.8739536Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:54:00.8740991Z 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:00.8742368Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:00.8743836Z 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:00.8745200Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:54:00.8746345Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-06-05T23:54:00.8749279Z /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:00.8753335Z /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:00.8755416Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:00.8756024Z | ^ 2025-06-05T23:54:00.8756936Z [ 54%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:00.8758425Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2025-06-05T23:54:00.8759946Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:00.8761231Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:54:00.8762799Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-neon-u16.c.o 2025-06-05T23:54:00.8764313Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:54:00.8765851Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2025-06-05T23:54:00.8767476Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:54:00.8768944Z [ 54%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:00.8770307Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:54:00.8771717Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:54:00.8773298Z [ 55%] 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:00.8775022Z [ 55%] 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:00.8776991Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:54:00.8778605Z [ 55%] 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:00.8780130Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:54:00.8781586Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:00.8785183Z /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:00.8791315Z /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:00.8795104Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:00.8797259Z /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:00.8798893Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:00.8799581Z | ^~~~~~~~~~~~~~ 2025-06-05T23:54:00.8802607Z /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:00.8808795Z /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:00.8812588Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:00.8814747Z /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:00.8818898Z /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:00.8824338Z /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:00.8830516Z /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:00.8834310Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:00.8836466Z /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:00.8838104Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:00.8838806Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:00.8841996Z /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:00.8851508Z /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:00.8857528Z /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:00.8861188Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:00.8863301Z /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:00.8864735Z In file included from /usr/include/c++/11/utility:70, 2025-06-05T23:54:00.8865278Z from /usr/include/c++/11/array:38, 2025-06-05T23:54:00.8865931Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-06-05T23:54:00.8866786Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-06-05T23:54:00.8867685Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:54:00.8868893Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-06-05T23:54:00.8872763Z /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:00.8878324Z /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:00.8883407Z /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:00.8889486Z /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:00.8893135Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:00.8894858Z /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:00.8895973Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-06-05T23:54:00.8896435Z | ^~~~~~~~~ 2025-06-05T23:54:00.8899840Z /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:00.8905442Z /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:00.8910534Z /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:01.4351478Z /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:01.4355595Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:01.4357529Z /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:01.4361541Z /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:01.4365595Z /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:01.4367145Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:01.4367755Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:01.4371147Z /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:01.4375235Z /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:01.4377014Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:01.4380080Z /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:01.4383723Z /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:01.4385341Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:01.4385966Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:01.4388624Z /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:01.4392259Z /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:01.4398024Z /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:01.4403007Z /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:01.4404619Z 114 | std::tuple opt_native_layer_norm_out( 2025-06-05T23:54:01.4405282Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:01.4407057Z /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:01.4410032Z /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:01.4412742Z /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:01.4415459Z /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:01.4417013Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:01.4417624Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:01.4419408Z /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:01.4421004Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:01.4421622Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:01.4422441Z [ 55%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:01.4423640Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:54:01.4424890Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:54:01.4426454Z [ 55%] 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:01.4427961Z [ 55%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:01.4429188Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:54:01.4430739Z [ 55%] 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:01.4432561Z [ 55%] 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:01.4434034Z [ 56%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:01.4435267Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:54:01.4436855Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:54:01.4438484Z [ 58%] 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:01.4440099Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:54:01.4441495Z [ 58%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:01.4443061Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:54:01.4444582Z [ 58%] 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:01.4446306Z [ 58%] 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:01.4447745Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:54:01.4449019Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:54:02.8589738Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:54:02.8591367Z [ 58%] 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:02.8592930Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:54:02.8594443Z [ 58%] 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:02.8596186Z [ 58%] 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:02.8597373Z [ 58%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:54:02.8598325Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:54:02.8599648Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:54:02.8600971Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:54:02.8602508Z [ 59%] 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:02.8603966Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:54:02.8605347Z [ 59%] 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:02.8607043Z [ 59%] 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:02.8608939Z [ 59%] 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:02.8610439Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:54:02.8611614Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:54:02.8612438Z [ 59%] Built target optimized_kernels 2025-06-05T23:54:02.8613244Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:54:02.8615024Z [ 59%] 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:02.8616670Z [ 59%] 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:02.8618130Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:54:02.8619813Z [ 59%] 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:02.8621577Z [ 59%] 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:02.8623255Z [ 59%] 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:02.8624872Z [ 60%] 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:02.8626606Z [ 60%] 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:02.8628125Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:54:02.8629346Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:54:02.8630882Z [ 60%] 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:02.8632406Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:54:02.8633963Z [ 60%] 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:02.8635699Z [ 60%] 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:02.8637148Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:54:02.8638575Z [ 60%] 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:02.8640162Z [ 60%] 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:02.8641791Z [ 60%] 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:02.8643432Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:02.8644867Z [ 60%] 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:02.8646482Z [ 60%] 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:02.8647848Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:54:02.8649322Z [ 60%] 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:02.8650701Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:54:02.8651853Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:54:02.8653540Z [ 60%] 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:02.8655504Z [ 60%] 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:02.8657118Z [ 60%] 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:02.8658693Z [ 62%] 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:02.8660462Z [ 62%] 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:02.8661930Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:54:02.8663384Z [ 63%] 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:02.8664990Z [ 63%] 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:02.8666406Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:54:02.8667842Z [ 63%] 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:02.8669464Z [ 63%] 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:02.8670888Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:54:02.8672309Z [ 63%] 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:02.8674000Z [ 63%] 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:02.8675711Z [ 63%] 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:02.8677421Z [ 63%] 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:02.8679264Z [ 63%] 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:02.8681269Z [ 63%] 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:02.8682894Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:54:04.0373572Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:54:04.0375285Z [ 63%] 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:04.0377169Z [ 63%] 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:04.0378658Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:54:04.0380083Z [ 63%] 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:04.0381799Z [ 64%] 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:04.0383966Z [ 64%] 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:04.0385637Z [ 64%] 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:04.0387208Z [ 64%] 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:04.0388934Z [ 64%] 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:04.0390501Z [ 64%] 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:04.0391910Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:54:04.0393319Z [ 64%] 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:04.0394870Z [ 64%] 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:04.0396235Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:54:04.0397693Z [ 64%] 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:04.0399628Z [ 64%] 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:04.0436815Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:04.0438538Z [ 64%] 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:04.0440582Z [ 64%] 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:04.0442627Z [ 64%] 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:04.0444843Z [ 64%] 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:04.0446421Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:54:04.0448085Z [ 64%] 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:04.0450333Z [ 65%] 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:04.0452468Z [ 65%] 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:04.0454517Z [ 65%] 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:04.0456555Z [ 65%] 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:04.0458597Z [ 65%] 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:04.0461072Z [ 65%] 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:04.0463193Z [ 65%] 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:04.0464839Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:54:04.0466175Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:54:04.0467770Z [ 65%] 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:04.0469794Z [ 65%] 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:04.0471868Z [ 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:04.0473946Z [ 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:04.0475564Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:54:04.0477271Z [ 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:04.0479639Z [ 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:04.0481932Z [ 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:04.0483964Z [ 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:04.0487086Z [ 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:04.0489318Z [ 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:04.0490985Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:54:04.0492182Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:54:04.0493405Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:54:04.0494641Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:54:04.0496245Z [ 68%] 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:04.0498325Z [ 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:04.0500459Z [ 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:04.0502315Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:54:04.0503517Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:54:04.0504764Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:54:05.5317041Z [ 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:05.5319421Z [ 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:05.5321261Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:54:05.5323080Z [ 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:05.5324902Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:54:05.5326648Z [ 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:05.5328816Z [ 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:05.5330887Z [ 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:05.5332626Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:54:05.5333865Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:54:05.5335106Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:54:05.5336781Z [ 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:05.5338419Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:54:05.5339618Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:05.5341186Z [ 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:05.5343326Z [ 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:05.5345287Z [ 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:05.5347223Z [ 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:05.5348796Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:54:05.5350130Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:54:05.5351700Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:54:05.5353528Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:54:05.5355235Z [ 70%] 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:05.5357178Z [ 70%] 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:05.5359285Z [ 70%] 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:05.5361343Z [ 70%] 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:05.5363356Z [ 70%] 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:05.5365022Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:54:05.5366400Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:54:05.5368113Z [ 70%] 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:05.5369860Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:54:05.5371164Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:54:05.5372492Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:54:05.5374112Z [ 70%] 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:05.5376048Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:54:05.5378019Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:05.5379661Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:54:05.5380949Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:54:05.5382207Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:54:05.5383493Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:54:05.5384803Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:54:05.5386405Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:05.5388069Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:54:05.5389794Z [ 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:05.5391457Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:54:05.5392890Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:05.5394156Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:54:05.5395779Z [ 72%] 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:05.5397520Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:54:05.5399206Z [ 72%] 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:05.5400827Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:54:05.5402409Z [ 73%] 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:05.5404309Z [ 73%] 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:05.5406266Z [ 73%] 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:05.5407914Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:54:05.5409632Z [ 73%] 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:06.3321358Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-06-05T23:54:06.3323457Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:54:06.3325636Z [ 73%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:54:06.3327947Z [ 73%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:54:06.3330171Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:54:06.3332145Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:06.3334102Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:06.3336024Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-06-05T23:54:06.3337998Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-06-05T23:54:06.3340005Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:06.3341983Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-06-05T23:54:06.3344535Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:06.3345856Z [ 74%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:54:06.3347219Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:54:06.3349451Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-06-05T23:54:06.3351434Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-06-05T23:54:06.3353415Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:54:06.3355624Z [ 74%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:54:06.3357944Z [ 74%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:54:06.3360076Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:54:06.3362083Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:06.3364064Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:06.3366042Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-06-05T23:54:06.3368071Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c.o 2025-06-05T23:54:06.3370242Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-06-05T23:54:06.3372303Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-06-05T23:54:06.3374362Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-06-05T23:54:06.3376426Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c.o 2025-06-05T23:54:06.3377728Z [ 75%] Built target optimized_portable_kernels 2025-06-05T23:54:06.3378989Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-06-05T23:54:06.3380219Z [ 75%] Merging kernel yaml files 2025-06-05T23:54:06.3381405Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:54:06.3383337Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:54:06.3385555Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:54:06.3387515Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-06-05T23:54:06.3389487Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-06-05T23:54:06.3391564Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:54:06.3393514Z [ 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:06.3395440Z [ 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:06.3397308Z [ 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:06.3398615Z [ 75%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:54:06.3399859Z [ 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:06.3401539Z [ 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:06.3403216Z [ 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:06.3405025Z [ 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:06.3406983Z [ 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:06.3409025Z [ 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:06.3411134Z [ 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:06.3413209Z [ 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:06.3415275Z [ 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:06.3417372Z [ 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:07.1159598Z [ 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:07.1161836Z [ 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:07.1163954Z [ 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:07.1166048Z [ 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:07.1168544Z [ 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:07.1170706Z [ 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:07.1172981Z [ 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:07.1175098Z [ 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:07.1177179Z [ 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:07.1179247Z [ 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:07.1181321Z [ 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:07.1182616Z [ 78%] Generating code for kernel registration 2025-06-05T23:54:07.1183905Z [ 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:07.1185887Z [ 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:07.1187833Z [ 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:07.1189819Z [ 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:07.1191798Z [ 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:07.1193807Z [ 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:07.1195812Z [ 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:07.1197772Z [ 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:07.1199955Z [ 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:07.1202266Z [ 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:07.1204450Z [ 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:07.1206514Z [ 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:07.1208496Z [ 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:07.1210762Z [ 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:07.1212970Z [ 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:07.1215375Z [ 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:07.1217679Z [ 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:07.1219739Z [ 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:07.1221931Z [ 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:07.1224263Z [ 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:07.1226568Z [ 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:07.1228839Z [ 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:07.1230917Z [ 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:07.1232883Z [ 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:07.1234813Z [ 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:07.1236822Z [ 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:07.1238843Z [ 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:07.1240813Z [ 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:07.1243659Z [ 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:07.1245702Z [ 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:07.1247716Z [ 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:07.1249821Z [ 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:07.1251817Z [ 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:07.1254286Z [ 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:07.1256631Z [ 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:07.7040657Z [ 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:07.7043054Z [ 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:07.7045089Z [ 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:07.7047149Z [ 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:07.7049459Z [ 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:07.7051824Z [ 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:07.7054051Z [ 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:07.7056150Z [ 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:07.7058391Z [ 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:07.7060766Z [ 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:07.7063116Z [ 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:07.7065415Z [ 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:07.7067537Z [ 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:07.7069517Z [ 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:07.7071491Z [ 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:07.7073421Z [ 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:07.7075261Z [ 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:07.7077093Z [ 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:07.7079432Z [ 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:07.7081085Z [ 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:07.7082711Z [ 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:07.7084543Z [ 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:07.7086297Z [ 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:07.7088006Z [ 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:07.7089775Z [ 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:07.7091496Z [ 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:07.7093251Z [ 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:07.7094985Z [ 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:07.7096697Z [ 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:07.7098327Z [ 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:07.7099906Z [ 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:07.7101481Z [ 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:07.7103068Z [ 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:07.7104747Z [ 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:07.7106520Z [ 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:07.7108284Z [ 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:07.7110118Z [ 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:07.7111917Z [ 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:07.7113801Z [ 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:07.7115703Z [ 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:07.7117983Z /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:07.7120671Z /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:07.7122471Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:07.7123213Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:07.7123760Z | | 2025-06-05T23:54:07.7124423Z | const int32_t * {aka const int *} 2025-06-05T23:54:07.7125482Z 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:07.7127426Z /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:07.7128746Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:07.7129246Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:07.7130964Z /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:07.7132789Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:07.7133650Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:07.7134193Z | | 2025-06-05T23:54:07.7134737Z | const int32_t * {aka const int *} 2025-06-05T23:54:08.5187024Z 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:08.5189218Z /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:08.5190425Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:08.5190893Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:08.5192097Z [ 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:08.5194004Z [ 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:08.5195860Z [ 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:08.5197795Z [ 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:08.5199754Z [ 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:08.5201681Z [ 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:08.5203606Z [ 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:08.5205507Z [ 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:08.5207419Z [ 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:08.5209863Z [ 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:08.5211800Z [ 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:08.5213589Z [ 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:08.5215450Z [ 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:08.5217142Z [ 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:08.5218929Z [ 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:08.5220814Z [ 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:08.5222653Z [ 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:08.5224526Z [ 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:08.5226393Z [ 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:08.5228239Z [ 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:08.5230111Z [ 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:08.5232241Z [ 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:08.5234598Z [ 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:08.5236914Z [ 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:08.5239033Z [ 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:08.5240955Z [ 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:08.5243368Z [ 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:08.5245258Z [ 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:08.5247238Z [ 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:08.5249206Z [ 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:08.5251319Z [ 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:08.5253212Z [ 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:08.5255364Z [ 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:08.5257900Z [ 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:08.5260272Z [ 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:08.5262394Z [ 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:08.5264182Z [ 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:08.5265834Z [ 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:08.5267985Z [ 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:08.5269594Z [ 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:08.5271194Z [ 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:08.5272855Z [ 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:08.5274586Z [ 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:08.5276290Z [ 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:08.5277974Z [ 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:08.5279698Z [ 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:08.5281446Z [ 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:08.5283191Z [ 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:08.5284902Z [ 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:08.9370385Z [ 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:08.9372107Z [ 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:08.9373701Z [ 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:08.9375297Z [ 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:08.9377346Z [ 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:08.9379074Z [ 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:08.9380813Z [ 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:08.9382786Z [ 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:08.9384593Z [ 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:08.9386399Z [ 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:08.9388129Z [ 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:08.9389738Z [ 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:08.9391821Z /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:08.9394257Z /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:08.9395990Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:08.9396739Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:08.9397255Z | | 2025-06-05T23:54:08.9397780Z | const int32_t * {aka const int *} 2025-06-05T23:54:08.9398817Z 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:08.9400789Z /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:08.9402043Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:08.9402512Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:08.9404215Z /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:08.9405963Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:08.9406709Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:08.9407224Z | | 2025-06-05T23:54:08.9407742Z | const int32_t * {aka const int *} 2025-06-05T23:54:08.9408897Z 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:08.9410800Z /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:08.9411987Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:08.9412448Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:08.9413709Z [ 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:08.9415386Z [ 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:08.9417064Z [ 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:08.9418914Z [ 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:08.9420671Z [ 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:08.9422311Z [ 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:08.9423874Z [ 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:08.9425488Z [ 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:08.9427145Z [ 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:08.9428826Z [ 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:08.9430911Z /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:08.9433505Z /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:08.9435192Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:08.9435818Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:08.9436310Z | | 2025-06-05T23:54:08.9436815Z | const int32_t * {aka const int *} 2025-06-05T23:54:08.9437916Z 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:08.9439891Z /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:08.9441080Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:08.9441574Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:08.9443509Z /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:08.9445183Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:08.9445802Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:08.9446289Z | | 2025-06-05T23:54:08.9446804Z | const int32_t * {aka const int *} 2025-06-05T23:54:08.9448393Z 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:08.9450478Z /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:08.9451997Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:08.9452456Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:08.9453469Z [ 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:08.9455142Z [ 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:08.9457049Z [ 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:08.9458996Z /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:08.9461288Z /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:09.2161707Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:09.2162831Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:09.2163742Z | | 2025-06-05T23:54:09.2164308Z | const int32_t * {aka const int *} 2025-06-05T23:54:09.2165354Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:09.2167447Z /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:09.2168727Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:09.2169192Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:09.2170866Z /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:09.2172456Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:09.2173085Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:09.2173568Z | | 2025-06-05T23:54:09.2174091Z | const int32_t * {aka const int *} 2025-06-05T23:54:09.2175060Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:09.2176922Z /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:09.2178145Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:09.2178595Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:09.2179561Z [ 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:09.2181063Z [ 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:09.2182614Z [ 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:09.2184183Z [ 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:09.2185936Z [ 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:09.2188218Z [ 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:09.2190390Z /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:09.2192946Z /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:09.2194837Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:09.2195487Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:09.2195979Z | | 2025-06-05T23:54:09.2196515Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:09.2197638Z 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:09.2199688Z /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:09.2200947Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:09.2201407Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:09.2203157Z /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:09.2204824Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:09.2205458Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:09.2206019Z | | 2025-06-05T23:54:09.2206553Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:09.2207668Z 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:09.2209802Z /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:09.2211207Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:09.2211671Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:09.2212918Z [ 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:09.2214801Z [ 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:09.2216687Z [ 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:09.2218704Z /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:09.2221039Z /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:09.2222677Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:09.2223318Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:09.2223820Z | | 2025-06-05T23:54:09.2224354Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:09.2225574Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:09.2227503Z /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:09.2228770Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:09.2229227Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:09.2230981Z /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:09.2232588Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:09.2233217Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:09.2233719Z | | 2025-06-05T23:54:09.2234253Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:09.2235243Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:09.2237181Z /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:09.2238454Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:09.2238917Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:09.2240012Z [ 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:09.2241770Z [ 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:09.2243677Z [ 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:09.2245407Z [ 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:09.2247319Z [ 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:09.2249283Z [ 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:09.2251133Z [ 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:10.4715618Z [ 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:10.4717659Z [ 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:10.4719557Z [ 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:10.4721471Z [ 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:10.4723386Z [ 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:10.4725096Z [ 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:10.4727062Z [ 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:10.4728688Z [ 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:10.4730187Z [ 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:10.4731879Z [ 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:10.4733396Z [ 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:10.4734883Z [ 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:10.4736563Z [ 93%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:10.4738255Z [ 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:10.4739732Z [ 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:10.4741240Z [ 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:10.4743267Z [ 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:10.4745203Z [ 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:10.4747084Z [ 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:10.4748861Z [ 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:10.4750488Z [ 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:10.4752124Z [ 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:10.4753798Z [ 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:10.4755485Z [ 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:10.4757255Z [ 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:10.4759034Z [ 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:10.4760787Z [ 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:10.4762641Z [ 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:10.4763962Z [ 94%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:54:10.4765347Z [ 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:10.4767113Z [ 94%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:10.4768113Z [ 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:10.4769733Z [ 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:10.4771197Z [ 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:10.4772850Z [ 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:10.4774330Z [ 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:10.4775785Z [ 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:10.4777259Z [ 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:10.4778729Z [ 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:10.4780253Z [ 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:10.4781793Z [ 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:10.4783297Z [ 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:10.4784837Z [ 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:10.4786377Z [ 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:10.4788053Z [ 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:10.4789676Z [ 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:10.4791139Z [ 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:10.4792643Z [ 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:10.4794157Z [ 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:10.4795666Z [ 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:10.4797204Z [ 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:10.4798720Z [ 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:10.4800262Z [ 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:10.4801703Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:54:10.4802663Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:54:10.4803207Z [ 96%] Built target microkernels-prod 2025-06-05T23:54:10.4803676Z [ 96%] Generating build_identifier.c 2025-06-05T23:54:10.4804583Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:54:10.4806110Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:54:10.4807500Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:54:10.4808955Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:54:10.4810427Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:54:29.3977860Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:54:29.3979268Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:54:29.3980657Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:54:29.3982021Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:54:29.3983363Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:54:29.3984738Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:54:29.3986096Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:54:29.3987419Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:54:29.3988750Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:54:29.3990083Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:54:29.3991505Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:54:29.3992917Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:54:29.3994195Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:54:29.3995711Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:54:29.3997071Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:54:29.3998483Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:54:29.3999879Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:54:29.4001211Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:54:29.4002534Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:54:29.4003839Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:54:29.4005151Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:54:29.4006423Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:54:29.4007590Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:54:29.4009129Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:54:29.4010273Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:54:29.4011149Z [ 98%] Linking CXX static library libXNNPACK.a 2025-06-05T23:54:29.4011634Z [ 98%] Built target XNNPACK 2025-06-05T23:54:29.4012373Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:54:29.4013749Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:54:29.4014887Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:54:29.4016017Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:54:29.4017192Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:54:29.4018410Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:54:29.4020802Z /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:29.4023483Z /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:29.4024995Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-06-05T23:54:29.4025669Z | ^~~~~~~~ 2025-06-05T23:54:29.4026234Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:54:29.4026778Z [ 98%] Built target xnnpack_backend 2025-06-05T23:54:29.4027529Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:54:29.4028464Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:54:29.4029261Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-06-05T23:54:29.4029854Z [100%] Built target portable_lib 2025-06-05T23:54:29.4030793Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:54:29.4032117Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:54:29.4033382Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:54:29.4034742Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:54:29.4036175Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:54:29.4037204Z [ 50%] Linking CXX static library libcoreml_util.a 2025-06-05T23:54:29.4037712Z [ 50%] Built target coreml_util 2025-06-05T23:54:29.4039891Z /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:29.4042478Z /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:29.4043832Z 243 | } 2025-06-05T23:54:29.4044138Z | ^ 2025-06-05T23:54:29.4045732Z /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:29.4048265Z /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:29.4049560Z 463 | } 2025-06-05T23:54:29.4049869Z | ^ 2025-06-05T23:54:29.4051732Z /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:29.4054367Z /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:29.4055585Z 279 | } 2025-06-05T23:54:29.4055885Z | ^ 2025-06-05T23:54:29.4058180Z /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:29.4060991Z /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:29.4062186Z 727 | } 2025-06-05T23:54:29.4062492Z | ^ 2025-06-05T23:54:29.4064296Z /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:29.4066686Z /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:29.4067882Z 152 | } 2025-06-05T23:54:29.4068181Z | ^ 2025-06-05T23:54:29.4068583Z [ 50%] Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:54:29.4069130Z [ 50%] Built target coreml_inmemoryfs 2025-06-05T23:54:29.4070122Z [ 50%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:54:29.4071676Z [100%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:54:29.4072947Z [100%] Linking CXX shared library executorchcoreml.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:54:29.4073788Z lto-wrapper: warning: using serial compilation of 4 LTRANS jobs 2025-06-05T23:54:29.4074392Z [100%] Built target executorchcoreml 2025-06-05T23:54:29.4074894Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:54:29.4075414Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:29.4075901Z [ 1%] Built target pthreadpool 2025-06-05T23:54:30.3365015Z [ 1%] Built target common_schema 2025-06-05T23:54:30.3365557Z [ 2%] Built target xnnpack_schema 2025-06-05T23:54:30.3366093Z [ 3%] Built target cpuinfo 2025-06-05T23:54:30.3366508Z [ 3%] Built target flatccrt 2025-06-05T23:54:30.3366910Z [ 3%] Built target logging 2025-06-05T23:54:30.3367322Z [ 5%] Built target eigen_blas 2025-06-05T23:54:30.3367754Z [ 5%] Built target microparams-init 2025-06-05T23:54:30.3368213Z [ 5%] Built target indirection 2025-06-05T23:54:30.3368715Z [ 6%] Built target normalization 2025-06-05T23:54:30.3369164Z [ 6%] Built target memory 2025-06-05T23:54:30.3369561Z [ 6%] Built target datatype 2025-06-05T23:54:30.3369968Z [ 7%] Built target mutex 2025-06-05T23:54:30.3370396Z [ 7%] Built target microkernel-utils 2025-06-05T23:54:30.3370877Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:30.3371348Z [ 8%] Built target operator-utils 2025-06-05T23:54:30.3371794Z [ 8%] Built target program_schema 2025-06-05T23:54:30.3372254Z [ 8%] Built target hardware-config 2025-06-05T23:54:30.3372695Z [ 8%] Built target packing 2025-06-05T23:54:30.3373470Z [ 8%] Built target operator-run 2025-06-05T23:54:30.3373896Z [ 8%] Built target allocator 2025-06-05T23:54:30.3374309Z [ 8%] Built target cache 2025-06-05T23:54:30.3374701Z [ 10%] Built target operators 2025-06-05T23:54:30.3375126Z [ 11%] Built target executorch_core 2025-06-05T23:54:30.3375599Z [ 13%] Built target subgraph 2025-06-05T23:54:30.3376031Z [ 13%] Built target extension_data_loader 2025-06-05T23:54:30.3376520Z [ 13%] Built target extension_tensor 2025-06-05T23:54:30.3376970Z [ 13%] Built target executorch 2025-06-05T23:54:30.3377592Z [ 13%] Built target bundled_program 2025-06-05T23:54:30.3378085Z [ 15%] Built target kernels_util_all_deps 2025-06-05T23:54:30.3378579Z [ 16%] Built target extension_threadpool 2025-06-05T23:54:30.3379038Z [ 17%] Built target etdump 2025-06-05T23:54:30.3379448Z [ 17%] Built target cpublas 2025-06-05T23:54:30.3379842Z [ 17%] Built target util 2025-06-05T23:54:30.3380250Z [ 20%] Built target optimized_kernels 2025-06-05T23:54:30.3380806Z [ 79%] Built target microkernels-prod 2025-06-05T23:54:30.3381256Z [ 82%] Built target XNNPACK 2025-06-05T23:54:30.3381674Z [ 82%] Built target xnnpack_backend 2025-06-05T23:54:30.3382150Z [ 98%] Built target optimized_portable_kernels 2025-06-05T23:54:30.3382682Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:30.3383179Z [100%] Built target portable_lib 2025-06-05T23:54:30.3383962Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:54:30.3385082Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:54:30.3386294Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:54:30.3387546Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:54:30.3388831Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:54:30.3390232Z [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:30.3391483Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:54:30.3393167Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-06-05T23:54:30.3394341Z [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:30.3395599Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:54:30.3397090Z 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:30.3398855Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:30.3400365Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:30.3401426Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:30.3403666Z /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:30.3405665Z 92 | TORCHAO_ALWAYS_INLINE static void dequantize_4x8_int32_t( 2025-06-05T23:54:30.3406248Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:30.3408289Z /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:30.3410409Z 22 | TORCHAO_ALWAYS_INLINE static void block_mul_4x8x8( 2025-06-05T23:54:30.3410959Z | ^~~~~~~~~~~~~~~ 2025-06-05T23:54:30.3412083Z 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:30.3413935Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:30.3415461Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:30.3416519Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:30.3418775Z /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:30.3420656Z 62 | TORCHAO_ALWAYS_INLINE static void dequantize_1x8_int32_t( 2025-06-05T23:54:30.3421246Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:30.3423314Z /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:30.3425200Z 53 | TORCHAO_ALWAYS_INLINE static void reduce_1x8_int32x4_t_sums( 2025-06-05T23:54:30.3425800Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:30.3427851Z /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:30.3429697Z 29 | TORCHAO_ALWAYS_INLINE static void block_mul_1x8x16( 2025-06-05T23:54:30.3430241Z | ^~~~~~~~~~~~~~~~ 2025-06-05T23:54:30.3431735Z 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:30.3433800Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul.h:312, 2025-06-05T23:54:30.3435460Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:54:30.3436978Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:54:30.3438042Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:54:30.3439943Z /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:30.3441645Z 19 | TORCHAO_ALWAYS_INLINE static void transpose_scales_and_zero_points( 2025-06-05T23:54:30.3442304Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:30.3443585Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:54:30.3445085Z 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:30.3447580Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3449939Z /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:30.3453200Z /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:30.3455128Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-06-05T23:54:30.3457333Z /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:30.3459520Z 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:30.3480311Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3481060Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3482245Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3483571Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3484880Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3486094Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3487438Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3488796Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3490450Z /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:30.3491585Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:30.3492159Z | ^~~~~~~~ 2025-06-05T23:54:30.3493257Z 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:30.3494668Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3496734Z /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:30.3498617Z 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:30.3499400Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3501195Z /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:30.3503535Z 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:30.3504305Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3505020Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3506178Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3507618Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3508943Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3510142Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3511529Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3512806Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3514400Z /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:30.3515548Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:30.3516112Z | ^~~~~~~~ 2025-06-05T23:54:30.3517220Z 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:30.3518618Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3520688Z /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:30.3522557Z 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:30.3523320Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3525124Z /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:30.3527285Z 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:30.3528063Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3528880Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3530046Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3531364Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3532695Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3533901Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3535392Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3536674Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3538266Z /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:30.3539405Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:30.3540097Z | ^~~~~~~~ 2025-06-05T23:54:30.3541219Z 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:30.3542660Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3544906Z /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:30.3546787Z 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:30.3547557Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3549369Z /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:30.3551527Z 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:30.3552304Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3563030Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3564221Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3565565Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3566878Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3568082Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3600463Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3601804Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3603522Z /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:30.3604676Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:30.3605243Z | ^~~~~~~~ 2025-06-05T23:54:30.3606375Z 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:30.3607777Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3609920Z /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:30.3612189Z 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:30.3612979Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3614980Z /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:30.3617156Z 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:30.3617938Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3618665Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3619835Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3621149Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3622478Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3623685Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3625031Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3626322Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3627915Z /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:30.3629054Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:30.3629622Z | ^~~~~~~~ 2025-06-05T23:54:30.3630728Z 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:30.3632126Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3634177Z /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:30.3636045Z 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:30.3636815Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3638610Z /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:30.3640804Z 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:30.3641580Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3642437Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3643776Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3645096Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3646403Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3647764Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3649208Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3650493Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3652136Z /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:30.3653262Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:30.3653830Z | ^~~~~~~~ 2025-06-05T23:54:30.3654924Z 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:30.3656327Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3658381Z /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:30.3660252Z 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:30.3661029Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3662828Z /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:30.3664980Z 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:30.3665757Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3666481Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3667654Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3668975Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3670284Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3671488Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3672839Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3674113Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3675916Z /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:30.3677058Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:30.3677621Z | ^~~~~~~~ 2025-06-05T23:54:30.3678729Z 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:30.3726503Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3729043Z /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:30.3731077Z 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:30.3732855Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3734693Z /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:30.3736875Z 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:30.3737646Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3738371Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3739539Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3740859Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3742173Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3743651Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3745007Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3746283Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3747944Z /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:30.3749090Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:30.3749651Z | ^~~~~~~~ 2025-06-05T23:54:30.3750753Z 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:30.3752147Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3754212Z /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:30.3756081Z 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:30.3757187Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3758980Z /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:30.3761317Z 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:30.3762099Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3762825Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3763993Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3765316Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3766632Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3767831Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3769275Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3770571Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3772207Z /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:30.3773355Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:30.3773925Z | ^~~~~~~~ 2025-06-05T23:54:30.3775023Z 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:30.3776426Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3778489Z /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:30.3780361Z 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:30.3781151Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3782944Z /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:30.3785110Z 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:30.3785884Z | ~~~~~~~^~~~ 2025-06-05T23:54:30.3786597Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:30.3787766Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:30.3789246Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:30.3790554Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:30.3791758Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:30.3793099Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:30.3794494Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:30.3796103Z /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:30.3797231Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:30.3797808Z | ^~~~~~~~ 2025-06-05T23:54:30.3798903Z 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:30.3800295Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:30.3802361Z /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:30.3804220Z 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:30.3804989Z | ~~~~~~~^~~~ 2025-06-05T23:54:32.0939238Z /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:32.0941542Z 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:32.0942351Z | ~~~~~~~^~~~ 2025-06-05T23:54:32.0943371Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:32.0944563Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:32.0945877Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:32.0947217Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:32.0948428Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:32.0949769Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:32.0951054Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:32.0952879Z /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:32.0954054Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:32.0954627Z | ^~~~~~~~ 2025-06-05T23:54:32.0956162Z 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:32.0957570Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:32.0959650Z /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:32.0961764Z 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:32.0962574Z | ~~~~~~~^~~~ 2025-06-05T23:54:32.0964375Z /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:32.0966553Z 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:32.0967327Z | ~~~~~~~^~~~ 2025-06-05T23:54:32.0968047Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:32.0969513Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:32.0971030Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:32.0972358Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:32.0973567Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:32.0974910Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:32.0976195Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:32.0977837Z /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:32.0978978Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:54:32.0979551Z | ^~~~~~~~ 2025-06-05T23:54:32.0980651Z 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:32.0982061Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:32.0984125Z /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:32.0986003Z 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:32.0986782Z | ~~~~~~~^~~~ 2025-06-05T23:54:32.0988607Z /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:32.0990934Z 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:32.0991712Z | ~~~~~~~^~~~ 2025-06-05T23:54:32.0992435Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:54:32.0993701Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:54:32.0995034Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:54:32.0996342Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:54:32.0997556Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:54:32.0998913Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:54:32.1000189Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:54:32.1001782Z /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:32.1002909Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:54:32.1003476Z | ^~~~~~~~ 2025-06-05T23:54:32.1004582Z 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:32.1005981Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:54:32.1008041Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:54:32.1010011Z 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:32.1010779Z | ~~~~~~~^~~~ 2025-06-05T23:54:32.1011282Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:54:32.1011831Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:54:32.1012333Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:54:32.1012861Z [ 1%] Built target flatcc_external_project 2025-06-05T23:54:32.1013347Z [ 1%] Built target pthreadpool 2025-06-05T23:54:32.1013780Z [ 2%] Built target cpuinfo 2025-06-05T23:54:32.1014190Z [ 2%] Built target common_schema 2025-06-05T23:54:32.1014638Z [ 3%] Built target xnnpack_schema 2025-06-05T23:54:32.1015100Z [ 4%] Built target eigen_blas 2025-06-05T23:54:32.1015523Z [ 4%] Built target flatccrt 2025-06-05T23:54:32.1015926Z [ 4%] Built target logging 2025-06-05T23:54:32.1016336Z [ 4%] Built target indirection 2025-06-05T23:54:32.1016776Z [ 4%] Built target microparams-init 2025-06-05T23:54:32.1017245Z [ 6%] Built target normalization 2025-06-05T23:54:32.1017676Z [ 6%] Built target datatype 2025-06-05T23:54:32.1018096Z [ 6%] Built target operator-utils 2025-06-05T23:54:32.1018559Z [ 7%] Built target reference-ukernels 2025-06-05T23:54:32.1019019Z [ 7%] Built target operator-run 2025-06-05T23:54:32.1019462Z [ 7%] Built target program_schema 2025-06-05T23:54:32.1020079Z [ 7%] Built target hardware-config 2025-06-05T23:54:41.1067305Z [ 7%] Built target packing 2025-06-05T23:54:41.1067859Z [ 7%] Built target allocator 2025-06-05T23:54:41.1068275Z [ 7%] Built target memory 2025-06-05T23:54:41.1068674Z [ 7%] Built target cache 2025-06-05T23:54:41.1069092Z [ 8%] Built target microkernel-utils 2025-06-05T23:54:41.1069546Z [ 8%] Built target mutex 2025-06-05T23:54:41.1069946Z [ 9%] Built target operators 2025-06-05T23:54:41.1070367Z [ 11%] Built target executorch_core 2025-06-05T23:54:41.1070830Z [ 11%] Built target extension_tensor 2025-06-05T23:54:41.1071626Z [ 12%] Built target extension_threadpool 2025-06-05T23:54:41.1072112Z [ 12%] Built target executorch 2025-06-05T23:54:41.1072555Z [ 12%] Built target extension_data_loader 2025-06-05T23:54:41.1073026Z [ 14%] Built target subgraph 2025-06-05T23:54:41.1073457Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:54:41.1073933Z [ 16%] Built target bundled_program 2025-06-05T23:54:41.1074400Z [ 16%] Built target cpublas 2025-06-05T23:54:41.1074802Z [ 17%] Built target etdump 2025-06-05T23:54:41.1075219Z [ 19%] Built target optimized_kernels 2025-06-05T23:54:41.1075659Z [ 19%] Built target util 2025-06-05T23:54:41.1076071Z [ 77%] Built target microkernels-prod 2025-06-05T23:54:41.1076519Z [ 80%] Built target XNNPACK 2025-06-05T23:54:41.1076937Z [ 80%] Built target xnnpack_backend 2025-06-05T23:54:41.1077417Z [ 96%] Built target optimized_portable_kernels 2025-06-05T23:54:41.1077939Z [ 96%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:41.1078448Z [ 97%] Built target portable_lib 2025-06-05T23:54:41.1079280Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:54:41.1080498Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:54:41.1081738Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:54:41.1083044Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:54:41.1084321Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:54:41.1085584Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:41.1086847Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:54:41.1088129Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:54:41.1089501Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:54:41.1090744Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:54:41.1091729Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:54:41.1092359Z [ 97%] Built target quantized_pybind_kernels_lib 2025-06-05T23:54:41.1093001Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:54:41.1093644Z [ 98%] Generating code for kernel registration 2025-06-05T23:54:41.1094834Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:41.1096096Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:54:41.1096696Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:54:41.1097303Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:54:41.1101114Z 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:41.1105037Z [ 98%] Generating code for kernel registration 2025-06-05T23:54:41.1106151Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:54:41.1107611Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:54:41.1108890Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:54:41.1110013Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:54:41.1111171Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:54:41.1112374Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:54:41.1113555Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:41.1114756Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:54:41.1115954Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:54:41.1117164Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:54:41.1118357Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:54:41.1119525Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:54:41.1120790Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:41.1122234Z [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:54:41.1123333Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:54:41.1123922Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:54:41.1124374Z running build_py 2025-06-05T23:54:41.1124888Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:54:41.1125836Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:54:41.1126965Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:54:41.1128092Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:54:41.1129334Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:54:41.1130298Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:54:41.1131260Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:54:41.1132214Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1133107Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1134195Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1135288Z copying src/executorch/exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1136550Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1137681Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1138814Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1139986Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1141199Z copying src/executorch/exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1142272Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1145263Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1146479Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1147676Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1148818Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1149964Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1151092Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1152258Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1153415Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1154517Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1155611Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1156698Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1157766Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1158842Z copying src/executorch/exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1159915Z copying src/executorch/exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1160996Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:41.1268103Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:54:41.1269144Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:54:41.1270082Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:54:41.1271145Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:54:41.1272374Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:54:41.1273539Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:54:41.1274551Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1275622Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1276952Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1278292Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1279715Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1281441Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1282800Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1284160Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1285705Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1287135Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1288560Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1290061Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1291416Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1292784Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:54:41.1293919Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:54:41.1295269Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:54:41.1296822Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:54:41.1298396Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:54:41.1299959Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:54:41.1301196Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:41.1302349Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:41.1303817Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:41.1305339Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:54:41.1306501Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:41.1307658Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:41.1309151Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:41.1310622Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:41.1312026Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:54:41.1313137Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:41.1314279Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:41.1315759Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:41.1317270Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:54:41.1318456Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:54:41.1319851Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:54:41.1321055Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1322237Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1323781Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1325488Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1327113Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1328878Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1330621Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1332268Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1333869Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1335447Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1337008Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1338589Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1340205Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1341869Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1343911Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1345538Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:54:41.1346845Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:41.1347948Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:41.1349368Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:41.1350817Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:41.1352218Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:41.1353663Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:54:41.1354882Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:54:41.1356016Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:54:41.1357496Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:54:41.1358945Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:54:41.1360114Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:54:41.1361618Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:54:41.1362914Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:41.1453171Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:41.1455147Z 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:54:41.1456656Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:54:41.1458099Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:54:41.1460008Z 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:54:41.1461525Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:41.1462952Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:41.1464836Z 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:54:41.1466305Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:54:41.1467749Z 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:54:41.1469632Z 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:54:41.1471102Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:54:41.1472706Z 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:54:41.1474254Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:41.1475612Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:54:41.1477402Z 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:54:41.1479236Z 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:54:41.1481010Z 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:54:41.1482814Z 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:54:41.1484652Z 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:54:41.1486504Z 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:54:41.1488566Z 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:54:41.1490505Z 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:54:41.1492368Z 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:54:41.1494291Z 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:54:41.1496061Z 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:54:41.1497875Z 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:54:41.1499685Z 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:54:41.1501444Z 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:54:41.1503215Z 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:54:41.1505004Z 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:54:41.1506787Z 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:54:41.1508568Z 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:54:41.1510342Z 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:54:41.1511722Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:54:41.1513081Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:54:41.1514887Z 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:54:41.1516346Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:54:41.1517858Z 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:54:41.1519859Z 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:54:41.1521348Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:54:41.1522640Z 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:54:41.1524327Z 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:54:41.1526071Z 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:54:41.1527797Z 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:54:41.1529721Z 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:54:41.1531427Z 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:54:41.1533127Z 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:54:41.1534559Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:54:41.1535887Z 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:54:41.1537563Z 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:54:41.1538863Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1540049Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1541545Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1543943Z 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:54:41.1545726Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1547332Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1548842Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1604359Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1605978Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1607556Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1609197Z 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:54:41.1610798Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1612498Z 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:54:41.1614251Z 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:54:41.1615963Z 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:54:41.1617633Z 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:54:41.1619249Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1620867Z 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:54:41.1622521Z 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:54:41.1624418Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1626080Z 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:54:41.1627908Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1629524Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1631174Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1632862Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1634532Z 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:54:41.1636256Z 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:54:41.1637970Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1639613Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1641234Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1643038Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1644663Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1646302Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1648014Z 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:54:41.1649786Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1651402Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1653009Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1654710Z 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:54:41.1656427Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1658077Z 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:54:41.1659752Z 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:54:41.1661479Z 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:54:41.1663364Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1665018Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1666611Z 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:54:41.1668421Z 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:54:41.1670065Z 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:54:41.1671611Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:54:41.1673236Z 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:54:41.1674924Z 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:54:41.1676635Z 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:54:41.1678303Z 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:54:41.1679981Z 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:54:41.1681748Z 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:54:41.1683163Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:41.1684533Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:54:41.1686350Z 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:54:41.1688234Z 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:54:41.1690171Z 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:54:41.1692001Z 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:54:41.1693852Z 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:54:41.1695731Z 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:54:41.1775342Z 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:54:41.1777252Z 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:54:41.1779100Z 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:54:41.1781273Z 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:54:41.1782711Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1783959Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1785718Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1787322Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1788872Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1790434Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1792000Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1793559Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1795149Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1796745Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1798295Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1799852Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1801491Z 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:54:41.1803124Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1804694Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1806242Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1807779Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1809452Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1811019Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1812547Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1814082Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1815624Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1817171Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1818756Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1820537Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1822148Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1823722Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1825363Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1826968Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1828549Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1830160Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1831786Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1833389Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1835040Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1836665Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1838268Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1839859Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1841422Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1843219Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1844781Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1846348Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1847925Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1849576Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1851230Z 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:54:41.1852890Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1854576Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1856331Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1857986Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1859557Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1861464Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1863194Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1864831Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1866579Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:54:41.1867852Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:41.1869103Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:41.1870709Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:41.1960408Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:41.1962351Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:41.1964174Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:54:41.1965496Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:54:41.1966760Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:54:41.1968003Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:41.1969220Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:41.1970673Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:41.1972155Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:41.1973674Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:54:41.1974837Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-06-05T23:54:41.1976067Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-06-05T23:54:41.1977321Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:54:41.1978663Z 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:54:41.1980410Z 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:54:41.1982116Z 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:54:41.1983817Z 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:54:41.1985533Z 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:54:41.1987239Z 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:54:41.1989279Z 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:54:41.1991046Z 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:54:41.1992821Z 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:54:41.1994856Z 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:54:41.1996670Z 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:54:41.1997970Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:54:41.1999323Z 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:54:41.2001046Z 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:54:41.2002753Z 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:54:41.2004431Z 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:54:41.2006099Z 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:54:41.2007834Z 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:54:41.2009712Z 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:54:41.2011481Z 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:54:41.2013230Z 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:54:41.2014974Z 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:54:41.2016702Z 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:54:41.2018003Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:54:41.2019228Z 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:54:41.2020775Z 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:54:41.2022361Z 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:54:41.2023950Z 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:54:41.2025506Z 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:54:41.2027057Z 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:54:41.2028764Z 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:54:41.2030329Z 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:54:41.2031906Z 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:54:41.2033651Z 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:54:41.2035276Z 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:54:41.2036853Z 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:54:41.2038410Z 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:54:41.2039963Z 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:54:41.2041542Z 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:54:41.2043399Z 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:54:41.2045038Z 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:54:41.2046623Z 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:54:41.2048210Z 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:54:41.2049901Z 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:54:41.2051586Z 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:54:41.2053226Z 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:54:41.2054837Z 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:54:41.2124669Z 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:54:41.2126432Z 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:54:41.2127999Z 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:54:41.2129611Z 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:54:41.2131171Z 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:54:41.2132751Z 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:54:41.2134307Z 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:54:41.2135844Z 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:54:41.2137650Z 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:54:41.2139254Z 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:54:41.2140834Z 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:54:41.2142578Z 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:54:41.2144425Z 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:54:41.2146049Z 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:54:41.2147673Z 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:54:41.2149256Z 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:54:41.2150835Z 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:54:41.2152610Z 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:54:41.2154275Z 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:54:41.2155846Z 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:54:41.2157423Z 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:54:41.2159049Z 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:54:41.2160662Z 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:54:41.2162231Z 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:54:41.2163793Z 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:54:41.2165384Z 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:54:41.2166995Z 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:54:41.2168606Z 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:54:41.2170279Z 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:54:41.2171852Z 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:54:41.2173384Z 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:54:41.2174922Z 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:54:41.2176457Z 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:54:41.2178210Z 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:54:41.2179798Z 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:54:41.2181380Z 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:54:41.2183093Z 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:54:41.2184708Z 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:54:41.2186273Z 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:54:41.2187868Z 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:54:41.2189448Z 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:54:41.2191058Z 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:54:41.2192696Z 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:54:41.2194273Z 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:54:41.2195835Z 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:54:41.2197437Z 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:54:41.2199061Z 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:54:41.2200722Z 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:54:41.2202506Z 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:54:41.2204060Z 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:54:41.2205617Z 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:54:41.2207208Z 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:54:41.2208860Z 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:54:41.2210434Z 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:54:41.2212018Z 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:54:41.2213591Z 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:54:41.2215134Z 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:54:41.2216825Z 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:54:41.2218407Z 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:54:41.2219983Z 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:54:41.2288724Z 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:54:41.2290491Z 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:54:41.2292240Z 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:54:41.2293897Z 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:54:41.2295453Z 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:54:41.2297014Z 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:54:41.2298620Z 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:54:41.2299893Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:54:41.2301299Z 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:54:41.2303111Z 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:54:41.2305112Z 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:54:41.2307003Z 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:54:41.2308853Z 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:54:41.2310667Z 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:54:41.2312560Z 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:54:41.2314476Z 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:54:41.2316329Z 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:54:41.2318269Z 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:54:41.2320209Z 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:54:41.2322074Z 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:54:41.2323921Z 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:54:41.2325935Z 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:54:41.2327720Z 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:54:41.2329728Z 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:54:41.2331653Z 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:54:41.2333564Z 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:54:41.2335417Z 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:54:41.2337241Z 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:54:41.2339023Z 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:54:41.2340874Z 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:54:41.2342327Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:54:41.2343930Z 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:54:41.2345362Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:41.2346651Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:54:41.2348354Z 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:54:41.2350084Z 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:54:41.2351773Z 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:54:41.2353112Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:54:41.2354428Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:54:41.2355867Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:54:41.2357490Z 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:54:41.2359243Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:41.2361248Z 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:54:41.2363863Z 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:54:41.2366067Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:41.2368150Z 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:54:41.2371023Z 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:54:41.2373538Z 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:54:41.2376071Z 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:54:41.2378623Z 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:54:41.2381162Z 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:54:41.2383707Z 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:54:41.2427225Z 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:54:41.2429754Z 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:54:41.2432346Z 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:54:41.2434975Z 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:54:41.2437493Z 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:54:41.2440016Z 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:54:41.2442468Z 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:54:41.2445113Z 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:54:41.2447646Z 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:54:41.2450230Z 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:54:41.2453056Z 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:54:41.2455622Z 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:54:41.2458327Z 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:54:41.2460837Z 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:54:41.2463337Z 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:54:41.2465866Z 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:54:41.2468384Z 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:54:41.2470911Z 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:54:41.2473400Z 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:54:41.2475874Z 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:54:41.2478350Z 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:54:41.2480814Z 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:54:41.2483339Z 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:54:41.2485976Z 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:54:41.2488519Z 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:54:41.2491126Z 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:54:41.2493631Z 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:54:41.2495495Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:54:41.2497590Z 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:54:41.2499573Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:54:41.2501686Z 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:54:41.2503733Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:41.2505869Z 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:54:41.2508038Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:54:41.2510243Z 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:54:41.2512501Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:41.2514826Z 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:54:41.2517838Z 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:54:41.2520137Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:41.2535034Z 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:54:41.2537997Z 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:54:41.2588294Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:41.2590680Z 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:54:41.2593001Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:41.2595413Z 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:54:41.2598532Z 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:54:41.2601878Z 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:54:41.2604950Z 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:54:41.2608098Z 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:54:41.2610442Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:41.2612771Z 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:54:41.2615792Z 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:54:41.2618728Z 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:54:41.2621032Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:54:41.2623527Z 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:54:41.2625991Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:54:41.2628370Z 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:54:41.2630762Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:54:41.2633199Z 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:54:41.2635629Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:54:41.2638021Z 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:54:41.2640402Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:54:41.2642959Z 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:54:41.2645492Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:54:41.2647891Z 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:54:41.2650356Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:54:41.2652941Z 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:54:41.2655389Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:54:41.2657849Z 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:54:41.2660261Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:54:41.2662640Z 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:54:41.2665014Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:54:41.2667380Z 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:54:41.2669766Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:54:41.2672150Z 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:54:41.2674524Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:41.2676865Z 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:54:41.2679898Z 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:54:41.2682908Z 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:54:41.2685917Z 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:54:41.2688278Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:54:41.2735858Z 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:54:41.2738269Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:54:41.2740818Z 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:54:41.2743359Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:54:41.2745720Z 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:54:41.2748088Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:54:41.2750450Z 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:54:41.2752924Z 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:54:41.2755648Z 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:54:41.2759191Z 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:54:41.2761943Z 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:54:41.2764854Z 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:54:41.2768758Z 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:54:41.2772533Z 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:54:41.2776296Z 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:54:41.2779163Z 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:54:41.2782092Z 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:54:41.2785659Z 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:54:41.2789239Z 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:54:41.2791884Z 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:54:41.2794680Z 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:54:41.2798317Z 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:54:41.2801950Z 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:54:41.2805542Z 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:54:41.2808226Z 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:54:41.2811074Z 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:54:41.2814609Z 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:54:41.2817348Z 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:54:41.2820215Z 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:54:41.2823964Z 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:54:41.2827648Z 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:54:41.2830555Z 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:54:41.2833451Z 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:54:41.2837119Z 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:54:41.2840870Z 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:54:41.2844837Z 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:54:41.2848628Z 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:54:41.2852438Z 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:54:41.2856129Z 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:54:41.2859786Z 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:54:41.2863474Z 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:54:41.2867197Z 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:54:41.2870887Z 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:54:41.2874566Z 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:54:41.2878471Z 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:54:41.2882314Z 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:54:41.2886199Z 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:54:41.2890071Z 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:54:41.2893736Z 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:54:41.2897568Z 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:54:41.2901432Z 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:54:41.2905129Z 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:54:41.2908764Z 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:54:41.2912486Z 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:54:41.2915365Z 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:54:41.2918221Z 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:54:41.2921910Z 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:54:41.2924901Z 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:54:41.2928034Z 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:54:41.2932113Z 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:54:41.2936215Z 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:54:41.2973301Z 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:54:41.2977499Z 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:54:41.2981666Z 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:54:41.2985662Z 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:54:41.2988672Z 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:54:41.2991709Z 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:54:41.2995742Z 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:54:41.2999777Z 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:54:41.3003797Z 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:54:41.3007944Z 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:54:41.3011003Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:41.3013492Z 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:54:41.3016731Z 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:54:41.3019977Z 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:54:41.3023231Z 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:54:41.3026464Z 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:54:41.3029738Z 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:54:41.3033055Z 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:54:41.3036316Z 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:54:41.3039557Z 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:54:41.3042936Z 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:54:41.3045504Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:41.3048310Z 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:54:41.3052191Z 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:54:41.3055868Z 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:54:41.3059415Z 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:54:41.3062970Z 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:54:41.3066524Z 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:54:41.3070097Z 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:54:41.3073635Z 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:54:41.3119313Z 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:54:41.3122941Z 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:54:41.3126530Z 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:54:41.3130133Z 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:54:41.3133659Z 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:54:41.3136263Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:41.3138734Z 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:54:41.3142188Z 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:54:41.3145599Z 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:54:41.3148044Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:41.3150687Z 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:54:41.3153279Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:41.3155677Z 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:54:41.3158813Z 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:54:41.3161972Z 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:54:41.3165085Z 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:54:41.3168166Z 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:54:41.3171305Z 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:54:41.3173633Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:54:41.3175945Z 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:54:41.3178356Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:41.3180976Z 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:54:41.3184374Z 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:54:41.3188004Z 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:54:41.3190562Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:41.3192927Z 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:54:41.3195459Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:41.3198021Z 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:54:41.3201305Z 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:54:41.3204677Z 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:54:41.3208151Z 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:54:41.3211636Z 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:54:41.3215010Z 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:54:41.3218319Z 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:54:41.3233117Z 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:54:41.3236490Z 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:54:41.3239854Z 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:54:41.3243319Z 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:54:41.3246872Z 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:54:41.3250404Z 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:54:41.3253781Z 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:54:41.3257314Z 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:54:41.3260741Z 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:54:41.3264039Z 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:54:41.3267493Z 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:54:41.3270972Z 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:54:41.3274287Z 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:54:41.3277549Z 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:54:41.3280894Z 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:54:41.3283499Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:41.3286076Z 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:54:41.3289452Z 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:54:41.3292181Z 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:54:41.3295045Z 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:54:41.3298663Z 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:54:41.3302376Z 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:54:41.3306062Z 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:54:41.3309844Z 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:54:41.3313617Z 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:54:41.3317236Z 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:54:41.3320003Z 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:54:41.3322818Z 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:54:41.3326462Z 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:54:41.3330156Z 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:54:41.3425037Z 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:54:41.3428161Z 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:54:41.3430926Z 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:54:41.3434628Z 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:54:41.3437437Z 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:54:41.3440484Z 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:54:41.3444647Z 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:54:41.3448729Z 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:54:41.3452743Z 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:54:41.3456657Z 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:54:41.3459018Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3460212Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3461734Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3463312Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3464923Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3466531Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3468094Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3469650Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3471277Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3473130Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3474776Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3476374Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3478029Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3479636Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3481243Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3482872Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3484452Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3486030Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3487583Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:41.3488890Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:41.3490183Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:41.3491823Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:41.3493489Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:41.3495128Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:54:41.3496400Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:41.3497681Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:41.3499295Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:41.3500948Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:54:41.3502316Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:41.3503766Z 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:54:41.3505619Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:41.3507482Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:41.3509305Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:41.3510691Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:54:41.3512144Z 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:54:41.3514161Z 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:54:41.3515999Z 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:54:41.3517926Z 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:54:41.3519742Z 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:54:41.3521562Z 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:54:41.3579533Z 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:54:41.3581473Z 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:54:41.3583357Z 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:54:41.3584814Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:54:41.3586177Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:54:41.3587614Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:41.3589210Z 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:54:41.3591256Z 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:54:41.3592848Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:41.3594427Z 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:54:41.3596501Z 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:54:41.3598593Z 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:54:41.3600166Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:54:41.3601655Z 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:54:41.3603196Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:54:41.3604890Z 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:54:41.3606564Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:41.3608181Z 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:54:41.3610681Z 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:54:41.3612823Z 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:54:41.3614958Z 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:54:41.3616865Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:41.3618764Z 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:54:41.3621218Z 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:54:41.3623656Z 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:54:41.3625518Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:41.3627409Z 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:54:41.3629854Z 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:54:41.3632285Z 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:54:41.3634699Z 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:54:41.3636590Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:41.3638497Z 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:54:41.3640973Z 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:54:41.3643606Z 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:54:41.3646079Z 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:54:41.3647959Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:41.3649854Z 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:54:41.3652193Z 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:54:41.3654200Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:41.3656025Z 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:54:41.3658414Z 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:54:41.3660433Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:41.3662327Z 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:54:41.3664804Z 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:54:41.3667288Z 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:54:41.3669714Z 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:54:41.3672160Z 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:54:41.3674624Z 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:54:41.3677059Z 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:54:41.3678873Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:41.3734653Z 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:54:41.3737067Z 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:54:41.3739414Z 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:54:41.3741767Z 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:54:41.3744184Z 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:54:41.3746492Z 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:54:41.3748820Z 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:54:41.3751114Z 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:54:41.3753660Z 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:54:41.3755891Z 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:54:41.3758297Z 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:54:41.3760645Z 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:54:41.3762980Z 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:54:41.3765285Z 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:54:41.3767561Z 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:54:41.3769259Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:54:41.3770502Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:54:41.3771765Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:54:41.3773146Z 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:54:41.3774529Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:54:41.3775870Z 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:54:41.3777373Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:41.3779186Z 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:54:41.3781581Z 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:54:41.3783349Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:41.3784923Z 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:54:41.3786848Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:41.3788709Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:41.3790619Z 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:54:41.3792524Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:41.3794568Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:41.3796469Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:41.3798342Z 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:54:41.3800309Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:41.3802186Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:54:41.3803622Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:54:41.3804927Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:54:41.3806739Z 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:54:41.3808229Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:41.3809667Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:41.3811411Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:41.3813164Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:41.3814936Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:54:41.3816293Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:54:41.3817704Z 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:54:41.3819568Z 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:54:41.3821400Z 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:54:41.3822753Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:41.3823992Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:41.3825633Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:41.3827366Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:41.3829083Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:54:41.3830399Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:41.3887814Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:41.3889626Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:41.3891571Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:54:41.3892806Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:41.3894066Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:41.3895642Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:41.3897431Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:41.3899034Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:41.3900582Z 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:54:41.3902213Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:41.3903895Z 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:54:41.3905611Z 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:54:41.3907278Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:41.3908927Z 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:54:41.3910531Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:54:41.3911779Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:41.3913133Z 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:54:41.3914881Z 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:54:41.3916568Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:54:41.3918233Z 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:54:41.3919628Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:41.3921111Z 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:54:41.3923034Z 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:54:41.3925053Z 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:54:41.3927069Z 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:54:41.3928543Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:54:41.3929976Z 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:54:41.3931544Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:41.3933136Z 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:54:41.3935193Z 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:54:41.3936932Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:41.3938537Z 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:54:41.3940593Z 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:54:41.3942907Z 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:54:41.3945046Z 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:54:41.3947172Z 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:54:41.3949303Z 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:54:41.3950944Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:41.3952596Z 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:54:41.3954820Z 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:54:41.3957110Z 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:54:41.3959423Z 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:54:41.3961229Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:41.3962945Z 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:54:41.3965219Z 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:54:41.3967492Z 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:54:41.3969833Z 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:54:41.3971618Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:54:41.3973409Z 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:54:41.3975521Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:41.3977602Z 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:54:41.3980502Z 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:54:41.3983364Z 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:54:41.4035796Z 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:54:41.4038743Z 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:54:41.4041632Z 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:54:41.4044625Z 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:54:41.4047446Z 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:54:41.4050414Z 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:54:41.4053310Z 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:54:41.4056136Z 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:54:41.4058950Z 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:54:41.4061780Z 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:54:41.4063895Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:41.4065829Z 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:54:41.4068371Z 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:54:41.4071271Z 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:54:41.4073901Z 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:54:41.4075966Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:41.4077545Z 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:54:41.4079568Z 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:54:41.4081690Z 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:54:41.4083801Z 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:54:41.4085814Z 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:54:41.4087842Z 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:54:41.4089980Z 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:54:41.4092110Z 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:54:41.4094271Z 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:54:41.4096431Z 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:54:41.4098726Z 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:54:41.4101105Z 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:54:41.4103321Z 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:54:41.4105411Z 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:54:41.4107542Z 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:54:41.4109663Z 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:54:41.4111677Z 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:54:41.4113839Z 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:54:41.4115915Z 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:54:41.4117988Z 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:54:41.4120177Z 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:54:41.4122236Z 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:54:41.4124248Z 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:54:41.4126267Z 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:54:41.4128393Z 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:54:41.4130693Z 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:54:41.4132801Z 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:54:41.4134848Z 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:54:41.4136863Z 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:54:41.4170684Z 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:54:41.4172845Z 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:54:41.4174998Z 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:54:41.4177093Z 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:54:41.4179214Z 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:54:41.4181408Z 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:54:41.4183572Z 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:54:41.4185660Z 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:54:41.4187736Z 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:54:41.4190096Z 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:54:41.4192125Z 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:54:41.4194252Z 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:54:41.4196699Z 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:54:41.4198889Z 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:54:41.4201064Z 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:54:41.4203128Z 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:54:41.4205243Z 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:54:41.4207294Z 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:54:41.4209416Z 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:54:41.4211502Z 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:54:41.4213639Z 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:54:41.4215948Z 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:54:41.4218211Z 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:54:41.4220279Z 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:54:41.4222309Z 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:54:41.4224389Z 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:54:41.4226504Z 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:54:41.4228589Z 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:54:41.4230719Z 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:54:41.4232921Z 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:54:41.4235262Z 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:54:41.4237398Z 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:54:41.4239566Z 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:54:41.4241567Z 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:54:41.4243835Z 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:54:41.4245968Z 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:54:41.4248122Z 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:54:41.4250285Z 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:54:41.4252332Z 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:54:41.4254386Z 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:54:41.4256494Z 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:54:41.4258559Z 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:54:41.4260766Z 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:54:41.4263035Z 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:54:41.4265161Z 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:54:41.4267280Z 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:54:41.4269396Z 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:54:41.4271504Z 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:54:41.4309101Z 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:54:41.4311342Z 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:54:41.4313420Z 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:54:41.4315670Z 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:54:41.4317756Z 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:54:41.4319902Z 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:54:41.4321859Z 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:54:41.4323848Z 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:54:41.4325987Z 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:54:41.4328394Z 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:54:41.4330643Z 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:54:41.4332715Z 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:54:41.4334706Z 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:54:41.4336700Z 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:54:41.4338712Z 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:54:41.4340717Z 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:54:41.4342965Z 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:54:41.4344964Z 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:54:41.4346958Z 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:54:41.4348983Z 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:54:41.4351049Z 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:54:41.4353234Z 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:54:41.4355383Z 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:54:41.4357414Z 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:54:41.4359648Z 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:54:41.4361710Z 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:54:41.4363729Z 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:54:41.4365956Z 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:54:41.4368128Z 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:54:41.4370388Z 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:54:41.4372500Z 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:54:41.4374553Z 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:54:41.4376688Z 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:54:41.4378944Z 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:54:41.4381207Z 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:54:41.4383359Z 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:54:41.4385427Z 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:54:41.4387508Z 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:54:41.4389590Z 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:54:41.4391613Z 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:54:41.4393668Z 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:54:41.4395779Z 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:54:41.4397868Z 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:54:41.4399931Z 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:54:41.4402048Z 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:54:41.4404297Z 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:54:41.4406322Z 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:54:41.4408433Z 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:54:41.4410573Z 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:54:41.4444365Z 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:54:41.4446481Z 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:54:41.4448614Z 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:54:41.4450847Z 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:54:41.4452998Z 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:54:41.4455143Z 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:54:41.4457310Z 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:54:41.4459395Z 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:54:41.4461428Z 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:54:41.4463487Z 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:54:41.4465634Z 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:54:41.4467785Z 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:54:41.4470004Z 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:54:41.4472294Z 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:54:41.4474571Z 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:54:41.4476849Z 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:54:41.4479117Z 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:54:41.4481739Z 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:54:41.4484035Z 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:54:41.4486453Z 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:54:41.4488839Z 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:54:41.4491107Z 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:54:41.4493301Z 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:54:41.4495465Z 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:54:41.4497670Z 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:54:41.4499894Z 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:54:41.4502158Z 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:54:41.4504511Z 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:54:41.4506808Z 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:54:41.4509026Z 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:54:41.4511212Z 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:54:41.4513425Z 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:54:41.4515657Z 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:54:41.4517828Z 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:54:41.4519880Z 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:54:41.4521861Z 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:54:41.4523824Z 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:54:41.4525927Z 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:54:41.4527919Z 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:54:41.4530006Z 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:54:41.4532139Z 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:54:41.4534265Z 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:54:41.4536402Z 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:54:41.4538461Z 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:54:41.4540478Z 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:54:41.4542682Z 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:54:41.4545062Z 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:54:41.4547119Z 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:54:41.4567572Z 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:54:41.4569910Z 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:54:41.4572188Z 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:54:41.4574451Z 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:54:41.4576626Z 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:54:41.4578717Z 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:54:41.4580750Z 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:54:41.4582780Z 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:54:41.4584836Z 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:54:41.4586824Z 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:54:41.4588709Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:41.4590621Z 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:54:41.4593234Z 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:54:41.4595764Z 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:54:41.4598285Z 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:54:41.4600815Z 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:54:41.4603363Z 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:54:41.4605968Z 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:54:41.4608584Z 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:54:41.4611396Z 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:54:41.4614240Z 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:54:41.4616957Z 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:54:41.4619574Z 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:54:41.4622158Z 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:54:41.4624747Z 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:54:41.4627362Z 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:54:41.4629913Z 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:54:41.4632579Z 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:54:41.4635168Z 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:54:41.4638415Z 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:54:41.4641092Z 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:54:41.4643888Z 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:54:41.4646419Z 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:54:41.4649023Z 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:54:41.4651573Z 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:54:41.4654194Z 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:54:41.4656812Z 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:54:41.4659377Z 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:54:41.4661924Z 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:54:41.4664502Z 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:54:41.4667109Z 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:54:41.4672958Z 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:54:41.4675603Z 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:54:41.4678182Z 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:54:41.4680961Z 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:54:41.4683535Z 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:54:41.4686270Z 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:54:41.4688962Z 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:54:41.4691558Z 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:54:41.4694100Z 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:54:41.4696619Z 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:54:41.4699166Z 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:54:41.4701727Z 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:54:41.4704276Z 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:54:41.4706820Z 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:54:41.4709398Z 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:54:41.4711934Z 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:54:41.4714503Z 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:54:41.4717068Z 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:54:41.4719600Z 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:54:41.4722150Z 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:54:41.4724810Z 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:54:41.4727327Z 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:54:41.4730012Z 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:54:41.4732572Z 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:54:41.4735121Z 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:54:41.4737683Z 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:54:41.4740267Z 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:54:41.4743036Z 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:54:41.4745656Z 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:54:41.4748281Z 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:54:41.4750981Z 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:54:41.4753726Z 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:54:41.4756365Z 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:54:41.4758942Z 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:54:41.4761497Z 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:54:41.4764038Z 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:54:41.4766563Z 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:54:41.4769376Z 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:54:41.4790084Z 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:54:41.4792920Z 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:54:41.4795490Z 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:54:41.4798044Z 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:54:41.4800681Z 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:54:41.4803312Z 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:54:41.4805905Z 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:54:41.4808470Z 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:54:41.4811071Z 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:54:41.4813586Z 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:54:41.4816175Z 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:54:41.4818789Z 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:54:41.4821503Z 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:54:41.4824341Z 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:54:41.4826437Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:54:41.4828440Z 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:54:41.4830366Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:41.4832199Z 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:54:41.4834364Z 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:54:41.4836643Z 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:54:41.4838413Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:41.4840306Z 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:54:41.4842965Z 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:54:41.4845683Z 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:54:41.4848426Z 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:54:41.4851159Z 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:54:41.4853891Z 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:54:41.4856653Z 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:54:41.4859321Z 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:54:41.4861919Z 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:54:41.4864676Z 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:54:41.4867437Z 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:54:41.4870065Z 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:54:41.4872722Z 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:54:41.4875383Z 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:54:41.4878293Z 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:54:41.4881279Z 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:54:41.4883417Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:41.4885259Z 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:54:41.4887730Z 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:54:41.4941587Z 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:54:41.4944166Z 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:54:41.4946582Z 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:54:41.4949027Z 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:54:41.4951451Z 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:54:41.4953823Z 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:54:41.4956237Z 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:54:41.4957934Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:54:41.4959279Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:54:41.4961024Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:54:41.4962375Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:54:41.4963686Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:54:41.4965035Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:54:41.4981801Z 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:54:41.4983314Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:54:41.4985056Z 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:54:41.4986856Z 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:54:41.4988595Z 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:54:41.4990497Z 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:54:41.4992293Z 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:54:41.4994152Z 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:54:41.4995943Z 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:54:41.4997704Z 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:54:41.4999489Z 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:54:41.5001275Z 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:54:41.5003041Z 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:54:41.5004399Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5005703Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5007449Z 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:54:41.5009373Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5011139Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5012864Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5014573Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5016311Z 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:54:41.5018107Z 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:54:41.5019900Z 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:54:41.5021655Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5023373Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5025120Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5027009Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5028818Z 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:54:41.5030706Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5032446Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5034252Z 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:54:41.5036106Z 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:54:41.5037818Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5039531Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5041369Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5043315Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5044989Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5046723Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5048472Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5050373Z 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:54:41.5052187Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5100501Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5102325Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5104112Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5105854Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5107603Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5109366Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5111165Z 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:54:41.5113241Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5114952Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5116594Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:54:41.5117888Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5119354Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5121084Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5122791Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5124565Z 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:54:41.5126324Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5127996Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5129771Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5131464Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5133164Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5134898Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5136633Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5138349Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5140024Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5141692Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5143556Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5145255Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5146938Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5148661Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5150403Z 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:54:41.5152172Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5154083Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5155751Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5157464Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5159297Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5160974Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5162663Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5164367Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5166064Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5167783Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5169554Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5171223Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5172933Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5174635Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5176351Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5178118Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5179857Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5181569Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5183278Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5185039Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5186806Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5188494Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5190176Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5191862Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5193563Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5195461Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5256157Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5257851Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5259785Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5261503Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5263237Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5264949Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5266615Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5268309Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5269975Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5271630Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5273290Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5274973Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5276653Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5278370Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5280089Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5281776Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5283490Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5285206Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5286916Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5288619Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5290462Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5292240Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5293985Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5295877Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5297573Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5299299Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5301123Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5302890Z 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:54:41.5304686Z 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:54:41.5306430Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5308137Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5309839Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5311515Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5313216Z 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:54:41.5314947Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5316612Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5318270Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5319996Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5321724Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5323446Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5325262Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5327127Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5328984Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5330722Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5332440Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:54:41.5333769Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:54:41.5335277Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:54:41.5336609Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:41.5338001Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:41.5339799Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:41.5341664Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:54:41.5343203Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:41.5344603Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:41.5346436Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:41.5348238Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:41.5349990Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:41.5351406Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:41.5451269Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:41.5453250Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:41.5454732Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:41.5456006Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:41.5457672Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:41.5459336Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:54:41.5460598Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:54:41.5461907Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:54:41.5463533Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:54:41.5464892Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:41.5466567Z 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:54:41.5468790Z 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:54:41.5470390Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:54:41.5471887Z 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:54:41.5473873Z 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:54:41.5475996Z 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:54:41.5477347Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:41.5478588Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:41.5480365Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:41.5482096Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:41.5483851Z 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:54:41.5485567Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:41.5487297Z 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:54:41.5489173Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:41.5490915Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:54:41.5492653Z 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:54:41.5493994Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:54:41.5495443Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:54:41.5496870Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:54:41.5498253Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:54:41.5499620Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:54:41.5500924Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:54:41.5502263Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:41.5503752Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:41.5505694Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:41.5507649Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:41.5509083Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:41.5510363Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:41.5512034Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:41.5513736Z 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:54:41.5515586Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:54:41.5516919Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:41.5518282Z 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:54:41.5520190Z 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:54:41.5522159Z 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:54:41.5523710Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:41.5525226Z 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:54:41.5527173Z 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:54:41.5529253Z 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:54:41.5531283Z 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:54:41.5533294Z 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:54:41.5535261Z 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:54:41.5536745Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:54:41.5538208Z 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:54:41.5539805Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:41.5541704Z 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:54:41.5544311Z 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:54:41.5546742Z 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:54:41.5628278Z 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:54:41.5630723Z 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:54:41.5633049Z 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:54:41.5635683Z 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:54:41.5637639Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:54:41.5639675Z 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:54:41.5641927Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:54:41.5644348Z 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:54:41.5646365Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:41.5647639Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:41.5649449Z 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:54:41.5651295Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:41.5653021Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:41.5654717Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:41.5656498Z 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:54:41.5658261Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:41.5659979Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:41.5661749Z 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:54:41.5663499Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:41.5665234Z 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:54:41.5666945Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:54:41.5668258Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5669587Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5671303Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5673018Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5674687Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5676564Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5678309Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5680026Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5681829Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5683539Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5685250Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5686957Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5688718Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5690506Z 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:54:41.5692412Z 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:54:41.5694185Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5695854Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5697546Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5699226Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5700942Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5702696Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5703502Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5704281Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5705055Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5705938Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5706717Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5707527Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5708312Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5709094Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5710026Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5710824Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5711608Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5712486Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5791323Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5792163Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5792942Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5793714Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5794493Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5795283Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5796065Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5796876Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5797688Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5798468Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5799288Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5800075Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5800926Z 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:54:41.5801820Z 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:54:41.5802578Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5803354Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5804171Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:54:41.5804589Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:54:41.5805373Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:54:41.5806485Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:54:41.5806899Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:41.5807746Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:41.5808849Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:41.5809304Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:41.5810218Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:41.5811159Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:41.5811544Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:54:41.5812307Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:54:41.5813127Z 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:54:41.5813553Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:54:41.5814488Z 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:54:41.5814875Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:41.5815604Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:41.5816341Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:41.5817052Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:41.5817841Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:54:41.5818315Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:41.5819183Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:41.5820089Z 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:54:41.5821058Z 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:54:41.5821968Z 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:54:41.5822930Z 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:54:41.5823870Z 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:54:41.5824333Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:41.5825383Z 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:54:41.5826258Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:41.5826675Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:41.5827571Z 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:54:41.5828370Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:41.5829208Z 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:54:41.5830047Z 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:54:41.5830882Z 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:54:41.5831734Z 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:54:41.5832566Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:41.5833404Z 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:54:41.5834236Z 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:54:41.5835039Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:41.5835899Z 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:54:41.5951854Z 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:54:41.5952665Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:54:41.5953088Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:41.5953860Z 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:54:41.5954634Z 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:54:41.5955450Z 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:54:41.5956262Z 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:54:41.5957055Z 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:54:41.5957825Z 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:54:41.5958595Z 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:54:41.5959736Z 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:54:41.5960525Z 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:54:41.5961304Z 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:54:41.5962262Z 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:54:41.5963047Z 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:54:41.5963808Z 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:54:41.5964580Z 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:54:41.5965366Z 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:54:41.5966135Z 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:54:41.5966945Z 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:54:41.5967750Z 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:54:41.5968552Z 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:54:41.5969427Z 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:54:41.5970197Z 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:54:41.5970967Z 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:54:41.5971756Z 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:54:41.5972544Z 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:54:41.5973346Z 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:54:41.5974144Z 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:54:41.5974929Z 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:54:41.5975722Z 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:54:41.5976514Z 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:54:41.5977303Z 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:54:41.5978065Z 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:54:41.5978971Z 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:54:41.5979832Z 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:54:41.5980692Z 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:54:41.5981486Z 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:54:41.5982254Z 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:54:41.5983042Z 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:54:41.5983859Z 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:54:41.5984642Z 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:54:41.5985417Z 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:54:41.5986205Z 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:54:41.5987061Z 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:54:41.5987827Z 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:54:41.5988257Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:41.5989146Z 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:54:41.5990035Z 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:54:41.5990991Z 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:54:41.5991871Z 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:54:41.5992768Z 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:54:41.5993664Z 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:54:41.5994563Z 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:54:41.5995009Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:41.5995950Z 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:54:41.6125253Z 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:54:41.6126508Z 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:54:41.6126994Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:41.6127973Z 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:54:41.6129209Z 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:54:41.6129648Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:41.6130439Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:41.6131252Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:41.6131719Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:41.6132605Z 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:54:41.6133087Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:41.6133983Z 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:54:41.6134465Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:41.6135401Z 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:54:41.6135909Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:41.6136890Z 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:54:41.6137449Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:41.6138478Z 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:54:41.6139499Z 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:54:41.6140529Z 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:54:41.6141089Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:54:41.6142123Z 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:54:41.6142666Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:41.6143916Z 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:54:41.6145018Z 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:54:41.6146364Z 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:54:41.6147430Z 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:54:41.6148073Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:41.6149208Z 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:54:41.6150297Z 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:54:41.6151424Z 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:54:41.6152583Z 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:54:41.6153720Z 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:54:41.6154848Z 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:54:41.6155911Z 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:54:41.6157036Z 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:54:41.6158141Z 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:54:41.6159231Z 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:54:41.6160282Z 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:54:41.6161445Z 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:54:41.6162551Z 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:54:41.6163750Z 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:54:41.6164867Z 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:54:41.6165933Z 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:54:41.6167144Z 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:54:41.6168209Z 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:54:41.6169478Z 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:54:41.6170598Z 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:54:41.6171773Z 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:54:41.6683256Z 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:54:41.6684361Z 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:54:41.6685404Z 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:54:41.6686486Z 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:54:41.6687476Z 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:54:41.6688490Z 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:54:41.6689095Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:41.6690207Z 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:54:41.6691352Z 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:54:41.6692454Z 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:54:41.6693044Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:41.6694110Z 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:54:41.6694450Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:54:41.6695010Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:54:41.6695591Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:54:41.6696135Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:54:41.6697044Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:54:41.6697380Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:54:41.6698070Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:54:41.6698718Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:54:41.6699592Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:54:41.6700265Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:54:41.6700947Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:54:41.6701686Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:54:41.6702029Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:41.6702611Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:41.6703243Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:41.6703851Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:41.6704454Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:41.6705148Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:41.6705756Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:41.6706352Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:54:41.6706722Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:41.6707354Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:41.6708041Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:41.6708685Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:54:41.6709047Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:41.6709776Z 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:54:41.6710485Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:54:41.6711245Z 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:54:41.6712033Z 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:54:41.6712427Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:54:41.6713118Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:54:41.6713869Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:54:41.6714436Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:41.6715164Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:41.6715870Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:41.6716720Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:54:41.6717113Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:54:41.6717821Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:54:41.6718520Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:54:41.6718869Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:41.6719529Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:41.6720175Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:41.6720542Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:54:41.6721179Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:54:41.6721837Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:54:41.6722200Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:41.6722854Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:41.6723533Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:41.6724237Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:41.6725032Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:41.6725746Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:54:41.6726162Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:54:41.6860202Z 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:54:41.6861093Z 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:54:41.6861486Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:41.6862197Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:41.6863037Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:41.6863873Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:54:41.6864288Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:54:41.6865422Z 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:54:41.6865869Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:41.6866674Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:54:41.6867736Z 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:54:41.6868212Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:41.6869060Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:41.6869500Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:54:41.6870375Z 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:54:41.6871196Z 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:54:41.6872018Z 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:54:41.6872445Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:54:41.6873252Z 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:54:41.6873733Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:54:41.6874640Z 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:54:41.6875141Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:54:41.6876108Z 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:54:41.6876496Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:54:41.6877260Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:54:41.6877653Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:54:41.6878437Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:54:41.6878846Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:41.6879653Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:41.6880455Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:41.6881295Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:41.6882124Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:54:41.6883161Z 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:54:41.6883584Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:41.6884323Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:41.6885202Z 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:54:41.6886027Z 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:54:41.6886778Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:41.6887566Z 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:54:41.6887921Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:54:41.6888524Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:54:41.6889272Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:54:41.6889927Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:54:41.6890587Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:54:41.6891004Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:41.6891803Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:41.6892664Z 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:54:41.6893425Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:41.6894206Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:41.6894984Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:54:41.6895417Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:41.6896278Z 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:54:41.6897101Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:41.6898009Z 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:54:41.6898881Z 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:54:41.6899761Z 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:54:41.6900175Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:54:41.6900984Z 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:54:41.6901899Z 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:54:41.6902315Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:54:41.6903072Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:54:41.6903908Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:54:41.7036617Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:54:41.7037330Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:54:41.7038022Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:54:41.7038453Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:54:41.7039254Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:54:41.7040043Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:54:41.7040480Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:41.7041274Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:41.7042061Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:41.7042485Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:54:41.7043406Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:54:41.7044186Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:54:41.7044613Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:54:41.7045390Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:54:41.7046163Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:54:41.7046551Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7047246Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7047969Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7048750Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7049512Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7050246Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7051033Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7052063Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7052787Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7053624Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7054544Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7055250Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7055978Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7056665Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7057352Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7058124Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:54:41.7058561Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:54:41.7059366Z 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:54:41.7059759Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:41.7060447Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:41.7061187Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:41.7061884Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:54:41.7062255Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:54:41.7062930Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:54:41.7063614Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:54:41.7064028Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:54:41.7064789Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:54:41.7065572Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:54:41.7065993Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:41.7066763Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:41.7067548Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:41.7067967Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:41.7068737Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:41.7069643Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:41.7070084Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:54:41.7070930Z 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:54:41.7071351Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:54:41.7072174Z 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:54:41.7072931Z 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:54:41.7073750Z 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:54:41.7074519Z 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:54:41.7075303Z 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:54:41.7075719Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:54:41.7076456Z 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:54:41.7077255Z 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:54:41.7077654Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:54:41.7078363Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:54:41.7079131Z 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:54:41.7079520Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:54:41.7187058Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:54:41.7187855Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:54:41.7188253Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:54:41.7188987Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:54:41.7189704Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:54:41.7190105Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:54:41.7190821Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:54:41.7191607Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:54:41.7191994Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:54:41.7192666Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:54:41.7193376Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:54:41.7194111Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:54:41.7194929Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:54:41.7195745Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:54:41.7196160Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:54:41.7197033Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:54:41.7197774Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:54:41.7198194Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:54:41.7198960Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:54:41.7199723Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:54:41.7200293Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:41.7201411Z 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:54:41.7202490Z 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:54:41.7203628Z 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:54:41.7204750Z 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:54:41.7205776Z 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:54:41.7206891Z 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:54:41.7207324Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:54:41.7208143Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:54:41.7209083Z 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:54:41.7209553Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:41.7210470Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:41.7211394Z 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:54:41.7212302Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:54:41.7213374Z 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:54:41.7213796Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:41.7214585Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:41.7215599Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:41.7216408Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:54:41.7216934Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:41.7217922Z 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:54:41.7218988Z 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:54:41.7220000Z 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:54:41.7221051Z 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:54:41.7222086Z 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:54:41.7223077Z 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:54:41.7224126Z 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:54:41.7225142Z 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:54:41.7226154Z 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:54:41.7227149Z 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:54:41.7228130Z 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:54:41.7229107Z 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:54:41.7230109Z 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:54:41.7231173Z 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:54:41.7353941Z 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:54:41.7355283Z 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:54:41.7356422Z 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:54:41.7357608Z 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:54:41.7358037Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:54:41.7358906Z 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:54:41.7359844Z 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:54:41.7360708Z 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:54:41.7361600Z 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:54:41.7362442Z 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:54:41.7363275Z 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:54:41.7364144Z 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:54:41.7364590Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:54:41.7365446Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:54:41.7365974Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:41.7366930Z 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:54:41.7367969Z 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:54:41.7369009Z 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:54:41.7370033Z 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:54:41.7370526Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:41.7371417Z 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:54:41.7372336Z 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:54:41.7373270Z 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:54:41.7374296Z 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:54:41.7374831Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:54:41.7375800Z 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:54:41.7376431Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:41.7377435Z 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:54:41.7378433Z 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:54:41.7379002Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:41.7380028Z 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:54:41.7381131Z 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:54:41.7381714Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:41.7382907Z 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:54:41.7384062Z 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:54:41.7384482Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:54:41.7385274Z 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:54:41.7386060Z 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:54:41.7386473Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:54:41.7387252Z 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:54:41.7387608Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7388201Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7388775Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7389393Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7390008Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7390654Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7391254Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7391862Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7392619Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7393226Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:41.7393556Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:54:41.7394155Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:54:41.7394874Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:54:41.7395536Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:54:41.7396174Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:54:41.7396803Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:54:41.7397361Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:54:41.7550633Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:54:41.7551256Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:54:41.7551865Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:54:41.7552437Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:54:41.7553011Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:54:41.7553363Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:54:41.7553942Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:54:41.7554508Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:54:41.7554824Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:54:41.7555342Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:54:41.7555913Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:54:41.7556443Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:54:41.7556780Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:54:41.7557394Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:54:41.7557972Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:54:41.7558539Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:54:41.7558873Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7559433Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7560146Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7560766Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7561404Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7562433Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7563120Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7563784Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7564709Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7565408Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7566035Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7566765Z 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:54:41.7567431Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7568079Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7568861Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7569579Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7570186Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7570855Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7571494Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7572114Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7572790Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7573493Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7574113Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7574816Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7575512Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7576273Z 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:54:41.7576976Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7577649Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7578360Z 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:54:41.7579010Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7579751Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7580381Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7581001Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7581670Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:54:41.7582090Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:54:41.7582664Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:54:41.7583272Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:54:41.7583842Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:54:41.7584172Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:54:41.7584709Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:54:41.7585318Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:54:41.7585860Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:54:41.7586450Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:54:41.7587015Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:54:41.7587547Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:54:41.7587880Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7588438Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7588981Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7589611Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7590246Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7590789Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7591411Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7591984Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7592555Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7722107Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7722746Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7723475Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7724045Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7724643Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7725614Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7726311Z 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:54:41.7727011Z 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:54:41.7727639Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7728395Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7729078Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7729655Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7730283Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7730956Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7731590Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7732216Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7732843Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7733550Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7734181Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7734748Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7735315Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7735889Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7736506Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7737088Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7737687Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:54:41.7738049Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:54:41.7738747Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:54:41.7739399Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:54:41.7740086Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:54:41.7740751Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:54:41.7741132Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:41.7741779Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:41.7742472Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:41.7743435Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:41.7744178Z 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:54:41.7744865Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:54:41.7745518Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:41.7746499Z 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:54:41.7747458Z 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:54:41.7748485Z 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:54:41.7749488Z 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:54:41.7750479Z 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:54:41.7750845Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7751609Z 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:54:41.7752430Z 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:54:41.7753194Z 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:54:41.7753988Z 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:54:41.7754723Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7755435Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7756128Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7756920Z 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:54:41.7757610Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7758330Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7759065Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7759792Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7760515Z 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:54:41.7761273Z 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:54:41.7762180Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7762944Z 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:54:41.7763658Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7764404Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7765183Z 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:54:41.7967592Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:54:41.7968035Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:54:41.7968929Z 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:54:41.7969748Z 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:54:41.7970169Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:41.7971099Z 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:54:41.7972022Z 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:54:41.7972817Z 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:54:41.7973198Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:54:41.7973877Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:54:41.7974270Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:54:41.7974901Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:54:41.7975271Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:54:41.7976008Z 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:54:41.7976426Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:54:41.7977256Z 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:54:41.7977643Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:54:41.7978347Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:54:41.7979053Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:54:41.7979457Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:41.7980198Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:41.7980975Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:41.7982007Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:41.7982390Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:54:41.7983066Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:54:41.7983953Z 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:54:41.7984361Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:54:41.7985071Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:54:41.7985796Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:54:41.7986188Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:54:41.7986953Z 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:54:41.7987720Z 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:54:41.7988136Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:54:41.7988917Z 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:54:41.7989255Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:54:41.7989862Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:54:41.7990238Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:54:41.7990938Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:54:41.7991299Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:41.7991945Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:41.7992652Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:41.7993328Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:54:41.7993723Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:54:41.7994487Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:54:41.7994870Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:54:41.7995554Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:54:41.7996231Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:54:41.7996613Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:54:41.7997291Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:54:41.7997658Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:41.7998456Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:41.7999142Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:41.7999802Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:54:41.8000175Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:54:41.8000990Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:54:41.8001359Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:54:41.8001985Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:54:41.8002364Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:54:41.8003013Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:54:41.8003451Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:41.8004260Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:41.8005141Z 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:54:41.8005978Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:41.8006401Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:54:41.8007203Z 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:54:41.8007634Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:54:41.8008495Z 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:54:41.8008989Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:41.8009717Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:54:41.8229199Z 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:54:41.8230040Z 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:54:41.8230836Z 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:54:41.8231661Z 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:54:41.8232510Z 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:54:41.8233315Z 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:54:41.8234130Z 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:54:41.8235234Z 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:54:41.8235618Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:41.8236298Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:41.8236987Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:41.8237900Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:41.8238665Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:41.8239393Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:41.8240149Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:54:41.8240535Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:41.8241222Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:41.8241996Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:41.8242932Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:41.8243659Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:54:41.8244075Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:54:41.8244822Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:54:41.8245288Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:54:41.8246254Z 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:54:41.8246851Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:41.8247950Z 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:54:41.8249093Z 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:54:41.8249510Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:54:41.8250257Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:54:41.8251056Z 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:54:41.8251472Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:41.8252232Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:54:41.8253055Z 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:54:41.8254027Z 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:54:41.8254907Z 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:54:41.8255442Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:41.8256546Z 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:54:41.8257579Z 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:54:41.8258611Z 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:54:41.8259616Z 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:54:41.8260622Z 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:54:41.8261061Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:54:41.8261917Z 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:54:41.8262490Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:54:41.8263570Z 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:54:41.8264195Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:41.8265369Z 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:54:41.8266573Z 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:54:41.8267132Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:41.8268211Z 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:54:41.8269293Z 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:54:41.8269887Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:54:41.8271086Z 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:54:41.8271730Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:41.8272926Z 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:54:41.8274301Z 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:54:41.8475615Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:54:41.8477269Z 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:54:41.8477990Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:54:41.8479346Z 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:54:41.8480002Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:54:41.8481251Z 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:54:41.8481939Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:54:41.8483286Z 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:54:41.8483955Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:54:41.8485281Z 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:54:41.8485936Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:54:41.8487194Z 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:54:41.8487761Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:41.8488986Z 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:54:41.8490118Z 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:54:41.8491230Z 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:54:41.8492405Z 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:54:41.8493565Z 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:54:41.8494692Z 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:54:41.8496043Z 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:54:41.8497173Z 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:54:41.8497854Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:54:41.8498970Z 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:54:41.8499529Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:41.8500578Z 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:54:41.8501633Z 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:54:41.8502684Z 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:54:41.8503227Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:41.8504323Z 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:54:41.8505408Z 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:54:41.8506433Z 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:54:41.8507063Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:54:41.8508296Z 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:54:41.8508933Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:54:41.8510128Z 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:54:41.8510804Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:41.8512064Z 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:54:41.8513426Z 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:54:41.8514184Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:41.8515630Z 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:54:41.8517187Z 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:54:41.8518866Z 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:54:41.8520415Z 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:54:41.8521030Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:41.8522159Z 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:54:41.8523329Z 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:54:43.8518183Z 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:54:43.8520748Z 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:54:43.8523228Z 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:54:43.8525168Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:54:43.8527193Z 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:54:43.8529321Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:43.8531490Z 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:54:43.8534309Z 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:54:43.8536238Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:54:43.8537742Z 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:54:43.8539221Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:54:43.8540572Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:54:43.8542351Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:54:43.8544705Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:54:43.8546061Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:54:43.8547276Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:54:43.8548544Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:54:43.8550193Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:54:43.8551662Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:54:43.8553136Z 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:54:43.8555006Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:54:43.8556462Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:54:43.8558041Z 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:54:43.8559594Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:54:43.8561096Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:54:43.8562484Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:54:43.8563638Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:54:43.8564816Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:54:43.8566132Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:54:43.8567885Z 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:54:43.8569301Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:54:43.8570386Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:54:43.8571289Z running egg_info 2025-06-05T23:54:43.8571652Z creating executorch.egg-info 2025-06-05T23:54:43.8572098Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:54:43.8572729Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:54:43.8573484Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:54:43.8574165Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:54:43.8574837Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:54:43.8575507Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:43.8576146Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:43.8576704Z adding license file 'LICENSE' 2025-06-05T23:54:43.8577221Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:43.8578109Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:54:43.8579053Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:54:43.8580001Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:54:43.8581404Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:54:43.8582876Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:54:43.8593809Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:54:43.8595754Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:54:43.8597556Z 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:54:43.8600091Z 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:54:43.8602564Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:54:43.8604865Z 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:54:43.8607810Z 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:54:43.8610796Z 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:54:43.8613072Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:54:43.8615446Z 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:54:43.8618480Z 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:54:43.8621547Z 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:54:43.8623914Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:54:43.8626202Z 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:54:43.8629149Z 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:54:43.8632116Z 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:54:43.8635243Z 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:54:43.8638220Z 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:54:43.8641304Z 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:54:43.8644415Z 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:54:43.8647380Z 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:54:43.8650404Z 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:54:43.8654122Z 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:54:43.8657096Z 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:54:43.8660045Z 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:54:43.8663051Z 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:54:43.8666086Z 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:54:43.8669089Z 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:54:43.8672100Z 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:54:43.8675152Z 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:54:43.8678201Z 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:54:43.8681189Z 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:54:43.8684329Z 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:54:43.8687414Z 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:54:43.8690592Z 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:54:43.8693678Z 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:54:43.8696683Z 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:54:43.8699093Z 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:54:43.8701727Z 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:54:43.8704362Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:54:43.8707018Z 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:54:43.8709569Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:43.8711920Z 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:54:43.8714972Z 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:54:43.8718032Z 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:54:43.8720426Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:54:43.8722861Z 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:54:43.8726031Z 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:54:43.8728570Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:54:43.8731176Z 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:54:43.8734316Z 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:54:43.8736778Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:54:43.8739334Z 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:54:43.8741943Z 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:54:43.8744866Z 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:54:43.8747513Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:54:43.8749906Z 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:54:43.8753175Z 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:54:43.8756646Z 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:54:43.8759293Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:54:43.8761868Z 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:54:43.8765210Z 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:54:43.8768464Z 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:54:43.8771630Z 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:54:43.8774883Z 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:54:43.8777454Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:54:43.8779990Z 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:54:43.8783216Z 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:54:43.8785666Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:54:43.8788143Z 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:54:43.8790642Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:54:43.8793159Z 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:54:43.8795697Z 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:54:43.8798275Z 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:54:43.8801625Z 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:54:43.8804963Z 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:54:43.8808286Z 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:54:43.8811727Z 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:54:43.8815098Z 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:54:43.8817838Z 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:54:43.8820580Z 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:54:43.8824263Z 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:54:43.8827928Z 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:54:43.8830612Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:43.8833092Z 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:54:43.8836320Z 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:54:43.8839600Z 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:54:43.8843060Z 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:54:43.8846392Z 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:54:43.8849762Z 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:54:43.8853078Z 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:54:43.8856385Z 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:54:43.8859727Z 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:54:43.8863324Z 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:54:43.8866701Z 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:54:43.8870210Z 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:54:43.8873473Z 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:54:43.8875927Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:54:43.8878445Z 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:54:43.8880971Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:54:43.8883515Z 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:54:43.8886777Z 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:54:43.8889321Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:43.8891744Z 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:54:43.8894891Z 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:54:43.8898077Z 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:54:43.8900542Z 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:54:43.8903040Z 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:54:43.8906297Z 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:54:43.8909619Z 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:54:43.8912224Z 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:54:43.8915712Z 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:54:43.8918418Z 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:54:43.8921371Z 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:54:43.8925254Z 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:54:43.8930036Z 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:54:43.8933060Z 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:54:43.8935983Z 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:54:43.8938731Z 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:54:43.8941500Z 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:54:43.8944398Z 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:54:43.8948018Z 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:54:43.8951603Z 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:54:43.8954250Z 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:54:43.8957043Z 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:54:43.8960438Z 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:54:43.8962780Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:54:43.8964132Z 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:54:43.8965811Z 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:54:43.8967461Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:43.8969229Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:43.8970903Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:54:43.8972538Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:54:43.8974317Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:54:43.8975766Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:54:43.8977078Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:54:43.8978836Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:54:43.8980299Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:43.8981975Z 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:54:43.8984183Z 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:54:43.8986399Z 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:54:43.8988529Z 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:54:43.8990598Z 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:54:43.8992711Z 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:54:43.8994815Z 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:54:43.8997037Z 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:54:43.8999435Z 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:54:43.9001580Z 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:54:43.9003759Z 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:54:43.9005833Z 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:54:43.9007899Z 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:54:43.9010050Z 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:54:43.9012204Z 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:54:43.9014449Z 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:54:43.9016723Z 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:54:43.9018982Z 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:54:43.9021159Z 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:54:43.9023274Z 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:54:43.9025445Z 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:54:43.9027724Z 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:54:43.9069816Z 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:54:43.9072025Z 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:54:43.9074229Z 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:54:43.9076415Z 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:54:43.9078503Z 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:54:43.9080525Z 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:54:43.9082958Z 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:54:43.9085067Z 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:54:43.9087375Z 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:54:43.9089662Z 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:54:43.9091844Z 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:54:43.9093979Z 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:54:43.9096133Z 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:54:43.9098327Z 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:54:43.9100508Z 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:54:43.9102697Z 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:54:43.9104847Z 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:54:43.9106981Z 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:54:43.9109257Z 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:54:43.9111494Z 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:54:43.9113625Z 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:54:43.9115695Z 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:54:43.9117962Z 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:54:43.9120287Z 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:54:43.9122426Z 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:54:43.9124542Z 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:54:43.9126759Z 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:54:43.9128890Z 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:54:43.9131110Z 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:54:43.9133310Z 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:54:43.9135506Z 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:54:43.9137753Z 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:54:43.9139947Z 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:54:43.9142004Z 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:54:43.9144232Z 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:54:43.9146430Z 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:54:43.9148571Z 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:54:43.9150659Z 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:54:43.9152772Z 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:54:43.9154877Z 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:54:43.9156960Z 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:54:43.9159007Z 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:54:43.9160506Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:54:43.9161866Z 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:54:43.9163683Z 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:54:43.9165581Z 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:54:43.9167079Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:43.9168966Z 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:54:43.9204387Z 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:54:43.9206433Z 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:54:43.9208727Z 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:54:43.9210814Z 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:54:43.9212862Z 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:54:43.9214810Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:43.9216686Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:54:43.9218606Z 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:54:43.9220542Z 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:54:43.9222434Z 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:54:43.9224372Z 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:54:43.9226377Z 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:54:43.9228643Z 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:54:43.9230997Z 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:54:43.9232718Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:43.9234472Z 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:54:43.9236699Z 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:54:43.9238916Z 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:54:43.9241190Z 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:54:43.9243720Z 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:54:43.9246199Z 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:54:43.9248415Z 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:54:43.9250835Z 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:54:43.9253089Z 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:54:43.9255316Z 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:54:43.9257544Z 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:54:43.9259840Z 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:54:43.9262097Z 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:54:43.9264217Z 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:54:43.9266368Z 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:54:43.9268528Z 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:54:43.9270696Z 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:54:43.9272957Z 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:54:43.9275216Z 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:54:43.9277401Z 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:54:43.9279607Z 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:54:43.9281834Z 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:54:43.9284087Z 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:54:43.9286332Z 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:54:43.9288536Z 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:54:43.9290894Z 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:54:43.9293086Z 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:54:43.9295424Z 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:54:43.9297650Z 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:54:43.9299868Z 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:54:43.9302076Z 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:54:43.9340839Z 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:54:43.9343174Z 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:54:43.9345429Z 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:54:43.9347704Z 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:54:43.9349959Z 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:54:43.9352183Z 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:54:43.9354411Z 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:54:43.9356661Z 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:54:43.9358955Z 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:54:43.9361203Z 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:54:43.9363335Z 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:54:43.9365457Z 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:54:43.9367593Z 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:54:43.9370088Z 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:54:43.9372261Z 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:54:43.9374683Z 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:54:43.9377016Z 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:54:43.9379307Z 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:54:43.9381596Z 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:54:43.9383925Z 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:54:43.9386245Z 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:54:43.9388607Z 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:54:43.9390933Z 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:54:43.9393259Z 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:54:43.9395571Z 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:54:43.9397904Z 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:54:43.9400232Z 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:54:43.9402553Z 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:54:43.9404879Z 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:54:43.9407232Z 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:54:43.9409634Z 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:54:43.9411851Z 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:54:43.9414184Z 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:54:43.9416465Z 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:54:43.9418841Z 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:54:43.9421149Z 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:54:43.9423378Z 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:54:43.9425516Z 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:54:43.9427659Z 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:54:43.9429845Z 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:54:43.9432023Z 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:54:43.9434158Z 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:54:43.9436264Z 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:54:43.9438500Z 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:54:44.0900006Z 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:54:44.0902710Z 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:54:44.0905165Z 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:54:44.0907600Z 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:54:44.0910015Z 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:54:44.0912349Z 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:54:44.0914686Z 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:54:44.0917426Z 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:54:44.0919763Z 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:54:44.0922214Z 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:54:44.0924585Z 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:54:44.0926989Z 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:54:44.0929593Z 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:54:44.0932037Z 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:54:44.0934372Z 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:54:44.0936672Z 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:54:44.0938959Z 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:54:44.0941257Z 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:54:44.0943761Z 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:54:44.0946188Z 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:54:44.0948624Z 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:54:44.0950978Z 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:54:44.0953268Z 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:54:44.0955598Z 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:54:44.0957982Z 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:54:44.0960361Z 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:54:44.0962877Z 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:54:44.0964783Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:44.0966501Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:54:44.0968237Z 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:54:44.0970236Z 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:54:44.0972053Z 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:54:44.0973864Z 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:54:44.0975663Z 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:54:44.0977419Z 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:54:44.0979200Z 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:54:44.0980817Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:54:44.0982365Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:54:44.0984085Z 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:54:44.0985926Z 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:54:44.0988127Z 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:54:44.0990804Z 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:54:44.0993176Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:54:44.0994870Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:54:44.0996538Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:54:44.0997893Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:54:44.0999136Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:54:44.1048295Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:44.1049758Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:54:44.1051205Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:44.1052983Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:44.1054222Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-06-05T23:54:44.1055625Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:54:44.1056990Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1058177Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1059538Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1060869Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1062175Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1063467Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1064816Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1066219Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1067726Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1069206Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1070602Z copying runtime/core/function_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1072055Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1073525Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1074937Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1076277Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1077572Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1078853Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1080172Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1081607Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.1082937Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:54:44.1084336Z 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:54:44.1085810Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:54:44.1087488Z 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:54:44.1089687Z 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:54:44.1091286Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:44.1092791Z 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:54:44.1094664Z 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:54:44.1096511Z 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:54:44.1098396Z 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:54:44.1100208Z 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:54:44.1101696Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:44.1103189Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:44.1104933Z 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:54:44.1106673Z 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:54:44.1108390Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:44.1110078Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:44.1111751Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:44.1113443Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:44.1115156Z 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:54:44.1116853Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:44.1118573Z 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:54:44.1120304Z 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:54:44.1122017Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:44.1123727Z 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:54:44.1125485Z 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:54:44.1127093Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:54:44.1129090Z 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:54:44.1131183Z 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:54:44.1132933Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:44.1134775Z 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:54:44.1136897Z 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:54:44.1138981Z 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:54:44.1141014Z 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:54:44.2032116Z 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:54:44.2034274Z 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:54:44.2036420Z 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:54:44.2038448Z 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:54:44.2040522Z 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:54:44.2042607Z 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:54:44.2044935Z 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:54:44.2047035Z 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:54:44.2048575Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:44.2049936Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:44.2051447Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:44.2052991Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:44.2054561Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:44.2055923Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:54:44.2057257Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:54:44.2058926Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2060179Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2061598Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2063009Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2064651Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2066151Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2067571Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2069001Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2070451Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2071903Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2073339Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2074763Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.2076054Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:44.2077415Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:44.2079029Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:44.2080435Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:44.2081919Z 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:54:44.2083664Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:44.2085280Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:44.2086605Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:44.2087884Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:44.2089457Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:44.2090951Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:44.2092444Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:54:44.2093786Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:44.2095180Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:44.2096782Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:44.2098558Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:44.2099609Z running build_ext 2025-06-05T23:54:44.2100240Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-06-05T23:54:44.2102034Z 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:54:44.2104162Z 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:54:44.2106102Z 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:54:44.2108670Z 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:54:44.2111412Z 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:54:44.2114069Z 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:54:44.2115648Z installing to pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:54:44.2116145Z running install 2025-06-05T23:54:44.2116494Z running install_lib 2025-06-05T23:54:44.2116903Z creating pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:54:44.2117482Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-06-05T23:54:44.2118157Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-06-05T23:54:44.2119282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:54:44.2120805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:54:44.2122321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:54:44.2123858Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:54:44.2125009Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api 2025-06-05T23:54:44.2126201Z 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:54:44.2141554Z 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:54:44.2143351Z 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:54:44.2145116Z 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:54:44.2146393Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api/types 2025-06-05T23:54:44.2147753Z 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:54:44.2149595Z 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:54:44.2151713Z 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:54:44.2152998Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/test 2025-06-05T23:54:44.2154352Z 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:54:44.2156407Z 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:54:44.2158306Z 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:54:44.2160203Z 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:54:44.2162096Z 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:54:44.2163966Z 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:54:44.2165281Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-06-05T23:54:44.2166522Z 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:54:44.2168267Z 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:54:44.2170135Z 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:54:44.2171888Z 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:54:44.2173716Z 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:54:44.2175552Z 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:54:44.2177298Z 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:54:44.2178583Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-06-05T23:54:44.2179981Z 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:54:44.2181951Z 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:54:44.2183945Z 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:54:44.2186019Z 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:54:44.2187434Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-06-05T23:54:44.2188575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-06-05T23:54:44.2189786Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-06-05T23:54:44.2191339Z 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:54:44.2193314Z 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:54:44.2194809Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:54:44.2196530Z 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:54:44.2198114Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-06-05T23:54:44.2199557Z 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:54:44.2201519Z 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:54:44.2203469Z 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:54:44.2204959Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:54:44.2206530Z 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:54:44.2208885Z 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:54:44.2210619Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:54:44.2212337Z 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:54:44.2214699Z 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:54:44.2217007Z 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:54:44.2218637Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:54:44.2220283Z 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:54:44.2221955Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:54:44.2223750Z 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:54:44.2226222Z 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:54:44.2228615Z 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:54:44.2230253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:54:44.2232000Z 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:54:44.2234192Z 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:54:44.2261826Z 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:54:44.2263454Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:54:44.2265055Z 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:54:44.2266556Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-06-05T23:54:44.2267984Z 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:54:44.2269915Z 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:54:44.2271280Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-06-05T23:54:44.2272627Z 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:54:44.2274469Z 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:54:44.2275820Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:54:44.2277296Z 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:54:44.2279299Z 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:54:44.2281210Z 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:54:44.2282550Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-06-05T23:54:44.2283877Z 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:54:44.2285714Z 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:54:44.2287087Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:54:44.2288585Z 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:54:44.2290152Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-06-05T23:54:44.2291489Z 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:54:44.2293361Z 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:54:44.2295276Z 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:54:44.2297589Z 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:54:44.2299628Z 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:54:44.2301053Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:54:44.2302675Z 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:54:44.2304830Z 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:54:44.2306983Z 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:54:44.2309181Z 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:54:44.2311483Z 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:54:44.2313137Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:54:44.2314705Z 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:54:44.2316891Z 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:54:44.2318447Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-06-05T23:54:44.2319877Z 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:54:44.2321927Z 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:54:44.2324118Z 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:54:44.2325560Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-06-05T23:54:44.2326619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2328096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2329665Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2331177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2332701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2334224Z 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:54:44.2335787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2337433Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2338883Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2340377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2341974Z 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:54:44.2343923Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2345469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2347133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2348660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2350216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2351753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2353253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2354720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2356187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2370565Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2372034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2373508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2374988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2376109Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-06-05T23:54:44.2377371Z 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:54:44.2379075Z 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:54:44.2380808Z 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:54:44.2382580Z 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:54:44.2384408Z 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:54:44.2386194Z 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:54:44.2387947Z 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:54:44.2390005Z 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:54:44.2391804Z 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:54:44.2393103Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-06-05T23:54:44.2394546Z 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:54:44.2396413Z 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:54:44.2398329Z 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:54:44.2400325Z 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:54:44.2402289Z 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:54:44.2404137Z 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:54:44.2405915Z 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:54:44.2407181Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-06-05T23:54:44.2408431Z 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:54:44.2410314Z 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:54:44.2412143Z 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:54:44.2413972Z 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:54:44.2415778Z 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:54:44.2417496Z 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:54:44.2418861Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:54:44.2420645Z 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:54:44.2423093Z 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:54:44.2425593Z 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:54:44.2428134Z 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:54:44.2430772Z 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:54:44.2432421Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-06-05T23:54:44.2433869Z 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:54:44.2436064Z 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:54:44.2438198Z 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:54:44.2440297Z 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:54:44.2442356Z 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:54:44.2444482Z 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:54:44.2446425Z 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:54:44.2448440Z 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:54:44.2450513Z 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:54:44.2452457Z 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:54:44.2454444Z 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:54:44.2456432Z 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:54:44.2458409Z 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:54:44.2460421Z 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:54:44.2462439Z 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:54:44.2464458Z 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:54:44.2502072Z 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:54:44.2504042Z 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:54:44.2506009Z 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:54:44.2508225Z 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:54:44.2509595Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:54:44.2511119Z 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:54:44.2513435Z 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:54:44.2514995Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:54:44.2516662Z 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:54:44.2519044Z 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:54:44.2521282Z 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:54:44.2522713Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-06-05T23:54:44.2523929Z 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:54:44.2525602Z 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:54:44.2527283Z 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:54:44.2529054Z 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:54:44.2530279Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-06-05T23:54:44.2531517Z 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:54:44.2533200Z 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:54:44.2534465Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-06-05T23:54:44.2535849Z 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:54:44.2537252Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:54:44.2538805Z 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:54:44.2540307Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-06-05T23:54:44.2541612Z 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:54:44.2543095Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:54:44.2544523Z 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:54:44.2546457Z 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:54:44.2548089Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:54:44.2549551Z 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:54:44.2551605Z 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:54:44.2553775Z 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:54:44.2555221Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:54:44.2556601Z 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:54:44.2558549Z 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:54:44.2560008Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:54:44.2561514Z 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:54:44.2562997Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:54:44.2564419Z 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:54:44.2566367Z 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:54:44.2567803Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:54:44.2569374Z 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:54:44.2571431Z 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:54:44.2573388Z 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:54:44.2574726Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-06-05T23:54:44.2576142Z 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:54:44.2577523Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-06-05T23:54:44.2578671Z 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:54:44.2580293Z 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:54:44.2581925Z 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:54:44.2583115Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-06-05T23:54:44.2584395Z 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:54:44.2585660Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-06-05T23:54:44.2587095Z 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:54:44.2588817Z 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:54:44.2590504Z 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:54:44.2591759Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-06-05T23:54:44.2593241Z 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:54:44.2594600Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-06-05T23:54:44.2595804Z 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:54:44.2613256Z 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:54:44.2615173Z 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:54:44.2616966Z 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:54:44.2618842Z 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:54:44.2620710Z 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:54:44.2622570Z 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:54:44.2624467Z 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:54:44.2626382Z 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:54:44.2628217Z 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:54:44.2630089Z 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:54:44.2631998Z 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:54:44.2633846Z 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:54:44.2635703Z 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:54:44.2637630Z 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:54:44.2639475Z 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:54:44.2641281Z 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:54:44.2643444Z 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:54:44.2645226Z 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:54:44.2647062Z 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:54:44.2649229Z 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:54:44.2651092Z 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:54:44.2652952Z 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:54:44.2654886Z 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:54:44.2656852Z 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:54:44.2658856Z 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:54:44.2660755Z 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:54:44.2662651Z 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:54:44.2664544Z 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:54:44.2666329Z 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:54:44.2668098Z 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:54:44.2669882Z 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:54:44.2671694Z 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:54:44.2673021Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-06-05T23:54:44.2674240Z 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:54:44.2675942Z 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:54:44.2677662Z 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:54:44.2678927Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-06-05T23:54:44.2680241Z 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:54:44.2682123Z 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:54:44.2684243Z 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:54:44.2685563Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-06-05T23:54:44.2686736Z 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:54:44.2688530Z 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:54:44.2690332Z 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:54:44.2691982Z 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:54:44.2693671Z 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:54:44.2695310Z 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:54:44.2696475Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-06-05T23:54:44.2697675Z 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:54:44.2699316Z 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:54:44.2701036Z 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:54:44.2702833Z 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:54:44.2704537Z 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:54:44.2706231Z 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:54:44.2734657Z 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:54:44.2740582Z 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:54:44.2742367Z 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:54:44.2744239Z 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:54:44.2746095Z 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:54:44.2747893Z 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:54:44.2767940Z 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:54:44.2769848Z 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:54:44.2771735Z 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:54:44.2773976Z 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:54:44.2775837Z 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:54:44.2777755Z 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:54:44.2779492Z 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:54:44.2781188Z 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:54:44.2782907Z 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:54:44.2784726Z 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:54:44.2786556Z 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:54:44.2788351Z 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:54:44.2790130Z 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:54:44.2791990Z 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:54:44.2793879Z 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:54:44.2795605Z 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:54:44.2797270Z 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:54:44.2798954Z 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:54:44.2800675Z 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:54:44.2802413Z 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:54:44.2804120Z 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:54:44.2805380Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-06-05T23:54:44.2806756Z 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:54:44.2808636Z 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:54:44.2810608Z 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:54:44.2812671Z 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:54:44.2814049Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-06-05T23:54:44.2815524Z 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:54:44.2817318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:54:44.2818547Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-06-05T23:54:44.2819688Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-06-05T23:54:44.2820844Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-06-05T23:54:44.2822096Z 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:54:44.2823376Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-06-05T23:54:44.2824188Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-06-05T23:54:44.2825596Z 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:54:44.2826929Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-06-05T23:54:44.2828143Z 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:54:44.2829774Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-06-05T23:54:44.2831318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-06-05T23:54:44.2832484Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-06-05T23:54:44.2833230Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-06-05T23:54:44.2834472Z 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:54:44.2836187Z 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:54:44.2837913Z 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:54:44.2839724Z 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:54:44.2841535Z 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:54:44.2843698Z 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:54:44.2845463Z 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:54:44.2847256Z 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:54:44.2849127Z 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:54:44.2850945Z 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:54:44.2853004Z 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:54:44.2854729Z 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:54:44.2856490Z 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:54:44.2857951Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-06-05T23:54:44.2859318Z 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:54:44.2861209Z 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:54:44.2863279Z 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:54:44.2865442Z 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:54:44.2867440Z 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:54:44.2869353Z 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:54:44.2871307Z 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:54:44.2873296Z 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:54:44.2875271Z 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:54:44.2877238Z 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:54:44.2879245Z 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:54:44.2881329Z 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:54:44.2883469Z 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:54:44.2885589Z 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:54:44.2887645Z 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:54:44.2889752Z 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:54:44.2891777Z 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:54:44.2893943Z 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:54:44.2895959Z 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:54:44.2898143Z 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:54:44.2900245Z 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:54:44.2902254Z 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:54:44.2904308Z 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:54:44.2906382Z 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:54:44.2908460Z 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:54:44.2910574Z 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:54:44.2912686Z 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:54:44.2914744Z 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:54:44.2916765Z 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:54:44.2918759Z 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:54:44.2920766Z 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:54:44.2922800Z 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:54:44.2924918Z 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:54:44.2927003Z 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:54:44.2929088Z 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:54:44.2931106Z 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:54:44.2933209Z 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:54:44.2935445Z 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:54:44.2937481Z 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:54:44.2939676Z 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:54:44.2941813Z 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:54:44.2944155Z 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:54:44.2946165Z 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:54:44.2948198Z 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:54:44.2950269Z 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:54:44.2952295Z 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:54:44.2954245Z 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:54:44.2956279Z 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:54:44.2958375Z 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:54:44.2960483Z 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:54:44.2962548Z 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:54:44.2964644Z 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:54:44.2966804Z 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:54:44.2968395Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:54:44.2970027Z 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:54:44.2972241Z 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:54:44.2974511Z 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:54:44.2976962Z 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:54:44.2979182Z 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:54:44.2981545Z 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:54:44.2983828Z 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:54:44.2986084Z 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:54:44.2988322Z 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:54:44.2990561Z 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:54:44.2992845Z 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:54:44.2994460Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-06-05T23:54:44.2995873Z 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:54:44.2997874Z 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:54:44.2999864Z 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:54:44.3001800Z 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:54:44.3003754Z 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:54:44.3005707Z 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:54:44.3007655Z 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:54:44.3009731Z 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:54:44.3011708Z 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:54:44.3013652Z 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:54:44.3015605Z 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:54:44.3017751Z 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:54:44.3019776Z 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:54:44.3021820Z 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:54:44.3023760Z 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:54:44.3025702Z 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:54:44.3027652Z 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:54:44.3029571Z 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:54:44.3031489Z 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:54:44.3033420Z 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:54:44.3035349Z 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:54:44.3037279Z 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:54:44.3039272Z 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:54:44.3041279Z 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:54:44.3043512Z 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:54:44.3045499Z 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:54:44.3047431Z 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:54:44.3049480Z 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:54:44.3051456Z 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:54:44.3053452Z 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:54:44.3055472Z 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:54:44.3057463Z 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:54:44.3059729Z 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:54:44.3061743Z 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:54:44.3063847Z 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:54:44.3065836Z 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:54:44.3067786Z 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:54:44.3069734Z 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:54:44.3071671Z 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:54:44.3073623Z 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:54:44.3075577Z 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:54:44.3077547Z 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:54:44.3079584Z 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:54:44.3081629Z 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:54:44.3083719Z 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:54:44.3085864Z 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:54:44.3087899Z 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:54:44.3089951Z 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:54:44.3092027Z 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:54:44.3094131Z 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:54:44.3096152Z 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:54:44.3098158Z 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:54:44.3099732Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:54:44.3101147Z 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:54:44.3103139Z 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:54:44.3105310Z 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:54:44.3107477Z 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:54:44.3109650Z 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:54:44.3111150Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/scripts 2025-06-05T23:54:44.3112598Z 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:54:44.3114018Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-06-05T23:54:44.3115343Z 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:54:44.3117177Z 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:54:44.3119053Z 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:54:44.3120933Z 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:54:44.3122301Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:54:44.3123807Z 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:54:44.3125950Z 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:54:44.3128050Z 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:54:44.3130218Z 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:54:44.3132329Z 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:54:44.3134429Z 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:54:44.3136572Z 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:54:44.3138727Z 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:54:44.3140945Z 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:54:44.3143610Z 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:54:44.3145810Z 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:54:44.3147450Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-06-05T23:54:44.3148973Z 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:54:44.3151088Z 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:54:44.3153188Z 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:54:44.3155234Z 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:54:44.3157301Z 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:54:44.3159424Z 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:54:44.3161583Z 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:54:44.3163737Z 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:54:44.3165853Z 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:54:44.3167983Z 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:54:44.3170198Z 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:54:44.3171667Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:54:44.3173078Z 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:54:44.3175025Z 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:54:44.3177005Z 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:54:44.3179008Z 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:54:44.3180960Z 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:54:44.3183084Z 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:54:44.3185044Z 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:54:44.3187004Z 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:54:44.3189058Z 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:54:44.3191111Z 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:54:44.3193123Z 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:54:44.3195091Z 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:54:44.3197028Z 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:54:44.3198987Z 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:54:44.3200952Z 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:54:44.3202973Z 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:54:44.3204999Z 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:54:44.3206982Z 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:54:44.3209060Z 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:54:44.3211073Z 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:54:44.3213162Z 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:54:44.3215211Z 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:54:44.3217219Z 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:54:44.3219242Z 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:54:44.3221182Z 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:54:44.3223109Z 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:54:44.3225204Z 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:54:44.3227170Z 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:54:44.3229135Z 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:54:44.3231170Z 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:54:44.3233117Z 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:54:44.3235061Z 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:54:44.3237090Z 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:54:44.3239059Z 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:54:44.3241041Z 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:54:44.3243223Z 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:54:44.3245249Z 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:54:44.3247268Z 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:54:44.3249308Z 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:54:44.3251279Z 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:54:44.3253347Z 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:54:44.3255400Z 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:54:44.3257360Z 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:54:44.3259323Z 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:54:44.3261348Z 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:54:44.3263354Z 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:54:44.3265305Z 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:54:44.3267462Z 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:54:44.3269443Z 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:54:44.3271583Z 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:54:44.3273600Z 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:54:44.3275590Z 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:54:44.3277560Z 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:54:44.3279483Z 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:54:44.3281409Z 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:54:44.3283349Z 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:54:44.3285287Z 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:54:44.3287267Z 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:54:44.3289319Z 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:54:44.3291310Z 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:54:44.3293319Z 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:54:44.3295297Z 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:54:44.3297276Z 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:54:44.3299258Z 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:54:44.3301273Z 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:54:44.3303308Z 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:54:44.3305294Z 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:54:44.3307278Z 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:54:44.3309409Z 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:54:44.3311433Z 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:54:44.3313574Z 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:54:44.3315603Z 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:54:44.3317561Z 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:54:44.3319522Z 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:54:44.3321506Z 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:54:44.3323497Z 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:54:44.3325456Z 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:54:44.3327429Z 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:54:44.3329482Z 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:54:44.3331420Z 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:54:44.3333400Z 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:54:44.3335381Z 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:54:44.3336289Z 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:54:44.3337233Z 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:54:44.3338246Z 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:54:44.3339238Z 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:54:44.3340137Z 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:54:44.3341051Z 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:54:44.3342085Z 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:54:44.3343124Z 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:54:44.3343507Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:54:44.3344717Z 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:54:44.3345736Z 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:54:44.3346821Z 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:54:44.3347867Z 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:54:44.3348914Z 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:54:44.3349924Z 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:54:44.3351040Z 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:54:44.3352074Z 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:54:44.3353142Z 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:54:44.3354260Z 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:54:44.3355314Z 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:54:44.3356365Z 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:54:44.3357400Z 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:54:44.3358388Z 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:54:44.3359418Z 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:54:44.3360466Z 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:54:44.3361571Z 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:54:44.3362771Z 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:54:44.3363821Z 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:54:44.3364957Z 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:54:44.3365976Z 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:54:44.3367060Z 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:54:44.3367461Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:54:44.3368536Z 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:54:44.3369011Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:54:44.3369937Z 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:54:44.3370959Z 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:54:44.3371909Z 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:54:44.3372881Z 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:54:44.3373273Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:54:44.3374225Z 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:54:44.3374560Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-06-05T23:54:44.3375473Z 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:54:44.3375853Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-06-05T23:54:44.3376352Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:54:44.3377509Z 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:54:44.3378058Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:54:44.3378683Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:54:44.3387966Z 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:54:44.3389659Z 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:54:44.3390255Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:54:44.3391868Z 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:54:44.3393220Z 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:54:44.3394597Z 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:54:44.3395982Z 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:54:44.3397374Z 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:54:44.3398741Z 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:54:44.3400131Z 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:54:44.3401440Z 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:54:44.3402804Z 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:54:44.3404256Z 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:54:44.3405649Z 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:54:44.3407007Z 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:54:44.3408405Z 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:54:44.3409768Z 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:54:44.3411237Z 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:54:44.3412620Z 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:54:44.3414074Z 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:54:44.3415495Z 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:54:44.3416893Z 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:54:44.3418276Z 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:54:44.3419629Z 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:54:44.3421003Z 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:54:44.3422385Z 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:54:44.3423766Z 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:54:44.3425141Z 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:54:44.3426484Z 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:54:44.3427854Z 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:54:44.3429203Z 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:54:44.3430553Z 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:54:44.3431964Z 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:54:44.3433570Z 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:54:44.3435051Z 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:54:44.3478404Z 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:54:44.3479776Z 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:54:44.3480313Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:54:44.3480899Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:54:44.3482286Z 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:54:44.3482914Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:54:44.3484320Z 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:54:44.3484914Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:54:44.3485571Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:54:44.3487073Z 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:54:44.3487773Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:54:44.3489386Z 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:54:44.3490193Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:54:44.3491928Z 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:54:44.3492641Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:54:44.3494281Z 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:54:44.3496197Z 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:54:44.3496951Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:54:44.3498754Z 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:54:44.3499537Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:54:44.3501242Z 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:54:44.3501994Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:54:44.3503662Z 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:54:44.3504410Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:54:44.3506041Z 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:54:44.3506802Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:54:44.3508477Z 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:54:44.3509240Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:54:44.3510936Z 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:54:44.3511708Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:54:44.3513444Z 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:54:44.3514191Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:54:44.3515846Z 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:54:44.3516698Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:54:44.3518356Z 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:54:44.3519206Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:54:44.3520868Z 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:54:44.3521615Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:54:44.3523237Z 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:54:44.3524875Z 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:54:44.3546880Z 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:54:44.3548557Z 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:54:44.3549313Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:54:44.3550993Z 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:54:44.3551752Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:54:44.3553445Z 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:54:44.3554183Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:54:44.3555819Z 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:54:44.3556591Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:54:44.3558260Z 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:54:44.3559200Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:54:44.3560898Z 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:54:44.3562601Z 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:54:44.3563414Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:54:44.3565131Z 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:54:44.3566866Z 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:54:44.3568613Z 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:54:44.3570455Z 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:54:44.3572199Z 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:54:44.3573969Z 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:54:44.3575744Z 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:54:44.3577492Z 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:54:44.3579212Z 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:54:44.3581076Z 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:54:44.3581942Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:54:44.3583992Z 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:54:44.3585922Z 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:54:44.3587806Z 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:54:44.3589712Z 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:54:44.3591596Z 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:54:44.3593507Z 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:54:44.3614731Z 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:54:44.3616668Z 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:54:44.3618562Z 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:54:44.3620485Z 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:54:44.3622383Z 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:54:44.3624431Z 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:54:44.3626409Z 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:54:44.3627983Z 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:54:44.3628712Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:54:44.3630327Z 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:54:44.3631924Z 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:54:44.3632646Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:54:44.3634293Z 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:54:44.3635911Z 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:54:44.3637592Z 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:54:44.3639152Z 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:54:44.3640866Z 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:54:44.3641574Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:54:44.3643344Z 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:54:44.3645185Z 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:54:44.3646728Z 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:54:44.3647631Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:54:44.3649462Z 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:54:44.3651165Z 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:54:44.3652803Z 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:54:44.3653606Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:54:44.3655379Z 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:54:44.3657119Z 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:54:44.3658992Z 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:54:44.3660837Z 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:54:44.3673213Z 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:54:44.3675051Z 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:54:44.3676974Z 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:54:44.3680863Z 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:54:44.3684660Z 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:54:44.3688390Z 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:54:44.3692286Z 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:54:44.3696030Z 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:54:44.3699710Z 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:54:44.3703436Z 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:54:44.3707340Z 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:54:44.3711141Z 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:54:44.3714806Z 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:54:44.3718631Z 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:54:44.3722486Z 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:54:44.3726184Z 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:54:44.3730047Z 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:54:44.3733842Z 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:54:44.3736712Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:54:44.3739677Z 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:54:44.3743809Z 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:54:44.3747972Z 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:54:44.3752039Z 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:54:44.3756163Z 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:54:44.3760274Z 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:54:44.3764246Z 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:54:44.3767122Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:54:44.3769969Z 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:54:44.3773662Z 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:54:44.3776595Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:54:44.3779565Z 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:54:44.3783415Z 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:54:44.3787260Z 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:54:44.3790015Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:54:44.3792600Z 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:54:44.3796108Z 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:54:44.3799653Z 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:54:44.3803145Z 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:54:44.3806609Z 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:54:44.3810116Z 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:54:44.3813587Z 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:54:44.3817051Z 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:54:44.3820574Z 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:54:44.3823128Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:54:44.3825808Z 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:54:44.3829354Z 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:54:44.3832911Z 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:54:44.3835542Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:54:44.3838221Z 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:54:44.3841831Z 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:54:44.3844584Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:54:44.3847084Z 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:54:44.3849739Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:54:44.3852526Z 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:54:44.3856311Z 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:54:44.3860030Z 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:54:44.3862655Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:54:44.3865367Z 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:54:44.3868888Z 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:54:44.3871716Z 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:54:44.3874649Z 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:54:44.3877612Z 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:54:44.3880553Z 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:54:44.3884527Z 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:54:44.3888505Z 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:54:44.3891416Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:54:44.3894140Z 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:54:44.3897894Z 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:54:44.3900694Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:54:44.3902526Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:54:44.3905500Z 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:54:44.3909491Z 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:54:44.3913626Z 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:54:44.3917748Z 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:54:44.3920720Z 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:54:44.3923937Z 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:54:44.3928311Z 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:54:44.3932785Z 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:54:44.3937164Z 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:54:44.3941461Z 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:54:44.3944623Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:54:44.3947548Z 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:54:44.3951465Z 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:54:44.3955282Z 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:54:44.3959244Z 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:54:44.3962940Z 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:54:44.3966309Z 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:54:44.3969772Z 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:54:44.3973128Z 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:54:44.3976503Z 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:54:44.3979830Z 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:54:44.3983161Z 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:54:44.3986493Z 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:54:44.3989818Z 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:54:44.3993153Z 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:54:44.3996479Z 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:54:44.3999854Z 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:54:44.4003385Z 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:54:44.4006746Z 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:54:44.4010285Z 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:54:44.4013722Z 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:54:44.4017153Z 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:54:44.4020515Z 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:54:44.4023797Z 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:54:44.4027105Z 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:54:44.4030557Z 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:54:44.4034025Z 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:54:44.4037415Z 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:54:44.4039897Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:54:44.4042457Z 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:54:44.4045194Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:54:44.4047897Z 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:54:44.4051785Z 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:54:44.4054628Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:54:44.4057383Z 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:54:44.4061098Z 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:54:44.4063805Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:54:44.4066521Z 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:54:44.4070119Z 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:54:44.4072797Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:54:44.4075570Z 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:54:44.4079316Z 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:54:44.4082034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:54:44.4084671Z 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:54:44.4087338Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:54:44.4090121Z 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:54:44.4092814Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:54:44.4095688Z 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:54:44.4099486Z 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:54:44.4103194Z 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:54:44.4106881Z 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:54:44.4109638Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:54:44.4112561Z 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:54:44.4116533Z 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:54:44.4120519Z 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:54:44.4123356Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:54:44.4126000Z 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:54:44.4129679Z 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:54:44.4133351Z 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:54:44.4137053Z 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:54:44.4140851Z 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:54:44.4144895Z 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:54:44.4148592Z 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:54:44.4152269Z 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:54:44.4155985Z 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:54:44.4159747Z 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:54:44.4163499Z 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:54:44.4167248Z 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:54:44.4170120Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:54:44.4172804Z 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:54:44.4175449Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:54:44.4177127Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:54:44.4178974Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:54:44.4182091Z 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:54:44.4186511Z 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:54:44.4189540Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:54:44.4191595Z 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:54:44.4194805Z 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:54:44.4197735Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:54:44.4199312Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:54:44.4201844Z 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:54:44.4204378Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:54:44.4206087Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:54:44.4207907Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:54:44.4210884Z 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:54:44.4214782Z 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:54:44.4217703Z 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:54:44.4220773Z 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:54:44.4224944Z 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:54:44.4229077Z 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:54:44.4233361Z 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:54:44.4237302Z 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:54:44.4239885Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:54:44.4241596Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:54:44.4244466Z 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:54:44.4247085Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:54:44.4248723Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:54:44.4250365Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:54:44.4252053Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:54:44.4253828Z 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:54:44.4256729Z 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:54:44.4260679Z 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:54:44.4264509Z 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:54:44.4267352Z 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:54:44.4270350Z 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:54:44.4274368Z 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:54:44.4278734Z 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:54:44.4283095Z 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:54:44.4287265Z 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:54:44.4291457Z 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:54:44.4295508Z 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:54:44.4299533Z 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:54:44.4303572Z 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:54:44.4307655Z 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:54:44.4311706Z 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:54:44.4315745Z 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:54:44.4319770Z 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:54:44.4323849Z 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:54:44.4328258Z 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:54:44.4332572Z 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:54:44.4336607Z 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:54:44.4340792Z 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:54:44.4345130Z 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:54:44.4349185Z 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:54:44.4353167Z 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:54:44.4357230Z 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:54:44.4360353Z 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:54:44.4363578Z 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:54:44.4367940Z 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:54:44.4372467Z 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:54:44.4377232Z 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:54:44.4381785Z 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:54:44.4386335Z 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:54:44.4390708Z 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:54:44.4393849Z 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:54:44.4396867Z 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:54:44.4400937Z 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:54:44.4403872Z 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:54:44.4406838Z 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:54:44.4410934Z 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:54:44.4414932Z 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:54:44.4418890Z 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:54:44.4421965Z 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:54:44.4425250Z 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:54:44.4429660Z 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:54:44.4434074Z 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:54:44.4438464Z 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:54:44.4442880Z 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:54:44.4445922Z 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:54:44.4448912Z 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:54:44.4452826Z 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:54:44.4455742Z 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:54:44.4458784Z 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:54:44.4462909Z 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:54:44.4466972Z 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:54:44.4470096Z 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:54:44.4473244Z 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:54:44.4476815Z 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:54:44.4479167Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:54:44.4481627Z 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:54:44.4484953Z 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:54:44.4487385Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:54:44.4489989Z 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:54:44.4493416Z 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:54:44.4496834Z 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:54:44.4499365Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:54:44.4501932Z 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:54:44.4504428Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:54:44.4506864Z 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:54:44.4509306Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:54:44.4510913Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:54:44.4512717Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:54:44.4514437Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:54:44.4516212Z 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:54:44.4519126Z 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:54:44.4521844Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:54:44.4523506Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:54:44.4525261Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:54:44.4528086Z 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:54:44.4530880Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:54:44.4532528Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:54:44.4535137Z 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:54:44.4538640Z 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:54:44.4541004Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:54:44.4543073Z 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:54:44.4544810Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa 2025-06-05T23:54:44.4545681Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:54:44.4547170Z 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:54:44.4549235Z 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:54:44.4550676Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-06-05T23:54:44.4552042Z 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:54:44.4554176Z 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:54:44.4556131Z 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:54:44.4558079Z 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:54:44.4559855Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:54:44.4561846Z 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:54:44.4564616Z 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:54:44.4566558Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-06-05T23:54:44.4568289Z 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:54:44.4570706Z 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:54:44.4572961Z 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:54:44.4575233Z 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:54:44.4577524Z 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:54:44.4579803Z 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:54:44.4582077Z 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:54:44.4584341Z 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:54:44.4586583Z 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:54:44.4588810Z 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:54:44.4590346Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-06-05T23:54:44.4591671Z 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:54:44.4593534Z 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:54:44.4595445Z 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:54:44.4596961Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:54:44.4598427Z 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:54:44.4600625Z 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:54:44.4602369Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:54:44.4603917Z 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:54:44.4606051Z 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:54:44.4608203Z 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:54:44.4610436Z 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:54:44.4611930Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp 2025-06-05T23:54:44.4613264Z 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:54:44.4615153Z 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:54:44.4617020Z 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:54:44.4618840Z 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:54:44.4620167Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:54:44.4621733Z 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:54:44.4623966Z 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:54:44.4626182Z 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:54:44.4627704Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend 2025-06-05T23:54:44.4629122Z 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:54:44.4631147Z 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:54:44.4633288Z 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:54:44.4635407Z 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:54:44.4637070Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:54:44.4638596Z 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:54:44.4640739Z 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:54:44.4643070Z 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:54:44.4645151Z 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:54:44.4646722Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:54:44.4648365Z 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:54:44.4650753Z 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:54:44.4653161Z 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:54:44.4655546Z 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:54:44.4674126Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:54:44.4676214Z 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:54:44.4678813Z 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:54:44.4681471Z 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:54:44.4684136Z 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:54:44.4686104Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:54:44.4687982Z 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:54:44.4690719Z 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:54:44.4693363Z 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:54:44.4695984Z 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:54:44.4698213Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:54:44.4700165Z 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:54:44.4702216Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:54:44.4704560Z 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:54:44.4707687Z 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:54:44.4710883Z 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:54:44.4714126Z 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:54:44.4717376Z 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:54:44.4720610Z 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:54:44.4723769Z 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:54:44.4726951Z 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:54:44.4730313Z 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:54:44.4733583Z 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:54:44.4736782Z 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:54:44.4739945Z 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:54:44.4743388Z 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:54:44.4745684Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:54:44.4747939Z 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:54:44.4750870Z 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:54:44.4753826Z 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:54:44.4756833Z 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:54:44.4758835Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:54:44.4760355Z 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:54:44.4761904Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:54:44.4763640Z 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:54:44.4766040Z 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:54:44.4768514Z 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:54:44.4771101Z 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:54:44.4773496Z 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:54:44.4775900Z 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:54:44.4778328Z 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:54:44.4780835Z 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:54:44.4783470Z 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:54:44.4786022Z 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:54:44.4788870Z 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:54:44.4791637Z 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:54:44.4794331Z 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:54:44.4796811Z 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:54:44.4799329Z 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:54:44.4801824Z 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:54:44.4804209Z 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:54:44.4806606Z 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:54:44.4809141Z 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:54:44.4811594Z 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:54:44.4814055Z 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:54:44.4816484Z 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:54:44.4818874Z 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:54:44.4821281Z 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:54:44.4823792Z 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:54:44.4826367Z 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:54:44.4828854Z 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:54:44.4831275Z 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:54:44.4833785Z 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:54:44.4836183Z 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:54:44.4838761Z 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:54:44.4841291Z 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:54:44.4843909Z 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:54:44.4846413Z 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:54:44.4849044Z 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:54:44.4851599Z 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:54:44.4854068Z 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:54:44.4856524Z 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:54:44.4858986Z 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:54:44.4861392Z 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:54:44.4863894Z 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:54:44.4866579Z 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:54:44.4869139Z 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:54:44.4871529Z 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:54:44.4873975Z 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:54:44.4876465Z 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:54:44.4879089Z 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:54:44.4881525Z 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:54:44.4884117Z 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:54:44.4886645Z 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:54:44.4889425Z 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:54:44.4892058Z 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:54:44.4894502Z 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:54:44.4896909Z 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:54:44.4899372Z 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:54:44.4901859Z 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:54:44.4904331Z 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:54:44.4906854Z 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:54:44.4909433Z 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:54:44.4911975Z 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:54:44.4914490Z 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:54:44.4916937Z 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:54:44.4919312Z 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:54:44.4921718Z 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:54:44.4924320Z 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:54:44.4926852Z 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:54:44.4929503Z 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:54:44.4931933Z 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:54:44.4934378Z 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:54:44.4936859Z 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:54:44.4939299Z 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:54:44.4941894Z 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:54:44.4944671Z 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:54:44.4947177Z 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:54:44.4949680Z 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:54:44.4952176Z 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:54:44.4954655Z 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:54:44.4957183Z 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:54:44.4959739Z 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:54:44.4962183Z 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:54:44.4964564Z 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:54:44.4967011Z 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:54:44.4969644Z 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:54:44.4971983Z 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:54:44.4974505Z 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:54:44.4977035Z 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:54:44.4979711Z 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:54:44.4982279Z 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:54:44.4984727Z 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:54:44.4987113Z 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:54:44.4989483Z 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:54:44.4991884Z 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:54:44.4994273Z 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:54:44.4996672Z 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:54:44.4999035Z 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:54:44.5001423Z 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:54:44.5003827Z 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:54:44.5006287Z 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:54:44.5008926Z 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:54:44.5011456Z 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:54:44.5014011Z 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:54:44.5016406Z 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:54:44.5018912Z 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:54:44.5021315Z 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:54:44.5023785Z 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:54:44.5026329Z 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:54:44.5028864Z 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:54:44.5031359Z 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:54:44.5033801Z 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:54:44.5036309Z 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:54:44.5038948Z 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:54:44.5041600Z 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:54:44.5044262Z 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:54:44.5046722Z 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:54:44.5049258Z 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:54:44.5051713Z 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:54:44.5054114Z 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:54:44.5056549Z 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:54:44.5059243Z 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:54:44.5061709Z 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:54:44.5064289Z 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:54:44.5066792Z 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:54:44.5069269Z 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:54:44.5071688Z 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:54:44.5074092Z 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:54:44.5076533Z 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:54:44.5078970Z 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:54:44.5081402Z 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:54:44.5083919Z 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:54:44.5086481Z 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:54:44.5089071Z 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:54:44.5091614Z 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:54:44.5094154Z 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:54:44.5096614Z 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:54:44.5099042Z 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:54:44.5101475Z 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:54:44.5104141Z 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:54:44.5106687Z 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:54:44.5109357Z 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:54:44.5112051Z 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:54:44.5114719Z 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:54:44.5117372Z 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:54:44.5120028Z 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:54:44.5122710Z 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:54:44.5125389Z 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:54:44.5128054Z 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:54:44.5129413Z 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:54:44.5130647Z 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:54:44.5131854Z 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:54:44.5133056Z 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:54:44.5134300Z 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:54:44.5135533Z 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:54:44.5136820Z 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:54:44.5138253Z 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:54:44.5139481Z 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:54:44.5140776Z 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:54:44.5141997Z 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:54:44.5143367Z 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:54:44.5144591Z 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:54:44.5145789Z 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:54:44.5146891Z 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:54:44.5148003Z 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:54:44.5149088Z 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:54:44.5150197Z 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:54:44.5151312Z 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:54:44.5152431Z 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:54:44.5153571Z 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:54:44.5154778Z 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:54:44.5155957Z 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:54:44.5157083Z 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:54:44.5158200Z 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:54:44.5159829Z 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:54:44.5160976Z 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:54:44.5162243Z 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:54:44.5163505Z 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:54:44.5164762Z 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:54:44.5166014Z 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:54:44.5167263Z 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:54:44.5168430Z 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:54:44.5169661Z 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:54:44.5170801Z 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:54:44.5171937Z 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:54:44.5173103Z 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:54:44.5174166Z 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:54:44.5174655Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:54:44.5175773Z 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:54:44.5176944Z 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:54:44.5177544Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:54:44.5178871Z 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:54:44.5180239Z 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:54:44.5181719Z 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:54:44.5183167Z 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:54:44.5184561Z 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:54:44.5185950Z 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:54:44.5187386Z 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:54:44.5188805Z 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:54:44.5190325Z 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:54:44.5191847Z 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:54:44.5193261Z 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:54:44.5194685Z 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:54:44.5196059Z 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:54:44.5197502Z 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:54:44.5198898Z 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:54:44.5200282Z 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:54:44.5201775Z 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:54:44.5203199Z 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:54:44.5204723Z 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:54:44.5206162Z 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:54:44.5207530Z 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:54:44.5208994Z 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:54:44.5210372Z 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:54:44.5211767Z 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:54:44.5213222Z 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:54:44.5214624Z 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:54:44.5216015Z 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:54:44.5217386Z 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:54:44.5218822Z 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:54:44.5220221Z 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:54:44.5221622Z 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:54:44.5223120Z 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:54:44.5224529Z 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:54:44.5226000Z 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:54:44.5227425Z 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:54:44.5228839Z 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:54:44.5230246Z 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:54:44.5231658Z 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:54:44.5233015Z 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:54:44.5234401Z 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:54:44.5235802Z 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:54:44.5237193Z 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:54:44.5238570Z 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:54:44.5239963Z 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:54:44.5241376Z 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:54:44.5242904Z 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:54:44.5244343Z 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:54:44.5245948Z 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:54:44.5247463Z 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:54:44.5248928Z 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:54:44.5250311Z 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:54:44.5251689Z 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:54:44.5253066Z 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:54:44.5254469Z 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:54:44.5255858Z 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:54:44.5257274Z 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:54:44.5258681Z 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:54:44.5260104Z 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:54:44.5261502Z 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:54:44.5262946Z 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:54:44.5264446Z 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:54:44.5265892Z 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:54:44.5267411Z 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:54:44.5268888Z 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:54:44.5270291Z 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:54:44.5271674Z 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:54:44.5273051Z 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:54:44.5274457Z 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:54:44.5275884Z 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:54:44.5277273Z 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:54:44.5278665Z 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:54:44.5280058Z 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:54:44.5281518Z 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:54:44.5282921Z 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:54:44.5284352Z 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:54:44.5285720Z 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:54:44.5287081Z 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:54:44.5288598Z 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:54:44.5290207Z 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:54:44.5291623Z 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:54:44.5293161Z 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:54:44.5294679Z 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:54:44.5295272Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:54:44.5296698Z 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:54:44.5297223Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:54:44.5298409Z 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:54:44.5299595Z 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:54:44.5300789Z 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:54:44.5301283Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:54:44.5302404Z 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:54:44.5303566Z 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:54:44.5304750Z 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:54:44.5305902Z 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:54:44.5307088Z 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:54:44.5308373Z 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:54:44.5308963Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:54:44.5310381Z 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:54:44.5311801Z 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:54:44.5313315Z 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:54:44.5314752Z 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:54:44.5316197Z 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:54:44.5317705Z 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:54:44.5319191Z 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:54:44.5320598Z 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:54:44.5322022Z 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:54:44.5323589Z 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:54:44.5325006Z 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:54:44.5326454Z 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:54:44.5327888Z 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:54:44.5329513Z 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:54:44.5331001Z 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:54:44.5332679Z 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:54:44.5333065Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:54:44.5334042Z 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:54:44.5334975Z 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:54:44.5335881Z 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:54:44.5336221Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests 2025-06-05T23:54:44.5337167Z 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:54:44.5338049Z 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:54:44.5339031Z 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:54:44.5339882Z 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:54:44.5340826Z 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:54:44.5341759Z 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:54:44.5342879Z 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:54:44.5343859Z 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:54:44.5344803Z 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:54:44.5345757Z 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:54:44.5346660Z 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:54:44.5347020Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:54:44.5347446Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:54:44.5348150Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:54:44.5349480Z 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:54:44.5350965Z 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:54:44.5352275Z 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:54:44.5353581Z 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:54:44.5354906Z 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:54:44.5356241Z 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:54:44.5357534Z 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:54:44.5358845Z 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:54:44.5360164Z 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:54:44.5360505Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino 2025-06-05T23:54:44.5361341Z 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:54:44.5362221Z 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:54:44.5363099Z 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:54:44.5363500Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:54:44.5364471Z 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:54:44.5365482Z 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:54:44.5365857Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests 2025-06-05T23:54:44.5366805Z 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:54:44.5367229Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:54:44.5368451Z 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:54:44.5368946Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:54:44.5370019Z 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:54:44.5371112Z 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:54:44.5372122Z 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:54:44.5373135Z 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:54:44.5374165Z 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:54:44.5375210Z 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:54:44.5376206Z 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:54:44.5377217Z 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:54:44.5378239Z 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:54:44.5379257Z 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:54:44.5380249Z 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:54:44.5380598Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-06-05T23:54:44.5381484Z 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:54:44.5381865Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:54:44.5382791Z 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:54:44.5383856Z 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:54:44.5384866Z 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:54:44.5385855Z 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:54:44.5386838Z 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:54:44.5387931Z 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:54:44.5388937Z 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:54:44.5389962Z 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:54:44.5391049Z 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:54:44.5392088Z 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:54:44.5393083Z 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:54:44.5394070Z 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:54:44.5395053Z 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:54:44.5396117Z 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:54:44.5397089Z 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:54:44.5398071Z 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:54:44.5399139Z 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:54:44.5400149Z 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:54:44.5401079Z 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:54:44.5402098Z 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:54:44.5403151Z 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:54:44.5404086Z 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:54:44.5405045Z 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:54:44.5406036Z 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:54:44.5407025Z 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:54:44.5408193Z 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:54:44.5409271Z 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:54:44.5410447Z 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:54:44.5411450Z 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:54:44.5412465Z 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:54:44.5413452Z 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:54:44.5414448Z 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:54:44.5415460Z 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:54:44.5416486Z 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:54:44.5417480Z 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:54:44.5418433Z 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:54:44.5419349Z 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:54:44.5419738Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:54:44.5420698Z 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:54:44.5421693Z 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:54:44.5422645Z 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:54:44.5423699Z 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:54:44.5424654Z 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:54:44.5425608Z 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:54:44.5426562Z 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:54:44.5427651Z 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:54:44.5428622Z 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:54:44.5429702Z 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:54:44.5430710Z 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:54:44.5431666Z 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:54:44.5432622Z 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:54:44.5433576Z 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:54:44.5434550Z 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:54:44.5435522Z 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:54:44.5436469Z 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:54:44.5437447Z 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:54:44.5438455Z 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:54:44.5439457Z 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:54:44.5440415Z 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:54:44.5441360Z 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:54:44.5442354Z 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:54:44.5443436Z 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:54:44.5444394Z 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:54:44.5445372Z 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:54:44.5446326Z 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:54:44.5447479Z 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:54:44.5448455Z 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:54:44.5449611Z 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:54:44.5450581Z 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:54:44.5451580Z 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:54:44.5452528Z 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:54:44.5453537Z 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:54:44.5454538Z 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:54:44.5455521Z 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:54:44.5456480Z 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:54:44.5457476Z 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:54:44.5458485Z 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:54:44.5459484Z 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:54:44.5460429Z 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:54:44.5461399Z 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:54:44.5462357Z 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:54:44.5463351Z 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:54:44.5464350Z 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:54:44.5465298Z 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:54:44.5466266Z 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:54:44.5467348Z 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:54:44.5468341Z 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:54:44.5469427Z 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:54:44.5470398Z 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:54:44.5471360Z 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:54:44.5472311Z 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:54:44.5473271Z 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:54:44.5474216Z 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:54:44.5475168Z 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:54:44.5476125Z 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:54:44.5477094Z 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:54:44.5478078Z 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:54:44.5479052Z 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:54:44.5480025Z 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:54:44.5481003Z 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:54:44.5481992Z 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:54:44.5483009Z 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:54:44.5483989Z 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:54:44.5485000Z 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:54:44.5485997Z 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:54:44.5487092Z 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:54:44.5488040Z 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:54:44.5489176Z 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:54:44.5490183Z 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:54:44.5491159Z 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:54:44.5492181Z 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:54:44.5493203Z 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:54:44.5494164Z 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:54:44.5495146Z 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:54:44.5496112Z 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:54:44.5497066Z 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:54:44.5498066Z 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:54:44.5499024Z 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:54:44.5499967Z 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:54:44.5500935Z 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:54:44.5501926Z 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:54:44.5502898Z 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:54:44.5503900Z 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:54:44.5504952Z 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:54:44.5506105Z 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:54:44.5507068Z 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:54:44.5508069Z 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:54:44.5509137Z 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:54:44.5509539Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:54:44.5510498Z 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:54:44.5510909Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:54:44.5511921Z 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:54:44.5512961Z 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:54:44.5513943Z 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:54:44.5514339Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:54:44.5515360Z 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:54:44.5516433Z 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:54:44.5517424Z 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:54:44.5518434Z 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:54:44.5518911Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:54:44.5520130Z 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:54:44.5521378Z 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:54:44.5521799Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:54:44.5522846Z 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:54:44.5523960Z 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:54:44.5525055Z 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:54:44.5525527Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:54:44.5526461Z 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:54:44.5527442Z 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:54:44.5528496Z 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:54:44.5528957Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:54:44.5529908Z 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:54:44.5530838Z 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:54:44.5531199Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:54:44.5531572Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:54:44.5532506Z 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:54:44.5532854Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-06-05T23:54:44.5533714Z 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:54:44.5534659Z 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:54:44.5535595Z 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:54:44.5536516Z 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:54:44.5537536Z 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:54:44.5538500Z 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:54:44.5539447Z 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:54:44.5540360Z 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:54:44.5541269Z 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:54:44.5542178Z 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:54:44.5543245Z 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:54:44.5544181Z 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:54:44.5545377Z 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:54:44.5546237Z 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:54:44.5547415Z 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:54:44.5547803Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-06-05T23:54:44.5548934Z 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:54:44.5550043Z 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:54:44.5551034Z 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:54:44.5551362Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-06-05T23:54:44.5552178Z 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:54:44.5553032Z 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:54:44.5553866Z 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:54:44.5554683Z 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:54:44.5555567Z 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:54:44.5555935Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:54:44.5556840Z 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:54:44.5557806Z 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:54:44.5558793Z 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:54:44.5559812Z 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:54:44.5560758Z 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:54:44.5561785Z 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:54:44.5562769Z 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:54:44.5563895Z 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:54:44.5564871Z 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:54:44.5565269Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:54:44.5566405Z 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:54:44.5566805Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:54:44.5567819Z 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:54:44.5568192Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:54:44.5569248Z 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:54:44.5569657Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:54:44.5570092Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:54:44.5570572Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:54:44.5571788Z 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:54:44.5602786Z 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:54:44.5604002Z 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:54:44.5605166Z 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:54:44.5606327Z 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:54:44.5607508Z 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:54:44.5608743Z 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:54:44.5610057Z 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:54:44.5611257Z 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:54:44.5612436Z 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:54:44.5613731Z 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:54:44.5614874Z 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:54:44.5616130Z 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:54:44.5617299Z 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:54:44.5618519Z 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:54:44.5619784Z 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:54:44.5621036Z 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:54:44.5622277Z 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:54:44.5623440Z 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:54:44.5624625Z 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:54:44.5625829Z 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:54:44.5627146Z 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:54:44.5628363Z 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:54:44.5629545Z 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:54:44.5630772Z 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:54:44.5631950Z 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:54:44.5633087Z 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:54:44.5634325Z 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:54:44.5635498Z 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:54:44.5636786Z 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:54:44.5637985Z 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:54:44.5639216Z 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:54:44.5640398Z 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:54:44.5641575Z 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:54:44.5642946Z 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:54:44.5644163Z 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:54:44.5645370Z 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:54:44.5646586Z 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:54:44.5647749Z 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:54:44.5649029Z 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:54:44.5693175Z 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:54:44.5694369Z 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:54:44.5695569Z 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:54:44.5696688Z 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:54:44.5698082Z 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:54:44.5699530Z 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:54:44.5700868Z 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:54:44.5702048Z 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:54:44.5703190Z 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:54:44.5704337Z 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:54:44.5705561Z 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:54:44.5706777Z 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:54:44.5707987Z 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:54:44.5709262Z 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:54:44.5710413Z 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:54:44.5711538Z 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:54:44.5712739Z 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:54:44.5713953Z 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:54:44.5715105Z 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:54:44.5716281Z 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:54:44.5717447Z 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:54:44.5718623Z 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:54:44.5719863Z 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:54:44.5721009Z 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:54:44.5721420Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:54:44.5722600Z 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:54:44.5723702Z 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:54:44.5724816Z 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:54:44.5725844Z 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:54:44.5726193Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-06-05T23:54:44.5727155Z 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:54:44.5728120Z 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:54:44.5729235Z 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:54:44.5730181Z 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:54:44.5730597Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:54:44.5731575Z 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:54:44.5732655Z 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:54:44.5733775Z 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:54:44.5734234Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:54:44.5735312Z 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:54:44.5736425Z 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:54:44.5737548Z 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:54:44.5738683Z 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:54:44.5795198Z 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:54:44.5796293Z 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:54:44.5796982Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:54:44.5797995Z 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:54:44.5799054Z 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:54:44.5800141Z 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:54:44.5800541Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:54:44.5800967Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:54:44.5802026Z 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:54:44.5802529Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:54:44.5803091Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:54:44.5804455Z 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:54:44.5805773Z 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:54:44.5807110Z 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:54:44.5808416Z 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:54:44.5809795Z 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:54:44.5811060Z 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:54:44.5812400Z 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:54:44.5813038Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:54:44.5814453Z 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:54:44.5815203Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:54:44.5815800Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:54:44.5816498Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:54:44.5818204Z 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:54:44.5818582Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:54:44.5818997Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:54:44.5819437Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:54:44.5820577Z 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:54:44.5821737Z 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:54:44.5822838Z 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:54:44.5823978Z 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:54:44.5825159Z 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:54:44.5826258Z 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:54:44.5826604Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-06-05T23:54:44.5827421Z 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:54:44.5828330Z 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:54:44.5828717Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:54:44.5829623Z 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:54:44.5830690Z 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:54:44.5831701Z 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:54:44.5832670Z 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:54:44.5833627Z 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:54:44.5834822Z 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:54:44.5835775Z 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:54:44.5836848Z 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:54:44.5837874Z 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:54:44.5838861Z 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:54:44.5839854Z 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:54:44.5884062Z 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:54:44.5884475Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:54:44.5885439Z 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:54:44.5886441Z 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:54:44.5887401Z 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:54:44.5888367Z 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:54:44.5889413Z 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:54:44.5890439Z 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:54:44.5891391Z 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:54:44.5892352Z 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:54:44.5893357Z 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:54:44.5894329Z 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:54:44.5895299Z 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:54:44.5896257Z 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:54:44.5897591Z 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:54:44.5898652Z 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:54:44.5899740Z 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:54:44.5900711Z 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:54:44.5901680Z 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:54:44.5902648Z 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:54:44.5903643Z 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:54:44.5904646Z 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:54:44.5905639Z 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:54:44.5906612Z 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:54:44.5907577Z 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:54:44.5908647Z 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:54:44.5909622Z 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:54:44.5910626Z 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:54:44.5911610Z 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:54:44.5912593Z 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:54:44.5913571Z 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:54:44.5914559Z 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:54:44.5915539Z 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:54:44.5916692Z 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:54:44.5917655Z 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:54:44.5918674Z 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:54:44.5919753Z 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:54:44.5920735Z 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:54:44.5921709Z 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:54:44.5922684Z 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:54:44.5923673Z 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:54:44.5924675Z 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:54:44.5925652Z 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:54:44.5926636Z 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:54:44.5927633Z 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:54:44.5928612Z 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:54:44.5984676Z 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:54:44.5985770Z 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:54:44.5986738Z 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:54:44.5987722Z 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:54:44.5988729Z 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:54:44.5989127Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:54:44.5990105Z 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:54:44.5991163Z 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:54:44.5991865Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:54:44.5992920Z 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:54:44.5994161Z 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:54:44.5995336Z 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:54:44.5996434Z 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:54:44.5997589Z 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:54:44.5998709Z 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:54:44.5999152Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:54:44.6000274Z 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:54:44.6001339Z 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:54:44.6001731Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:54:44.6002778Z 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:54:44.6003852Z 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:54:44.6004267Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:54:44.6005381Z 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:54:44.6006514Z 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:54:44.6007595Z 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:54:44.6008640Z 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:54:44.6009115Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:54:44.6010079Z 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:54:44.6011092Z 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:54:44.6011605Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:54:44.6012617Z 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:54:44.6013679Z 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:54:44.6014729Z 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:54:44.6015757Z 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:54:44.6016798Z 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:54:44.6017846Z 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:54:44.6018886Z 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:54:44.6019914Z 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:54:44.6020942Z 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:54:44.6021947Z 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:54:44.6023000Z 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:54:44.6024033Z 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:54:44.6025002Z 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:54:44.6025383Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:54:44.6026339Z 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:54:44.6027298Z 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:54:44.6028295Z 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:54:44.6029295Z 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:54:44.6075512Z 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:54:44.6076687Z 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:54:44.6077685Z 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:54:44.6078851Z 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:54:44.6079834Z 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:54:44.6080813Z 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:54:44.6081795Z 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:54:44.6082748Z 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:54:44.6083712Z 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:54:44.6084662Z 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:54:44.6085633Z 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:54:44.6086597Z 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:54:44.6087588Z 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:54:44.6088584Z 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:54:44.6089660Z 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:54:44.6090639Z 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:54:44.6091604Z 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:54:44.6092563Z 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:54:44.6093540Z 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:54:44.6094527Z 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:54:44.6095519Z 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:54:44.6096626Z 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:54:44.6097613Z 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:54:44.6098682Z 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:54:44.6099674Z 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:54:44.6100657Z 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:54:44.6101615Z 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:54:44.6102589Z 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:54:44.6103638Z 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:54:44.6104599Z 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:54:44.6105570Z 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:54:44.6106536Z 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:54:44.6107513Z 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:54:44.6108516Z 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:54:44.6109495Z 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:54:44.6110460Z 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:54:44.6111439Z 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:54:44.6112484Z 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:54:44.6113444Z 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:54:44.6113854Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:54:44.6114944Z 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:54:44.6116185Z 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:54:44.6117335Z 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:54:44.6118547Z 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:54:44.6119653Z 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:54:44.6120752Z 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:54:44.6180020Z 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:54:44.6180498Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:54:44.6181647Z 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:54:44.6182772Z 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:54:44.6183900Z 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:54:44.6184363Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:54:44.6185540Z 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:54:44.6186686Z 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:54:44.6187089Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:54:44.6188077Z 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:54:44.6189077Z 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:54:44.6189488Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:54:44.6189925Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:54:44.6191003Z 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:54:44.6191509Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:54:44.6192038Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:54:44.6193248Z 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:54:44.6194731Z 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:54:44.6195933Z 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:54:44.6196542Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:54:44.6197090Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:54:44.6198307Z 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:54:44.6199370Z 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:54:44.6199823Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:54:44.6200910Z 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:54:44.6201988Z 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:54:44.6202458Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:54:44.6203579Z 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:54:44.6204102Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:54:44.6205393Z 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:54:44.6206721Z 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:54:44.6208003Z 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:54:44.6208513Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:54:44.6209145Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:54:44.6210408Z 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:54:44.6211650Z 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:54:44.6212750Z 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:54:44.6213357Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:54:44.6214525Z 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:54:44.6215678Z 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:54:44.6216256Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:54:44.6216789Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:54:44.6218011Z 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:54:44.6219288Z 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:54:44.6220616Z 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:54:44.6221867Z 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:54:44.6222375Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:54:44.6223545Z 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:54:44.6224710Z 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:54:44.6257492Z 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:54:44.6258847Z 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:54:44.6260129Z 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:54:44.6261438Z 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:54:44.6262777Z 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:54:44.6264120Z 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:54:44.6265420Z 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:54:44.6266912Z 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:54:44.6268219Z 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:54:44.6269638Z 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:54:44.6270922Z 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:54:44.6272162Z 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:54:44.6273502Z 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:54:44.6274797Z 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:54:44.6276182Z 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:54:44.6277487Z 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:54:44.6278740Z 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:54:44.6280010Z 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:54:44.6281255Z 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:54:44.6282527Z 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:54:44.6283817Z 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:54:44.6285174Z 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:54:44.6286482Z 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:54:44.6287852Z 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:54:44.6289199Z 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:54:44.6289709Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:54:44.6291019Z 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:54:44.6292258Z 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:54:44.6293498Z 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:54:44.6294765Z 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:54:44.6296040Z 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:54:44.6297277Z 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:54:44.6298504Z 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:54:44.6299735Z 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:54:44.6300977Z 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:54:44.6302192Z 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:54:44.6303430Z 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:54:44.6334894Z 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:54:44.6336110Z 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:54:44.6337284Z 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:54:44.6338475Z 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:54:44.6339791Z 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:54:44.6341102Z 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:54:44.6342383Z 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:54:44.6343730Z 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:54:44.6344939Z 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:54:44.6346167Z 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:54:44.6347395Z 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:54:44.6348636Z 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:54:44.6349866Z 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:54:44.6351069Z 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:54:44.6352256Z 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:54:44.6353493Z 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:54:44.6354732Z 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:54:44.6355947Z 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:54:44.6357173Z 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:54:44.6358384Z 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:54:44.6359778Z 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:54:44.6361001Z 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:54:44.6362386Z 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:54:44.6363655Z 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:54:44.6364892Z 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:54:44.6366104Z 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:54:44.6367364Z 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:54:44.6368584Z 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:54:44.6369973Z 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:54:44.6371162Z 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:54:44.6372339Z 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:54:44.6373512Z 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:54:44.6374705Z 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:54:44.6375887Z 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:54:44.6377105Z 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:54:44.6378367Z 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:54:44.6379644Z 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:54:44.6381005Z 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:54:44.6425989Z 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:54:44.6427435Z 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:54:44.6428726Z 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:54:44.6430016Z 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:54:44.6431287Z 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:54:44.6432568Z 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:54:44.6433864Z 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:54:44.6435146Z 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:54:44.6436429Z 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:54:44.6437707Z 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:54:44.6438995Z 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:54:44.6440288Z 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:54:44.6441551Z 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:54:44.6442881Z 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:54:44.6444137Z 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:54:44.6445400Z 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:54:44.6446877Z 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:54:44.6448268Z 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:54:44.6449551Z 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:54:44.6450730Z 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:54:44.6451941Z 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:54:44.6453148Z 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:54:44.6454350Z 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:54:44.6455514Z 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:54:44.6456684Z 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:54:44.6457814Z 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:54:44.6458187Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:54:44.6459111Z 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:54:44.6460046Z 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:54:44.6460954Z 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:54:44.6461935Z 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:54:44.6462257Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-06-05T23:54:44.6462603Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-06-05T23:54:44.6463454Z 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:54:44.6464359Z 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:54:44.6464771Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:54:44.6465880Z 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:54:44.6466934Z 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:54:44.6468046Z 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:54:44.6469068Z 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:54:44.6470105Z 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:54:44.6471174Z 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:54:44.6536173Z 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:54:44.6537259Z 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:54:44.6538305Z 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:54:44.6539383Z 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:54:44.6540394Z 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:54:44.6541403Z 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:54:44.6542451Z 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:54:44.6543601Z 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:54:44.6544626Z 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:54:44.6545670Z 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:54:44.6546680Z 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:54:44.6547703Z 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:54:44.6548720Z 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:54:44.6550004Z 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:54:44.6550409Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:54:44.6551398Z 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:54:44.6552572Z 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:54:44.6553018Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:54:44.6554127Z 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:54:44.6555258Z 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:54:44.6556319Z 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:54:44.6556694Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:54:44.6557625Z 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:54:44.6558613Z 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:54:44.6559622Z 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:54:44.6560587Z 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:54:44.6561558Z 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:54:44.6562542Z 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:54:44.6563498Z 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:54:44.6563886Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:54:44.6564832Z 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:54:44.6565792Z 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:54:44.6566158Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-06-05T23:54:44.6566577Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:54:44.6567586Z 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:54:44.6568780Z 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:54:44.6569313Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:54:44.6570341Z 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:54:44.6571546Z 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:54:44.6571978Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:54:44.6573001Z 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:54:44.6574112Z 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:54:44.6574497Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:54:44.6575563Z 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:54:44.6576625Z 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:54:44.6577034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:54:44.6577476Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:54:44.6578661Z 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:54:44.6579654Z 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:54:44.6580842Z 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:54:44.6581187Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-06-05T23:54:44.6643985Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-06-05T23:54:44.6644873Z 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:54:44.6645794Z 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:54:44.6646725Z 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:54:44.6647656Z 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:54:44.6648616Z 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:54:44.6649565Z 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:54:44.6650493Z 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:54:44.6651727Z 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:54:44.6652664Z 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:54:44.6653752Z 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:54:44.6654670Z 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:54:44.6655554Z 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:54:44.6656520Z 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:54:44.6657417Z 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:54:44.6658332Z 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:54:44.6659238Z 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:54:44.6660155Z 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:54:44.6661036Z 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:54:44.6661449Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:54:44.6662499Z 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:54:44.6663548Z 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:54:44.6664592Z 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:54:44.6665607Z 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:54:44.6665998Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:54:44.6667064Z 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:54:44.6668112Z 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:54:44.6669147Z 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:54:44.6670169Z 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:54:44.6671338Z 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:54:44.6672386Z 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:54:44.6673543Z 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:54:44.6674611Z 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:54:44.6675676Z 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:54:44.6676597Z 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:54:44.6677581Z 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:54:44.6678531Z 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:54:44.6678905Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:54:44.6679832Z 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:54:44.6680782Z 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:54:44.6681721Z 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:54:44.6682653Z 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:54:44.6683018Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-06-05T23:54:44.6683940Z 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:54:44.6684869Z 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:54:44.6685837Z 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:54:44.6686237Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:54:44.6687233Z 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:54:44.6687711Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:54:44.6688939Z 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:54:44.6736813Z 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:54:44.6737319Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:54:44.6738460Z 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:54:44.6739800Z 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:54:44.6740966Z 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:54:44.6741418Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:54:44.6742477Z 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:54:44.6743092Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:54:44.6744285Z 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:54:44.6744860Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:54:44.6746192Z 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:54:44.6747537Z 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:54:44.6748857Z 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:54:44.6749439Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:54:44.6750757Z 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:54:44.6752101Z 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:54:44.6753419Z 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:54:44.6754746Z 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:54:44.6755335Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:54:44.6756673Z 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:54:44.6758232Z 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:54:44.6759707Z 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:54:44.6761070Z 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:54:44.6761621Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:54:44.6762909Z 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:54:44.6764194Z 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:54:44.6764749Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:54:44.6766033Z 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:54:44.6767371Z 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:54:44.6767956Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:54:44.6769365Z 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:54:44.6770743Z 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:54:44.6772063Z 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:54:44.6773405Z 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:54:44.6774735Z 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:54:44.6776069Z 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:54:44.6777401Z 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:54:44.6778072Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:54:44.6779214Z 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:54:44.6780399Z 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:54:44.6781653Z 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:54:44.6782862Z 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:54:44.6783304Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:54:44.6783803Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:54:44.6838558Z 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:54:44.6839922Z 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:54:44.6841227Z 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:54:44.6842522Z 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:54:44.6843987Z 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:54:44.6845271Z 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:54:44.6846540Z 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:54:44.6847802Z 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:54:44.6849124Z 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:54:44.6850343Z 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:54:44.6851624Z 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:54:44.6852911Z 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:54:44.6854468Z 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:54:44.6855868Z 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:54:44.6857149Z 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:54:44.6857488Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m 2025-06-05T23:54:44.6857856Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:54:44.6858768Z 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:54:44.6859688Z 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:54:44.6860066Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:54:44.6861100Z 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:54:44.6861466Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:54:44.6862454Z 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:54:44.6862756Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-06-05T23:54:44.6863151Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:54:44.6864091Z 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:54:44.6865096Z 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:54:44.6866098Z 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:54:44.6867041Z 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:54:44.6868032Z 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:54:44.6869030Z 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:54:44.6870087Z 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:54:44.6871083Z 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:54:44.6872203Z 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:54:44.6872537Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-06-05T23:54:44.6873347Z 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:54:44.6874302Z 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:54:44.6875152Z 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:54:44.6876018Z 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:54:44.6876412Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:54:44.6877352Z 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:54:44.6878304Z 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:54:44.6878658Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-06-05T23:54:44.6879531Z 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:54:44.6880413Z 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:54:44.6880828Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:54:44.6881812Z 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:54:44.6882805Z 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:54:44.6883352Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:54:44.6940426Z 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:54:44.6941698Z 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:54:44.6943131Z 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:54:44.6944457Z 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:54:44.6945655Z 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:54:44.6946953Z 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:54:44.6947604Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:54:44.6948585Z 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:54:44.6949699Z 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:54:44.6950117Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:54:44.6951084Z 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:54:44.6952069Z 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:54:44.6952472Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:54:44.6953472Z 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:54:44.6954453Z 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:54:44.6954812Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-06-05T23:54:44.6955696Z 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:54:44.6956628Z 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:54:44.6957541Z 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:54:44.6958472Z 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:54:44.6959411Z 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:54:44.6960362Z 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:54:44.6961281Z 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:54:44.6962208Z 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:54:44.6963227Z 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:54:44.6964201Z 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:54:44.6965086Z 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:54:44.6965996Z 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:54:44.6966997Z 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:54:44.6967874Z 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:54:44.6969000Z 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:54:44.6969434Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:54:44.6970438Z 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:54:44.6971484Z 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:54:44.6971934Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:54:44.6973033Z 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:54:44.6974148Z 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:54:44.6975253Z 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:54:44.6976384Z 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:54:44.6976793Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:54:44.6977779Z 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:54:44.6978810Z 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:54:44.6979808Z 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:54:44.6980316Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:54:44.6981490Z 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:54:44.6982738Z 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:54:44.6983942Z 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:54:44.6985163Z 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:54:44.7031815Z 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:54:44.7033027Z 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:54:44.7034438Z 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:54:44.7035655Z 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:54:44.7036837Z 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:54:44.7038047Z 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:54:44.7050283Z 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:54:44.7051601Z 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:54:44.7052807Z 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:54:44.7054063Z 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:54:44.7055333Z 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:54:44.7056580Z 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:54:44.7057893Z 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:54:44.7059110Z 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:54:44.7059505Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:54:44.7060573Z 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:54:44.7061704Z 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:54:44.7062758Z 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:54:44.7064099Z 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:54:44.7065135Z 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:54:44.7066308Z 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:54:44.7067390Z 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:54:44.7067810Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:54:44.7068868Z 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:54:44.7069292Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:54:44.7070279Z 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:54:44.7070781Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:54:44.7071926Z 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:54:44.7073140Z 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:54:44.7074281Z 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:54:44.7075490Z 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:54:44.7075961Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:54:44.7077050Z 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:54:44.7078163Z 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:54:44.7079282Z 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:54:44.7080384Z 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:54:44.7080892Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:54:44.7082040Z 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:54:44.7082694Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:54:44.7083909Z 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:54:44.7085275Z 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:54:44.7085816Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:54:44.7086988Z 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:54:44.7088171Z 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:54:44.7145014Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:54:44.7146274Z 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:54:44.7147630Z 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:54:44.7147992Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-06-05T23:54:44.7148890Z 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:54:44.7149827Z 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:54:44.7150713Z 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:54:44.7151103Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-06-05T23:54:44.7152096Z 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:54:44.7153066Z 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:54:44.7153427Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-06-05T23:54:44.7154304Z 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:54:44.7155178Z 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:54:44.7155567Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:54:44.7156531Z 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:54:44.7157490Z 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:54:44.7158155Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:54:44.7159131Z 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:54:44.7160102Z 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:54:44.7160666Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:54:44.7161659Z 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:54:44.7162630Z 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:54:44.7163065Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:54:44.7164126Z 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:54:44.7164514Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:54:44.7165461Z 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:54:44.7166394Z 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:54:44.7167347Z 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:54:44.7168338Z 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:54:44.7169430Z 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:54:44.7169822Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:54:44.7170756Z 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:54:44.7171745Z 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:54:44.7172120Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:54:44.7173025Z 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:54:44.7173984Z 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:54:44.7174348Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen3 2025-06-05T23:54:44.7175244Z 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:54:44.7176194Z 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:54:44.7176694Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-06-05T23:54:44.7177602Z 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:54:44.7178499Z 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:54:44.7178866Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/smollm2 2025-06-05T23:54:44.7179881Z 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:54:44.7180872Z 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:54:44.7181232Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-06-05T23:54:44.7182108Z 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:54:44.7183016Z 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:54:44.7183442Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:54:44.7184454Z 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:54:44.7185466Z 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:54:44.7185858Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-06-05T23:54:44.7186778Z 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:54:44.7187695Z 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:54:44.7188086Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:54:44.7436716Z 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:54:44.7437959Z 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:54:44.7438358Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-06-05T23:54:44.7438932Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:54:44.7439936Z 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:54:44.7440272Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-06-05T23:54:44.7440644Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-06-05T23:54:44.7441041Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:54:44.7442032Z 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:54:44.7443168Z 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:54:44.7444453Z 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:54:44.7445430Z 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:54:44.7446563Z 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:54:44.7446986Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:54:44.7448043Z 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:54:44.7449141Z 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:54:44.7450252Z 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:54:44.7451313Z 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:54:44.7452385Z 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:54:44.7452737Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps 2025-06-05T23:54:44.7453130Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:54:44.7454123Z 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:54:44.7455117Z 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:54:44.7455410Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-06-05T23:54:44.7455773Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-06-05T23:54:44.7456653Z 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:54:44.7457524Z 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:54:44.7457890Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-06-05T23:54:44.7458766Z 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:54:44.7459185Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:54:44.7460186Z 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:54:44.7461263Z 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:54:44.7462294Z 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:54:44.7463452Z 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:54:44.7464498Z 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:54:44.7464984Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:54:44.7465982Z 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:54:44.7466337Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-06-05T23:54:44.7467229Z 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:54:44.7468098Z 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:54:44.7468967Z 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:54:44.7469417Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:54:44.7470477Z 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:54:44.7470831Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-06-05T23:54:44.7471758Z 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:54:44.7472150Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-06-05T23:54:44.7473116Z 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:54:44.7474174Z 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:54:44.7475193Z 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:54:44.7476118Z 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:54:44.7477230Z 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:54:44.7477570Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-06-05T23:54:44.7478386Z 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:54:44.7478752Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-06-05T23:54:44.7479643Z 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:54:44.7479982Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-06-05T23:54:44.7480976Z 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:54:44.7549459Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-06-05T23:54:44.7550540Z 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:54:44.7551014Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:54:44.7552355Z 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:54:44.7553415Z 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:54:44.7553827Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-06-05T23:54:44.7554246Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:54:44.7555314Z 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:54:44.7556346Z 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:54:44.7556807Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:54:44.7557938Z 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:54:44.7558264Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-06-05T23:54:44.7558636Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:54:44.7559541Z 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:54:44.7560483Z 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:54:44.7561446Z 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:54:44.7562401Z 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:54:44.7563419Z 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:54:44.7564447Z 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:54:44.7565436Z 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:54:44.7566438Z 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:54:44.7567411Z 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:54:44.7568044Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:54:44.7569289Z 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:54:44.7569821Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:54:44.7570465Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:54:44.7571770Z 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:54:44.7573018Z 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:54:44.7574025Z 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:54:44.7574376Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-06-05T23:54:44.7575247Z 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:54:44.7576142Z 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:54:44.7577065Z 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:54:44.7578015Z 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:54:44.7578944Z 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:54:44.7579889Z 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:54:44.7580272Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export/test 2025-06-05T23:54:44.7581214Z 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:54:44.7582194Z 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:54:44.7582559Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-06-05T23:54:44.7583447Z 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:54:44.7584416Z 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:54:44.7585335Z 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:54:44.7586234Z 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:54:44.7586726Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:54:44.7587674Z 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:54:44.7588687Z 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:54:44.7589754Z 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:54:44.7590842Z 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:54:44.7591227Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:54:44.7592161Z 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:54:44.7592670Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:54:44.7593848Z 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:54:44.7648988Z 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:54:44.7650258Z 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:54:44.7651454Z 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:54:44.7652646Z 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:54:44.7653212Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:54:44.7654465Z 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:54:44.7655075Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:44.7656442Z 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:54:44.7657824Z 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:54:44.7658245Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:54:44.7659294Z 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:54:44.7659755Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:54:44.7660574Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:54:44.7661839Z 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:54:44.7663096Z 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:54:44.7663843Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:54:44.7664467Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:54:44.7665854Z 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:54:44.7667312Z 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:54:44.7668692Z 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:54:44.7669196Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:54:44.7669723Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:54:44.7670301Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:54:44.7670944Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:54:44.7672440Z 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:54:44.7672978Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:54:44.7673602Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:54:44.7674265Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:54:44.7675791Z 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:54:44.7676338Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:54:44.7676947Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:54:44.7678385Z 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:54:44.7679058Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:54:44.7680587Z 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:54:44.7681368Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:54:44.7682878Z 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:54:44.7683616Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:54:44.7685066Z 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:54:44.7685588Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:54:44.7686131Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:54:44.7687453Z 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:54:44.7688855Z 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:54:44.7690158Z 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:54:44.7691515Z 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:54:44.7692867Z 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:54:44.7694181Z 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:54:44.7747897Z 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:54:44.7749251Z 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:54:44.7749771Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:54:44.7750320Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:54:44.7751621Z 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:54:44.7752169Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:54:44.7753384Z 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:54:44.7754880Z 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:54:44.7756123Z 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:54:44.7756922Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:54:44.7758359Z 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:54:44.7758876Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:54:44.7760158Z 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:54:44.7761423Z 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:54:44.7762626Z 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:54:44.7763185Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:54:44.7763797Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:54:44.7765182Z 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:54:44.7765824Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:54:44.7767278Z 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:54:44.7768915Z 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:54:44.7769570Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:54:44.7770382Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:54:44.7772073Z 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:54:44.7773730Z 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:54:44.7775488Z 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:54:44.7777328Z 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:54:44.7777853Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:54:44.7778310Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:54:44.7778887Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:54:44.7780207Z 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:54:44.7781559Z 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:54:44.7782920Z 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:54:44.7784249Z 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:54:44.7785585Z 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:54:44.7786227Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:54:44.7787618Z 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:54:44.7788301Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:54:44.7789814Z 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:54:44.7791347Z 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:54:44.7791687Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module 2025-06-05T23:54:44.7792043Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test 2025-06-05T23:54:44.7792462Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test/resources 2025-06-05T23:54:44.7793570Z 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:54:44.7793862Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-06-05T23:54:44.7794196Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-06-05T23:54:44.7857806Z 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:54:44.7858218Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-06-05T23:54:44.7859191Z 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:54:44.7860457Z 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:54:44.7861499Z 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:54:44.7862380Z 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:54:44.7863343Z 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:54:44.7863618Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-06-05T23:54:44.7864317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-06-05T23:54:44.7865055Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-06-05T23:54:44.7865665Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-06-05T23:54:44.7865936Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-06-05T23:54:44.7866245Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-06-05T23:54:44.7867112Z 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:54:44.7867392Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-06-05T23:54:44.7867736Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-06-05T23:54:44.7868117Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-06-05T23:54:44.7868542Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:54:44.7869591Z 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:54:44.7870641Z 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:54:44.7871680Z 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:54:44.7872701Z 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:54:44.7873728Z 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:54:44.7874786Z 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:54:44.7875880Z 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:54:44.7877223Z 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:54:44.7878307Z 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:54:44.7879449Z 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:54:44.7880605Z 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:54:44.7881704Z 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:54:44.7882765Z 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:54:44.7883790Z 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:54:44.7884811Z 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:54:44.7885809Z 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:54:44.7886879Z 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:54:44.7887993Z 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:54:44.7888505Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:54:44.7889762Z 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:54:44.7890351Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:54:44.7891723Z 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:54:44.7893068Z 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:54:44.7893603Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:54:44.7894853Z 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:54:44.7896117Z 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:54:44.7897532Z 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:54:44.7898829Z 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:54:44.7900138Z 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:54:44.7900686Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:54:44.7901907Z 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:54:44.7903156Z 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:54:44.7944115Z 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:54:44.7945374Z 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:54:44.7946590Z 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:54:44.7947795Z 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:54:44.7949025Z 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:54:44.7950259Z 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:54:44.7951464Z 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:54:44.7952713Z 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:54:44.7953944Z 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:54:44.7955158Z 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:54:44.7956402Z 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:54:44.7957909Z 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:54:44.7958470Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:54:44.7959051Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:54:44.7959811Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:54:44.7961246Z 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:54:44.7962658Z 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:54:44.7963276Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:54:44.7964699Z 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:54:44.7966127Z 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:54:44.7967518Z 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:54:44.7969000Z 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:54:44.7970368Z 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:54:44.7971834Z 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:54:44.7973207Z 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:54:44.7974599Z 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:54:44.7976016Z 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:54:44.7977434Z 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:54:44.7978903Z 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:54:44.7980416Z 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:54:44.7980851Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:54:44.7982050Z 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:54:44.7983231Z 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:54:44.7984371Z 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:54:44.7985550Z 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:54:44.7986024Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:54:44.7987159Z 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:54:44.7987622Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:54:44.7988701Z 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:54:44.7989796Z 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:54:44.8652559Z 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:54:44.8653743Z 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:54:44.8654864Z 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:54:44.8655946Z 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:54:44.8657053Z 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:54:44.8658180Z 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:54:44.8659275Z 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:54:44.8660479Z 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:54:44.8661890Z 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:54:44.8662379Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:54:44.8663711Z 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:54:44.8664918Z 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:54:44.8665324Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-06-05T23:54:44.8665824Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:54:44.8667096Z 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:54:44.8668323Z 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:54:44.8669475Z 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:54:44.8669929Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:54:44.8671016Z 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:54:44.8672170Z 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:54:44.8673273Z 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:54:44.8674424Z 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:54:44.8674904Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:54:44.8676086Z 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:54:44.8677275Z 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:54:44.8678486Z 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:54:44.8678751Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-06-05T23:54:44.8679044Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-06-05T23:54:44.8679727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-06-05T23:54:44.8680538Z 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:54:44.8680699Z running install_egg_info 2025-06-05T23:54:44.8681249Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:54:44.8681402Z running install_scripts 2025-06-05T23:54:44.8681826Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:54:44.8682801Z creating '/tmp/pip-wheel-126b0mev/.tmp-fu2z0u2x/executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-06-05T23:54:44.8682986Z adding 'executorch/version.py' 2025-06-05T23:54:44.8683493Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:54:44.8683795Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:54:44.8684079Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:54:44.8684913Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:54:44.8685714Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:54:44.8686530Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:54:44.8687799Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:54:44.8689012Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:54:44.8690076Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:54:44.8691100Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:54:44.8691966Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:54:44.8692690Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:54:44.8693310Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:54:44.8693989Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:54:44.8694864Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:54:44.8695699Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:54:44.8696532Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:54:44.8697440Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:54:44.8698312Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:54:44.8699102Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:54:44.8699889Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:54:44.8700687Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:54:44.8701523Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:54:44.8702285Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:54:44.8703195Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:54:44.8703977Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:54:44.8704754Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:54:44.8705457Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:54:44.8706175Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:54:44.8706900Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:54:44.8707615Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:54:44.8708332Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:54:44.8709031Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:54:44.8709732Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:54:44.8710666Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:54:44.8711504Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:54:44.8712389Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:54:44.8713209Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:54:44.8713906Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:54:44.9074593Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:54:44.9075995Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:54:44.9076782Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:54:44.9077493Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:54:44.9078231Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:54:44.9078956Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:54:44.9079664Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:54:44.9080336Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:54:44.9080952Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:54:44.9081501Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:54:44.9082051Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:54:44.9082742Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:54:44.9083331Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:54:44.9083904Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:54:44.9084481Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:54:44.9085062Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:54:44.9085661Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:54:44.9086268Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:54:44.9086868Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:54:44.9087415Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:54:44.9087988Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:54:44.9088575Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:54:44.9089288Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:54:44.9090086Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:54:44.9090959Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:54:44.9091677Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:54:44.9092318Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:54:44.9092996Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:54:44.9093685Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:54:44.9094384Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:54:44.9095079Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:54:44.9095801Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:54:44.9096623Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:54:44.9097486Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:54:44.9098344Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:54:44.9099154Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:54:44.9099903Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:54:44.9100643Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:54:44.9101416Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:54:44.9102154Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:54:44.9103189Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:54:44.9103993Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:54:44.9104706Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:54:44.9105465Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:54:44.9106261Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:54:44.9107048Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:54:44.9108024Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:54:44.9108855Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:54:44.9109616Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:54:44.9110350Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:54:44.9111051Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:54:44.9111762Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:54:44.9112501Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:54:44.9113319Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:54:44.9114115Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:54:44.9114835Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:54:44.9115553Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:54:44.9116364Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:54:44.9117387Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:54:44.9118142Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:54:44.9118948Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:54:44.9119802Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:54:44.9120608Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:54:44.9121322Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:54:44.9122031Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:54:44.9122832Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:54:44.9123599Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:54:44.9124287Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:54:44.9125131Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:54:44.9125965Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:54:44.9126803Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:54:44.9127593Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:54:44.9128399Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:54:44.9129339Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:54:44.9130150Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:54:44.9130926Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:54:44.9131765Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:54:44.9132577Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:54:44.9133368Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:54:44.9134184Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:54:44.9135023Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:54:44.9136010Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:54:44.9136829Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:54:44.9137648Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:54:44.9138511Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:54:44.9139280Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:54:44.9139932Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:54:44.9140671Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:54:44.9141284Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:54:44.9141893Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:54:44.9142499Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:54:44.9143255Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:54:44.9143901Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:54:44.9144550Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:54:44.9145150Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:54:44.9145760Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:54:44.9146443Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:54:44.9147131Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:54:44.9147769Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:54:44.9148370Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:54:44.9148960Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:54:44.9149563Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:54:44.9150149Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:54:44.9150736Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:54:44.9151337Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:54:44.9151921Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:54:44.9152518Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:54:44.9153145Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:54:44.9153820Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:54:44.9154467Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:54:44.9155098Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:54:44.9155708Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:54:44.9156330Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:54:44.9156957Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:54:44.9157594Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:54:44.9158261Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:54:44.9158910Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:54:44.9159595Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:54:44.9160270Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:54:44.9160902Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:54:44.9161529Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:54:44.9162138Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:54:44.9162756Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:54:44.9163357Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:54:44.9163974Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:54:44.9164586Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:54:44.9165218Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:54:44.9165932Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:54:44.9494355Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:54:44.9495148Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:54:44.9495946Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:54:44.9496653Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:54:44.9497274Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:54:44.9497998Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:54:44.9499111Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:54:44.9499785Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:54:44.9500444Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:54:44.9501068Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:54:44.9501717Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:54:44.9502445Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:54:44.9503233Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:54:44.9504022Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:54:44.9504746Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:54:44.9505373Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:54:44.9505985Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:54:44.9506576Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:54:44.9507173Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:54:44.9507862Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:54:44.9508665Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:54:44.9509406Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:54:44.9510163Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:54:44.9510925Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:54:44.9511678Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:54:44.9512470Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:54:44.9513259Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:54:44.9514081Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:54:44.9515013Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:54:44.9515876Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:54:44.9516581Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:54:44.9517317Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:54:44.9518053Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:54:44.9518725Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:54:44.9519410Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:54:44.9520152Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:54:44.9520951Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:54:44.9521739Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:54:44.9522492Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:54:44.9523257Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:54:44.9523990Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:54:44.9524641Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:54:44.9525242Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:54:44.9526135Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:54:44.9526794Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:54:44.9527410Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:54:44.9528022Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:54:44.9528730Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:54:44.9529368Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:54:44.9530005Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:54:44.9530804Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:54:44.9531493Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:54:44.9532121Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:54:44.9532730Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:54:44.9533343Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:54:44.9533982Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:54:44.9534672Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:54:44.9535372Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:54:44.9536015Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:54:44.9536653Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:54:44.9537324Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:54:44.9538075Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:54:44.9538796Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:54:44.9539465Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:54:44.9540145Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:54:44.9540739Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:54:44.9541356Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:54:44.9541962Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:54:44.9542582Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:54:44.9543444Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:54:44.9544056Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:54:44.9544664Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:54:44.9545265Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:54:44.9545927Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:54:44.9546575Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:54:44.9547220Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:54:44.9547914Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:54:44.9548584Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:54:44.9549273Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:54:44.9549917Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:54:44.9550559Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:54:44.9551303Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:54:44.9552020Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:54:44.9552649Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:54:44.9553271Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:54:44.9553958Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:54:44.9554625Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:54:44.9555245Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:54:44.9555860Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:54:44.9556517Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:54:44.9557393Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:54:44.9558048Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:54:44.9558707Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:54:44.9559329Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:54:44.9559933Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:54:44.9560530Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:54:44.9561301Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:54:44.9561935Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:54:44.9562567Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:54:44.9563203Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:54:44.9563845Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:54:44.9564511Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:54:44.9565140Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:54:44.9565786Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:54:44.9566427Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:54:44.9567103Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:54:44.9567799Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:54:44.9568434Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:54:44.9569179Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:54:44.9569826Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:54:44.9570516Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:54:44.9571239Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:54:44.9571906Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:54:44.9572527Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:54:44.9573143Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:54:44.9573789Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:54:44.9574430Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:54:44.9575059Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:54:44.9575691Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:54:44.9576330Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:54:44.9576947Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:54:44.9577559Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:54:44.9578202Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:54:44.9578840Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:54:44.9579503Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:54:44.9580246Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:54:44.9581056Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:54:44.9581770Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:54:44.9582377Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:54:44.9583006Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:54:44.9583635Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:54:44.9584387Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:54:44.9585216Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:54:44.9774235Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:54:44.9775236Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:54:44.9776472Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:54:44.9777323Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:54:44.9778223Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:54:44.9779156Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:54:44.9780075Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:54:44.9781250Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:54:44.9782234Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:54:44.9783126Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:54:44.9783981Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:54:44.9784791Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:54:44.9785600Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:54:44.9786466Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:54:44.9787408Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:54:44.9788355Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:54:44.9789215Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:54:44.9790053Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:54:44.9790842Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:54:44.9791695Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:54:44.9792614Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:54:44.9793379Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:54:44.9794101Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:54:44.9794838Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:54:44.9795519Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:54:44.9796209Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:54:44.9796952Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:54:44.9797929Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:54:44.9799075Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:54:44.9800348Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:54:44.9801529Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:54:44.9802593Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:54:44.9803693Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:54:44.9804822Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:54:44.9805926Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:54:44.9807039Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:54:44.9808083Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:54:44.9809254Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:54:44.9810410Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:54:44.9811747Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:54:44.9812841Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:54:44.9813930Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:54:44.9814965Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:54:44.9815976Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:54:44.9817152Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:54:44.9818265Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:54:44.9819371Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:54:44.9820504Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:54:44.9821630Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:54:44.9822712Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:54:44.9823786Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:54:44.9824882Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:54:44.9825985Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:54:44.9827073Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:54:44.9828138Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:54:44.9829184Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:54:44.9830251Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:54:44.9831298Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:54:44.9832395Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:54:44.9833589Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:54:44.9834701Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:54:44.9835795Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:54:44.9836885Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:54:44.9837844Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:54:44.9838872Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:54:44.9839959Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:54:44.9841095Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:54:44.9842299Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:54:44.9843857Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:54:44.9845363Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:54:44.9846713Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:54:44.9848039Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:54:44.9849739Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:54:44.9851039Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:54:44.9852344Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:54:44.9853701Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:54:44.9855200Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:54:44.9856568Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:54:44.9857898Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:54:44.9859257Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:54:44.9860602Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:54:44.9861933Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:54:44.9863279Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:54:44.9864628Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:54:44.9865955Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:54:44.9867278Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:54:44.9868634Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:54:44.9959447Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:54:44.9960823Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:54:44.9962160Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:54:44.9963507Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:54:44.9964823Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:54:44.9966129Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:54:44.9967448Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:54:44.9968834Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:54:44.9970258Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:54:44.9971589Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:54:44.9972940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:54:44.9974271Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:54:44.9975612Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:54:44.9977341Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:54:44.9978866Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:54:44.9980480Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:54:44.9982269Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:54:44.9984107Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:54:44.9985841Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:54:44.9987519Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:54:44.9988910Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:54:44.9990458Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:54:44.9992061Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:54:44.9993595Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:54:44.9995144Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:54:44.9996727Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:54:44.9998456Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:54:45.0000241Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:54:45.0001948Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:54:45.0003621Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:54:45.0005233Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:54:45.0006833Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:54:45.0008457Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:54:45.0010182Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:54:45.0011809Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:54:45.0013419Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:54:45.0015022Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:54:45.0016672Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:54:45.0018481Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:54:45.0020384Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:54:45.0021971Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:54:45.0023709Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:54:45.0025573Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:54:45.0027208Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:54:45.0028803Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:54:45.0030521Z 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:54:45.0032284Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:54:45.0034031Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:54:45.0035880Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:54:45.0037711Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:54:45.0039608Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:54:45.0041512Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:54:45.0043419Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:54:45.0045147Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:54:45.0046772Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:54:45.0048426Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:54:45.0050130Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:54:45.0051754Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:54:45.0053370Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:54:45.0055067Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:54:45.0056920Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:54:45.0225255Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:54:45.0227153Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:54:45.0229254Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:54:45.0230913Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:54:45.0232473Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:54:45.0234284Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:54:45.0236020Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:54:45.0237685Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:54:45.0239352Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:54:45.0240815Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:54:45.0242066Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:54:45.0243449Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:54:45.0244769Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:54:45.0246189Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:54:45.0247604Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:54:45.0249105Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:54:45.0250571Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:54:45.0252012Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:54:45.0253495Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:54:45.0254934Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:54:45.0256312Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:54:45.0257695Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:54:45.0259275Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:54:45.0260907Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:54:45.0262459Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:54:45.0264004Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:54:45.0265561Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:54:45.0267115Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:54:45.0268904Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:54:45.0270461Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:54:45.0272008Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:54:45.0273743Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:54:45.0275363Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:54:45.0276938Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:54:45.0278492Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:54:45.0279957Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:54:45.0281271Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:54:45.0282586Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:54:45.0284028Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:54:45.0285500Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:54:45.0286886Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:54:45.0288294Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:54:45.0289742Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:54:45.0290999Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:54:45.0292298Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:54:45.0293633Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:54:45.0294954Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:54:45.0296297Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:54:45.0297641Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:54:45.0298976Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:54:45.0300295Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:54:45.0301606Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:54:45.0302928Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:54:45.0304297Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:54:45.0305678Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:54:45.0306999Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:54:45.0307807Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:54:45.0308406Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:54:45.0309021Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:54:45.0309733Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:54:45.0310411Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:54:45.0311037Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:54:45.0311577Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:54:45.0312183Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:54:45.0312783Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:54:45.0313308Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:54:45.0313934Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:54:45.0417243Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:54:45.0417900Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:54:45.0418492Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:54:45.0419114Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:54:45.0419838Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:54:45.0420453Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:54:45.0421131Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:54:45.0421750Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:54:45.0422336Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:54:45.0423015Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:54:45.0423628Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:54:45.0424357Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:54:45.0425068Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:54:45.0425745Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:54:45.0426405Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:54:45.0427032Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:54:45.0428022Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:54:45.0428660Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:54:45.0429345Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:54:45.0429961Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:54:45.0430769Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:54:45.0431406Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:54:45.0432105Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:54:45.0432883Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:54:45.0433504Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:54:45.0434146Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:54:45.0434907Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:54:45.0435590Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:54:45.0436206Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:54:45.0436849Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:54:45.0437610Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:54:45.0438306Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:54:45.0439011Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:54:45.0439817Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:54:45.0453314Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:54:45.0454305Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:54:45.0455033Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:54:45.0455778Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:54:45.0456426Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:54:45.0457086Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:54:45.0457815Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:54:45.0458558Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:54:45.0459300Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:54:45.0460275Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:54:45.0460951Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:54:45.0461616Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:54:45.0462392Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:54:45.0463058Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:54:45.0463708Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:54:45.0464316Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:54:45.0464941Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:54:45.0465500Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:54:45.0466114Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:54:45.0466681Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:54:45.0467262Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:54:45.0467912Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:54:45.0468551Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:54:45.0469156Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:54:45.0469829Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:54:45.0470501Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:54:45.0471120Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:54:45.0471825Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:54:45.0472517Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:54:45.0473193Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:54:45.0473831Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:54:45.0730978Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:54:45.0731711Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:54:45.0732400Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:54:45.0733073Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:54:45.0733771Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:54:45.0734836Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:54:45.0735604Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:54:45.0736332Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:54:45.0737323Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:54:45.0738063Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:54:45.0738914Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:54:45.0739776Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:54:45.0740656Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:54:45.0741506Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:54:45.0742309Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:54:45.0743213Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:54:45.0743940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:54:45.0744736Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:54:45.0745525Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:54:45.0746319Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:54:45.0746894Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:54:45.0747584Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:54:45.0748269Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:54:45.0748930Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:54:45.0749575Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:54:45.0750241Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:54:45.0750943Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:54:45.0751654Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:54:45.0752344Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:54:45.0753048Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:54:45.0753895Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:54:45.0754600Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:54:45.0755340Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:54:45.0756208Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:54:45.0756957Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:54:45.0757706Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:54:45.0758513Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:54:45.0759351Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:54:45.0760150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:54:45.0760766Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:54:45.0761424Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:54:45.0762209Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:54:45.0762925Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:54:45.0763726Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:54:45.0764448Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:54:45.0765151Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:54:45.0765932Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:54:45.0766602Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:54:45.0766870Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:54:45.0767136Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:54:45.0767408Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:54:45.0767634Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:54:45.0767868Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:54:45.0768133Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:54:45.0768390Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:54:45.0768760Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:54:45.0769022Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:54:45.0769327Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:54:45.0769597Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:54:45.0769829Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:54:45.0770212Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:54:45.0770497Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:54:45.0770769Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:54:45.0771048Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:54:45.0771287Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:54:45.0771512Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:54:45.0771909Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:54:45.0772160Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:54:45.0772403Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:54:45.0772657Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:54:45.0772906Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:54:45.0773123Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:54:45.0773436Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:54:45.0773722Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:54:45.0774015Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:54:45.0774289Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:54:45.1127303Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:54:45.1127716Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:54:45.1128125Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:54:45.1128449Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:54:45.1128830Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:54:45.1129202Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:54:45.1129647Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:54:45.1130037Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:54:45.1130408Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:54:45.1130657Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:54:45.1130915Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:54:45.1131168Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:54:45.1131408Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:54:45.1131659Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:54:45.1131915Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:54:45.1132205Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:54:45.1132458Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:54:45.1132809Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:54:45.1133143Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:54:45.1133467Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:54:45.1133846Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:54:45.1134204Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:54:45.1134522Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:54:45.1134892Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:54:45.1135326Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:54:45.1135743Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:54:45.1136136Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:54:45.1136961Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:54:45.1137374Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:54:45.1137765Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:54:45.1138171Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:54:45.1138609Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:54:45.1139208Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:54:45.1139640Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:54:45.1140062Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:54:45.1140466Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:54:45.1140857Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:54:45.1141268Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:54:45.1141717Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:54:45.1142140Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:54:45.1142586Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:54:45.1143176Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:54:45.1143587Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:54:45.1144002Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:54:45.1144406Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:54:45.1144820Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:54:45.1145139Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:54:45.1145500Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:54:45.1145841Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:54:45.1146196Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:54:45.1146643Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:54:45.1147106Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:54:45.1147573Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:54:45.1148039Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:54:45.1148473Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:54:45.1148915Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:54:45.1149366Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:54:45.1149781Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:54:45.1150212Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:54:45.1150601Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:54:45.1151056Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:54:45.1151520Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:54:45.1151965Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:54:45.1152583Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:54:45.1153011Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:54:45.1153252Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:54:45.1153511Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:54:45.1153856Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:54:45.1154327Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:54:45.1154601Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:54:45.1154871Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:54:45.1155129Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:54:45.1155416Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:54:45.1155873Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:54:45.1156387Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:54:45.1156765Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:54:45.1157051Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:54:45.1157354Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:54:45.1157673Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:54:45.1157984Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:54:45.1158288Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:54:45.1158588Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:54:45.1158899Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:54:45.1159183Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:54:45.1159473Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:54:45.1159683Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:54:45.1159924Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:54:45.1160147Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:54:45.1160397Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:54:45.1160843Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:54:45.1161110Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:54:45.1161386Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:54:45.1161654Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:54:45.1161930Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:54:45.1162203Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:54:45.1162459Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:54:45.1162711Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:54:45.1162920Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:54:45.1163299Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:54:45.1163693Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:54:45.1164047Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:54:45.1164294Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:54:45.1164618Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:54:45.1164949Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:54:45.1165251Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:54:45.1165691Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:54:45.1165996Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:54:45.1166226Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:54:45.1166525Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:54:45.1166832Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:54:45.1434520Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:54:45.1435237Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:54:45.1435601Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:54:45.1435958Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:54:45.1436446Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:54:45.1436858Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:54:45.1437335Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:54:45.1437715Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:54:45.1438147Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:54:45.1438509Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:54:45.1438902Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:54:45.1439314Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:54:45.1439817Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:54:45.1440365Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:54:45.1440970Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:54:45.1441584Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:54:45.1442174Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:54:45.1442897Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:54:45.1443446Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:54:45.1444045Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:54:45.1444658Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:54:45.1445259Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:54:45.1445833Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:54:45.1446403Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:54:45.1446979Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:54:45.1447430Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:54:45.1447933Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:54:45.1448410Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:54:45.1449026Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:54:45.1449557Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:54:45.1449895Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:54:45.1450218Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:54:45.1450639Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:54:45.1450968Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:54:45.1451409Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:54:45.1451783Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:54:45.1452128Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:54:45.1452531Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:54:45.1452914Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:54:45.1453333Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:54:45.1453824Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:54:45.1454304Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:54:45.1454665Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:54:45.1455039Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:54:45.1455427Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:54:45.1455798Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:54:45.1456096Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:54:45.1456462Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:54:45.1456827Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:54:45.1457185Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:54:45.1457545Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:54:45.1457878Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:54:45.1458207Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:54:45.1458547Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:54:45.1458965Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:54:45.1459369Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:54:45.1459714Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:54:45.1460058Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:54:45.1460394Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:54:45.1460738Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:54:45.1461124Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:54:45.1461511Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:54:45.1461861Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:54:45.1462253Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:54:45.1462674Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:54:45.1463048Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:54:45.1463393Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:54:45.1463890Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:54:45.1464242Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:54:45.1464564Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:54:45.1464998Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:54:45.1465459Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:54:45.1465793Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:54:45.1466201Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:54:45.1466595Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:54:45.1466960Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:54:45.1467287Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:54:45.1467660Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:54:45.1468018Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:54:45.1468422Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:54:45.1468933Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:54:45.1469300Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:54:45.1469649Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:54:45.1469975Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:54:45.1470371Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:54:45.1470884Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:54:45.1471254Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:54:45.1471661Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:54:45.1472073Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:54:45.1472435Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:54:45.1472839Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:54:45.1473154Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:54:45.1473481Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:54:45.1473826Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:54:45.1474231Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:54:45.1474604Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:54:45.1474963Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:54:45.1475300Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:54:45.1475664Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:54:45.1719387Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:54:45.1719746Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:54:45.1720260Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:54:45.1720657Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:54:45.1721040Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:54:45.1721414Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:54:45.1721778Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:54:45.1722490Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:54:45.1722887Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:54:45.1723293Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:54:45.1723613Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:54:45.1723958Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:54:45.1724507Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:54:45.1724818Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:54:45.1725155Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:54:45.1725478Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:54:45.1725925Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:54:45.1726381Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:54:45.1726748Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:54:45.1727142Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:54:45.1727452Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:54:45.1727787Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:54:45.1728136Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:54:45.1728464Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:54:45.1728900Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:54:45.1729211Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:54:45.1729561Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:54:45.1729913Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:54:45.1730301Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:54:45.1730715Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:54:45.1731082Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:54:45.1731406Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:54:45.1731758Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:54:45.1732106Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:54:45.1732434Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:54:45.1732822Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:54:45.1733222Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:54:45.1733617Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:54:45.1733969Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:54:45.1734321Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:54:45.1734736Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:54:45.1735199Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:54:45.1735611Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:54:45.1735981Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:54:45.1736323Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:54:45.1736699Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:54:45.1737171Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:54:45.1737498Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:54:45.1737917Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:54:45.1738291Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:54:45.1738647Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:54:45.1739114Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:54:45.1739513Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:54:45.1739862Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:54:45.1740192Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:54:45.1740528Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:54:45.1740898Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:54:45.1741231Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:54:45.1741584Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:54:45.1741997Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:54:45.1742385Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:54:45.1742922Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:54:45.1743342Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:54:45.1743725Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:54:45.1744062Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:54:45.1744412Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:54:45.1744765Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:54:45.1745193Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:54:45.1745546Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:54:45.1746027Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:54:45.1746456Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:54:45.1746911Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:54:45.1747338Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:54:45.1747786Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:54:45.1748240Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:54:45.1748688Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:54:45.1749128Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:54:45.1749582Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:54:45.1750004Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:54:45.1750406Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:54:45.1750797Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:54:45.1751221Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:54:45.1751641Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:54:45.1752318Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:54:45.1752798Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:54:45.1753224Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:54:45.1753630Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:54:45.1754024Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:54:45.1754581Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:54:45.1755005Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:54:45.1755395Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:54:45.1755713Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:54:45.1756037Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:54:45.1756341Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:54:45.1756660Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:54:45.1756995Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:54:45.1757323Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:54:45.1757670Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:54:45.1758080Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:54:45.1758463Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:54:45.1758796Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:54:45.1759128Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:54:45.1759630Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:54:45.1760025Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:54:45.1760406Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:54:45.1931420Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:54:45.1931869Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:54:45.1932321Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:54:45.1932788Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:54:45.1933154Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:54:45.1933515Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:54:45.1933851Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:54:45.1934197Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:54:45.1934565Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:54:45.1934880Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:54:45.1935228Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:54:45.1935640Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:54:45.1936095Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:54:45.1936560Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:54:45.1937040Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:54:45.1937504Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:54:45.1938339Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:54:45.1938832Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:54:45.1939370Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:54:45.1939892Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:54:45.1940691Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:54:45.1941320Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:54:45.1941834Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:54:45.1942352Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:54:45.1942998Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:54:45.1943531Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:54:45.1944015Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:54:45.1944508Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:54:45.1944994Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:54:45.1945524Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:54:45.1946082Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:54:45.1946588Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:54:45.1947057Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:54:45.1947534Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:54:45.1947998Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:54:45.1948496Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:54:45.1949046Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:54:45.1949545Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:54:45.1950022Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:54:45.1950497Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:54:45.1951024Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:54:45.1951507Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:54:45.1952017Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:54:45.1952520Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:54:45.1953028Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:54:45.1953508Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:54:45.1954023Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:54:45.1954535Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:54:45.1955237Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:54:45.1955750Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:54:45.1956215Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:54:45.1956690Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:54:45.1957326Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:54:45.1957828Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:54:45.1958299Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:54:45.1958795Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:54:45.1959308Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:54:45.1959772Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:54:45.1960291Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:54:45.1960758Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:54:45.1961410Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:54:45.1961906Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:54:45.1962371Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:54:45.1962849Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:54:45.1963328Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:54:45.1963823Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:54:45.1964294Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:54:45.1964806Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:54:45.1965316Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:54:45.1965829Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:54:45.1966322Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:54:45.1966860Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:54:45.1967461Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:54:45.1968007Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:54:45.1968521Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:54:45.1969097Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:54:45.1969576Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:54:45.1970053Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:54:45.1970524Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:54:45.1971009Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:54:45.1971695Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:54:45.1972170Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:54:45.1972654Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:54:45.1973140Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:54:45.2268729Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:54:45.2269255Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:54:45.2269784Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:54:45.2270261Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:54:45.2270727Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:54:45.2271201Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:54:45.2271729Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:54:45.2272226Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:54:45.2272868Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:54:45.2273488Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:54:45.2274061Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:54:45.2274445Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:54:45.2274794Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:54:45.2275159Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:54:45.2275503Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:54:45.2275867Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:54:45.2276254Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:54:45.2276615Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:54:45.2277006Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:54:45.2277376Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:54:45.2277817Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:54:45.2278318Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:54:45.2278981Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:54:45.2279514Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:54:45.2280056Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:54:45.2280695Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:54:45.2281293Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:54:45.2281812Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:54:45.2282557Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:54:45.2283252Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:54:45.2283765Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:54:45.2284300Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:54:45.2284958Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:54:45.2285512Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:54:45.2286109Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:54:45.2286846Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:54:45.2287146Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:54:45.2287388Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:54:45.2287608Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:54:45.2287894Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:54:45.2288114Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:54:45.2288445Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:54:45.2288869Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:54:45.2289182Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:54:45.2289463Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:54:45.2289816Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:54:45.2290147Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:54:45.2290444Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:54:45.2290756Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:54:45.2291006Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:54:45.2291500Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:54:45.2292030Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:54:45.2292494Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:54:45.2292963Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:54:45.2293460Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:54:45.2293981Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:54:45.2294434Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:54:45.2294907Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:54:45.2295399Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:54:45.2295612Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:54:45.2295851Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:54:45.2296084Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:54:45.2296350Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:54:45.2296625Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:54:45.2296885Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:54:45.2297392Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:54:45.2297741Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:54:45.2298002Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:54:45.2298283Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:54:45.2298564Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:54:45.2298872Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:54:45.2299284Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:54:45.2299567Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:54:45.2299858Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:54:45.2300156Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:54:45.2300459Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:54:45.2300736Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:54:45.2300983Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:54:45.2301243Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:54:45.2301619Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:54:45.2301940Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:54:45.2302232Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:54:45.2302532Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:54:45.2302819Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:54:45.2303152Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:54:45.2303499Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:54:45.2303833Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:54:45.2304121Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:54:45.2304415Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:54:45.2304714Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:54:45.2305012Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:54:45.2305391Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:54:45.2305685Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:54:45.2305972Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:54:45.2306357Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:54:45.2306689Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:54:45.2306945Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:54:45.2307289Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:54:45.2307655Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:54:45.2307914Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:54:45.2308193Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:54:45.2725308Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:54:45.2725680Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:54:45.2726104Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:54:45.2726407Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:54:45.2726765Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:54:45.2727083Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:54:45.2727785Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:54:45.2728082Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:54:45.2728398Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:54:45.2728799Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:54:45.2729149Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:54:45.2729460Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:54:45.2729981Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:54:45.2730241Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:54:45.2730476Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:54:45.2730742Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:54:45.2731024Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:54:45.2731282Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:54:45.2731636Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:54:45.2731885Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:54:45.2732138Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:54:45.2732385Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:54:45.2732658Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:54:45.2732928Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:54:45.2733220Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:54:45.2733513Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:54:45.2733763Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:54:45.2734011Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:54:45.2734279Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:54:45.2734544Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:54:45.2734807Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:54:45.2735062Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:54:45.2735334Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:54:45.2735653Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:54:45.2735953Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:54:45.2736210Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:54:45.2736458Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:54:45.2736742Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:54:45.2736996Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:54:45.2737253Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:54:45.2737517Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:54:45.2737778Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:54:45.2738059Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:54:45.2738322Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:54:45.2738566Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:54:45.2738827Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:54:45.2739120Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:54:45.2739365Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:54:45.2739673Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:54:45.2739956Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:54:45.2740361Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:54:45.2740628Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:54:45.2740908Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:54:45.2741215Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:54:45.2741502Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:54:45.2741752Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:54:45.2742015Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:54:45.2742358Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:54:45.2742680Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:54:45.2743271Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:54:45.2743520Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:54:45.2743789Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:54:45.2744045Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:54:45.2744334Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:54:45.2744608Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:54:45.2744865Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:54:45.2745110Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:54:45.2745354Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:54:45.2745613Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:54:45.2745857Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:54:45.2746105Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:54:45.2746358Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:54:45.2746618Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:54:45.2746899Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:54:45.2747156Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:54:45.2747427Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:54:45.2747702Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:54:45.2747965Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:54:45.2748249Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:54:45.2748511Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:54:45.2748820Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:54:45.2749124Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:54:45.2749398Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:54:45.2749645Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:54:45.2749938Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:54:45.2750228Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:54:45.2750500Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:54:45.2750817Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:54:45.2751146Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:54:45.2751398Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:54:45.2751726Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:54:45.2751985Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:54:45.2752232Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:54:45.2752533Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:54:45.2752794Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:54:45.2753291Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:54:45.2753545Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:54:45.2753834Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:54:45.2754097Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:54:45.2754381Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:54:45.2754744Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:54:45.2755235Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:54:45.2755515Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:54:45.2755806Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:54:45.2756050Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:54:45.2756300Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:54:45.2756591Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:54:45.2756907Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:54:45.2757160Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:54:45.2757444Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:54:45.2757767Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:54:45.2758027Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:54:45.2758309Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:54:45.2758745Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:54:45.2759190Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:54:45.2759548Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:54:45.2759847Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:54:45.2760216Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:54:45.2760450Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:54:45.2760753Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:54:45.2760978Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:54:45.2761230Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:54:45.2761465Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:54:45.2761688Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:54:45.2761963Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:54:45.2762244Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:54:45.2762496Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:54:45.2762845Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:54:45.3050608Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:54:45.3050926Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:54:45.3051182Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:54:45.3051449Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:54:45.3051718Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:54:45.3073523Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:54:45.3073839Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:54:45.3074174Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:54:45.3074396Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:54:45.3074752Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:54:45.3075195Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:54:45.3075965Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:54:45.3076296Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:54:45.3076499Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:54:45.3076731Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:54:45.3076956Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:54:45.3077151Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:54:45.3077579Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:54:45.3077844Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:54:45.3078145Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:54:45.3078457Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:54:45.3078806Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:54:45.3079094Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:54:45.3079496Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:54:45.3079817Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:54:45.3080160Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:54:45.3080470Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:54:45.3080823Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:54:45.3081131Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:54:45.3081406Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:54:45.3081821Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:54:45.3082260Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:54:45.3082664Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:54:45.3082998Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:54:45.3083365Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:54:45.3083721Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:54:45.3084072Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:54:45.3084602Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:54:45.3085005Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:54:45.3085388Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:54:45.3085718Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:54:45.3086053Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:54:45.3086383Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:54:45.3086742Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:54:45.3087169Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:54:45.3087630Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:54:45.3088096Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:54:45.3088544Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:54:45.3088994Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:54:45.3089383Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:54:45.3089924Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:54:45.3090435Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:54:45.3090853Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:54:45.3091227Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:54:45.3091666Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:54:45.3092126Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:54:45.3092477Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:54:45.3092797Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:54:45.3093165Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:54:45.3093548Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:54:45.3093927Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:54:45.3094510Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:54:45.3094917Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:54:45.3095296Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:54:45.3095702Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:54:45.3096124Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:54:45.3096536Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:54:45.3096945Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:54:45.3097303Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:54:45.3097720Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:54:45.3098233Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:54:45.3098615Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:54:45.3098996Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:54:45.3099319Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:54:45.3099929Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:54:45.3100314Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:54:45.3100716Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:54:45.3101062Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:54:45.3101401Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:54:45.3101741Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:54:45.3102127Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:54:45.3102537Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:54:45.3102942Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:54:45.3103443Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:54:45.3103787Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:54:45.3104107Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:54:45.3104502Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:54:45.3105035Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:54:45.3105390Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:54:45.3105756Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:54:45.3106114Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:54:45.3106490Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:54:45.3106919Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:54:45.3107256Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:54:45.3107531Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:54:45.3107897Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:54:45.3108248Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:54:45.3108627Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:54:45.3108918Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:54:45.3109213Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:54:45.3109552Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:54:45.3109841Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:54:45.3110121Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:54:45.3110473Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:54:45.3110834Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:54:45.3111100Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:54:45.3111464Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:54:45.3515305Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:54:45.3515720Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:54:45.3516092Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:54:45.3516469Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:54:45.3516854Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:54:45.3517260Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:54:45.3517590Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:54:45.3518049Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:54:45.3518474Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:54:45.3518913Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:54:45.3519350Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:54:45.3519748Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:54:45.3520129Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:54:45.3520582Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:54:45.3521174Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:54:45.3521775Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:54:45.3522083Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:54:45.3522441Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:54:45.3523182Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:54:45.3523515Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:54:45.3523869Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:54:45.3524275Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:54:45.3524607Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:54:45.3524816Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:54:45.3525254Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:54:45.3525517Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:54:45.3525923Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:54:45.3526248Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:54:45.3526548Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:54:45.3526849Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:54:45.3527230Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:54:45.3527506Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:54:45.3527829Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:54:45.3528176Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:54:45.3528488Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:54:45.3528920Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:54:45.3529196Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:54:45.3529455Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:54:45.3529740Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:54:45.3530172Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:54:45.3530430Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:54:45.3530801Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:54:45.3531247Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:54:45.3531614Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:54:45.3531870Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:54:45.3532195Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:54:45.3532536Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:54:45.3532806Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:54:45.3533132Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:54:45.3533583Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:54:45.3534017Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:54:45.3534270Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:54:45.3534576Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:54:45.3534956Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:54:45.3535213Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:54:45.3535508Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:54:45.3535862Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:54:45.3536210Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:54:45.3536619Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:54:45.3536882Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:54:45.3537389Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:54:45.3537825Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:54:45.3538361Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:54:45.3538747Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:54:45.3539025Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:54:45.3539304Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:54:45.3539584Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:54:45.3539848Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:54:45.3540283Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:54:45.3540612Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:54:45.3541032Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:54:45.3541295Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:54:45.3541570Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:54:45.3541942Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:54:45.3542263Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:54:45.3542553Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:54:45.3543020Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:54:45.3543298Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:54:45.3543650Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:54:45.3543958Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:54:45.3544231Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:54:45.3544580Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:54:45.3544966Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:54:45.3545222Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:54:45.3545493Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:54:45.3545782Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:54:45.3546038Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:54:45.3546423Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:54:45.3546795Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:54:45.3547194Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:54:45.3547642Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:54:45.3547977Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:54:45.3548568Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:54:45.3549032Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:54:45.3549433Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:54:45.3549818Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:54:45.3550218Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:54:45.3550579Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:54:45.3550914Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:54:45.3551274Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:54:45.3551738Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:54:45.3552213Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:54:45.3552640Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:54:45.3553087Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:54:45.3553779Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:54:45.3554045Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:54:45.3554347Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:54:45.3554696Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:54:45.3555006Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:54:45.3555401Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:54:45.3555965Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:54:45.3556376Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:54:45.3556681Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:54:45.3557024Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:54:45.3557407Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:54:45.3557827Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:54:45.3558173Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:54:45.3558432Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:54:45.3864187Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:54:45.3864997Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:54:45.3865750Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:54:45.3866481Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:54:45.3867132Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:54:45.3867790Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:54:45.3868543Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:54:45.3869326Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:54:45.3870015Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:54:45.3870702Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:54:45.3871380Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:54:45.3872027Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:54:45.3872686Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:54:45.3873345Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:54:45.3874031Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:54:45.3874727Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:54:45.3875459Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:54:45.3876192Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:54:45.3876908Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:54:45.3877594Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:54:45.3878250Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:54:45.3878936Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:54:45.3879635Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:54:45.3880356Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:54:45.3881085Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:54:45.3881796Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:54:45.3882515Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:54:45.3883219Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:54:45.3883923Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:54:45.3884599Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:54:45.3885649Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:54:45.3886422Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:54:45.3887190Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:54:45.3887866Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:54:45.3888534Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:54:45.3889320Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:54:45.3890231Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:54:45.3890982Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:54:45.3891668Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:54:45.3892345Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:54:45.3893121Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:54:45.3893883Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:54:45.3894653Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:54:45.3895530Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:54:45.3896484Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:54:45.3897437Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:54:45.3898324Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:54:45.3899229Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:54:45.3900147Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:54:45.3901103Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:54:45.3902014Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:54:45.3902919Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:54:45.3903849Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:54:45.3904747Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:54:45.3905537Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:54:45.3906217Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:54:45.3907033Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:54:45.3907890Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:54:45.3908662Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:54:45.3909494Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:54:45.3910389Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:54:45.3911255Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:54:45.3912127Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:54:45.3912971Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:54:45.3913742Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:54:45.3914600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:54:45.3915607Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:54:45.3916691Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:54:45.3917760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:54:45.3918747Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:54:45.3920374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:54:45.3921365Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:54:45.3922386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:54:45.3923457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:54:45.3924586Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:54:45.3925583Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:54:45.3926551Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:54:45.3927546Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:54:45.3928527Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:54:45.3929603Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:54:45.3930650Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:54:45.3931637Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:54:45.3932524Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:54:45.3933427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:54:45.3934332Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:54:45.3935265Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:54:45.3936272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:54:45.3937280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:54:45.3938236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:54:45.3939194Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:54:45.3940178Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:54:45.3941177Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:54:45.3942184Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:54:45.3943281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:54:45.3944204Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:54:45.3945147Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:54:45.3946151Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:54:45.3947140Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:54:45.3948106Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:54:45.3949083Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:54:45.3950021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:54:45.3950955Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:54:45.3951972Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:54:45.3952998Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:54:45.3954020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:54:45.3954993Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:54:45.3956254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:54:45.3957254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:54:45.3958280Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:54:45.7092535Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:54:45.7093892Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:54:45.7094812Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:54:45.7095728Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:54:45.7096625Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:54:45.7097562Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:54:45.7098594Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:54:45.7099643Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:54:45.7100681Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:54:45.7101719Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:54:45.7102817Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:54:45.7103912Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:54:45.7105004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:54:45.7106102Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:54:45.7107190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:54:45.7108275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:54:45.7109374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:54:45.7110465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:54:45.7111554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:54:45.7112655Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:54:45.7113771Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:54:45.7114853Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:54:45.7115838Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:54:45.7116811Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:54:45.7117854Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:54:45.7118913Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:54:45.7119967Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:54:45.7120966Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:54:45.7121867Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:54:45.7122775Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:54:45.7123717Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:54:45.7124645Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:54:45.7125884Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:54:45.7126756Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:54:45.7127725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:54:45.7128909Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:54:45.7130101Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:54:45.7131278Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:54:45.7132443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:54:45.7133581Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:54:45.7134656Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:54:45.7135725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:54:45.7136835Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:54:45.7137903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:54:45.7138935Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:54:45.7140027Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:54:45.7141153Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:54:45.7142334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:54:45.7143672Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:54:45.7144745Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:54:45.7145777Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:54:45.7146799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:54:45.7147828Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:54:45.7148892Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:54:45.7150040Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:54:45.7151199Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:54:45.7152284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:54:45.7153244Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:54:45.7154176Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:54:45.7155111Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:54:45.7155973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:54:45.7156833Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:54:45.7157646Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:54:45.7158505Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:54:45.7159430Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:54:45.7160405Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:54:45.7161752Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:54:45.7162841Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:54:45.7163819Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:54:45.7164681Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:54:45.7165409Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:54:45.7166048Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:54:45.7166864Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:54:45.7167545Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:54:45.7168166Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:54:45.7168769Z adding 'executorch/codegen/gen.py' 2025-06-05T23:54:45.7169252Z adding 'executorch/codegen/model.py' 2025-06-05T23:54:45.7169732Z adding 'executorch/codegen/parse.py' 2025-06-05T23:54:45.7170245Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:54:45.7170772Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:54:45.7171301Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:54:45.7171811Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:54:45.7172357Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:54:45.7172935Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:54:45.7173510Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:54:45.7174145Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:54:45.7174816Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:54:45.7175492Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:54:45.7176176Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:54:45.7176854Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:54:45.7177526Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:54:45.7178121Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:54:45.7178683Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:54:45.7179254Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:54:45.7179814Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:54:45.7180440Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:54:45.7181076Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:54:45.7181628Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:54:45.7182253Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:54:45.7182928Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:54:45.7183661Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:54:45.7184479Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:54:45.7185159Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:54:45.7185646Z adding 'executorch/data/bin/flatc' 2025-06-05T23:54:45.7186118Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:54:45.7186679Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:54:45.7187334Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:54:45.7571573Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:54:45.7572373Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:54:45.7573022Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:54:45.7573650Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:54:45.7574331Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:54:45.7575156Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:54:45.7576056Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:54:45.7577325Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:54:45.7578129Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:54:45.7578926Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:54:45.7579784Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:54:45.7580663Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:54:45.7581693Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:54:45.7582575Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:54:45.7583391Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:54:45.7584139Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:54:45.7584873Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:54:45.7585555Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:54:45.7586188Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:54:45.7586846Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:54:45.7587489Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:54:45.7588075Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:54:45.7588661Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:54:45.7589285Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:54:45.7589910Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:54:45.7590484Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:54:45.7591115Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:54:45.7591750Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:54:45.7592359Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:54:45.7593013Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:54:45.7593764Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:54:45.7594511Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:54:45.7595210Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:54:45.7595945Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:54:45.7596709Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:54:45.7597512Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:54:45.7598403Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:54:45.7611353Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:54:45.7612204Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:54:45.7612984Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:54:45.7613692Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:54:45.7614484Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:54:45.7615235Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:54:45.7615961Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:54:45.7616685Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:54:45.7617320Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:54:45.7617966Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:54:45.7618678Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:54:45.7619399Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:54:45.7620187Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:54:45.7621218Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:54:45.7622013Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:54:45.7622766Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:54:45.7623480Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:54:45.7624179Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:54:45.7624893Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:54:45.7625774Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:54:45.7626557Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:54:45.7627397Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:54:45.7628211Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:54:45.7628975Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:54:45.7629712Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:54:45.7630402Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:54:45.7631047Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:54:45.7631610Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:54:45.7632193Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:54:45.7632777Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:54:45.7633415Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:54:45.7634079Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:54:45.7634688Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:54:45.7635271Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:54:45.7635900Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:54:45.7636600Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:54:45.7637465Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:54:45.7638511Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:54:45.7639567Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:54:45.7640666Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:54:45.7641675Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:54:45.7642651Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:54:45.7643769Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:54:45.7644456Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:54:45.7645140Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:54:45.7645825Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:54:45.7646491Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:54:45.7647166Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:54:45.7647792Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:54:45.7648411Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:54:45.7649114Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:54:45.7649779Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:54:45.7650452Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:54:45.7651127Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:54:45.7651787Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:54:45.7652413Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:54:45.7653400Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:54:45.7654183Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:54:45.7654838Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:54:45.7655453Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:54:45.7656055Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:54:45.7656627Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:54:45.7657261Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:54:45.7658126Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:54:45.7658873Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:54:45.7659643Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:54:45.7660457Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:54:45.7661291Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:54:45.7662110Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:54:45.7662861Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:54:45.7663553Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:54:45.7664247Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:54:45.7665034Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:54:45.7666020Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:54:45.7667015Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:54:45.7667953Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:54:45.7668923Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:54:45.7669844Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:54:45.7670759Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:54:45.7671733Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:54:45.7672641Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:54:45.7673532Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:54:45.7674408Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:54:45.7675247Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:54:45.7676125Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:54:45.8095832Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:54:45.8096923Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:54:45.8098012Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:54:45.8099187Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:54:45.8100247Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:54:45.8101136Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:54:45.8102076Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:54:45.8102998Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:54:45.8103836Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:54:45.8104640Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:54:45.8105437Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:54:45.8106620Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:54:45.8107430Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:54:45.8108163Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:54:45.8108950Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:54:45.8109879Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:54:45.8110970Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:54:45.8111892Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:54:45.8112763Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:54:45.8113563Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:54:45.8114395Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:54:45.8115216Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:54:45.8116038Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:54:45.8116928Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:54:45.8117928Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:54:45.8118909Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:54:45.8119800Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:54:45.8120725Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:54:45.8121753Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:54:45.8122614Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:54:45.8123249Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:54:45.8123873Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:54:45.8124509Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:54:45.8125184Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:54:45.8125817Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:54:45.8126398Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:54:45.8127023Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:54:45.8127679Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:54:45.8128345Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:54:45.8129140Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:54:45.8129874Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:54:45.8130555Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:54:45.8131314Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:54:45.8131992Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:54:45.8132643Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:54:45.8133354Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:54:45.8134087Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:54:45.8134861Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:54:45.8135678Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:54:45.8136406Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:54:45.8137122Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:54:45.8137815Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:54:45.8138539Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:54:45.8139385Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:54:45.8140036Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:54:45.8140694Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:54:45.8141293Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:54:45.8141900Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:54:45.8142568Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:54:45.8143578Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:54:45.8144211Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:54:45.8144894Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:54:45.8145613Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:54:45.8146354Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:54:45.8147009Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:54:45.8147645Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:54:45.8148304Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:54:45.8148861Z adding 'executorch/exir/__init__.py' 2025-06-05T23:54:45.8149343Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:54:45.8149813Z adding 'executorch/exir/common.py' 2025-06-05T23:54:45.8150294Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:54:45.8150786Z adding 'executorch/exir/delegate.py' 2025-06-05T23:54:45.8151273Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:54:45.8151859Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:54:45.8152381Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:54:45.8152872Z adding 'executorch/exir/error.py' 2025-06-05T23:54:45.8153319Z adding 'executorch/exir/graph.py' 2025-06-05T23:54:45.8153789Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:54:45.8154328Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:54:45.8154860Z adding 'executorch/exir/memory.py' 2025-06-05T23:54:45.8155355Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:54:45.8155866Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:54:45.8156360Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:54:45.8156864Z adding 'executorch/exir/print_program.py' 2025-06-05T23:54:45.8157368Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:54:45.8157847Z adding 'executorch/exir/schema.py' 2025-06-05T23:54:45.8158316Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:54:45.8158787Z adding 'executorch/exir/tensor.py' 2025-06-05T23:54:45.8159252Z adding 'executorch/exir/tracer.py' 2025-06-05T23:54:45.8159715Z adding 'executorch/exir/types.py' 2025-06-05T23:54:45.8160170Z adding 'executorch/exir/version.py' 2025-06-05T23:54:45.8160634Z adding 'executorch/exir/wrap.py' 2025-06-05T23:54:45.8161119Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:54:45.8161672Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:54:45.8162238Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:54:45.8162813Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:54:45.8163428Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:54:45.8164033Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:54:45.8164596Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:54:45.8165197Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:54:45.8165788Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:54:45.8166349Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:54:45.8166915Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:54:45.8167507Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:54:45.8168109Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:54:45.8168831Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:54:45.8169787Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:54:45.8170483Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:54:45.8171089Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:54:45.8171655Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:54:45.8172272Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:54:45.8172889Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:54:45.8173566Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:54:45.8174118Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:54:45.8174826Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:54:45.8175757Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:54:45.8176723Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:54:45.8177758Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:54:45.8178747Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:54:45.8179625Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:54:45.8180453Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:54:45.8181279Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:54:45.8182109Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:54:45.8182888Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:54:45.8183588Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:54:45.8184444Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:54:45.8185190Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:54:45.8185939Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:54:45.8186592Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:54:45.8187293Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:54:45.8187982Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:54:45.8188681Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:54:45.8189415Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:54:45.8940034Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:54:45.8940838Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:54:45.8941573Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:54:45.8942204Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:54:45.8943006Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:54:45.8943717Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:54:45.8944418Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:54:45.8945224Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:54:45.8946087Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:54:45.8947027Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:54:45.8947830Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:54:45.8948449Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:54:45.8948981Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:54:45.8949511Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:54:45.8950042Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:54:45.8950564Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:54:45.8951432Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:54:45.8951957Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:54:45.8952622Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:54:45.8953277Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:54:45.8953888Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:54:45.8954468Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:54:45.8955040Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:54:45.8955835Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:54:45.8956497Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:54:45.8957136Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:54:45.8957725Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:54:45.8958325Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:54:45.8958994Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:54:45.8959606Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:54:45.8960191Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:54:45.8960825Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:54:45.8961518Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:54:45.8962233Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:54:45.8962850Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:54:45.8963380Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:54:45.8963906Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:54:45.8964429Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:54:45.8964971Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:54:45.8965498Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:54:45.8966002Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:54:45.8966580Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:54:45.8967164Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:54:45.8967807Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:54:45.8968501Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:54:45.8969201Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:54:45.8969868Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:54:45.8970555Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:54:45.8971227Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:54:45.8971927Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:54:45.8972632Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:54:45.8973273Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:54:45.8973965Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:54:45.8974710Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:54:45.8975352Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:54:45.8976015Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:54:45.8976730Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:54:45.8977385Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:54:45.8978011Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:54:45.8978660Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:54:45.8979261Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:54:45.8979897Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:54:45.8980612Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:54:45.8981261Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:54:45.8982087Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:54:45.8982821Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:54:45.8983621Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:54:45.8984458Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:54:45.8985173Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:54:45.8985903Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:54:45.8986734Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:54:45.8987366Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:54:45.8987965Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:54:45.8988573Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:54:45.8989212Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:54:45.8989819Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:54:45.8990369Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:54:45.8990918Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:54:45.8991467Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:54:45.8992089Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:54:45.8992725Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:54:45.8993296Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:54:45.8993832Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:54:45.8994387Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:54:45.8994904Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:54:45.8995443Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:54:45.8995948Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:54:45.8996462Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:54:45.8996986Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:54:45.8997532Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:54:45.8998149Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:54:45.8998707Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:54:45.8999250Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:54:45.8999824Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:54:45.9000371Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:54:45.9000913Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:54:45.9001507Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:54:45.9002188Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:54:45.9002824Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:54:45.9003379Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:54:45.9004009Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:54:45.9004745Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:54:45.9005511Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:54:45.9006213Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:54:45.9006813Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:54:45.9007378Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:54:45.9007934Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:54:45.9008495Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:54:45.9009261Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:54:45.9009944Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:54:45.9010562Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:54:45.9011168Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:54:45.9011884Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:54:45.9012783Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:54:45.9013360Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:54:45.9013899Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:54:45.9014432Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:54:45.9014998Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:54:45.9015566Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:54:45.9016121Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:54:45.9016795Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:54:45.9017406Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:54:45.9018001Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:54:45.9018586Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:54:45.9019213Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:54:45.9019862Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:54:45.9020458Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:54:45.9021045Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:54:45.9021713Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:54:45.9022464Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:54:45.9023271Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:54:45.9024102Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:54:45.9024867Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:54:45.9025606Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:54:45.9026296Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:54:45.9026909Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:54:45.9027514Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:54:45.9028210Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:54:45.9028940Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:54:45.9029594Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:54:45.9030322Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:54:45.9031083Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:54:46.6598762Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:54:46.6599662Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:54:46.6600517Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:54:46.6601338Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:54:46.6602148Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:54:46.6602967Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:54:46.6603826Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:54:46.6604799Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:54:46.6605744Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:54:46.6606514Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:54:46.6607113Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:54:46.6607750Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:54:46.6608426Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:54:46.6609187Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:54:46.6609885Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:54:46.6610928Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:54:46.6611611Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:54:46.6612264Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:54:46.6612950Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:54:46.6613649Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:54:46.6614261Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:54:46.6614896Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:54:46.6615787Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:54:46.6616546Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:54:46.6617344Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:54:46.6618094Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:54:46.6618917Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:54:46.6619947Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:54:46.6621006Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:54:46.6622045Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:54:46.6623064Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:54:46.6624128Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:54:46.6625286Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:54:46.6626496Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:54:46.6627536Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:54:46.6628448Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:54:46.6629370Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:54:46.6630288Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:54:46.6631174Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:54:46.6632095Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:54:46.6633118Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:54:46.6634174Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:54:46.6635093Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:54:46.6635957Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:54:46.6636929Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:54:46.6637991Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:54:46.6639085Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:54:46.6640194Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:54:46.6641378Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:54:46.6642584Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:54:46.6644053Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:54:46.6645240Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:54:46.6646740Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:54:46.6647930Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:54:46.6649106Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:54:46.6650137Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:54:46.6651133Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:54:46.6652316Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:54:46.6653418Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:54:46.6654464Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:54:46.6655466Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:54:46.6656485Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:54:46.6657493Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:54:46.6658420Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:54:46.6659324Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:54:46.6660234Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:54:46.6661232Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:54:46.6662312Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:54:46.6663361Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:54:46.6664328Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:54:46.6665290Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:54:46.6666480Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:54:46.6667818Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:54:46.6669267Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:54:46.6670791Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:54:46.6672087Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:54:46.6673299Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:54:46.6674393Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:54:46.6675357Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:54:46.6676218Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:54:46.6676869Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:54:46.6677538Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:54:46.6678290Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:54:46.6679108Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:54:46.6679778Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:54:46.6680346Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:54:46.6680929Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:54:46.6681623Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:54:46.6682518Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:54:46.6683281Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:54:46.6684100Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:54:46.6684898Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:54:46.6685660Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:54:46.6686587Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:54:46.6687758Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:54:46.6688766Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:54:46.6689573Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:54:46.6690387Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:54:46.6691233Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:54:46.6692064Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:54:46.6692953Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:54:46.6693830Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:54:47.2289278Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:54:47.2290251Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:54:47.2291034Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:54:47.2291778Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:54:47.2292473Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:54:47.2293152Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:54:47.2293884Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:54:47.2294712Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:54:47.2295620Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:54:47.2296502Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:54:47.2297294Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:54:47.2298131Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:54:47.2299002Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:54:47.2299813Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:54:47.2300552Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:54:47.2301242Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:54:47.2301899Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:54:47.2302628Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:54:47.2303467Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:54:47.2304339Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:54:47.2305314Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:54:47.2306377Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:54:47.2307403Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:54:47.2308408Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:54:47.2309621Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:54:47.2310730Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:54:47.2312098Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:54:47.2313031Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:54:47.2313968Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:54:47.2314923Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:54:47.2315836Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:54:47.2316896Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:54:47.2317783Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:54:47.2318658Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:54:47.2319577Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:54:47.2320493Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:54:47.2321402Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:54:47.2322344Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:54:47.2323252Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:54:47.2324168Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:54:47.2325132Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:54:47.2326166Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:54:47.2327230Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:54:47.2328317Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:54:47.2329537Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:54:47.2330627Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:54:47.2331688Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:54:47.2332727Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:54:47.2333819Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:54:47.2334949Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:54:47.2336001Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:54:47.2337090Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:54:47.2338217Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:54:47.2339394Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:54:47.2340533Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:54:47.2341474Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:54:47.2342364Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:54:47.2343900Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:54:47.2344861Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:54:47.2345763Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:54:47.2346540Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:54:47.2347285Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:54:47.2348245Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:54:47.2349039Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:54:47.2349854Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:54:47.2350604Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:54:47.2351350Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:54:47.2352125Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:54:47.2353032Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:54:47.2353796Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:54:47.2354538Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:54:47.2355317Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:54:47.2356199Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:54:47.2356943Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:54:47.2357598Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:54:47.2358289Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:54:47.2358996Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:54:47.2359801Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:54:47.2360602Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:54:47.2361299Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:54:47.2361849Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:54:47.2362449Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:54:47.2362987Z adding 'executorch/schema/program.fbs' 2025-06-05T23:54:47.2363486Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:54:47.2364081Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:54:47.2364719Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:54:47.2365289Z adding 'executorch/util/collect_env.py' 2025-06-05T23:54:47.2365792Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:54:47.2366418Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:54:47.2367091Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:54:47.2367691Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:54:47.2368354Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:54:47.2369149Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:54:47.2369794Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:54:47.2370353Z removing pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:54:47.2371255Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:54:47.2372686Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl size=10880754 sha256=da690718ec29417869104f810ba9b306dc59eddc632296cdc3c5988cef52a0f9 2025-06-05T23:54:47.2374447Z Stored in directory: /tmp/pip-ephem-wheel-cache-8sn3uf81/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:54:47.2378097Z  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:54:47.2380952Z  Running command python setup.py bdist_wheel 2025-06-05T23:54:47.2381452Z running bdist_wheel 2025-06-05T23:54:47.2381978Z running build 2025-06-05T23:54:47.2382309Z running build_py 2025-06-05T23:54:47.2382676Z creating build/lib/coremltools 2025-06-05T23:54:47.2383201Z copying coremltools/__init__.py -> build/lib/coremltools 2025-06-05T23:54:47.2383848Z copying coremltools/version.py -> build/lib/coremltools 2025-06-05T23:54:47.2384410Z creating build/lib/coremltools/_deps 2025-06-05T23:54:47.2569593Z copying coremltools/_deps/__init__.py -> build/lib/coremltools/_deps 2025-06-05T23:54:47.2570339Z creating build/lib/coremltools/converters 2025-06-05T23:54:47.2571344Z copying coremltools/converters/__init__.py -> build/lib/coremltools/converters 2025-06-05T23:54:47.2572336Z copying coremltools/converters/_converters_entry.py -> build/lib/coremltools/converters 2025-06-05T23:54:47.2573342Z copying coremltools/converters/_profile_utils.py -> build/lib/coremltools/converters 2025-06-05T23:54:47.2574080Z creating build/lib/coremltools/models 2025-06-05T23:54:47.2574718Z copying coremltools/models/__init__.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2575583Z copying coremltools/models/_compiled_model.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2576473Z copying coremltools/models/_deprecation.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2577375Z copying coremltools/models/_feature_management.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2578325Z copying coremltools/models/_interface_management.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2579309Z copying coremltools/models/array_feature_extractor.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2580264Z copying coremltools/models/compute_device.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2581153Z copying coremltools/models/compute_plan.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2582011Z copying coremltools/models/datatypes.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2582906Z copying coremltools/models/feature_vectorizer.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2583795Z copying coremltools/models/model.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2584600Z copying coremltools/models/pipeline.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2585453Z copying coremltools/models/tree_ensemble.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2586289Z copying coremltools/models/utils.py -> build/lib/coremltools/models 2025-06-05T23:54:47.2586944Z creating build/lib/coremltools/optimize 2025-06-05T23:54:47.2587612Z copying coremltools/optimize/__init__.py -> build/lib/coremltools/optimize 2025-06-05T23:54:47.2588474Z copying coremltools/optimize/_utils.py -> build/lib/coremltools/optimize 2025-06-05T23:54:47.2589148Z creating build/lib/coremltools/proto 2025-06-05T23:54:47.2589895Z copying coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2590915Z copying coremltools/proto/AudioFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2591949Z copying coremltools/proto/BayesianProbitRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2593143Z copying coremltools/proto/CategoricalMapping_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2594228Z copying coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2595241Z copying coremltools/proto/CustomModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2596156Z copying coremltools/proto/DataStructures_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2597094Z copying coremltools/proto/DictVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2598018Z copying coremltools/proto/FeatureTypes_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2598958Z copying coremltools/proto/FeatureVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2599909Z copying coremltools/proto/GLMClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2601158Z copying coremltools/proto/GLMRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2602039Z copying coremltools/proto/Gazetteer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2602896Z copying coremltools/proto/Identity_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2603734Z copying coremltools/proto/Imputer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2604703Z copying coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2605702Z copying coremltools/proto/LinkedModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2606683Z copying coremltools/proto/MIL_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2607498Z copying coremltools/proto/Model_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2608375Z copying coremltools/proto/NamedParameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2609429Z copying coremltools/proto/NearestNeighbors_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2610377Z copying coremltools/proto/NeuralNetwork_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2611360Z copying coremltools/proto/NonMaximumSuppression_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2612334Z copying coremltools/proto/Normalizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2613227Z copying coremltools/proto/OneHotEncoder_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2614129Z copying coremltools/proto/Parameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2614966Z copying coremltools/proto/SVM_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2615777Z copying coremltools/proto/Scaler_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2616747Z copying coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2617781Z copying coremltools/proto/TextClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2618711Z copying coremltools/proto/TreeEnsemble_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2619660Z copying coremltools/proto/VisionFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2620627Z copying coremltools/proto/WordEmbedding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2621521Z copying coremltools/proto/WordTagger_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2622363Z copying coremltools/proto/__init__.py -> build/lib/coremltools/proto 2025-06-05T23:54:47.2622998Z creating build/lib/coremltools/test 2025-06-05T23:54:47.2623612Z copying coremltools/test/__init__.py -> build/lib/coremltools/test 2025-06-05T23:54:47.2624366Z copying coremltools/test/utils.py -> build/lib/coremltools/test 2025-06-05T23:54:47.2625016Z creating build/lib/coremltools/converters/libsvm 2025-06-05T23:54:47.2625834Z copying coremltools/converters/libsvm/__init__.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:54:47.2626961Z copying coremltools/converters/libsvm/_libsvm_converter.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:54:47.2628123Z copying coremltools/converters/libsvm/_libsvm_util.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:54:47.2628966Z creating build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2629722Z copying coremltools/converters/mil/__init__.py -> build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2630841Z copying coremltools/converters/mil/_deployment_compatibility.py -> build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2631973Z copying coremltools/converters/mil/conftest.py -> build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2633011Z copying coremltools/converters/mil/converter.py -> build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2634086Z copying coremltools/converters/mil/debugging_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2635175Z copying coremltools/converters/mil/input_types.py -> build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2636474Z copying coremltools/converters/mil/test_inputs_outputs_shape.py -> build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2637616Z copying coremltools/converters/mil/testing_reqs.py -> build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2638695Z copying coremltools/converters/mil/testing_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:54:47.2639533Z creating build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2640389Z copying coremltools/converters/sklearn/_LinearSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2641640Z copying coremltools/converters/sklearn/_LinearSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2642939Z copying coremltools/converters/sklearn/_NuSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2644055Z copying coremltools/converters/sklearn/_NuSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2645115Z copying coremltools/converters/sklearn/_SVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2646179Z copying coremltools/converters/sklearn/_SVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2647251Z copying coremltools/converters/sklearn/__init__.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2648349Z copying coremltools/converters/sklearn/_converter.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2649631Z copying coremltools/converters/sklearn/_converter_internal.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2650915Z copying coremltools/converters/sklearn/_decision_tree_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2652223Z copying coremltools/converters/sklearn/_decision_tree_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2653477Z copying coremltools/converters/sklearn/_dict_vectorizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2654763Z copying coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2656127Z copying coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2657347Z copying coremltools/converters/sklearn/_imputer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2658545Z copying coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2659814Z copying coremltools/converters/sklearn/_linear_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2661051Z copying coremltools/converters/sklearn/_logistic_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2662254Z copying coremltools/converters/sklearn/_normalizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2663414Z copying coremltools/converters/sklearn/_one_hot_encoder.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2901676Z copying coremltools/converters/sklearn/_random_forest_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2903013Z copying coremltools/converters/sklearn/_random_forest_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2904260Z copying coremltools/converters/sklearn/_ridge_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2905445Z copying coremltools/converters/sklearn/_sklearn_util.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2906684Z copying coremltools/converters/sklearn/_standard_scaler.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2907838Z copying coremltools/converters/sklearn/_svm_common.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2908981Z copying coremltools/converters/sklearn/_tree_ensemble.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:54:47.2910187Z creating build/lib/coremltools/converters/xgboost 2025-06-05T23:54:47.2911017Z copying coremltools/converters/xgboost/__init__.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:54:47.2912089Z copying coremltools/converters/xgboost/_tree.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:54:47.2913197Z copying coremltools/converters/xgboost/_tree_ensemble.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:54:47.2914098Z creating build/lib/coremltools/converters/mil/backend 2025-06-05T23:54:47.2915147Z copying coremltools/converters/mil/backend/__init__.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:54:47.2916408Z copying coremltools/converters/mil/backend/backend_helper.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:54:47.2917403Z creating build/lib/coremltools/converters/mil/experimental 2025-06-05T23:54:47.2918394Z copying coremltools/converters/mil/experimental/__init__.py -> build/lib/coremltools/converters/mil/experimental 2025-06-05T23:54:47.2919377Z creating build/lib/coremltools/converters/mil/frontend 2025-06-05T23:54:47.2920281Z copying coremltools/converters/mil/frontend/__init__.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:54:47.2921478Z copying coremltools/converters/mil/frontend/_utils.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:54:47.2922369Z creating build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2923193Z copying coremltools/converters/mil/mil/__init__.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2924273Z copying coremltools/converters/mil/mil/block.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2925355Z copying coremltools/converters/mil/mil/builder.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2926470Z copying coremltools/converters/mil/mil/input_type.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2927590Z copying coremltools/converters/mil/mil/operation.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2928806Z copying coremltools/converters/mil/mil/program.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2929904Z copying coremltools/converters/mil/mil/scope.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2930972Z copying coremltools/converters/mil/mil/utils.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2932039Z copying coremltools/converters/mil/mil/var.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:54:47.2932893Z creating build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.2933865Z copying coremltools/converters/mil/backend/mil/__init__.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.2935159Z copying coremltools/converters/mil/backend/mil/helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.2936430Z copying coremltools/converters/mil/backend/mil/load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.2937738Z copying coremltools/converters/mil/backend/mil/test_helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.2939059Z copying coremltools/converters/mil/backend/mil/test_load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.2940053Z creating build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:54:47.2941001Z copying coremltools/converters/mil/backend/nn/__init__.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:54:47.2942239Z copying coremltools/converters/mil/backend/nn/load.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:54:47.2943745Z copying coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:54:47.2945137Z copying coremltools/converters/mil/backend/nn/op_mapping.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:54:47.2946173Z creating build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:54:47.2947511Z copying coremltools/converters/mil/backend/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:54:47.2949132Z copying coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:54:47.2950857Z copying coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:54:47.2952610Z copying coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:54:47.2954316Z copying coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:54:47.2956057Z copying coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:54:47.2957683Z copying coremltools/converters/mil/backend/mil/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:54:47.2958842Z creating build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2959937Z copying coremltools/converters/mil/backend/nn/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2961489Z copying coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2963146Z copying coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2964796Z copying coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2966518Z copying coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2968275Z copying coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2970047Z copying coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2971658Z copying coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2973258Z copying coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2974838Z copying coremltools/converters/mil/backend/nn/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.2975987Z creating build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.2977136Z copying coremltools/converters/mil/experimental/passes/__init__.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.2978817Z copying coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.2980607Z copying coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.2982374Z copying coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.2984273Z copying coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.2986179Z copying coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.2988144Z copying coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.2989437Z creating build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.2990557Z copying coremltools/converters/mil/frontend/milproto/__init__.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.2992030Z copying coremltools/converters/mil/frontend/milproto/helper.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.2993573Z copying coremltools/converters/mil/frontend/milproto/load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.2995062Z copying coremltools/converters/mil/frontend/milproto/test_load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.2996205Z creating build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.2997346Z copying coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3089287Z copying coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3091003Z copying coremltools/converters/mil/frontend/tensorflow/convert_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3092613Z copying coremltools/converters/mil/frontend/tensorflow/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3094237Z copying coremltools/converters/mil/frontend/tensorflow/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3106786Z copying coremltools/converters/mil/frontend/tensorflow/dot_visitor.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3108355Z copying coremltools/converters/mil/frontend/tensorflow/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3109934Z copying coremltools/converters/mil/frontend/tensorflow/naming_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3111501Z copying coremltools/converters/mil/frontend/tensorflow/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3113016Z copying coremltools/converters/mil/frontend/tensorflow/parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3114593Z copying coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3116216Z copying coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3117777Z copying coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.3118945Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.3120118Z copying coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.3121702Z copying coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.3123284Z copying coremltools/converters/mil/frontend/tensorflow2/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.3124816Z copying coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.3125933Z creating build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3126961Z copying coremltools/converters/mil/frontend/torch/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3128346Z copying coremltools/converters/mil/frontend/torch/converter.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3130178Z copying coremltools/converters/mil/frontend/torch/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3131604Z copying coremltools/converters/mil/frontend/torch/exir_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3133055Z copying coremltools/converters/mil/frontend/torch/internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3134627Z copying coremltools/converters/mil/frontend/torch/load.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3135978Z copying coremltools/converters/mil/frontend/torch/ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3137406Z copying coremltools/converters/mil/frontend/torch/quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3138913Z copying coremltools/converters/mil/frontend/torch/torch_op_registry.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3140422Z copying coremltools/converters/mil/frontend/torch/torchir_passes.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3141934Z copying coremltools/converters/mil/frontend/torch/torchscript_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3143619Z copying coremltools/converters/mil/frontend/torch/utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.3144772Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:54:47.3146145Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:54:47.3148077Z 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:54:47.3150074Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:54:47.3151958Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:54:47.3153869Z 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:54:47.3155264Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3156511Z copying coremltools/converters/mil/frontend/tensorflow/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3158255Z copying coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3160061Z copying coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3161809Z copying coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3163527Z copying coremltools/converters/mil/frontend/tensorflow/test/test_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3165223Z copying coremltools/converters/mil/frontend/tensorflow/test/test_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3166930Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3168766Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3170785Z copying coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3172594Z copying coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.3173954Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:54:47.3175504Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:54:47.3177436Z 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:54:47.3179440Z 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:54:47.3181476Z 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:54:47.3183465Z 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:54:47.3185517Z 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:54:47.3187619Z 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:54:47.3189661Z 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:54:47.3191667Z 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:54:47.3193683Z 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:54:47.3195738Z 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:54:47.3197821Z 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:54:47.3300248Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:54:47.3301709Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:54:47.3303123Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:54:47.3305042Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:54:47.3306999Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:54:47.3308406Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:54:47.3309688Z copying coremltools/converters/mil/frontend/tensorflow2/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:54:47.3311484Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:54:47.3313592Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:54:47.3315350Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:54:47.3317142Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:54:47.3319122Z copying coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:54:47.3320522Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:54:47.3321970Z copying coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:54:47.3324021Z 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:54:47.3325539Z creating build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:54:47.3326803Z copying coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:54:47.3328591Z 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:54:47.3330611Z 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:54:47.3331981Z creating build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3333120Z copying coremltools/converters/mil/frontend/torch/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3334687Z copying coremltools/converters/mil/frontend/torch/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3336339Z copying coremltools/converters/mil/frontend/torch/test/test_examples.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3337978Z copying coremltools/converters/mil/frontend/torch/test/test_internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3339619Z copying coremltools/converters/mil/frontend/torch/test/test_passes.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3341295Z copying coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3343249Z copying coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3345100Z copying coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3346827Z copying coremltools/converters/mil/frontend/torch/test/test_torch_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3348523Z copying coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3350292Z copying coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3351966Z copying coremltools/converters/mil/frontend/torch/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.3353283Z creating build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:54:47.3354267Z copying coremltools/converters/mil/mil/ops/__init__.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:54:47.3355446Z copying coremltools/converters/mil/mil/ops/helper.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:54:47.3356649Z copying coremltools/converters/mil/mil/ops/registry.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:54:47.3357584Z creating build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.3358706Z copying coremltools/converters/mil/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.3360014Z copying coremltools/converters/mil/mil/passes/graph_pass.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.3361301Z copying coremltools/converters/mil/mil/passes/helper.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.3362622Z copying coremltools/converters/mil/mil/passes/pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.3363986Z copying coremltools/converters/mil/mil/passes/pass_registry.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.3364991Z creating build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.3365927Z copying coremltools/converters/mil/mil/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.3367171Z copying coremltools/converters/mil/mil/tests/test_block.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.3368459Z copying coremltools/converters/mil/mil/tests/test_debug.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.3369842Z copying coremltools/converters/mil/mil/tests/test_programs.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.3371153Z copying coremltools/converters/mil/mil/tests/test_types.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.3372133Z creating build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3373061Z copying coremltools/converters/mil/mil/types/__init__.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3374315Z copying coremltools/converters/mil/mil/types/annotate.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3375605Z copying coremltools/converters/mil/mil/types/get_type_info.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3376946Z copying coremltools/converters/mil/mil/types/global_methods.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3378265Z copying coremltools/converters/mil/mil/types/symbolic.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3379531Z copying coremltools/converters/mil/mil/types/type_bool.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3380824Z copying coremltools/converters/mil/mil/types/type_complex.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3382118Z copying coremltools/converters/mil/mil/types/type_dict.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3383405Z copying coremltools/converters/mil/mil/types/type_double.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3384785Z copying coremltools/converters/mil/mil/types/type_globals_pseudo_type.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3386135Z copying coremltools/converters/mil/mil/types/type_int.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3387400Z copying coremltools/converters/mil/mil/types/type_list.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3388686Z copying coremltools/converters/mil/mil/types/type_mapping.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3389978Z copying coremltools/converters/mil/mil/types/type_spec.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3391412Z copying coremltools/converters/mil/mil/types/type_state.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3392674Z copying coremltools/converters/mil/mil/types/type_str.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3393952Z copying coremltools/converters/mil/mil/types/type_tensor.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3395236Z copying coremltools/converters/mil/mil/types/type_tuple.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3396627Z copying coremltools/converters/mil/mil/types/type_unknown.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3506920Z copying coremltools/converters/mil/mil/types/type_void.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.3507956Z creating build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:54:47.3508951Z copying coremltools/converters/mil/mil/visitors/__init__.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:54:47.3510312Z copying coremltools/converters/mil/mil/visitors/dot_visitor.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:54:47.3511334Z creating build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:54:47.3512320Z copying coremltools/converters/mil/mil/ops/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:54:47.3513604Z copying coremltools/converters/mil/mil/ops/defs/_op_reqs.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:54:47.3514906Z copying coremltools/converters/mil/mil/ops/defs/_utils.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:54:47.3516294Z copying coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:54:47.3517378Z creating build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:54:47.3518383Z copying coremltools/converters/mil/mil/ops/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:54:47.3519738Z copying coremltools/converters/mil/mil/ops/tests/test_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:54:47.3521146Z copying coremltools/converters/mil/mil/ops/tests/testing_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:54:47.3522298Z creating build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:54:47.3523591Z copying coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:54:47.3525292Z copying coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:54:47.3526514Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3527617Z copying coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3529222Z copying coremltools/converters/mil/mil/ops/defs/iOS15/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3530765Z copying coremltools/converters/mil/mil/ops/defs/iOS15/classify.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3532323Z copying coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3533836Z copying coremltools/converters/mil/mil/ops/defs/iOS15/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3535393Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3537051Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3538925Z copying coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3540463Z copying coremltools/converters/mil/mil/ops/defs/iOS15/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3542018Z copying coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3543670Z copying coremltools/converters/mil/mil/ops/defs/iOS15/pool.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3545294Z copying coremltools/converters/mil/mil/ops/defs/iOS15/random.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3546830Z copying coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3548362Z copying coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3549938Z copying coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3551541Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3553214Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.3554451Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:54:47.3555555Z copying coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:54:47.3557081Z copying coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:54:47.3558659Z copying coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:54:47.3560258Z copying coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:54:47.3561863Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:54:47.3563513Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:54:47.3564748Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3565850Z copying coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3567366Z copying coremltools/converters/mil/mil/ops/defs/iOS17/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3568958Z copying coremltools/converters/mil/mil/ops/defs/iOS17/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3570508Z copying coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3572123Z copying coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3573657Z copying coremltools/converters/mil/mil/ops/defs/iOS17/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3575205Z copying coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3576833Z copying coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3578423Z copying coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3580162Z copying coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3581720Z copying coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3583330Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3585075Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.3586324Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:54:47.3587433Z copying coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:54:47.3588959Z copying coremltools/converters/mil/mil/ops/defs/iOS18/compression.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:54:47.3590515Z copying coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:54:47.3592030Z copying coremltools/converters/mil/mil/ops/defs/iOS18/states.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:54:47.3593620Z copying coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:54:47.3595281Z copying coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:54:47.3596516Z creating build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:54:47.3597831Z copying coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:54:47.3599654Z 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:54:47.3600984Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3602113Z copying coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3707373Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3709056Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3710645Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3712285Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3714021Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3715707Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3717331Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3718960Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3720566Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3722152Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3723983Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3725591Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3727234Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3729143Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3730909Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.3732182Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:54:47.3733316Z copying coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:54:47.3734920Z copying coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:54:47.3736612Z copying coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:54:47.3738338Z copying coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:54:47.3739612Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:54:47.3740736Z copying coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:54:47.3742322Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:54:47.3744073Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:54:47.3745671Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:54:47.3747348Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:54:47.3749033Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:54:47.3750774Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:54:47.3752044Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3753175Z copying coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3754747Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3756334Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3757956Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3759656Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3761267Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3762896Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3764777Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3766413Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3768029Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3769887Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3771589Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3773333Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.3774606Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:54:47.3775737Z copying coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:54:47.3777308Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:54:47.3778936Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:54:47.3780535Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:54:47.3782201Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:54:47.3783927Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:54:47.3785124Z creating build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3786173Z copying coremltools/converters/mil/mil/passes/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3787685Z copying coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3789302Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3790983Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3792618Z copying coremltools/converters/mil/mil/passes/defs/optimize_conv.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3794215Z copying coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3795822Z copying coremltools/converters/mil/mil/passes/defs/optimize_linear.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3797409Z copying coremltools/converters/mil/mil/passes/defs/optimize_normalization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3799034Z copying coremltools/converters/mil/mil/passes/defs/optimize_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3800634Z copying coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3802175Z copying coremltools/converters/mil/mil/passes/defs/optimize_state.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3803921Z copying coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3927391Z copying coremltools/converters/mil/mil/passes/defs/preprocess.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3928968Z copying coremltools/converters/mil/mil/passes/defs/quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3930461Z copying coremltools/converters/mil/mil/passes/defs/randomize.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3932212Z copying coremltools/converters/mil/mil/passes/defs/symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3933750Z copying coremltools/converters/mil/mil/passes/defs/transformer.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.3934866Z creating build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3935948Z copying coremltools/converters/mil/mil/passes/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3937456Z copying coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3939118Z copying coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3940826Z copying coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3942470Z copying coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3944138Z copying coremltools/converters/mil/mil/passes/tests/test_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3945754Z copying coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3947446Z copying coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3949076Z copying coremltools/converters/mil/mil/passes/tests/test_state_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3950671Z copying coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.3951905Z creating build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3953131Z copying coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3954868Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3956692Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3958502Z copying coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3960333Z 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:54:47.3962170Z copying coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3963963Z copying coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3965797Z copying coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3967849Z copying coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3969739Z copying coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3971592Z copying coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3973602Z copying coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.3974830Z creating build/lib/coremltools/models/ml_program 2025-06-05T23:54:47.3975627Z copying coremltools/models/ml_program/__init__.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:54:47.3976734Z copying coremltools/models/ml_program/compression_utils.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:54:47.3977653Z creating build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:54:47.3978574Z copying coremltools/models/nearest_neighbors/__init__.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:54:47.3979802Z copying coremltools/models/nearest_neighbors/builder.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:54:47.3980718Z creating build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3981583Z copying coremltools/models/neural_network/__init__.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3982723Z copying coremltools/models/neural_network/builder.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3983945Z copying coremltools/models/neural_network/flexible_shape_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3985250Z copying coremltools/models/neural_network/optimization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3986475Z copying coremltools/models/neural_network/printer.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3987704Z copying coremltools/models/neural_network/quantization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3989010Z copying coremltools/models/neural_network/spec_inspection_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3990330Z copying coremltools/models/neural_network/update_optimizer_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3991563Z copying coremltools/models/neural_network/utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:54:47.3992481Z creating build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:54:47.3993513Z copying coremltools/models/ml_program/experimental/__init__.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:54:47.3994919Z copying coremltools/models/ml_program/experimental/async_wrapper.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:54:47.3996390Z copying coremltools/models/ml_program/experimental/compute_plan_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:54:47.3997881Z copying coremltools/models/ml_program/experimental/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:54:47.3999377Z copying coremltools/models/ml_program/experimental/model_structure_path.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:54:47.4000854Z copying coremltools/models/ml_program/experimental/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:54:47.4002282Z copying coremltools/models/ml_program/experimental/remote_device.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:54:47.4003402Z creating build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:54:47.4004711Z copying coremltools/models/ml_program/experimental/torch/__init__.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:54:47.4006289Z copying coremltools/models/ml_program/experimental/torch/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:54:47.4007904Z copying coremltools/models/ml_program/experimental/torch/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:54:47.4009062Z creating build/lib/coremltools/optimize/coreml 2025-06-05T23:54:47.4009929Z copying coremltools/optimize/coreml/__init__.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:54:47.4010970Z copying coremltools/optimize/coreml/_config.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:54:47.4012114Z copying coremltools/optimize/coreml/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:54:47.4013344Z copying coremltools/optimize/coreml/_quantization_passes.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:54:47.4014225Z creating build/lib/coremltools/optimize/torch 2025-06-05T23:54:47.4014986Z copying coremltools/optimize/torch/__init__.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:54:47.4015989Z copying coremltools/optimize/torch/_logging.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:54:47.4016987Z copying coremltools/optimize/torch/_typing.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:54:47.4018071Z copying coremltools/optimize/torch/base_model_optimizer.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:54:47.4019249Z copying coremltools/optimize/torch/optimization_config.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:54:47.4020191Z creating build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.4021211Z copying coremltools/optimize/coreml/experimental/__init__.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.4022557Z copying coremltools/optimize/coreml/experimental/_config.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.4143381Z copying coremltools/optimize/coreml/experimental/_model_debugger.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.4144946Z copying coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.4146598Z copying coremltools/optimize/coreml/experimental/test_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.4147765Z creating build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4148626Z copying coremltools/optimize/torch/_utils/__init__.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4149785Z copying coremltools/optimize/torch/_utils/dist_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4150968Z copying coremltools/optimize/torch/_utils/fsdp_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4152154Z copying coremltools/optimize/torch/_utils/graph_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4153428Z copying coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4154667Z copying coremltools/optimize/torch/_utils/k_means.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4155826Z copying coremltools/optimize/torch/_utils/math_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4157043Z copying coremltools/optimize/torch/_utils/metadata_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4158281Z copying coremltools/optimize/torch/_utils/model_size_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4159532Z copying coremltools/optimize/torch/_utils/optimizer_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4161032Z copying coremltools/optimize/torch/_utils/python_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4162220Z copying coremltools/optimize/torch/_utils/registry.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4163404Z copying coremltools/optimize/torch/_utils/report_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4164627Z copying coremltools/optimize/torch/_utils/state_dict_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4166042Z copying coremltools/optimize/torch/_utils/torch_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4167253Z copying coremltools/optimize/torch/_utils/transforms.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4168480Z copying coremltools/optimize/torch/_utils/validation_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4169823Z copying coremltools/optimize/torch/_utils/version_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.4170888Z creating build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.4172073Z copying coremltools/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.4173634Z copying coremltools/optimize/torch/layerwise_compression/_quant.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.4175224Z copying coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.4176858Z copying coremltools/optimize/torch/layerwise_compression/input_cacher.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.4178560Z copying coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.4179786Z creating build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4180828Z copying coremltools/optimize/torch/palettization/__init__.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4182265Z copying coremltools/optimize/torch/palettization/_custom_conversion.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4183764Z copying coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4185329Z copying coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4186864Z copying coremltools/optimize/torch/palettization/_partitioner.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4188335Z copying coremltools/optimize/torch/palettization/_supported_modules.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4189782Z copying coremltools/optimize/torch/palettization/_utils.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4191207Z copying coremltools/optimize/torch/palettization/fake_palettize.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4192734Z copying coremltools/optimize/torch/palettization/palettization_config.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4194244Z copying coremltools/optimize/torch/palettization/palettizer.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4195800Z copying coremltools/optimize/torch/palettization/post_training_palettization.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4197379Z copying coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.4198452Z creating build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:54:47.4199348Z copying coremltools/optimize/torch/pruning/__init__.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:54:47.4200726Z copying coremltools/optimize/torch/pruning/_base_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:54:47.4202027Z copying coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:54:47.4203285Z copying coremltools/optimize/torch/pruning/_utils.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:54:47.4204545Z copying coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:54:47.4205975Z copying coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:54:47.4207022Z creating build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4208019Z copying coremltools/optimize/torch/quantization/__init__.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4209503Z copying coremltools/optimize/torch/quantization/_annotation_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4210950Z copying coremltools/optimize/torch/quantization/_backend_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4212401Z copying coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4213831Z copying coremltools/optimize/torch/quantization/_configure.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4215246Z copying coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4216731Z copying coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4218208Z copying coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4219584Z copying coremltools/optimize/torch/quantization/_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4221042Z copying coremltools/optimize/torch/quantization/post_training_quantization.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4222604Z copying coremltools/optimize/torch/quantization/quantization_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4224047Z copying coremltools/optimize/torch/quantization/quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.4225139Z creating build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.4226308Z copying coremltools/optimize/torch/quantization/modules/__init__.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.4227912Z copying coremltools/optimize/torch/quantization/modules/conv_transpose.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.4229621Z copying coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.4231308Z copying coremltools/optimize/torch/quantization/modules/fused_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.4233029Z copying coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.4234735Z copying coremltools/optimize/torch/quantization/modules/observers.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.4236349Z copying coremltools/optimize/torch/quantization/modules/qat_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.4238019Z copying coremltools/optimize/torch/quantization/modules/quantized_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.4239287Z creating build/lib/coremltools/test/api 2025-06-05T23:54:47.4387788Z copying coremltools/test/api/__init__.py -> build/lib/coremltools/test/api 2025-06-05T23:54:47.4388731Z copying coremltools/test/api/test_api_examples.py -> build/lib/coremltools/test/api 2025-06-05T23:54:47.4389719Z copying coremltools/test/api/test_api_visibilities.py -> build/lib/coremltools/test/api 2025-06-05T23:54:47.4390486Z creating build/lib/coremltools/test/blob 2025-06-05T23:54:47.4391164Z copying coremltools/test/blob/__init__.py -> build/lib/coremltools/test/blob 2025-06-05T23:54:47.4392330Z copying coremltools/test/blob/test_weights.py -> build/lib/coremltools/test/blob 2025-06-05T23:54:47.4393110Z creating build/lib/coremltools/test/ml_program 2025-06-05T23:54:47.4393867Z copying coremltools/test/ml_program/__init__.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:54:47.4394910Z copying coremltools/test/ml_program/test_compression.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:54:47.4395984Z copying coremltools/test/ml_program/test_utils.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:54:47.4396787Z creating build/lib/coremltools/test/modelpackage 2025-06-05T23:54:47.4397596Z copying coremltools/test/modelpackage/__init__.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:54:47.4398704Z copying coremltools/test/modelpackage/test_mlmodel.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:54:47.4399885Z copying coremltools/test/modelpackage/test_modelpackage.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:54:47.4400789Z creating build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4401620Z copying coremltools/test/neural_network/__init__.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4402776Z copying coremltools/test/neural_network/test_compiled_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4404036Z copying coremltools/test/neural_network/test_custom_neural_nets.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4405250Z copying coremltools/test/neural_network/test_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4406433Z copying coremltools/test/neural_network/test_neural_networks.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4407648Z copying coremltools/test/neural_network/test_nn_builder.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4408944Z copying coremltools/test/neural_network/test_numpy_nn_layers.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4410191Z copying coremltools/test/neural_network/test_quantization.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4411456Z copying coremltools/test/neural_network/test_simple_nn_inference.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4412687Z copying coremltools/test/neural_network/test_tf_numeric.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:54:47.4413559Z creating build/lib/coremltools/test/optimize 2025-06-05T23:54:47.4414300Z copying coremltools/test/optimize/__init__.py -> build/lib/coremltools/test/optimize 2025-06-05T23:54:47.4415291Z copying coremltools/test/optimize/test_utils.py -> build/lib/coremltools/test/optimize 2025-06-05T23:54:47.4416114Z creating build/lib/coremltools/test/pipeline 2025-06-05T23:54:47.4416858Z copying coremltools/test/pipeline/__init__.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:54:47.4417918Z copying coremltools/test/pipeline/test_model_updatable.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:54:47.4419014Z copying coremltools/test/pipeline/test_pipeline.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:54:47.4419840Z creating build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4420657Z copying coremltools/test/sklearn_tests/__init__.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4421732Z copying coremltools/test/sklearn_tests/test_NuSVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4423073Z copying coremltools/test/sklearn_tests/test_NuSVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4424157Z copying coremltools/test/sklearn_tests/test_SVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4425233Z copying coremltools/test/sklearn_tests/test_SVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4426417Z copying coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4427798Z copying coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4429073Z copying coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4430281Z copying coremltools/test/sklearn_tests/test_feature_names.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4431506Z copying coremltools/test/sklearn_tests/test_glm_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4432683Z copying coremltools/test/sklearn_tests/test_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4433812Z copying coremltools/test/sklearn_tests/test_io_types.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4435043Z copying coremltools/test/sklearn_tests/test_k_neighbors_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4436338Z copying coremltools/test/sklearn_tests/test_linear_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4437651Z copying coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4438922Z copying coremltools/test/sklearn_tests/test_normalizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4440115Z copying coremltools/test/sklearn_tests/test_one_hot_encoder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4441406Z copying coremltools/test/sklearn_tests/test_random_forest_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4442961Z copying coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4444366Z copying coremltools/test/sklearn_tests/test_random_forest_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4445763Z copying coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4447100Z copying coremltools/test/sklearn_tests/test_ridge_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4448339Z copying coremltools/test/sklearn_tests/test_standard_scalar.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4449583Z copying coremltools/test/sklearn_tests/test_utils.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:54:47.4450435Z creating build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4451252Z copying coremltools/test/xgboost_tests/__init__.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4452450Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4453842Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4455232Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4456631Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4458028Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4459624Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4461018Z copying coremltools/test/xgboost_tests/test_decision_tree_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4462417Z copying coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:54:47.4463479Z creating build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:54:47.4464643Z copying coremltools/test/ml_program/experimental/__init__.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:54:47.4466062Z copying coremltools/test/ml_program/experimental/test_compute_plan_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:54:47.4467559Z copying coremltools/test/ml_program/experimental/test_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:54:47.4469007Z copying coremltools/test/ml_program/experimental/test_perf_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:54:47.4470425Z copying coremltools/test/ml_program/experimental/test_remote_device.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:54:47.4471919Z copying coremltools/test/ml_program/experimental/test_torch_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:54:47.4472976Z creating build/lib/coremltools/test/optimize/api 2025-06-05T23:54:47.4473794Z copying coremltools/test/optimize/api/__init__.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:54:47.4474925Z copying coremltools/test/optimize/api/test_optimize_api.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:54:47.4475823Z creating build/lib/coremltools/test/optimize/coreml 2025-06-05T23:54:47.4476686Z copying coremltools/test/optimize/coreml/__init__.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:54:47.4477855Z copying coremltools/test/optimize/coreml/test_passes.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:54:47.4479182Z copying coremltools/test/optimize/coreml/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:54:47.4480206Z creating build/lib/coremltools/test/optimize/torch 2025-06-05T23:54:47.5294547Z copying coremltools/test/optimize/torch/__init__.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:54:47.5295719Z copying coremltools/test/optimize/torch/conftest.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:54:47.5296902Z copying coremltools/test/optimize/torch/smoke_test.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:54:47.5298107Z copying coremltools/test/optimize/torch/test_api_surface.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:54:47.5299402Z copying coremltools/test/optimize/torch/test_base_optimizer.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:54:47.5300598Z copying coremltools/test/optimize/torch/utils.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:54:47.5301513Z creating build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:54:47.5302568Z copying coremltools/test/optimize/torch/conversion/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:54:47.5304042Z copying coremltools/test/optimize/torch/conversion/conversion_utils.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:54:47.5305259Z creating build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:54:47.5306546Z copying coremltools/test/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:54:47.5308306Z copying coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:54:47.5310089Z copying coremltools/test/optimize/torch/layerwise_compression/test_quant.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:54:47.5311695Z creating build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:54:47.5312671Z copying coremltools/test/optimize/torch/models/__init__.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:54:47.5313954Z copying coremltools/test/optimize/torch/models/mnist.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:54:47.5315296Z copying coremltools/test/optimize/torch/models/multi_input_net.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:54:47.5316553Z creating build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.5317695Z copying coremltools/test/optimize/torch/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.5319310Z copying coremltools/test/optimize/torch/palettization/palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.5321034Z copying coremltools/test/optimize/torch/palettization/test_palettization_api.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.5322769Z copying coremltools/test/optimize/torch/palettization/test_palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.5324465Z copying coremltools/test/optimize/torch/palettization/test_palettizer.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.5326208Z copying coremltools/test/optimize/torch/palettization/test_post_training_palettization.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.5327989Z copying coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.5329282Z creating build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:54:47.5330272Z copying coremltools/test/optimize/torch/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:54:47.5331649Z copying coremltools/test/optimize/torch/pruning/pruning_utils.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:54:47.5333081Z copying coremltools/test/optimize/torch/pruning/test_base_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:54:47.5334556Z copying coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:54:47.5336087Z copying coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:54:47.5337224Z creating build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.5338335Z copying coremltools/test/optimize/torch/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.5339858Z copying coremltools/test/optimize/torch/quantization/test_configure.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.5341497Z copying coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.5343369Z copying coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.5345033Z copying coremltools/test/optimize/torch/quantization/test_observers.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.5346731Z copying coremltools/test/optimize/torch/quantization/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.5348422Z copying coremltools/test/optimize/torch/quantization/test_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.5349972Z copying coremltools/test/optimize/torch/quantization/test_utils.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.5351286Z creating build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.5352320Z copying coremltools/test/optimize/torch/test_utils/__init__.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.5353742Z copying coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.5355197Z copying coremltools/test/optimize/torch/test_utils/test_k_means.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.5356804Z copying coremltools/test/optimize/torch/test_utils/test_metadata_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.5358359Z copying coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.5359877Z copying coremltools/test/optimize/torch/test_utils/test_report_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.5361381Z copying coremltools/test/optimize/torch/test_utils/test_torch_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.5362907Z copying coremltools/test/optimize/torch/test_utils/test_validation_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.5364084Z creating build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:54:47.5365289Z copying coremltools/test/optimize/torch/conversion/joint/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:54:47.5367046Z copying coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:54:47.5368475Z creating build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:54:47.5369951Z copying coremltools/test/optimize/torch/conversion/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:54:47.5371944Z copying coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:54:47.5373427Z creating build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:54:47.5374663Z copying coremltools/test/optimize/torch/conversion/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:54:47.5376418Z copying coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:54:47.5377803Z creating build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:54:47.5379142Z copying coremltools/test/optimize/torch/conversion/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:54:47.5381096Z copying coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:54:47.5382915Z copying coremltools/converters/mil/experimental/passes/README.md -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.5384565Z /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:54:47.5385640Z !! 2025-06-05T23:54:47.5385808Z 2025-06-05T23:54:47.5385999Z ******************************************************************************** 2025-06-05T23:54:47.5386550Z Please avoid running ``setup.py`` directly. 2025-06-05T23:54:47.5387118Z Instead, use pypa/build, pypa/installer or other 2025-06-05T23:54:47.5387636Z standards-based tools. 2025-06-05T23:54:47.5387907Z 2025-06-05T23:54:47.5388333Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-06-05T23:54:47.5389217Z ******************************************************************************** 2025-06-05T23:54:47.5389569Z 2025-06-05T23:54:47.5389696Z !! 2025-06-05T23:54:47.5390015Z self.initialize_options() 2025-06-05T23:54:47.5390486Z installing to build/bdist.linux-aarch64/wheel 2025-06-05T23:54:47.5390976Z running install 2025-06-05T23:54:47.5391316Z running install_lib 2025-06-05T23:54:47.5391740Z creating build/bdist.linux-aarch64/wheel 2025-06-05T23:54:47.5429436Z creating build/bdist.linux-aarch64/wheel/coremltools 2025-06-05T23:54:47.5430310Z copying build/lib/coremltools/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:54:47.5431340Z copying build/lib/coremltools/version.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:54:47.5432198Z creating build/bdist.linux-aarch64/wheel/coremltools/_deps 2025-06-05T23:54:47.5433105Z copying build/lib/coremltools/_deps/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/_deps 2025-06-05T23:54:47.5434050Z creating build/bdist.linux-aarch64/wheel/coremltools/converters 2025-06-05T23:54:47.5435071Z copying build/lib/coremltools/converters/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:54:47.5436441Z copying build/lib/coremltools/converters/_converters_entry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:54:47.5437848Z copying build/lib/coremltools/converters/_profile_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:54:47.5438960Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/libsvm 2025-06-05T23:54:47.5440110Z copying build/lib/coremltools/converters/libsvm/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:54:47.5441667Z copying build/lib/coremltools/converters/libsvm/_libsvm_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:54:47.5443420Z copying build/lib/coremltools/converters/libsvm/_libsvm_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:54:47.5444594Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil 2025-06-05T23:54:47.5445697Z copying build/lib/coremltools/converters/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:54:47.5447224Z copying build/lib/coremltools/converters/mil/_deployment_compatibility.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:54:47.5448864Z copying build/lib/coremltools/converters/mil/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:54:47.5450337Z copying build/lib/coremltools/converters/mil/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:54:47.5451842Z copying build/lib/coremltools/converters/mil/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:54:47.5453363Z copying build/lib/coremltools/converters/mil/input_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:54:47.5454922Z copying build/lib/coremltools/converters/mil/test_inputs_outputs_shape.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:54:47.5456496Z copying build/lib/coremltools/converters/mil/testing_reqs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:54:47.5458006Z copying build/lib/coremltools/converters/mil/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:54:47.5459196Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend 2025-06-05T23:54:47.5460447Z copying build/lib/coremltools/converters/mil/backend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:54:47.5462128Z copying build/lib/coremltools/converters/mil/backend/backend_helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:54:47.5463694Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.5465030Z copying build/lib/coremltools/converters/mil/backend/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.5466768Z copying build/lib/coremltools/converters/mil/backend/mil/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.5468665Z copying build/lib/coremltools/converters/mil/backend/mil/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.5470455Z copying build/lib/coremltools/converters/mil/backend/mil/test_helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.5472246Z copying build/lib/coremltools/converters/mil/backend/mil/test_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:54:47.5473654Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:54:47.5475133Z 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:54:47.5477209Z 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:54:47.5479378Z 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:54:47.5481449Z 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:54:47.5483590Z 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:54:47.5485781Z 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:54:47.5487856Z 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:54:47.5489406Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn 2025-06-05T23:54:47.5490716Z copying build/lib/coremltools/converters/mil/backend/nn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:54:47.5492406Z copying build/lib/coremltools/converters/mil/backend/nn/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:54:47.5494217Z 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:54:47.5496052Z copying build/lib/coremltools/converters/mil/backend/nn/op_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:54:47.5497438Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:54:47.5498907Z 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:54:47.5500909Z 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:54:47.5503006Z 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:54:47.5505242Z 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:54:47.5507410Z 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:54:47.5509686Z 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:54:47.5511832Z 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:54:47.5513890Z 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:54:47.5515951Z 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:54:47.5517971Z 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:54:47.5519436Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental 2025-06-05T23:54:47.5520804Z copying build/lib/coremltools/converters/mil/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental 2025-06-05T23:54:47.5522207Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.5523725Z copying build/lib/coremltools/converters/mil/experimental/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.5525857Z 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:54:47.5542874Z 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:54:47.5545121Z 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:54:47.5547460Z 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:54:47.5549805Z 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:54:47.5552051Z 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:54:47.5554183Z copying build/lib/coremltools/converters/mil/experimental/passes/README.md -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:54:47.5555616Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend 2025-06-05T23:54:47.5556914Z copying build/lib/coremltools/converters/mil/frontend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:54:47.5558560Z copying build/lib/coremltools/converters/mil/frontend/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:54:47.5559874Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.5561575Z copying build/lib/coremltools/converters/mil/frontend/milproto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.5563499Z copying build/lib/coremltools/converters/mil/frontend/milproto/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.5565440Z copying build/lib/coremltools/converters/mil/frontend/milproto/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.5567563Z copying build/lib/coremltools/converters/mil/frontend/milproto/test_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:54:47.5569153Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5570657Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5572682Z 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:54:47.5574749Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/convert_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5576814Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5578856Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5580889Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/dot_visitor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5582897Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5584894Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/naming_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5586888Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5588855Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/parse.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5590877Z 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:54:47.5592926Z 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:54:47.5594950Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:54:47.5596525Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:54:47.5598245Z 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:54:47.5600596Z 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:54:47.5602988Z 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:54:47.5605440Z 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:54:47.5607784Z 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:54:47.5609667Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:54:47.5611281Z 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:54:47.5613446Z 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:54:47.5615679Z 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:54:47.5617869Z 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:54:47.5620016Z 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:54:47.5622148Z 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:54:47.5624284Z 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:54:47.5626478Z 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:54:47.5628734Z 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:54:47.5630979Z 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:54:47.5632692Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:54:47.5634463Z 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:54:47.5636801Z 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:54:47.5639220Z 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:54:47.5656056Z 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:54:47.5658516Z 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:54:47.5660998Z 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:54:47.5663756Z 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:54:47.5666214Z 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:54:47.5668819Z 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:54:47.5671276Z 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:54:47.5673764Z 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:54:47.5676264Z 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:54:47.5678697Z 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:54:47.5680390Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.5681908Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.5683946Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.5685977Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.5687949Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:54:47.5689659Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:54:47.5691409Z 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:54:47.5693740Z 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:54:47.5696125Z 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:54:47.5697853Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:54:47.5699481Z 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:54:47.5701703Z 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:54:47.5703950Z 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:54:47.5706257Z 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:54:47.5708479Z 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:54:47.5710801Z 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:54:47.5712565Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:54:47.5714356Z 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:54:47.5716826Z 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:54:47.5718613Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5720012Z copying build/lib/coremltools/converters/mil/frontend/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5721872Z copying build/lib/coremltools/converters/mil/frontend/torch/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5723775Z copying build/lib/coremltools/converters/mil/frontend/torch/dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5725661Z copying build/lib/coremltools/converters/mil/frontend/torch/exir_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5727586Z copying build/lib/coremltools/converters/mil/frontend/torch/internal_graph.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5729552Z copying build/lib/coremltools/converters/mil/frontend/torch/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5731370Z copying build/lib/coremltools/converters/mil/frontend/torch/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5733269Z copying build/lib/coremltools/converters/mil/frontend/torch/quantization_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5735243Z 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:54:47.5737193Z copying build/lib/coremltools/converters/mil/frontend/torch/torchir_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5739159Z copying build/lib/coremltools/converters/mil/frontend/torch/torchscript_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5741072Z copying build/lib/coremltools/converters/mil/frontend/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:54:47.5742547Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:54:47.5744306Z 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:54:47.5746494Z 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:54:47.5749046Z 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:54:47.5750757Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:54:47.5752379Z 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:54:47.5754410Z 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:54:47.5785688Z 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:54:47.5787859Z 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:54:47.5789937Z 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:54:47.5792049Z 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:54:47.5794281Z 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:54:47.5796547Z 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:54:47.5798878Z 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:54:47.5801020Z 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:54:47.5803372Z 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:54:47.5805509Z 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:54:47.5806950Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil 2025-06-05T23:54:47.5808124Z copying build/lib/coremltools/converters/mil/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:54:47.5809717Z copying build/lib/coremltools/converters/mil/mil/block.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:54:47.5811243Z copying build/lib/coremltools/converters/mil/mil/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:54:47.5812807Z copying build/lib/coremltools/converters/mil/mil/input_type.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:54:47.5814384Z copying build/lib/coremltools/converters/mil/mil/operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:54:47.5815950Z copying build/lib/coremltools/converters/mil/mil/program.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:54:47.5817478Z copying build/lib/coremltools/converters/mil/mil/scope.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:54:47.5819164Z copying build/lib/coremltools/converters/mil/mil/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:54:47.5820660Z copying build/lib/coremltools/converters/mil/mil/var.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:54:47.5821831Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops 2025-06-05T23:54:47.5823225Z copying build/lib/coremltools/converters/mil/mil/ops/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:54:47.5824955Z copying build/lib/coremltools/converters/mil/mil/ops/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:54:47.5826741Z copying build/lib/coremltools/converters/mil/mil/ops/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:54:47.5828048Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:54:47.5829537Z 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:54:47.5831297Z 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:54:47.5833052Z 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:54:47.5834893Z 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:54:47.5836430Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:54:47.5838088Z 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:54:47.5840198Z 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:54:47.5841752Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:54:47.5843386Z 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:54:47.5845360Z 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:54:47.5847367Z 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:54:47.5849439Z 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:54:47.5864865Z 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:54:47.5866917Z 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:54:47.5869061Z 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:54:47.5871147Z 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:54:47.5873142Z 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:54:47.5875422Z 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:54:47.5877418Z 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:54:47.5879357Z 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:54:47.5881525Z 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:54:47.5883552Z 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:54:47.5885592Z 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:54:47.5887656Z 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:54:47.5889873Z 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:54:47.5891472Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:54:47.5892953Z 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:54:47.5894931Z 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:54:47.5896982Z 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:54:47.5903517Z 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:54:47.5905637Z 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:54:47.5907762Z 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:54:47.5909349Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:54:47.5910822Z 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:54:47.5912811Z 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:54:47.5914788Z 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:54:47.5916813Z 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:54:47.5918894Z 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:54:47.5920889Z 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:54:47.5923061Z 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:54:47.5925158Z 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:54:47.5927336Z 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:54:47.5929436Z 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:54:47.5931464Z 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:54:47.5933529Z 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:54:47.5935645Z 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:54:47.5937228Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:54:47.5938701Z 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:54:47.5940686Z 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:54:47.5942838Z 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:54:47.5944862Z 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:54:47.5946919Z 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:54:47.5949027Z 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:54:47.5950541Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:54:47.5951915Z 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:54:47.5953726Z 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:54:47.5955612Z 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:54:47.5957133Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:54:47.5958802Z 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:54:47.5961046Z 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:54:47.5962720Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:54:47.5964476Z 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:54:47.5966496Z 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:54:47.5968584Z 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:54:47.5970869Z 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:54:47.5972972Z 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:54:47.5975134Z 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:54:47.5977276Z 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:54:47.5979340Z 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:54:47.5981423Z 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:54:47.5983485Z 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:54:47.5985494Z 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:54:47.5987542Z 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:54:47.5989609Z 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:54:47.5991699Z 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:54:47.5993833Z 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:54:47.5996016Z 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:54:47.5997644Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:54:47.5999148Z 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:54:47.6001199Z 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:54:47.6020549Z 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:54:47.6022762Z 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:54:47.6024538Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:54:47.6026032Z 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:54:47.6028066Z 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:54:47.6030231Z 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:54:47.6032295Z 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:54:47.6034426Z 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:54:47.6036578Z 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:54:47.6038751Z 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:54:47.6040374Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:54:47.6041866Z 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:54:47.6044054Z 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:54:47.6046102Z 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:54:47.6048175Z 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:54:47.6050395Z 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:54:47.6052471Z 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:54:47.6054543Z 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:54:47.6056668Z 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:54:47.6058759Z 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:54:47.6060820Z 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:54:47.6062922Z 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:54:47.6065052Z 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:54:47.6067228Z 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:54:47.6069051Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:54:47.6070545Z 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:54:47.6072696Z 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:54:47.6077748Z 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:54:47.6079803Z 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:54:47.6081941Z 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:54:47.6084099Z 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:54:47.6085610Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.6086932Z copying build/lib/coremltools/converters/mil/mil/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.6088784Z copying build/lib/coremltools/converters/mil/mil/passes/graph_pass.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.6090560Z copying build/lib/coremltools/converters/mil/mil/passes/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.6092336Z copying build/lib/coremltools/converters/mil/mil/passes/pass_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.6094154Z copying build/lib/coremltools/converters/mil/mil/passes/pass_registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:54:47.6095552Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:54:47.6096963Z 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:54:47.6098929Z 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:54:47.6100988Z 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:54:47.6103110Z 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:54:47.6105194Z 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:54:47.6107251Z 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:54:47.6109310Z 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:54:47.6111345Z 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:54:47.6113551Z 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:54:47.6115608Z 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:54:47.6117615Z 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:54:47.6119746Z 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:54:47.6121866Z 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:54:47.6138657Z 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:54:47.6140651Z 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:54:47.6142621Z 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:54:47.6144782Z 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:54:47.6146314Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:54:47.6147896Z 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:54:47.6150061Z 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:54:47.6152301Z 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:54:47.6154559Z 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:54:47.6156823Z 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:54:47.6159070Z 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:54:47.6161301Z 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:54:47.6163567Z 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:54:47.6165837Z 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:54:47.6168075Z 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:54:47.6170439Z 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:54:47.6172898Z 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:54:47.6174529Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:54:47.6175959Z 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:54:47.6178049Z 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:54:47.6180244Z 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:54:47.6182398Z 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:54:47.6184480Z 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:54:47.6186470Z 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:54:47.6188500Z 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:54:47.6190632Z 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:54:47.6192708Z 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:54:47.6194743Z 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:54:47.6196227Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.6197519Z copying build/lib/coremltools/converters/mil/mil/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.6199225Z copying build/lib/coremltools/converters/mil/mil/tests/test_block.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.6200964Z copying build/lib/coremltools/converters/mil/mil/tests/test_debug.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.6202719Z copying build/lib/coremltools/converters/mil/mil/tests/test_programs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.6204480Z copying build/lib/coremltools/converters/mil/mil/tests/test_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:54:47.6205795Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6207082Z copying build/lib/coremltools/converters/mil/mil/types/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6208875Z copying build/lib/coremltools/converters/mil/mil/types/annotate.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6210626Z 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:54:47.6212412Z copying build/lib/coremltools/converters/mil/mil/types/global_methods.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6214297Z copying build/lib/coremltools/converters/mil/mil/types/symbolic.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6216017Z copying build/lib/coremltools/converters/mil/mil/types/type_bool.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6217848Z copying build/lib/coremltools/converters/mil/mil/types/type_complex.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6219611Z copying build/lib/coremltools/converters/mil/mil/types/type_dict.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6221436Z copying build/lib/coremltools/converters/mil/mil/types/type_double.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6223274Z 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:54:47.6225084Z copying build/lib/coremltools/converters/mil/mil/types/type_int.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6226798Z copying build/lib/coremltools/converters/mil/mil/types/type_list.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6228553Z copying build/lib/coremltools/converters/mil/mil/types/type_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6230299Z copying build/lib/coremltools/converters/mil/mil/types/type_spec.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6232034Z copying build/lib/coremltools/converters/mil/mil/types/type_state.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6233762Z copying build/lib/coremltools/converters/mil/mil/types/type_str.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6235486Z copying build/lib/coremltools/converters/mil/mil/types/type_tensor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6273967Z copying build/lib/coremltools/converters/mil/mil/types/type_tuple.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6275742Z copying build/lib/coremltools/converters/mil/mil/types/type_unknown.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6277495Z copying build/lib/coremltools/converters/mil/mil/types/type_void.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:54:47.6278819Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/visitors 2025-06-05T23:54:47.6280211Z copying build/lib/coremltools/converters/mil/mil/visitors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/visitors 2025-06-05T23:54:47.6282017Z copying build/lib/coremltools/converters/mil/mil/visitors/dot_visitor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/visitors 2025-06-05T23:54:47.6283343Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/sklearn 2025-06-05T23:54:47.6284557Z copying build/lib/coremltools/converters/sklearn/_LinearSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6286135Z copying build/lib/coremltools/converters/sklearn/_LinearSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6287676Z copying build/lib/coremltools/converters/sklearn/_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6289272Z copying build/lib/coremltools/converters/sklearn/_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6290969Z copying build/lib/coremltools/converters/sklearn/_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6292436Z copying build/lib/coremltools/converters/sklearn/_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6293930Z copying build/lib/coremltools/converters/sklearn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6295597Z copying build/lib/coremltools/converters/sklearn/_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6297234Z copying build/lib/coremltools/converters/sklearn/_converter_internal.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6299069Z copying build/lib/coremltools/converters/sklearn/_decision_tree_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6300801Z copying build/lib/coremltools/converters/sklearn/_decision_tree_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6302480Z copying build/lib/coremltools/converters/sklearn/_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6304187Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6305991Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6307653Z copying build/lib/coremltools/converters/sklearn/_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6309274Z copying build/lib/coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6310966Z copying build/lib/coremltools/converters/sklearn/_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6312639Z copying build/lib/coremltools/converters/sklearn/_logistic_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6314269Z copying build/lib/coremltools/converters/sklearn/_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6315874Z copying build/lib/coremltools/converters/sklearn/_one_hot_encoder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6317556Z copying build/lib/coremltools/converters/sklearn/_random_forest_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6319283Z copying build/lib/coremltools/converters/sklearn/_random_forest_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6320970Z copying build/lib/coremltools/converters/sklearn/_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6322582Z copying build/lib/coremltools/converters/sklearn/_sklearn_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6324197Z copying build/lib/coremltools/converters/sklearn/_standard_scaler.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6325803Z copying build/lib/coremltools/converters/sklearn/_svm_common.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6327385Z copying build/lib/coremltools/converters/sklearn/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:54:47.6328604Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/xgboost 2025-06-05T23:54:47.6329858Z copying build/lib/coremltools/converters/xgboost/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:54:47.6331460Z copying build/lib/coremltools/converters/xgboost/_tree.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:54:47.6333020Z copying build/lib/coremltools/converters/xgboost/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:54:47.6334170Z creating build/bdist.linux-aarch64/wheel/coremltools/models 2025-06-05T23:54:47.6335109Z copying build/lib/coremltools/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6336425Z copying build/lib/coremltools/models/_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6337787Z copying build/lib/coremltools/models/_deprecation.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6339090Z copying build/lib/coremltools/models/_feature_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6340447Z copying build/lib/coremltools/models/_interface_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6341842Z copying build/lib/coremltools/models/array_feature_extractor.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6343328Z copying build/lib/coremltools/models/compute_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6344621Z copying build/lib/coremltools/models/compute_plan.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6345901Z copying build/lib/coremltools/models/datatypes.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6347213Z copying build/lib/coremltools/models/feature_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6348491Z copying build/lib/coremltools/models/model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6349710Z copying build/lib/coremltools/models/pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6350971Z copying build/lib/coremltools/models/tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6352208Z copying build/lib/coremltools/models/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:54:47.6353207Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program 2025-06-05T23:54:47.6354344Z copying build/lib/coremltools/models/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:54:47.6355871Z copying build/lib/coremltools/models/ml_program/compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:54:47.6357155Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental 2025-06-05T23:54:47.6358549Z copying build/lib/coremltools/models/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:54:47.6360389Z copying build/lib/coremltools/models/ml_program/experimental/async_wrapper.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:54:47.6362310Z 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:54:47.6364252Z copying build/lib/coremltools/models/ml_program/experimental/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:54:47.6366201Z 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:54:47.6368112Z copying build/lib/coremltools/models/ml_program/experimental/perf_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:54:47.6411204Z copying build/lib/coremltools/models/ml_program/experimental/remote_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:54:47.6412680Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental/torch 2025-06-05T23:54:47.6414189Z 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:54:47.6416406Z 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:54:47.6418549Z 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:54:47.6419994Z creating build/bdist.linux-aarch64/wheel/coremltools/models/nearest_neighbors 2025-06-05T23:54:47.6421277Z copying build/lib/coremltools/models/nearest_neighbors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:54:47.6422930Z copying build/lib/coremltools/models/nearest_neighbors/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:54:47.6424194Z creating build/bdist.linux-aarch64/wheel/coremltools/models/neural_network 2025-06-05T23:54:47.6425402Z copying build/lib/coremltools/models/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:54:47.6426973Z copying build/lib/coremltools/models/neural_network/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:54:47.6428632Z copying build/lib/coremltools/models/neural_network/flexible_shape_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:54:47.6430358Z copying build/lib/coremltools/models/neural_network/optimization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:54:47.6432012Z copying build/lib/coremltools/models/neural_network/printer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:54:47.6433657Z copying build/lib/coremltools/models/neural_network/quantization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:54:47.6435394Z copying build/lib/coremltools/models/neural_network/spec_inspection_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:54:47.6437147Z copying build/lib/coremltools/models/neural_network/update_optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:54:47.6438792Z copying build/lib/coremltools/models/neural_network/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:54:47.6439929Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize 2025-06-05T23:54:47.6440906Z copying build/lib/coremltools/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:54:47.6442137Z copying build/lib/coremltools/optimize/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:54:47.6443305Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml 2025-06-05T23:54:47.6444420Z copying build/lib/coremltools/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:54:47.6445866Z copying build/lib/coremltools/optimize/coreml/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:54:47.6447438Z copying build/lib/coremltools/optimize/coreml/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:54:47.6449159Z copying build/lib/coremltools/optimize/coreml/_quantization_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:54:47.6450585Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.6451965Z copying build/lib/coremltools/optimize/coreml/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.6453780Z copying build/lib/coremltools/optimize/coreml/experimental/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.6455763Z copying build/lib/coremltools/optimize/coreml/experimental/_model_debugger.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.6457814Z copying build/lib/coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.6459904Z copying build/lib/coremltools/optimize/coreml/experimental/test_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:54:47.6461362Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch 2025-06-05T23:54:47.6462451Z copying build/lib/coremltools/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:54:47.6463866Z copying build/lib/coremltools/optimize/torch/_logging.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:54:47.6465285Z copying build/lib/coremltools/optimize/torch/_typing.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:54:47.6466795Z copying build/lib/coremltools/optimize/torch/base_model_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:54:47.6468408Z copying build/lib/coremltools/optimize/torch/optimization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:54:47.6469646Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6470865Z copying build/lib/coremltools/optimize/torch/_utils/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6472443Z copying build/lib/coremltools/optimize/torch/_utils/dist_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6474054Z copying build/lib/coremltools/optimize/torch/_utils/fsdp_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6475676Z copying build/lib/coremltools/optimize/torch/_utils/graph_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6477374Z copying build/lib/coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6479045Z copying build/lib/coremltools/optimize/torch/_utils/k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6480633Z copying build/lib/coremltools/optimize/torch/_utils/math_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6482267Z copying build/lib/coremltools/optimize/torch/_utils/metadata_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6483939Z copying build/lib/coremltools/optimize/torch/_utils/model_size_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6485624Z copying build/lib/coremltools/optimize/torch/_utils/optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6487288Z copying build/lib/coremltools/optimize/torch/_utils/python_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6488997Z copying build/lib/coremltools/optimize/torch/_utils/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6490704Z copying build/lib/coremltools/optimize/torch/_utils/report_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6492360Z copying build/lib/coremltools/optimize/torch/_utils/state_dict_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6494012Z copying build/lib/coremltools/optimize/torch/_utils/torch_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6495708Z copying build/lib/coremltools/optimize/torch/_utils/transforms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6497431Z copying build/lib/coremltools/optimize/torch/_utils/validation_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6499104Z copying build/lib/coremltools/optimize/torch/_utils/version_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:54:47.6500472Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.6502013Z copying build/lib/coremltools/optimize/torch/layerwise_compression/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.6503991Z copying build/lib/coremltools/optimize/torch/layerwise_compression/_quant.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.6506020Z copying build/lib/coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.6532658Z copying build/lib/coremltools/optimize/torch/layerwise_compression/input_cacher.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.6534789Z copying build/lib/coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:54:47.6536361Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6537750Z copying build/lib/coremltools/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6539632Z copying build/lib/coremltools/optimize/torch/palettization/_custom_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6541582Z copying build/lib/coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6543698Z copying build/lib/coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6545680Z copying build/lib/coremltools/optimize/torch/palettization/_partitioner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6547603Z copying build/lib/coremltools/optimize/torch/palettization/_supported_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6549474Z copying build/lib/coremltools/optimize/torch/palettization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6551348Z copying build/lib/coremltools/optimize/torch/palettization/fake_palettize.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6553334Z copying build/lib/coremltools/optimize/torch/palettization/palettization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6555292Z copying build/lib/coremltools/optimize/torch/palettization/palettizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6557492Z copying build/lib/coremltools/optimize/torch/palettization/post_training_palettization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6559525Z copying build/lib/coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:54:47.6560937Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/pruning 2025-06-05T23:54:47.6562323Z copying build/lib/coremltools/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:54:47.6564055Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:54:47.6565788Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:54:47.6567494Z copying build/lib/coremltools/optimize/torch/pruning/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:54:47.6569280Z copying build/lib/coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:54:47.6571075Z copying build/lib/coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:54:47.6572455Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6573815Z copying build/lib/coremltools/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6575661Z copying build/lib/coremltools/optimize/torch/quantization/_annotation_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6577558Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6579461Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6581342Z copying build/lib/coremltools/optimize/torch/quantization/_configure.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6583216Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6585155Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6587088Z copying build/lib/coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6588907Z copying build/lib/coremltools/optimize/torch/quantization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6590818Z copying build/lib/coremltools/optimize/torch/quantization/post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6592848Z copying build/lib/coremltools/optimize/torch/quantization/quantization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6594766Z copying build/lib/coremltools/optimize/torch/quantization/quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:54:47.6596224Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.6597873Z copying build/lib/coremltools/optimize/torch/quantization/modules/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.6599918Z copying build/lib/coremltools/optimize/torch/quantization/modules/conv_transpose.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.6602062Z 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:54:47.6604329Z copying build/lib/coremltools/optimize/torch/quantization/modules/fused_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.6606540Z 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:54:47.6608796Z copying build/lib/coremltools/optimize/torch/quantization/modules/observers.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.6610864Z copying build/lib/coremltools/optimize/torch/quantization/modules/qat_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.6612984Z copying build/lib/coremltools/optimize/torch/quantization/modules/quantized_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:54:47.6614423Z creating build/bdist.linux-aarch64/wheel/coremltools/proto 2025-06-05T23:54:47.6615499Z copying build/lib/coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6616941Z copying build/lib/coremltools/proto/AudioFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6618398Z copying build/lib/coremltools/proto/BayesianProbitRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6619862Z copying build/lib/coremltools/proto/CategoricalMapping_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6621361Z copying build/lib/coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6622794Z copying build/lib/coremltools/proto/CustomModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6624128Z copying build/lib/coremltools/proto/DataStructures_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6625485Z copying build/lib/coremltools/proto/DictVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6626822Z copying build/lib/coremltools/proto/FeatureTypes_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6628180Z copying build/lib/coremltools/proto/FeatureVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6629554Z copying build/lib/coremltools/proto/GLMClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6630879Z copying build/lib/coremltools/proto/GLMRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6680615Z copying build/lib/coremltools/proto/Gazetteer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6681937Z copying build/lib/coremltools/proto/Identity_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6683184Z copying build/lib/coremltools/proto/Imputer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6684572Z copying build/lib/coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6685996Z copying build/lib/coremltools/proto/LinkedModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6687409Z copying build/lib/coremltools/proto/MIL_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6688588Z copying build/lib/coremltools/proto/Model_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6689950Z copying build/lib/coremltools/proto/NamedParameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6691325Z copying build/lib/coremltools/proto/NearestNeighbors_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6692821Z copying build/lib/coremltools/proto/NeuralNetwork_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6694293Z copying build/lib/coremltools/proto/NonMaximumSuppression_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6695688Z copying build/lib/coremltools/proto/Normalizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6697000Z copying build/lib/coremltools/proto/OneHotEncoder_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6698308Z copying build/lib/coremltools/proto/Parameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6699525Z copying build/lib/coremltools/proto/SVM_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6700715Z copying build/lib/coremltools/proto/Scaler_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6702102Z copying build/lib/coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6703563Z copying build/lib/coremltools/proto/TextClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6704896Z copying build/lib/coremltools/proto/TreeEnsemble_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6706259Z copying build/lib/coremltools/proto/VisionFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6707632Z copying build/lib/coremltools/proto/WordEmbedding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6708932Z copying build/lib/coremltools/proto/WordTagger_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6710151Z copying build/lib/coremltools/proto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:54:47.6711074Z creating build/bdist.linux-aarch64/wheel/coremltools/test 2025-06-05T23:54:47.6711962Z copying build/lib/coremltools/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:54:47.6713090Z copying build/lib/coremltools/test/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:54:47.6714009Z creating build/bdist.linux-aarch64/wheel/coremltools/test/api 2025-06-05T23:54:47.6714991Z copying build/lib/coremltools/test/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:54:47.6716291Z copying build/lib/coremltools/test/api/test_api_examples.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:54:47.6717687Z copying build/lib/coremltools/test/api/test_api_visibilities.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:54:47.6718772Z creating build/bdist.linux-aarch64/wheel/coremltools/test/blob 2025-06-05T23:54:47.6719763Z copying build/lib/coremltools/test/blob/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:54:47.6721069Z copying build/lib/coremltools/test/blob/test_weights.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:54:47.6722154Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program 2025-06-05T23:54:47.6723238Z copying build/lib/coremltools/test/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:54:47.6724798Z copying build/lib/coremltools/test/ml_program/test_compression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:54:47.6726274Z copying build/lib/coremltools/test/ml_program/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:54:47.6727471Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program/experimental 2025-06-05T23:54:47.6728987Z copying build/lib/coremltools/test/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:54:47.6730834Z 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:54:47.6732840Z 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:54:47.6734720Z 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:54:47.6736575Z 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:54:47.6738505Z 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:54:47.6739903Z creating build/bdist.linux-aarch64/wheel/coremltools/test/modelpackage 2025-06-05T23:54:47.6741067Z copying build/lib/coremltools/test/modelpackage/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:54:47.6742606Z copying build/lib/coremltools/test/modelpackage/test_mlmodel.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:54:47.6744351Z copying build/lib/coremltools/test/modelpackage/test_modelpackage.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:54:47.6745601Z creating build/bdist.linux-aarch64/wheel/coremltools/test/neural_network 2025-06-05T23:54:47.6746769Z copying build/lib/coremltools/test/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6748355Z copying build/lib/coremltools/test/neural_network/test_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6750049Z copying build/lib/coremltools/test/neural_network/test_custom_neural_nets.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6751679Z copying build/lib/coremltools/test/neural_network/test_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6753296Z copying build/lib/coremltools/test/neural_network/test_neural_networks.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6754947Z copying build/lib/coremltools/test/neural_network/test_nn_builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6756575Z copying build/lib/coremltools/test/neural_network/test_numpy_nn_layers.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6758234Z copying build/lib/coremltools/test/neural_network/test_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6759921Z copying build/lib/coremltools/test/neural_network/test_simple_nn_inference.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6761594Z copying build/lib/coremltools/test/neural_network/test_tf_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:54:47.6762791Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize 2025-06-05T23:54:47.6764022Z copying build/lib/coremltools/test/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:54:47.6765428Z copying build/lib/coremltools/test/optimize/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:54:47.6766555Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/api 2025-06-05T23:54:47.6767694Z copying build/lib/coremltools/test/optimize/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:54:47.6769477Z copying build/lib/coremltools/test/optimize/api/test_optimize_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:54:47.6770784Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/coreml 2025-06-05T23:54:47.6772004Z copying build/lib/coremltools/test/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:54:47.6773621Z copying build/lib/coremltools/test/optimize/coreml/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:54:47.6807247Z copying build/lib/coremltools/test/optimize/coreml/test_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:54:47.6808623Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch 2025-06-05T23:54:47.6809874Z copying build/lib/coremltools/test/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:54:47.6811462Z copying build/lib/coremltools/test/optimize/torch/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:54:47.6813106Z copying build/lib/coremltools/test/optimize/torch/smoke_test.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:54:47.6814739Z copying build/lib/coremltools/test/optimize/torch/test_api_surface.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:54:47.6816435Z copying build/lib/coremltools/test/optimize/torch/test_base_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:54:47.6818065Z copying build/lib/coremltools/test/optimize/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:54:47.6819317Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion 2025-06-05T23:54:47.6820743Z copying build/lib/coremltools/test/optimize/torch/conversion/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion 2025-06-05T23:54:47.6822680Z copying build/lib/coremltools/test/optimize/torch/conversion/conversion_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion 2025-06-05T23:54:47.6824215Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:54:47.6825774Z 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:54:47.6827967Z 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:54:47.6829745Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:54:47.6831483Z 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:54:47.6833902Z 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:54:47.6835859Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:54:47.6837447Z 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:54:47.6839630Z 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:54:47.6841463Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:54:47.6843315Z 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:54:47.6845832Z 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:54:47.6847664Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:54:47.6849365Z 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:54:47.6851547Z 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:54:47.6853757Z 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:54:47.6855301Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/models 2025-06-05T23:54:47.6856643Z copying build/lib/coremltools/test/optimize/torch/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:54:47.6858395Z copying build/lib/coremltools/test/optimize/torch/models/mnist.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:54:47.6860194Z 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:54:47.6861637Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.6863128Z copying build/lib/coremltools/test/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.6865194Z copying build/lib/coremltools/test/optimize/torch/palettization/palettization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.6867363Z 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:54:47.6869540Z 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:54:47.6871683Z copying build/lib/coremltools/test/optimize/torch/palettization/test_palettizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:54:47.6873880Z 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:54:47.6876104Z 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:54:47.6877647Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/pruning 2025-06-05T23:54:47.6879159Z copying build/lib/coremltools/test/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:54:47.6880980Z copying build/lib/coremltools/test/optimize/torch/pruning/pruning_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:54:47.6882872Z 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:54:47.6884930Z 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:54:47.6886982Z 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:54:47.6888472Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.6890021Z copying build/lib/coremltools/test/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.6890973Z copying build/lib/coremltools/test/optimize/torch/quantization/test_configure.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.6891963Z 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:54:47.6892984Z 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:54:47.6893939Z copying build/lib/coremltools/test/optimize/torch/quantization/test_observers.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.6894985Z 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:54:47.6895925Z copying build/lib/coremltools/test/optimize/torch/quantization/test_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.6896844Z copying build/lib/coremltools/test/optimize/torch/quantization/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:54:47.6897259Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/test_utils 2025-06-05T23:54:47.7940684Z 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:54:47.7941635Z 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:54:47.7942541Z 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:54:47.7943582Z 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:54:47.7944522Z 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:54:47.7945429Z 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:54:47.7946324Z 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:54:47.7947484Z 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:54:47.7947807Z creating build/bdist.linux-aarch64/wheel/coremltools/test/pipeline 2025-06-05T23:54:47.7948425Z copying build/lib/coremltools/test/pipeline/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:54:47.7949144Z copying build/lib/coremltools/test/pipeline/test_model_updatable.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:54:47.7950057Z copying build/lib/coremltools/test/pipeline/test_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:54:47.7950540Z creating build/bdist.linux-aarch64/wheel/coremltools/test/sklearn_tests 2025-06-05T23:54:47.7951210Z copying build/lib/coremltools/test/sklearn_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7951913Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7952602Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7953277Z copying build/lib/coremltools/test/sklearn_tests/test_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7953963Z copying build/lib/coremltools/test/sklearn_tests/test_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7954742Z copying build/lib/coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7955527Z copying build/lib/coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7956289Z copying build/lib/coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7957027Z copying build/lib/coremltools/test/sklearn_tests/test_feature_names.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7957771Z copying build/lib/coremltools/test/sklearn_tests/test_glm_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7958488Z copying build/lib/coremltools/test/sklearn_tests/test_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7959193Z copying build/lib/coremltools/test/sklearn_tests/test_io_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7959987Z copying build/lib/coremltools/test/sklearn_tests/test_k_neighbors_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7960762Z copying build/lib/coremltools/test/sklearn_tests/test_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7961578Z copying build/lib/coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7962304Z copying build/lib/coremltools/test/sklearn_tests/test_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7963059Z copying build/lib/coremltools/test/sklearn_tests/test_one_hot_encoder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7963868Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7964720Z 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:54:47.7965651Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7966505Z 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:54:47.7967265Z copying build/lib/coremltools/test/sklearn_tests/test_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7968119Z copying build/lib/coremltools/test/sklearn_tests/test_standard_scalar.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7968966Z copying build/lib/coremltools/test/sklearn_tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:54:47.7969307Z creating build/bdist.linux-aarch64/wheel/coremltools/test/xgboost_tests 2025-06-05T23:54:47.7969983Z copying build/lib/coremltools/test/xgboost_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:54:47.7970786Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:54:47.7971637Z 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:54:47.7972454Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:54:47.7973312Z 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:54:47.7974117Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:54:47.7974977Z 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:54:47.7975784Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:54:47.7976638Z 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:54:47.7976804Z running install_egg_info 2025-06-05T23:54:47.7976949Z running egg_info 2025-06-05T23:54:47.7977131Z writing coremltools.egg-info/PKG-INFO 2025-06-05T23:54:47.7977466Z writing dependency_links to coremltools.egg-info/dependency_links.txt 2025-06-05T23:54:47.7977730Z writing requirements to coremltools.egg-info/requires.txt 2025-06-05T23:54:47.7978007Z writing top-level names to coremltools.egg-info/top_level.txt 2025-06-05T23:54:47.7978274Z reading manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:54:47.7978457Z reading manifest template 'MANIFEST.in' 2025-06-05T23:54:47.7978622Z adding license file 'LICENSE.txt' 2025-06-05T23:54:47.7978788Z adding license file 'NOTICE.txt' 2025-06-05T23:54:47.7979053Z writing manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:54:47.7979548Z Copying coremltools.egg-info to build/bdist.linux-aarch64/wheel/./coremltools-8.3.0-py3.10.egg-info 2025-06-05T23:54:47.7979704Z running install_scripts 2025-06-05T23:54:47.7980072Z creating build/bdist.linux-aarch64/wheel/coremltools-8.3.0.dist-info/WHEEL 2025-06-05T23:54:47.7980693Z creating '/tmp/pip-wheel-e2xkoaxp/coremltools-8.3.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2025-06-05T23:54:47.7980858Z adding 'coremltools/__init__.py' 2025-06-05T23:54:47.7981029Z adding 'coremltools/version.py' 2025-06-05T23:54:47.7981203Z adding 'coremltools/_deps/__init__.py' 2025-06-05T23:54:47.7981519Z adding 'coremltools/converters/__init__.py' 2025-06-05T23:54:47.7981750Z adding 'coremltools/converters/_converters_entry.py' 2025-06-05T23:54:47.7981970Z adding 'coremltools/converters/_profile_utils.py' 2025-06-05T23:54:47.7982182Z adding 'coremltools/converters/libsvm/__init__.py' 2025-06-05T23:54:47.7982450Z adding 'coremltools/converters/libsvm/_libsvm_converter.py' 2025-06-05T23:54:47.7982696Z adding 'coremltools/converters/libsvm/_libsvm_util.py' 2025-06-05T23:54:47.7982901Z adding 'coremltools/converters/mil/__init__.py' 2025-06-05T23:54:47.7983287Z adding 'coremltools/converters/mil/_deployment_compatibility.py' 2025-06-05T23:54:47.7983544Z adding 'coremltools/converters/mil/conftest.py' 2025-06-05T23:54:47.8627919Z adding 'coremltools/converters/mil/converter.py' 2025-06-05T23:54:47.8628232Z adding 'coremltools/converters/mil/debugging_utils.py' 2025-06-05T23:54:47.8628465Z adding 'coremltools/converters/mil/input_types.py' 2025-06-05T23:54:47.8628793Z adding 'coremltools/converters/mil/test_inputs_outputs_shape.py' 2025-06-05T23:54:47.8629012Z adding 'coremltools/converters/mil/testing_reqs.py' 2025-06-05T23:54:47.8629248Z adding 'coremltools/converters/mil/testing_utils.py' 2025-06-05T23:54:47.8629492Z adding 'coremltools/converters/mil/backend/__init__.py' 2025-06-05T23:54:47.8629773Z adding 'coremltools/converters/mil/backend/backend_helper.py' 2025-06-05T23:54:47.8630037Z adding 'coremltools/converters/mil/backend/mil/__init__.py' 2025-06-05T23:54:47.8630300Z adding 'coremltools/converters/mil/backend/mil/helper.py' 2025-06-05T23:54:47.8630559Z adding 'coremltools/converters/mil/backend/mil/load.py' 2025-06-05T23:54:47.8630849Z adding 'coremltools/converters/mil/backend/mil/test_helper.py' 2025-06-05T23:54:47.8631123Z adding 'coremltools/converters/mil/backend/mil/test_load.py' 2025-06-05T23:54:47.8631435Z adding 'coremltools/converters/mil/backend/mil/passes/__init__.py' 2025-06-05T23:54:47.8631878Z adding 'coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py' 2025-06-05T23:54:47.8632271Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py' 2025-06-05T23:54:47.8632618Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py' 2025-06-05T23:54:47.8633065Z adding 'coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py' 2025-06-05T23:54:47.8633467Z adding 'coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py' 2025-06-05T23:54:47.8633808Z adding 'coremltools/converters/mil/backend/mil/passes/test_passes.py' 2025-06-05T23:54:47.8634067Z adding 'coremltools/converters/mil/backend/nn/__init__.py' 2025-06-05T23:54:47.8634312Z adding 'coremltools/converters/mil/backend/nn/load.py' 2025-06-05T23:54:47.8634690Z adding 'coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py' 2025-06-05T23:54:47.8634963Z adding 'coremltools/converters/mil/backend/nn/op_mapping.py' 2025-06-05T23:54:47.8635270Z adding 'coremltools/converters/mil/backend/nn/passes/__init__.py' 2025-06-05T23:54:47.8635671Z adding 'coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py' 2025-06-05T23:54:47.8636045Z adding 'coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py' 2025-06-05T23:54:47.8636430Z adding 'coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py' 2025-06-05T23:54:47.8636894Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py' 2025-06-05T23:54:47.8637329Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py' 2025-06-05T23:54:47.8637709Z adding 'coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py' 2025-06-05T23:54:47.8638065Z adding 'coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py' 2025-06-05T23:54:47.8638441Z adding 'coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py' 2025-06-05T23:54:47.8638764Z adding 'coremltools/converters/mil/backend/nn/passes/test_passes.py' 2025-06-05T23:54:47.8639294Z adding 'coremltools/converters/mil/experimental/__init__.py' 2025-06-05T23:54:47.8639610Z adding 'coremltools/converters/mil/experimental/passes/README.md' 2025-06-05T23:54:47.8639928Z adding 'coremltools/converters/mil/experimental/passes/__init__.py' 2025-06-05T23:54:47.8640385Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py' 2025-06-05T23:54:47.8640816Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py' 2025-06-05T23:54:47.8641415Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py' 2025-06-05T23:54:47.8642071Z adding 'coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py' 2025-06-05T23:54:47.8642514Z adding 'coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py' 2025-06-05T23:54:47.8643137Z adding 'coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py' 2025-06-05T23:54:47.8643397Z adding 'coremltools/converters/mil/frontend/__init__.py' 2025-06-05T23:54:47.8643644Z adding 'coremltools/converters/mil/frontend/_utils.py' 2025-06-05T23:54:47.8643950Z adding 'coremltools/converters/mil/frontend/milproto/__init__.py' 2025-06-05T23:54:47.8644244Z adding 'coremltools/converters/mil/frontend/milproto/helper.py' 2025-06-05T23:54:47.8644521Z adding 'coremltools/converters/mil/frontend/milproto/load.py' 2025-06-05T23:54:47.8644841Z adding 'coremltools/converters/mil/frontend/milproto/test_load.py' 2025-06-05T23:54:47.8645163Z adding 'coremltools/converters/mil/frontend/tensorflow/__init__.py' 2025-06-05T23:54:47.8645531Z adding 'coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py' 2025-06-05T23:54:47.8645886Z adding 'coremltools/converters/mil/frontend/tensorflow/convert_utils.py' 2025-06-05T23:54:47.8646210Z adding 'coremltools/converters/mil/frontend/tensorflow/converter.py' 2025-06-05T23:54:47.8646548Z adding 'coremltools/converters/mil/frontend/tensorflow/dialect_ops.py' 2025-06-05T23:54:47.8646887Z adding 'coremltools/converters/mil/frontend/tensorflow/dot_visitor.py' 2025-06-05T23:54:47.8647179Z adding 'coremltools/converters/mil/frontend/tensorflow/load.py' 2025-06-05T23:54:47.8647520Z adding 'coremltools/converters/mil/frontend/tensorflow/naming_utils.py' 2025-06-05T23:54:47.8647836Z adding 'coremltools/converters/mil/frontend/tensorflow/ops.py' 2025-06-05T23:54:47.8648137Z adding 'coremltools/converters/mil/frontend/tensorflow/parse.py' 2025-06-05T23:54:47.8648498Z adding 'coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py' 2025-06-05T23:54:47.8648952Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py' 2025-06-05T23:54:47.8649258Z adding 'coremltools/converters/mil/frontend/tensorflow/tfssa.py' 2025-06-05T23:54:47.8649643Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py' 2025-06-05T23:54:47.8650169Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/backfill_make_list_elem_type.py' 2025-06-05T23:54:47.8650599Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py' 2025-06-05T23:54:47.8651004Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py' 2025-06-05T23:54:47.8651466Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/tf_lstm_to_core_lstm.py' 2025-06-05T23:54:47.8651822Z adding 'coremltools/converters/mil/frontend/tensorflow/test/__init__.py' 2025-06-05T23:54:47.8652245Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py' 2025-06-05T23:54:47.8652640Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py' 2025-06-05T23:54:47.8653021Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py' 2025-06-05T23:54:47.8653373Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_load.py' 2025-06-05T23:54:47.8653720Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_ops.py' 2025-06-05T23:54:47.8654225Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parse.py' 2025-06-05T23:54:47.8654644Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py' 2025-06-05T23:54:47.8655078Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py' 2025-06-05T23:54:47.8655462Z adding 'coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py' 2025-06-05T23:54:47.8655863Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py' 2025-06-05T23:54:47.8656413Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/cond_to_where.py' 2025-06-05T23:54:47.8656968Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/constant_propagation.py' 2025-06-05T23:54:47.8657410Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_asserts.py' 2025-06-05T23:54:47.8657859Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_constant.py' 2025-06-05T23:54:47.8658382Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_disconnected_nodes.py' 2025-06-05T23:54:47.8658867Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/functionalize_loops.py' 2025-06-05T23:54:47.8659338Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/fuse_dilation_conv.py' 2025-06-05T23:54:47.8659794Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/insert_get_tuple.py' 2025-06-05T23:54:47.8660268Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/quantization_pass.py' 2025-06-05T23:54:47.8660767Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/tensor_array_transform.py' 2025-06-05T23:54:47.8661273Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/variable_node_transform.py' 2025-06-05T23:54:47.8661686Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py' 2025-06-05T23:54:47.8662010Z adding 'coremltools/converters/mil/frontend/tensorflow2/__init__.py' 2025-06-05T23:54:47.8662340Z adding 'coremltools/converters/mil/frontend/tensorflow2/converter.py' 2025-06-05T23:54:47.8662661Z adding 'coremltools/converters/mil/frontend/tensorflow2/load.py' 2025-06-05T23:54:47.8662950Z adding 'coremltools/converters/mil/frontend/tensorflow2/ops.py' 2025-06-05T23:54:47.8663344Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py' 2025-06-05T23:54:47.8663818Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py' 2025-06-05T23:54:47.8664250Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py' 2025-06-05T23:54:47.8664605Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/__init__.py' 2025-06-05T23:54:47.8665064Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py' 2025-06-05T23:54:47.8665444Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py' 2025-06-05T23:54:47.8665816Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py' 2025-06-05T23:54:47.8666243Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py' 2025-06-05T23:54:47.8666635Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py' 2025-06-05T23:54:47.8667043Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py' 2025-06-05T23:54:47.8667606Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/rewrite_control_flow_functions.py' 2025-06-05T23:54:47.8667895Z adding 'coremltools/converters/mil/frontend/torch/__init__.py' 2025-06-05T23:54:47.9518423Z adding 'coremltools/converters/mil/frontend/torch/converter.py' 2025-06-05T23:54:47.9519232Z adding 'coremltools/converters/mil/frontend/torch/dialect_ops.py' 2025-06-05T23:54:47.9520002Z adding 'coremltools/converters/mil/frontend/torch/exir_utils.py' 2025-06-05T23:54:47.9521082Z adding 'coremltools/converters/mil/frontend/torch/internal_graph.py' 2025-06-05T23:54:47.9521817Z adding 'coremltools/converters/mil/frontend/torch/load.py' 2025-06-05T23:54:47.9522482Z adding 'coremltools/converters/mil/frontend/torch/ops.py' 2025-06-05T23:54:47.9523219Z adding 'coremltools/converters/mil/frontend/torch/quantization_ops.py' 2025-06-05T23:54:47.9524056Z adding 'coremltools/converters/mil/frontend/torch/torch_op_registry.py' 2025-06-05T23:54:47.9524874Z adding 'coremltools/converters/mil/frontend/torch/torchir_passes.py' 2025-06-05T23:54:47.9525903Z adding 'coremltools/converters/mil/frontend/torch/torchscript_utils.py' 2025-06-05T23:54:47.9526769Z adding 'coremltools/converters/mil/frontend/torch/utils.py' 2025-06-05T23:54:47.9527533Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py' 2025-06-05T23:54:47.9528515Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_tensor_assign_to_core.py' 2025-06-05T23:54:47.9529755Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_upsample_to_core_upsample.py' 2025-06-05T23:54:47.9530738Z adding 'coremltools/converters/mil/frontend/torch/test/__init__.py' 2025-06-05T23:54:47.9531571Z adding 'coremltools/converters/mil/frontend/torch/test/test_custom_ops.py' 2025-06-05T23:54:47.9532432Z adding 'coremltools/converters/mil/frontend/torch/test/test_examples.py' 2025-06-05T23:54:47.9533328Z adding 'coremltools/converters/mil/frontend/torch/test/test_internal_graph.py' 2025-06-05T23:54:47.9534209Z adding 'coremltools/converters/mil/frontend/torch/test/test_passes.py' 2025-06-05T23:54:47.9535133Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py' 2025-06-05T23:54:47.9536186Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py' 2025-06-05T23:54:47.9537283Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py' 2025-06-05T23:54:47.9538262Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_ops.py' 2025-06-05T23:54:47.9539206Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py' 2025-06-05T23:54:47.9540230Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py' 2025-06-05T23:54:47.9541159Z adding 'coremltools/converters/mil/frontend/torch/test/testing_utils.py' 2025-06-05T23:54:47.9541884Z adding 'coremltools/converters/mil/mil/__init__.py' 2025-06-05T23:54:47.9542458Z adding 'coremltools/converters/mil/mil/block.py' 2025-06-05T23:54:47.9543227Z adding 'coremltools/converters/mil/mil/builder.py' 2025-06-05T23:54:47.9543832Z adding 'coremltools/converters/mil/mil/input_type.py' 2025-06-05T23:54:47.9544436Z adding 'coremltools/converters/mil/mil/operation.py' 2025-06-05T23:54:47.9545028Z adding 'coremltools/converters/mil/mil/program.py' 2025-06-05T23:54:47.9545601Z adding 'coremltools/converters/mil/mil/scope.py' 2025-06-05T23:54:47.9546170Z adding 'coremltools/converters/mil/mil/utils.py' 2025-06-05T23:54:47.9546720Z adding 'coremltools/converters/mil/mil/var.py' 2025-06-05T23:54:47.9547314Z adding 'coremltools/converters/mil/mil/ops/__init__.py' 2025-06-05T23:54:47.9547940Z adding 'coremltools/converters/mil/mil/ops/helper.py' 2025-06-05T23:54:47.9548559Z adding 'coremltools/converters/mil/mil/ops/registry.py' 2025-06-05T23:54:47.9549226Z adding 'coremltools/converters/mil/mil/ops/defs/__init__.py' 2025-06-05T23:54:47.9549910Z adding 'coremltools/converters/mil/mil/ops/defs/_op_reqs.py' 2025-06-05T23:54:47.9550597Z adding 'coremltools/converters/mil/mil/ops/defs/_utils.py' 2025-06-05T23:54:47.9551345Z adding 'coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py' 2025-06-05T23:54:47.9552209Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py' 2025-06-05T23:54:47.9553072Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py' 2025-06-05T23:54:47.9554035Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py' 2025-06-05T23:54:47.9554820Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/activation.py' 2025-06-05T23:54:47.9555601Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/classify.py' 2025-06-05T23:54:47.9556394Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py' 2025-06-05T23:54:47.9557207Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/conv.py' 2025-06-05T23:54:47.9558003Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py' 2025-06-05T23:54:47.9559047Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py' 2025-06-05T23:54:47.9559987Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py' 2025-06-05T23:54:47.9560787Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/linear.py' 2025-06-05T23:54:47.9561579Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py' 2025-06-05T23:54:47.9562368Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/pool.py' 2025-06-05T23:54:47.9563099Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/random.py' 2025-06-05T23:54:47.9563857Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py' 2025-06-05T23:54:47.9564644Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py' 2025-06-05T23:54:47.9565458Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py' 2025-06-05T23:54:47.9566321Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py' 2025-06-05T23:54:47.9567239Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py' 2025-06-05T23:54:47.9568106Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py' 2025-06-05T23:54:47.9569011Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py' 2025-06-05T23:54:47.9569857Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py' 2025-06-05T23:54:47.9570704Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py' 2025-06-05T23:54:47.9571566Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py' 2025-06-05T23:54:47.9572476Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py' 2025-06-05T23:54:47.9573342Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py' 2025-06-05T23:54:47.9574116Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/activation.py' 2025-06-05T23:54:47.9574873Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/conv.py' 2025-06-05T23:54:47.9575671Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py' 2025-06-05T23:54:47.9576545Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py' 2025-06-05T23:54:47.9577337Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/linear.py' 2025-06-05T23:54:47.9578127Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py' 2025-06-05T23:54:47.9578984Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py' 2025-06-05T23:54:47.9579815Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py' 2025-06-05T23:54:47.9580598Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py' 2025-06-05T23:54:47.9581406Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py' 2025-06-05T23:54:47.9582261Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py' 2025-06-05T23:54:47.9583165Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py' 2025-06-05T23:54:47.9584031Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py' 2025-06-05T23:54:47.9584825Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/compression.py' 2025-06-05T23:54:47.9585621Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py' 2025-06-05T23:54:47.9586386Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/states.py' 2025-06-05T23:54:47.9587225Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py' 2025-06-05T23:54:47.9588239Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py' 2025-06-05T23:54:47.9588994Z adding 'coremltools/converters/mil/mil/ops/tests/__init__.py' 2025-06-05T23:54:47.9589717Z adding 'coremltools/converters/mil/mil/ops/tests/test_utils.py' 2025-06-05T23:54:47.9590473Z adding 'coremltools/converters/mil/mil/ops/tests/testing_utils.py' 2025-06-05T23:54:47.9591303Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py' 2025-06-05T23:54:47.9592399Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/test_coreml_dialect.py' 2025-06-05T23:54:47.9593360Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py' 2025-06-05T23:54:47.9594189Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py' 2025-06-05T23:54:47.9595070Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py' 2025-06-05T23:54:47.9595923Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py' 2025-06-05T23:54:47.9596811Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py' 2025-06-05T23:54:47.9597776Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py' 2025-06-05T23:54:47.9598723Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py' 2025-06-05T23:54:47.9599590Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py' 2025-06-05T23:54:47.9600456Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py' 2025-06-05T23:54:47.9601322Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py' 2025-06-05T23:54:47.9602130Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py' 2025-06-05T23:54:47.9602969Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py' 2025-06-05T23:54:47.9603823Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py' 2025-06-05T23:54:47.9604717Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py' 2025-06-05T23:54:47.9605647Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py' 2025-06-05T23:54:47.9606644Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py' 2025-06-05T23:54:47.9607546Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py' 2025-06-05T23:54:47.9608410Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py' 2025-06-05T23:54:47.9609463Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py' 2025-06-05T23:54:47.9610426Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py' 2025-06-05T23:54:47.9611333Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py' 2025-06-05T23:54:48.0187225Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py' 2025-06-05T23:54:48.0188168Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py' 2025-06-05T23:54:48.0189036Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py' 2025-06-05T23:54:48.0189954Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py' 2025-06-05T23:54:48.0190892Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py' 2025-06-05T23:54:48.0191883Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py' 2025-06-05T23:54:48.0192783Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py' 2025-06-05T23:54:48.0193625Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py' 2025-06-05T23:54:48.0194467Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py' 2025-06-05T23:54:48.0195342Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py' 2025-06-05T23:54:48.0196284Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py' 2025-06-05T23:54:48.0197430Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py' 2025-06-05T23:54:48.0198299Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py' 2025-06-05T23:54:48.0199205Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py' 2025-06-05T23:54:48.0200089Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py' 2025-06-05T23:54:48.0200942Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py' 2025-06-05T23:54:48.0202016Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py' 2025-06-05T23:54:48.0202984Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py' 2025-06-05T23:54:48.0204093Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py' 2025-06-05T23:54:48.0205000Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py' 2025-06-05T23:54:48.0205833Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py' 2025-06-05T23:54:48.0206718Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py' 2025-06-05T23:54:48.0207605Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py' 2025-06-05T23:54:48.0208514Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py' 2025-06-05T23:54:48.0209600Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py' 2025-06-05T23:54:48.0210399Z adding 'coremltools/converters/mil/mil/passes/__init__.py' 2025-06-05T23:54:48.0211092Z adding 'coremltools/converters/mil/mil/passes/graph_pass.py' 2025-06-05T23:54:48.0211780Z adding 'coremltools/converters/mil/mil/passes/helper.py' 2025-06-05T23:54:48.0212475Z adding 'coremltools/converters/mil/mil/passes/pass_pipeline.py' 2025-06-05T23:54:48.0213220Z adding 'coremltools/converters/mil/mil/passes/pass_registry.py' 2025-06-05T23:54:48.0213946Z adding 'coremltools/converters/mil/mil/passes/defs/__init__.py' 2025-06-05T23:54:48.0214801Z adding 'coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py' 2025-06-05T23:54:48.0215731Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation.py' 2025-06-05T23:54:48.0216701Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py' 2025-06-05T23:54:48.0217646Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_conv.py' 2025-06-05T23:54:48.0218537Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py' 2025-06-05T23:54:48.0219457Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_linear.py' 2025-06-05T23:54:48.0220330Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_normalization.py' 2025-06-05T23:54:48.0221253Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_quantization.py' 2025-06-05T23:54:48.0222165Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py' 2025-06-05T23:54:48.0223012Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_state.py' 2025-06-05T23:54:48.0223907Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py' 2025-06-05T23:54:48.0224851Z adding 'coremltools/converters/mil/mil/passes/defs/preprocess.py' 2025-06-05T23:54:48.0225636Z adding 'coremltools/converters/mil/mil/passes/defs/quantization.py' 2025-06-05T23:54:48.0226415Z adding 'coremltools/converters/mil/mil/passes/defs/randomize.py' 2025-06-05T23:54:48.0227217Z adding 'coremltools/converters/mil/mil/passes/defs/symbol_transform.py' 2025-06-05T23:54:48.0228044Z adding 'coremltools/converters/mil/mil/passes/defs/transformer.py' 2025-06-05T23:54:48.0228854Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py' 2025-06-05T23:54:48.0229773Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py' 2025-06-05T23:54:48.0230755Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py' 2025-06-05T23:54:48.0231872Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py' 2025-06-05T23:54:48.0232900Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dedup_op_and_var_names.py' 2025-06-05T23:54:48.0233917Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py' 2025-06-05T23:54:48.0234902Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py' 2025-06-05T23:54:48.0235933Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py' 2025-06-05T23:54:48.0237051Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py' 2025-06-05T23:54:48.0238086Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py' 2025-06-05T23:54:48.0239108Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py' 2025-06-05T23:54:48.0240128Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py' 2025-06-05T23:54:48.0241011Z adding 'coremltools/converters/mil/mil/passes/tests/__init__.py' 2025-06-05T23:54:48.0241823Z adding 'coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py' 2025-06-05T23:54:48.0242951Z adding 'coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py' 2025-06-05T23:54:48.0243978Z adding 'coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py' 2025-06-05T23:54:48.0244924Z adding 'coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py' 2025-06-05T23:54:48.0245769Z adding 'coremltools/converters/mil/mil/passes/tests/test_passes.py' 2025-06-05T23:54:48.0246644Z adding 'coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py' 2025-06-05T23:54:48.0247635Z adding 'coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py' 2025-06-05T23:54:48.0248565Z adding 'coremltools/converters/mil/mil/passes/tests/test_state_passes.py' 2025-06-05T23:54:48.0249546Z adding 'coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py' 2025-06-05T23:54:48.0250337Z adding 'coremltools/converters/mil/mil/tests/__init__.py' 2025-06-05T23:54:48.0251003Z adding 'coremltools/converters/mil/mil/tests/test_block.py' 2025-06-05T23:54:48.0266190Z adding 'coremltools/converters/mil/mil/tests/test_debug.py' 2025-06-05T23:54:48.0266908Z adding 'coremltools/converters/mil/mil/tests/test_programs.py' 2025-06-05T23:54:48.0267616Z adding 'coremltools/converters/mil/mil/tests/test_types.py' 2025-06-05T23:54:48.0268283Z adding 'coremltools/converters/mil/mil/types/__init__.py' 2025-06-05T23:54:48.0268956Z adding 'coremltools/converters/mil/mil/types/annotate.py' 2025-06-05T23:54:48.0269651Z adding 'coremltools/converters/mil/mil/types/get_type_info.py' 2025-06-05T23:54:48.0270370Z adding 'coremltools/converters/mil/mil/types/global_methods.py' 2025-06-05T23:54:48.0271069Z adding 'coremltools/converters/mil/mil/types/symbolic.py' 2025-06-05T23:54:48.0271728Z adding 'coremltools/converters/mil/mil/types/type_bool.py' 2025-06-05T23:54:48.0272425Z adding 'coremltools/converters/mil/mil/types/type_complex.py' 2025-06-05T23:54:48.0273117Z adding 'coremltools/converters/mil/mil/types/type_dict.py' 2025-06-05T23:54:48.0273797Z adding 'coremltools/converters/mil/mil/types/type_double.py' 2025-06-05T23:54:48.0274577Z adding 'coremltools/converters/mil/mil/types/type_globals_pseudo_type.py' 2025-06-05T23:54:48.0275333Z adding 'coremltools/converters/mil/mil/types/type_int.py' 2025-06-05T23:54:48.0275998Z adding 'coremltools/converters/mil/mil/types/type_list.py' 2025-06-05T23:54:48.0276689Z adding 'coremltools/converters/mil/mil/types/type_mapping.py' 2025-06-05T23:54:48.0277383Z adding 'coremltools/converters/mil/mil/types/type_spec.py' 2025-06-05T23:54:48.0278053Z adding 'coremltools/converters/mil/mil/types/type_state.py' 2025-06-05T23:54:48.0278707Z adding 'coremltools/converters/mil/mil/types/type_str.py' 2025-06-05T23:54:48.0279382Z adding 'coremltools/converters/mil/mil/types/type_tensor.py' 2025-06-05T23:54:48.0280317Z adding 'coremltools/converters/mil/mil/types/type_tuple.py' 2025-06-05T23:54:48.0281015Z adding 'coremltools/converters/mil/mil/types/type_unknown.py' 2025-06-05T23:54:48.0281698Z adding 'coremltools/converters/mil/mil/types/type_void.py' 2025-06-05T23:54:48.0282384Z adding 'coremltools/converters/mil/mil/visitors/__init__.py' 2025-06-05T23:54:48.0283094Z adding 'coremltools/converters/mil/mil/visitors/dot_visitor.py' 2025-06-05T23:54:48.0283763Z adding 'coremltools/converters/sklearn/_LinearSVC.py' 2025-06-05T23:54:48.0284547Z adding 'coremltools/converters/sklearn/_LinearSVR.py' 2025-06-05T23:54:48.0285152Z adding 'coremltools/converters/sklearn/_NuSVC.py' 2025-06-05T23:54:48.0285870Z adding 'coremltools/converters/sklearn/_NuSVR.py' 2025-06-05T23:54:48.0286433Z adding 'coremltools/converters/sklearn/_SVC.py' 2025-06-05T23:54:48.0286992Z adding 'coremltools/converters/sklearn/_SVR.py' 2025-06-05T23:54:48.0287561Z adding 'coremltools/converters/sklearn/__init__.py' 2025-06-05T23:54:48.0288168Z adding 'coremltools/converters/sklearn/_converter.py' 2025-06-05T23:54:48.0288939Z adding 'coremltools/converters/sklearn/_converter_internal.py' 2025-06-05T23:54:48.0289695Z adding 'coremltools/converters/sklearn/_decision_tree_classifier.py' 2025-06-05T23:54:48.0290493Z adding 'coremltools/converters/sklearn/_decision_tree_regressor.py' 2025-06-05T23:54:48.0291222Z adding 'coremltools/converters/sklearn/_dict_vectorizer.py' 2025-06-05T23:54:48.0291990Z adding 'coremltools/converters/sklearn/_gradient_boosting_classifier.py' 2025-06-05T23:54:48.0292835Z adding 'coremltools/converters/sklearn/_gradient_boosting_regressor.py' 2025-06-05T23:54:48.0293558Z adding 'coremltools/converters/sklearn/_imputer.py' 2025-06-05T23:54:48.0294239Z adding 'coremltools/converters/sklearn/_k_neighbors_classifier.py' 2025-06-05T23:54:48.0294976Z adding 'coremltools/converters/sklearn/_linear_regression.py' 2025-06-05T23:54:48.0295705Z adding 'coremltools/converters/sklearn/_logistic_regression.py' 2025-06-05T23:54:48.1034761Z adding 'coremltools/converters/sklearn/_normalizer.py' 2025-06-05T23:54:48.1035495Z adding 'coremltools/converters/sklearn/_one_hot_encoder.py' 2025-06-05T23:54:48.1036238Z adding 'coremltools/converters/sklearn/_random_forest_classifier.py' 2025-06-05T23:54:48.1037029Z adding 'coremltools/converters/sklearn/_random_forest_regressor.py' 2025-06-05T23:54:48.1037834Z adding 'coremltools/converters/sklearn/_ridge_regression.py' 2025-06-05T23:54:48.1038518Z adding 'coremltools/converters/sklearn/_sklearn_util.py' 2025-06-05T23:54:48.1039211Z adding 'coremltools/converters/sklearn/_standard_scaler.py' 2025-06-05T23:54:48.1039877Z adding 'coremltools/converters/sklearn/_svm_common.py' 2025-06-05T23:54:48.1040512Z adding 'coremltools/converters/sklearn/_tree_ensemble.py' 2025-06-05T23:54:48.1041134Z adding 'coremltools/converters/xgboost/__init__.py' 2025-06-05T23:54:48.1041704Z adding 'coremltools/converters/xgboost/_tree.py' 2025-06-05T23:54:48.1042331Z adding 'coremltools/converters/xgboost/_tree_ensemble.py' 2025-06-05T23:54:48.1043028Z adding 'coremltools/models/__init__.py' 2025-06-05T23:54:48.1043563Z adding 'coremltools/models/_compiled_model.py' 2025-06-05T23:54:48.1044113Z adding 'coremltools/models/_deprecation.py' 2025-06-05T23:54:48.1044662Z adding 'coremltools/models/_feature_management.py' 2025-06-05T23:54:48.1045263Z adding 'coremltools/models/_interface_management.py' 2025-06-05T23:54:48.1045875Z adding 'coremltools/models/array_feature_extractor.py' 2025-06-05T23:54:48.1046472Z adding 'coremltools/models/compute_device.py' 2025-06-05T23:54:48.1047003Z adding 'coremltools/models/compute_plan.py' 2025-06-05T23:54:48.1047530Z adding 'coremltools/models/datatypes.py' 2025-06-05T23:54:48.1048061Z adding 'coremltools/models/feature_vectorizer.py' 2025-06-05T23:54:48.1048601Z adding 'coremltools/models/model.py' 2025-06-05T23:54:48.1049190Z adding 'coremltools/models/pipeline.py' 2025-06-05T23:54:48.1049981Z adding 'coremltools/models/tree_ensemble.py' 2025-06-05T23:54:48.1050498Z adding 'coremltools/models/utils.py' 2025-06-05T23:54:48.1051022Z adding 'coremltools/models/ml_program/__init__.py' 2025-06-05T23:54:48.1051652Z adding 'coremltools/models/ml_program/compression_utils.py' 2025-06-05T23:54:48.1052468Z adding 'coremltools/models/ml_program/experimental/__init__.py' 2025-06-05T23:54:48.1053247Z adding 'coremltools/models/ml_program/experimental/async_wrapper.py' 2025-06-05T23:54:48.1054078Z adding 'coremltools/models/ml_program/experimental/compute_plan_utils.py' 2025-06-05T23:54:48.1055110Z adding 'coremltools/models/ml_program/experimental/debugging_utils.py' 2025-06-05T23:54:48.1056049Z adding 'coremltools/models/ml_program/experimental/model_structure_path.py' 2025-06-05T23:54:48.1056861Z adding 'coremltools/models/ml_program/experimental/perf_utils.py' 2025-06-05T23:54:48.1057637Z adding 'coremltools/models/ml_program/experimental/remote_device.py' 2025-06-05T23:54:48.1058435Z adding 'coremltools/models/ml_program/experimental/torch/__init__.py' 2025-06-05T23:54:48.1059285Z adding 'coremltools/models/ml_program/experimental/torch/debugging_utils.py' 2025-06-05T23:54:48.1060148Z adding 'coremltools/models/ml_program/experimental/torch/perf_utils.py' 2025-06-05T23:54:48.1060890Z adding 'coremltools/models/nearest_neighbors/__init__.py' 2025-06-05T23:54:48.1061565Z adding 'coremltools/models/nearest_neighbors/builder.py' 2025-06-05T23:54:48.1062204Z adding 'coremltools/models/neural_network/__init__.py' 2025-06-05T23:54:48.1062841Z adding 'coremltools/models/neural_network/builder.py' 2025-06-05T23:54:48.1063528Z adding 'coremltools/models/neural_network/flexible_shape_utils.py' 2025-06-05T23:54:48.1064293Z adding 'coremltools/models/neural_network/optimization_utils.py' 2025-06-05T23:54:48.1064978Z adding 'coremltools/models/neural_network/printer.py' 2025-06-05T23:54:48.1065661Z adding 'coremltools/models/neural_network/quantization_utils.py' 2025-06-05T23:54:48.1066429Z adding 'coremltools/models/neural_network/spec_inspection_utils.py' 2025-06-05T23:54:48.1067217Z adding 'coremltools/models/neural_network/update_optimizer_utils.py' 2025-06-05T23:54:48.1067918Z adding 'coremltools/models/neural_network/utils.py' 2025-06-05T23:54:48.1068468Z adding 'coremltools/optimize/__init__.py' 2025-06-05T23:54:48.1068975Z adding 'coremltools/optimize/_utils.py' 2025-06-05T23:54:48.1069503Z adding 'coremltools/optimize/coreml/__init__.py' 2025-06-05T23:54:48.1070073Z adding 'coremltools/optimize/coreml/_config.py' 2025-06-05T23:54:48.1070762Z adding 'coremltools/optimize/coreml/_post_training_quantization.py' 2025-06-05T23:54:48.1071521Z adding 'coremltools/optimize/coreml/_quantization_passes.py' 2025-06-05T23:54:48.1072243Z adding 'coremltools/optimize/coreml/experimental/__init__.py' 2025-06-05T23:54:48.1072955Z adding 'coremltools/optimize/coreml/experimental/_config.py' 2025-06-05T23:54:48.1073729Z adding 'coremltools/optimize/coreml/experimental/_model_debugger.py' 2025-06-05T23:54:48.1074620Z adding 'coremltools/optimize/coreml/experimental/_post_training_quantization.py' 2025-06-05T23:54:48.1075623Z adding 'coremltools/optimize/coreml/experimental/test_post_training_quantization.py' 2025-06-05T23:54:48.1076431Z adding 'coremltools/optimize/torch/__init__.py' 2025-06-05T23:54:48.1077007Z adding 'coremltools/optimize/torch/_logging.py' 2025-06-05T23:54:48.1077572Z adding 'coremltools/optimize/torch/_typing.py' 2025-06-05T23:54:48.1078191Z adding 'coremltools/optimize/torch/base_model_optimizer.py' 2025-06-05T23:54:48.1078890Z adding 'coremltools/optimize/torch/optimization_config.py' 2025-06-05T23:54:48.1079546Z adding 'coremltools/optimize/torch/_utils/__init__.py' 2025-06-05T23:54:48.1080188Z adding 'coremltools/optimize/torch/_utils/dist_utils.py' 2025-06-05T23:54:48.1080854Z adding 'coremltools/optimize/torch/_utils/fsdp_utils.py' 2025-06-05T23:54:48.1081506Z adding 'coremltools/optimize/torch/_utils/graph_utils.py' 2025-06-05T23:54:48.1082366Z adding 'coremltools/optimize/torch/_utils/joint_compression_utils.py' 2025-06-05T23:54:48.1083081Z adding 'coremltools/optimize/torch/_utils/k_means.py' 2025-06-05T23:54:48.1083720Z adding 'coremltools/optimize/torch/_utils/math_utils.py' 2025-06-05T23:54:48.1084382Z adding 'coremltools/optimize/torch/_utils/metadata_utils.py' 2025-06-05T23:54:48.1085095Z adding 'coremltools/optimize/torch/_utils/model_size_utils.py' 2025-06-05T23:54:48.1085810Z adding 'coremltools/optimize/torch/_utils/optimizer_utils.py' 2025-06-05T23:54:48.1086687Z adding 'coremltools/optimize/torch/_utils/python_utils.py' 2025-06-05T23:54:48.1087390Z adding 'coremltools/optimize/torch/_utils/registry.py' 2025-06-05T23:54:48.1088037Z adding 'coremltools/optimize/torch/_utils/report_utils.py' 2025-06-05T23:54:48.1088835Z adding 'coremltools/optimize/torch/_utils/state_dict_utils.py' 2025-06-05T23:54:48.1089539Z adding 'coremltools/optimize/torch/_utils/torch_utils.py' 2025-06-05T23:54:48.1090210Z adding 'coremltools/optimize/torch/_utils/transforms.py' 2025-06-05T23:54:48.1090894Z adding 'coremltools/optimize/torch/_utils/validation_utils.py' 2025-06-05T23:54:48.1091588Z adding 'coremltools/optimize/torch/_utils/version_utils.py' 2025-06-05T23:54:48.1092332Z adding 'coremltools/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:54:48.1093127Z adding 'coremltools/optimize/torch/layerwise_compression/_quant.py' 2025-06-05T23:54:48.1093944Z adding 'coremltools/optimize/torch/layerwise_compression/algorithms.py' 2025-06-05T23:54:48.1094807Z adding 'coremltools/optimize/torch/layerwise_compression/input_cacher.py' 2025-06-05T23:54:48.1095730Z adding 'coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py' 2025-06-05T23:54:48.1096585Z adding 'coremltools/optimize/torch/palettization/__init__.py' 2025-06-05T23:54:48.1097356Z adding 'coremltools/optimize/torch/palettization/_custom_conversion.py' 2025-06-05T23:54:48.1098197Z adding 'coremltools/optimize/torch/palettization/_efficient_kmeans.py' 2025-06-05T23:54:48.1099095Z adding 'coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py' 2025-06-05T23:54:48.1099976Z adding 'coremltools/optimize/torch/palettization/_partitioner.py' 2025-06-05T23:54:48.1100777Z adding 'coremltools/optimize/torch/palettization/_supported_modules.py' 2025-06-05T23:54:48.1101549Z adding 'coremltools/optimize/torch/palettization/_utils.py' 2025-06-05T23:54:48.1102298Z adding 'coremltools/optimize/torch/palettization/fake_palettize.py' 2025-06-05T23:54:48.1103143Z adding 'coremltools/optimize/torch/palettization/palettization_config.py' 2025-06-05T23:54:48.1103968Z adding 'coremltools/optimize/torch/palettization/palettizer.py' 2025-06-05T23:54:48.1104821Z adding 'coremltools/optimize/torch/palettization/post_training_palettization.py' 2025-06-05T23:54:48.1105724Z adding 'coremltools/optimize/torch/palettization/sensitive_k_means.py' 2025-06-05T23:54:48.1106460Z adding 'coremltools/optimize/torch/pruning/__init__.py' 2025-06-05T23:54:48.1107116Z adding 'coremltools/optimize/torch/pruning/_base_pruner.py' 2025-06-05T23:54:48.1107852Z adding 'coremltools/optimize/torch/pruning/_base_pruning_method.py' 2025-06-05T23:54:48.1108550Z adding 'coremltools/optimize/torch/pruning/_utils.py' 2025-06-05T23:54:48.1109228Z adding 'coremltools/optimize/torch/pruning/magnitude_pruner.py' 2025-06-05T23:54:48.1109969Z adding 'coremltools/optimize/torch/pruning/pruning_scheduler.py' 2025-06-05T23:54:48.1110694Z adding 'coremltools/optimize/torch/quantization/__init__.py' 2025-06-05T23:54:48.1111450Z adding 'coremltools/optimize/torch/quantization/_annotation_config.py' 2025-06-05T23:54:48.1112268Z adding 'coremltools/optimize/torch/quantization/_backend_config.py' 2025-06-05T23:54:48.1113100Z adding 'coremltools/optimize/torch/quantization/_backend_config_utils.py' 2025-06-05T23:54:48.1113893Z adding 'coremltools/optimize/torch/quantization/_configure.py' 2025-06-05T23:54:48.1114812Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer.py' 2025-06-05T23:54:48.1115659Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py' 2025-06-05T23:54:48.1116515Z adding 'coremltools/optimize/torch/quantization/_qconfig_mapping.py' 2025-06-05T23:54:48.1117249Z adding 'coremltools/optimize/torch/quantization/_utils.py' 2025-06-05T23:54:48.1118055Z adding 'coremltools/optimize/torch/quantization/post_training_quantization.py' 2025-06-05T23:54:48.1118952Z adding 'coremltools/optimize/torch/quantization/quantization_config.py' 2025-06-05T23:54:48.1119828Z adding 'coremltools/optimize/torch/quantization/quantizer.py' 2025-06-05T23:54:48.1120636Z adding 'coremltools/optimize/torch/quantization/modules/__init__.py' 2025-06-05T23:54:48.1121473Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose.py' 2025-06-05T23:54:48.1122405Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py' 2025-06-05T23:54:48.1123324Z adding 'coremltools/optimize/torch/quantization/modules/fused_modules.py' 2025-06-05T23:54:48.1124273Z adding 'coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py' 2025-06-05T23:54:48.1125197Z adding 'coremltools/optimize/torch/quantization/modules/observers.py' 2025-06-05T23:54:48.1126023Z adding 'coremltools/optimize/torch/quantization/modules/qat_modules.py' 2025-06-05T23:54:48.1126906Z adding 'coremltools/optimize/torch/quantization/modules/quantized_modules.py' 2025-06-05T23:54:48.1127701Z adding 'coremltools/proto/ArrayFeatureExtractor_pb2.py' 2025-06-05T23:54:48.1128343Z adding 'coremltools/proto/AudioFeaturePrint_pb2.py' 2025-06-05T23:54:48.1707196Z adding 'coremltools/proto/BayesianProbitRegressor_pb2.py' 2025-06-05T23:54:48.1707914Z adding 'coremltools/proto/CategoricalMapping_pb2.py' 2025-06-05T23:54:48.1708600Z adding 'coremltools/proto/ClassConfidenceThresholding_pb2.py' 2025-06-05T23:54:48.1709239Z adding 'coremltools/proto/CustomModel_pb2.py' 2025-06-05T23:54:48.1709828Z adding 'coremltools/proto/DataStructures_pb2.py' 2025-06-05T23:54:48.1710396Z adding 'coremltools/proto/DictVectorizer_pb2.py' 2025-06-05T23:54:48.1710976Z adding 'coremltools/proto/FeatureTypes_pb2.py' 2025-06-05T23:54:48.1711546Z adding 'coremltools/proto/FeatureVectorizer_pb2.py' 2025-06-05T23:54:48.1712133Z adding 'coremltools/proto/GLMClassifier_pb2.py' 2025-06-05T23:54:48.1712686Z adding 'coremltools/proto/GLMRegressor_pb2.py' 2025-06-05T23:54:48.1713229Z adding 'coremltools/proto/Gazetteer_pb2.py' 2025-06-05T23:54:48.1713747Z adding 'coremltools/proto/Identity_pb2.py' 2025-06-05T23:54:48.1714281Z adding 'coremltools/proto/Imputer_pb2.py' 2025-06-05T23:54:48.1714895Z adding 'coremltools/proto/ItemSimilarityRecommender_pb2.py' 2025-06-05T23:54:48.1715516Z adding 'coremltools/proto/LinkedModel_pb2.py' 2025-06-05T23:54:48.1716035Z adding 'coremltools/proto/MIL_pb2.py' 2025-06-05T23:54:48.1716519Z adding 'coremltools/proto/Model_pb2.py' 2025-06-05T23:54:48.1717061Z adding 'coremltools/proto/NamedParameters_pb2.py' 2025-06-05T23:54:48.1717643Z adding 'coremltools/proto/NearestNeighbors_pb2.py' 2025-06-05T23:54:48.1718221Z adding 'coremltools/proto/NeuralNetwork_pb2.py' 2025-06-05T23:54:48.1718875Z adding 'coremltools/proto/NonMaximumSuppression_pb2.py' 2025-06-05T23:54:48.1719469Z adding 'coremltools/proto/Normalizer_pb2.py' 2025-06-05T23:54:48.1720020Z adding 'coremltools/proto/OneHotEncoder_pb2.py' 2025-06-05T23:54:48.1720572Z adding 'coremltools/proto/Parameters_pb2.py' 2025-06-05T23:54:48.1721091Z adding 'coremltools/proto/SVM_pb2.py' 2025-06-05T23:54:48.1721590Z adding 'coremltools/proto/Scaler_pb2.py' 2025-06-05T23:54:48.1722209Z adding 'coremltools/proto/SoundAnalysisPreprocessing_pb2.py' 2025-06-05T23:54:48.1722860Z adding 'coremltools/proto/TextClassifier_pb2.py' 2025-06-05T23:54:48.1723419Z adding 'coremltools/proto/TreeEnsemble_pb2.py' 2025-06-05T23:54:48.1724010Z adding 'coremltools/proto/VisionFeaturePrint_pb2.py' 2025-06-05T23:54:48.1724914Z adding 'coremltools/proto/WordEmbedding_pb2.py' 2025-06-05T23:54:48.1725465Z adding 'coremltools/proto/WordTagger_pb2.py' 2025-06-05T23:54:48.1725974Z adding 'coremltools/proto/__init__.py' 2025-06-05T23:54:48.1726460Z adding 'coremltools/test/__init__.py' 2025-06-05T23:54:48.1726934Z adding 'coremltools/test/utils.py' 2025-06-05T23:54:48.1727407Z adding 'coremltools/test/api/__init__.py' 2025-06-05T23:54:48.1727948Z adding 'coremltools/test/api/test_api_examples.py' 2025-06-05T23:54:48.1728549Z adding 'coremltools/test/api/test_api_visibilities.py' 2025-06-05T23:54:48.1729425Z adding 'coremltools/test/blob/__init__.py' 2025-06-05T23:54:48.1732858Z adding 'coremltools/test/blob/test_weights.py' 2025-06-05T23:54:48.1733473Z adding 'coremltools/test/ml_program/__init__.py' 2025-06-05T23:54:48.1734075Z adding 'coremltools/test/ml_program/test_compression.py' 2025-06-05T23:54:48.1734692Z adding 'coremltools/test/ml_program/test_utils.py' 2025-06-05T23:54:48.1735335Z adding 'coremltools/test/ml_program/experimental/__init__.py' 2025-06-05T23:54:48.1736125Z adding 'coremltools/test/ml_program/experimental/test_compute_plan_utils.py' 2025-06-05T23:54:48.1736983Z adding 'coremltools/test/ml_program/experimental/test_debugging_utils.py' 2025-06-05T23:54:48.1737804Z adding 'coremltools/test/ml_program/experimental/test_perf_utils.py' 2025-06-05T23:54:48.1738610Z adding 'coremltools/test/ml_program/experimental/test_remote_device.py' 2025-06-05T23:54:48.1739463Z adding 'coremltools/test/ml_program/experimental/test_torch_debugging_utils.py' 2025-06-05T23:54:48.1740218Z adding 'coremltools/test/modelpackage/__init__.py' 2025-06-05T23:54:48.1740857Z adding 'coremltools/test/modelpackage/test_mlmodel.py' 2025-06-05T23:54:48.1741516Z adding 'coremltools/test/modelpackage/test_modelpackage.py' 2025-06-05T23:54:48.1742168Z adding 'coremltools/test/neural_network/__init__.py' 2025-06-05T23:54:48.1743011Z adding 'coremltools/test/neural_network/test_compiled_model.py' 2025-06-05T23:54:48.1743767Z adding 'coremltools/test/neural_network/test_custom_neural_nets.py' 2025-06-05T23:54:48.1744471Z adding 'coremltools/test/neural_network/test_model.py' 2025-06-05T23:54:48.1745144Z adding 'coremltools/test/neural_network/test_neural_networks.py' 2025-06-05T23:54:48.1745854Z adding 'coremltools/test/neural_network/test_nn_builder.py' 2025-06-05T23:54:48.1746554Z adding 'coremltools/test/neural_network/test_numpy_nn_layers.py' 2025-06-05T23:54:48.1747279Z adding 'coremltools/test/neural_network/test_quantization.py' 2025-06-05T23:54:48.1748035Z adding 'coremltools/test/neural_network/test_simple_nn_inference.py' 2025-06-05T23:54:48.1748776Z adding 'coremltools/test/neural_network/test_tf_numeric.py' 2025-06-05T23:54:48.1749390Z adding 'coremltools/test/optimize/__init__.py' 2025-06-05T23:54:48.1749938Z adding 'coremltools/test/optimize/test_utils.py' 2025-06-05T23:54:48.1750514Z adding 'coremltools/test/optimize/api/__init__.py' 2025-06-05T23:54:48.1751141Z adding 'coremltools/test/optimize/api/test_optimize_api.py' 2025-06-05T23:54:48.1751790Z adding 'coremltools/test/optimize/coreml/__init__.py' 2025-06-05T23:54:48.1752423Z adding 'coremltools/test/optimize/coreml/test_passes.py' 2025-06-05T23:54:48.1753194Z adding 'coremltools/test/optimize/coreml/test_post_training_quantization.py' 2025-06-05T23:54:48.1753954Z adding 'coremltools/test/optimize/torch/__init__.py' 2025-06-05T23:54:48.1754554Z adding 'coremltools/test/optimize/torch/conftest.py' 2025-06-05T23:54:48.1755175Z adding 'coremltools/test/optimize/torch/smoke_test.py' 2025-06-05T23:54:48.1755832Z adding 'coremltools/test/optimize/torch/test_api_surface.py' 2025-06-05T23:54:48.1756554Z adding 'coremltools/test/optimize/torch/test_base_optimizer.py' 2025-06-05T23:54:48.1757204Z adding 'coremltools/test/optimize/torch/utils.py' 2025-06-05T23:54:48.1757856Z adding 'coremltools/test/optimize/torch/conversion/__init__.py' 2025-06-05T23:54:48.1758644Z adding 'coremltools/test/optimize/torch/conversion/conversion_utils.py' 2025-06-05T23:54:48.1759651Z adding 'coremltools/test/optimize/torch/conversion/joint/__init__.py' 2025-06-05T23:54:48.1760639Z adding 'coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py' 2025-06-05T23:54:48.1761680Z adding 'coremltools/test/optimize/torch/conversion/palettization/__init__.py' 2025-06-05T23:54:48.1762761Z adding 'coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py' 2025-06-05T23:54:48.1763803Z adding 'coremltools/test/optimize/torch/conversion/pruning/__init__.py' 2025-06-05T23:54:48.1764910Z adding 'coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py' 2025-06-05T23:54:48.1766157Z adding 'coremltools/test/optimize/torch/conversion/quantization/__init__.py' 2025-06-05T23:54:48.1767227Z adding 'coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py' 2025-06-05T23:54:48.1768263Z adding 'coremltools/test/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:54:48.1769288Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py' 2025-06-05T23:54:48.1770229Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_quant.py' 2025-06-05T23:54:48.1771023Z adding 'coremltools/test/optimize/torch/models/__init__.py' 2025-06-05T23:54:48.1771680Z adding 'coremltools/test/optimize/torch/models/mnist.py' 2025-06-05T23:54:48.1772388Z adding 'coremltools/test/optimize/torch/models/multi_input_net.py' 2025-06-05T23:54:48.1773162Z adding 'coremltools/test/optimize/torch/palettization/__init__.py' 2025-06-05T23:54:48.1774024Z adding 'coremltools/test/optimize/torch/palettization/palettization_utils.py' 2025-06-05T23:54:48.1774979Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_api.py' 2025-06-05T23:54:48.1775966Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_utils.py' 2025-06-05T23:54:48.1776913Z adding 'coremltools/test/optimize/torch/palettization/test_palettizer.py' 2025-06-05T23:54:48.1777900Z adding 'coremltools/test/optimize/torch/palettization/test_post_training_palettization.py' 2025-06-05T23:54:48.1778946Z adding 'coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py' 2025-06-05T23:54:48.1779779Z adding 'coremltools/test/optimize/torch/pruning/__init__.py' 2025-06-05T23:54:48.1780516Z adding 'coremltools/test/optimize/torch/pruning/pruning_utils.py' 2025-06-05T23:54:48.1781311Z adding 'coremltools/test/optimize/torch/pruning/test_base_pruner.py' 2025-06-05T23:54:48.1782146Z adding 'coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py' 2025-06-05T23:54:48.1783033Z adding 'coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py' 2025-06-05T23:54:48.1783854Z adding 'coremltools/test/optimize/torch/quantization/__init__.py' 2025-06-05T23:54:48.1784665Z adding 'coremltools/test/optimize/torch/quantization/test_configure.py' 2025-06-05T23:54:48.1785554Z adding 'coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py' 2025-06-05T23:54:48.1786541Z adding 'coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py' 2025-06-05T23:54:48.1787478Z adding 'coremltools/test/optimize/torch/quantization/test_observers.py' 2025-06-05T23:54:48.1788433Z adding 'coremltools/test/optimize/torch/quantization/test_post_training_quantization.py' 2025-06-05T23:54:48.1789400Z adding 'coremltools/test/optimize/torch/quantization/test_quantizer.py' 2025-06-05T23:54:48.1790211Z adding 'coremltools/test/optimize/torch/quantization/test_utils.py' 2025-06-05T23:54:48.1790971Z adding 'coremltools/test/optimize/torch/test_utils/__init__.py' 2025-06-05T23:54:48.1791744Z adding 'coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py' 2025-06-05T23:54:48.1792546Z adding 'coremltools/test/optimize/torch/test_utils/test_k_means.py' 2025-06-05T23:54:48.1793368Z adding 'coremltools/test/optimize/torch/test_utils/test_metadata_utils.py' 2025-06-05T23:54:48.1794400Z adding 'coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py' 2025-06-05T23:54:48.1795269Z adding 'coremltools/test/optimize/torch/test_utils/test_report_utils.py' 2025-06-05T23:54:48.1796100Z adding 'coremltools/test/optimize/torch/test_utils/test_torch_utils.py' 2025-06-05T23:54:48.1796959Z adding 'coremltools/test/optimize/torch/test_utils/test_validation_utils.py' 2025-06-05T23:54:48.1797677Z adding 'coremltools/test/pipeline/__init__.py' 2025-06-05T23:54:48.1798292Z adding 'coremltools/test/pipeline/test_model_updatable.py' 2025-06-05T23:54:48.1798995Z adding 'coremltools/test/pipeline/test_pipeline.py' 2025-06-05T23:54:48.1799745Z adding 'coremltools/test/sklearn_tests/__init__.py' 2025-06-05T23:54:48.1800364Z adding 'coremltools/test/sklearn_tests/test_NuSVC.py' 2025-06-05T23:54:48.1800964Z adding 'coremltools/test/sklearn_tests/test_NuSVR.py' 2025-06-05T23:54:48.1801559Z adding 'coremltools/test/sklearn_tests/test_SVC.py' 2025-06-05T23:54:48.1802137Z adding 'coremltools/test/sklearn_tests/test_SVR.py' 2025-06-05T23:54:48.1802812Z adding 'coremltools/test/sklearn_tests/test_categorical_imputer.py' 2025-06-05T23:54:48.1803601Z adding 'coremltools/test/sklearn_tests/test_composite_pipelines.py' 2025-06-05T23:54:51.2669168Z adding 'coremltools/test/sklearn_tests/test_dict_vectorizer.py' 2025-06-05T23:54:51.2670001Z adding 'coremltools/test/sklearn_tests/test_feature_names.py' 2025-06-05T23:54:51.2670708Z adding 'coremltools/test/sklearn_tests/test_glm_classifier.py' 2025-06-05T23:54:51.2671419Z adding 'coremltools/test/sklearn_tests/test_imputer.py' 2025-06-05T23:54:51.2672060Z adding 'coremltools/test/sklearn_tests/test_io_types.py' 2025-06-05T23:54:51.2672826Z adding 'coremltools/test/sklearn_tests/test_k_neighbors_classifier.py' 2025-06-05T23:54:51.2673616Z adding 'coremltools/test/sklearn_tests/test_linear_regression.py' 2025-06-05T23:54:51.2674424Z adding 'coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py' 2025-06-05T23:54:51.2675203Z adding 'coremltools/test/sklearn_tests/test_normalizer.py' 2025-06-05T23:54:51.2675893Z adding 'coremltools/test/sklearn_tests/test_one_hot_encoder.py' 2025-06-05T23:54:51.2676675Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier.py' 2025-06-05T23:54:51.2677555Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py' 2025-06-05T23:54:51.2678445Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression.py' 2025-06-05T23:54:51.2679323Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py' 2025-06-05T23:54:51.2680174Z adding 'coremltools/test/sklearn_tests/test_ridge_regression.py' 2025-06-05T23:54:51.2680924Z adding 'coremltools/test/sklearn_tests/test_standard_scalar.py' 2025-06-05T23:54:51.2681595Z adding 'coremltools/test/sklearn_tests/test_utils.py' 2025-06-05T23:54:51.2682195Z adding 'coremltools/test/xgboost_tests/__init__.py' 2025-06-05T23:54:51.2682899Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier.py' 2025-06-05T23:54:51.2683792Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py' 2025-06-05T23:54:51.2684673Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression.py' 2025-06-05T23:54:51.2685557Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py' 2025-06-05T23:54:51.2686447Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier.py' 2025-06-05T23:54:51.2687331Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py' 2025-06-05T23:54:51.2688229Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression.py' 2025-06-05T23:54:51.2689223Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py' 2025-06-05T23:54:51.2690031Z adding 'coremltools-8.3.0.dist-info/licenses/LICENSE.txt' 2025-06-05T23:54:51.2690688Z adding 'coremltools-8.3.0.dist-info/licenses/NOTICE.txt' 2025-06-05T23:54:51.2691579Z adding 'coremltools-8.3.0.dist-info/METADATA' 2025-06-05T23:54:51.2692115Z adding 'coremltools-8.3.0.dist-info/WHEEL' 2025-06-05T23:54:51.2692654Z adding 'coremltools-8.3.0.dist-info/top_level.txt' 2025-06-05T23:54:51.2693213Z adding 'coremltools-8.3.0.dist-info/RECORD' 2025-06-05T23:54:51.2693724Z removing build/bdist.linux-aarch64/wheel 2025-06-05T23:54:51.2694613Z Building wheel for coremltools (setup.py) ... [?25l[?25hdone 2025-06-05T23:54:51.2696060Z Created wheel for coremltools: filename=coremltools-8.3.0-py3-none-any.whl size=2017550 sha256=f71d1f4ccaf98c0c72fc72b1c2daecda988ef6020668de18ccc618747cf5b508 2025-06-05T23:54:51.2697854Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/39/43/1d/f0593bcb41fe66092dfcca66889cb19b2f45f45b1d77f8964f 2025-06-05T23:54:51.2698887Z Successfully built executorch coremltools 2025-06-05T23:54:51.2700011Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:54:51.2701168Z [?25l 2025-06-05T23:54:51.2701710Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:54:51.2702144Z 2025-06-05T23:54:51.2702490Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:54:51.2702894Z 2025-06-05T23:54:51.2703375Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:54:51.2704065Z  Attempting uninstall: pytest 2025-06-05T23:54:51.2704793Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:54:51.2705516Z  Found existing installation: pytest 7.2.0 2025-06-05T23:54:51.2706295Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:54:51.2706963Z  Uninstalling pytest-7.2.0: 2025-06-05T23:54:51.2707668Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:54:51.2708536Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2709395Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2710224Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:54:51.2711072Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2711880Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:54:51.2712744Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2713894Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:54:51.2715018Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2715982Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:54:51.2717097Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2718034Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:54:51.2718999Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2720072Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:54:51.2721256Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2722254Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:54:51.2723244Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2723942Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:54:51.2724705Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2725550Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2726418Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2727215Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:54:51.2728040Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2728956Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:54:51.2729967Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:54:51.2730830Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━  6/11 [cattrs] 2025-06-05T23:54:51.2731699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:51.2732604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:51.2733492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:51.2734371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:51.2735255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:56.7040878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:56.7041923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:56.7042941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:56.7044183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:56.7045046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:56.7045931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:56.7046807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:56.7047837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:54:56.7048957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7049915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7050766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7051645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7052513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7053373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7054250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7055142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7056034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7056880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7057719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7058598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7059468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7060327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7061193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7062181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7063079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7063936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7064798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7065775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7066610Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7067416Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:54:56.7068239Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:54:56.7069047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:54:56.7069708Z [?25h 2025-06-05T23:54:56.7071342Z 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:54:56.7072771Z + pip list 2025-06-05T23:54:56.7073209Z Package Version Editable project location 2025-06-05T23:54:56.7073883Z ----------------------------- ------------------ ----------------------------------- 2025-06-05T23:54:56.7074471Z aiohappyeyeballs 2.6.1 2025-06-05T23:54:56.7074898Z aiohttp 3.12.9 2025-06-05T23:54:56.7075325Z aiosignal 1.3.2 2025-06-05T23:54:56.7075741Z alabaster 0.7.16 2025-06-05T23:54:56.7076184Z antlr4-python3-runtime 4.9.3 2025-06-05T23:54:56.7076621Z async-timeout 5.0.1 2025-06-05T23:54:56.7077052Z attrs 25.3.0 2025-06-05T23:54:56.7077473Z babel 2.17.0 2025-06-05T23:54:56.7077910Z beautifulsoup4 4.13.4 2025-06-05T23:54:56.7078349Z blobfile 3.0.0 2025-06-05T23:54:56.7078763Z breathe 4.34.0 2025-06-05T23:54:56.7079178Z bs4 0.0.2 2025-06-05T23:54:56.7079590Z cattrs 25.1.1 2025-06-05T23:54:56.7080016Z certifi 2025.4.26 2025-06-05T23:54:56.7080457Z charset-normalizer 3.4.2 2025-06-05T23:54:56.7080890Z cmake 3.31.6 2025-06-05T23:54:56.7081306Z contourpy 1.3.2 2025-06-05T23:54:56.7081732Z coremltools 8.3.0 2025-06-05T23:54:56.7082151Z coverage 7.8.2 2025-06-05T23:54:56.7082571Z cycler 0.12.1 2025-06-05T23:54:56.7082998Z datasets 3.6.0 2025-06-05T23:54:56.7083408Z dill 0.3.8 2025-06-05T23:54:56.7083827Z docutils 0.16 2025-06-05T23:54:56.7084257Z exceptiongroup 1.3.0 2025-06-05T23:54:56.7084686Z execnet 2.1.1 2025-06-05T23:54:56.7085127Z executorch 0.7.0a0+bd57234 2025-06-05T23:54:56.7085593Z exhale 0.2.3 2025-06-05T23:54:56.7086009Z expecttest 0.1.6 2025-06-05T23:54:56.7086553Z filelock 3.18.0 2025-06-05T23:54:56.7086988Z flatbuffers 25.2.10 2025-06-05T23:54:56.7087418Z fonttools 4.58.1 2025-06-05T23:54:56.7087848Z frozenlist 1.6.2 2025-06-05T23:54:56.7088267Z fsspec 2025.3.0 2025-06-05T23:54:56.7088801Z hf_transfer 0.1.9 2025-06-05T23:54:56.7089227Z hf-xet 1.1.3 2025-06-05T23:54:56.7089662Z huggingface-hub 0.32.4 2025-06-05T23:54:56.7090098Z hypothesis 6.84.2 2025-06-05T23:54:56.7090614Z idna 3.10 2025-06-05T23:54:56.7091072Z imagesize 1.4.1 2025-06-05T23:54:56.7091561Z iniconfig 2.1.0 2025-06-05T23:54:56.7091994Z Jinja2 3.1.6 2025-06-05T23:54:56.7092404Z kagglehub 0.3.12 2025-06-05T23:54:56.7092830Z kiwisolver 1.4.8 2025-06-05T23:54:56.7093245Z lxml 5.4.0 2025-06-05T23:54:56.7093672Z markdown-it-py 2.2.0 2025-06-05T23:54:56.7094097Z MarkupSafe 3.0.2 2025-06-05T23:54:56.7094524Z matplotlib 3.10.3 2025-06-05T23:54:56.7094957Z mdit-py-plugins 0.3.5 2025-06-05T23:54:56.7095385Z mdurl 0.1.2 2025-06-05T23:54:56.7095794Z mpmath 1.3.0 2025-06-05T23:54:56.7096216Z multidict 6.4.4 2025-06-05T23:54:56.7096648Z multiprocess 0.70.16 2025-06-05T23:54:56.7097084Z myst-parser 0.18.1 2025-06-05T23:54:56.7097517Z networkx 3.4.2 2025-06-05T23:54:56.7097932Z numpy 2.2.6 2025-06-05T23:54:56.7098359Z omegaconf 2.3.0 2025-06-05T23:54:57.8009059Z packaging 25.0 2025-06-05T23:54:57.8009713Z pandas 2.2.3 2025-06-05T23:54:57.8010158Z parameterized 0.9.0 2025-06-05T23:54:57.8010623Z pillow 11.2.1 2025-06-05T23:54:57.8011050Z pip 25.1 2025-06-05T23:54:57.8011468Z pluggy 1.6.0 2025-06-05T23:54:57.8011888Z propcache 0.3.1 2025-06-05T23:54:57.8012318Z protobuf 6.31.1 2025-06-05T23:54:57.8012739Z psutil 7.0.0 2025-06-05T23:54:57.8013211Z pyaml 25.5.0 2025-06-05T23:54:57.8013713Z pyarrow 20.0.0 2025-06-05T23:54:57.8014214Z pycryptodomex 3.23.0 2025-06-05T23:54:57.8014668Z Pygments 2.19.1 2025-06-05T23:54:57.8015095Z pyparsing 3.2.3 2025-06-05T23:54:57.8015542Z pytest 8.4.0 2025-06-05T23:54:57.8015963Z pytest-cov 4.1.0 2025-06-05T23:54:57.8016414Z pytest-rerunfailures 15.1 2025-06-05T23:54:57.8016850Z pytest-xdist 3.7.0 2025-06-05T23:54:57.8017362Z python-dateutil 2.9.0.post0 2025-06-05T23:54:57.8018086Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:54:57.8018892Z pytorch_tokenizers 0.1.0 2025-06-05T23:54:57.8019325Z pytz 2025.2 2025-06-05T23:54:57.8019743Z PyYAML 6.0.1 2025-06-05T23:54:57.8020316Z regex 2024.11.6 2025-06-05T23:54:57.8020749Z requests 2.32.3 2025-06-05T23:54:57.8021407Z ruamel.yaml 0.17.32 2025-06-05T23:54:57.8021896Z ruamel.yaml.clib 0.2.12 2025-06-05T23:54:57.8022470Z safetensors 0.5.3 2025-06-05T23:54:57.8023020Z sentencepiece 0.2.0 2025-06-05T23:54:57.8023567Z setuptools 78.1.1 2025-06-05T23:54:57.8023994Z six 1.17.0 2025-06-05T23:54:57.8024499Z snowballstemmer 3.0.1 2025-06-05T23:54:57.8025035Z sortedcontainers 2.4.0 2025-06-05T23:54:57.8025892Z soupsieve 2.7 2025-06-05T23:54:57.8026308Z Sphinx 5.3.0 2025-06-05T23:54:57.8026738Z sphinx-copybutton 0.5.0 2025-06-05T23:54:57.8027176Z sphinx_design 0.4.1 2025-06-05T23:54:57.8027652Z sphinx-gallery 0.14.0 2025-06-05T23:54:57.8028151Z sphinx_reredirects 0.1.4 2025-06-05T23:54:57.8028659Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:54:57.8029119Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:54:57.8029577Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:54:57.8030027Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:54:57.8030629Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:54:57.8031289Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:54:57.8031865Z sympy 1.14.0 2025-06-05T23:54:57.8032302Z tabulate 0.9.0 2025-06-05T23:54:57.8032720Z tiktoken 0.9.0 2025-06-05T23:54:57.8033126Z timm 1.0.7 2025-06-05T23:54:57.8033553Z tokenizers 0.21.1 2025-06-05T23:54:57.8033975Z tomli 2.0.1 2025-06-05T23:54:57.8034415Z torch 2.8.0a0+git5616fa4 2025-06-05T23:54:57.8034915Z torchao 0.12.0+gitbc68b11 2025-06-05T23:54:57.8035407Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:54:57.8035874Z torchdata 0.11.0 2025-06-05T23:54:57.8036292Z torchsr 1.0.4 2025-06-05T23:54:57.8036711Z torchtune 0.6.1 2025-06-05T23:54:57.8037160Z torchvision 0.22.0a0+966da7e 2025-06-05T23:54:57.8037637Z tqdm 4.67.1 2025-06-05T23:54:57.8038069Z transformers 4.47.1 2025-06-05T23:54:57.8038509Z typing_extensions 4.14.0 2025-06-05T23:54:57.8038944Z tzdata 2025.2 2025-06-05T23:54:57.8039358Z urllib3 2.4.0 2025-06-05T23:54:57.8039778Z wheel 0.45.1 2025-06-05T23:54:57.8040199Z xxhash 3.5.0 2025-06-05T23:54:57.8040612Z yarl 1.20.0 2025-06-05T23:54:57.8041028Z zstd 1.5.5.1 2025-06-05T23:54:57.8041477Z + build_executorch_runner cmake Release 2025-06-05T23:54:57.8041928Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:54:57.8042320Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:54:57.8042997Z + build_executorch_runner_cmake Release 2025-06-05T23:54:57.8043548Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:54:57.8043980Z + clean_executorch_install_folders 2025-06-05T23:54:57.8044583Z + ./install_executorch.sh --clean 2025-06-05T23:54:57.8045076Z Cleaning build artifacts... 2025-06-05T23:54:57.8045476Z Cleaning pip-out/... 2025-06-05T23:54:57.8045861Z Done cleaning build artifacts. 2025-06-05T23:54:57.8046344Z + mkdir cmake-out 2025-06-05T23:54:57.8046739Z + pushd cmake-out 2025-06-05T23:54:57.8047157Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:54:57.8047807Z + [[ Release == \D\e\b\u\g ]] 2025-06-05T23:54:57.8048200Z + CXXFLAGS= 2025-06-05T23:54:57.8048620Z + CXXFLAGS= 2025-06-05T23:54:57.8049258Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:54:57.8050074Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:54:57.8050782Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:54:57.8051379Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:54:57.8051979Z -- Detecting C compiler ABI info 2025-06-05T23:54:57.8052530Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:57.8053148Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:57.8053863Z -- Detecting C compile features 2025-06-05T23:54:57.8054389Z -- Detecting C compile features - done 2025-06-05T23:54:57.8055027Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:57.8055557Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:57.8056252Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:57.8057232Z -- Detecting CXX compile features 2025-06-05T23:54:57.8057812Z -- Detecting CXX compile features - done 2025-06-05T23:54:57.8058384Z -- --- Configured Options --- 2025-06-05T23:54:57.8058663Z 2025-06-05T23:54:57.8058842Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:54:57.8059434Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:54:57.8060050Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:54:57.8060598Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:54:57.8061236Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:54:57.8061955Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:54:57.8062873Z -- BUCK2 x (unset) 2025-06-05T23:54:57.8063415Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:54:57.8064084Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:54:57.8064632Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:54:57.8065261Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:54:57.8066200Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:54:57.8067123Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:54:57.8067758Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:54:57.8068417Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:54:57.8069127Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:54:57.8069759Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:54:57.8070356Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:54:57.8071035Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:54:57.8071616Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:54:57.8072314Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:54:57.8072903Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:54:57.8073503Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:54:57.8074082Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:54:57.8074744Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:54:57.8075298Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:54:57.8075894Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:54:57.8076517Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:54:57.8077054Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:54:57.8077567Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:54:57.8078149Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:54:57.8078748Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:54:57.8079278Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:54:57.8079921Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:54:57.8080534Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:54:57.8081163Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:54:57.8081827Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:54:57.8082449Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:54:57.8083017Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:54:57.8083679Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:54:57.8084420Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:54:57.8085137Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:54:57.8085692Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:54:57.8086212Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:54:57.8086730Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:54:57.8087379Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:54:57.8087980Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:54:57.8088613Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:57.8089283Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:54:57.8090134Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:54:57.8090767Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:54:57.8091477Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:54:57.8092082Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:54:57.8092692Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:54:57.8093181Z -- -------------------------- 2025-06-05T23:54:57.8093851Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:54:57.8095410Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:57.8096610Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:57.8097308Z CMake. 2025-06-05T23:54:57.8097484Z 2025-06-05T23:54:57.8097937Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:57.8098879Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:57.8099693Z to work with policies introduced by or earlier. 2025-06-05T23:54:57.8100134Z 2025-06-05T23:54:57.8100336Z  2025-06-05T23:54:57.8100750Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:57.8101405Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:57.8102135Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:54:57.8102784Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:54:57.8103561Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:54:57.8104299Z -- GCC_VERSION: 11 2025-06-05T23:54:57.8104571Z 2025-06-05T23:54:57.8105830Z -- 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:57.8107980Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:57.8109188Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:57.8109863Z CMake. 2025-06-05T23:54:57.8110184Z 2025-06-05T23:54:57.8110514Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:57.8111434Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:57.8112205Z to work with policies introduced by or earlier. 2025-06-05T23:54:57.8112585Z 2025-06-05T23:54:57.8112850Z  2025-06-05T23:54:57.8113875Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:57.8114935Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:57.8115602Z CMake. 2025-06-05T23:54:57.8115779Z 2025-06-05T23:54:57.8116105Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:02.3882130Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:02.3882889Z to work with policies introduced by or earlier. 2025-06-05T23:55:02.3883266Z 2025-06-05T23:55:02.3883616Z  2025-06-05T23:55:02.3883977Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:55:02.3884528Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:55:02.3885047Z -- Found Threads: TRUE 2025-06-05T23:55:02.3886039Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:02.3887146Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:02.3887772Z CMake. 2025-06-05T23:55:02.3887956Z 2025-06-05T23:55:02.3888285Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:02.3889164Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:02.3890188Z to work with policies introduced by or earlier. 2025-06-05T23:55:02.3890629Z 2025-06-05T23:55:02.3890827Z  2025-06-05T23:55:02.3891535Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:55:02.3892376Z -- Killing buck2 daemon 2025-06-05T23:55:02.3893089Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:55:02.3893907Z -- executorch: Generating source lists 2025-06-05T23:55:02.3894651Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:02.3895794Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:02.3896773Z -- Generating operator lib: 2025-06-05T23:55:02.3897193Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:02.3897800Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:02.3898400Z -- ROOT_OPS: 2025-06-05T23:55:02.3898749Z -- INCLUDE_ALL_OPS: 2025-06-05T23:55:02.3900487Z 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:02.3902093Z -- Generating kernel bindings: 2025-06-05T23:55:02.3902522Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:02.3903096Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:02.3903711Z -- CUSTOM_OPS_YAML: 2025-06-05T23:55:02.3904094Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:55:02.3906467Z 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:02.3908571Z -- Generating operator lib: 2025-06-05T23:55:02.3908991Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:02.3909420Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:55:02.3909854Z -- DEPS: executorch_core 2025-06-05T23:55:02.3910677Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:55:02.3911613Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:02.3912225Z CMake. 2025-06-05T23:55:02.3912399Z 2025-06-05T23:55:02.3912722Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:02.3913527Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:02.3914238Z to work with policies introduced by or earlier. 2025-06-05T23:55:02.3914610Z 2025-06-05T23:55:02.3914791Z  2025-06-05T23:55:02.3926968Z -- Looking for C++ include unistd.h 2025-06-05T23:55:02.3927491Z -- Looking for C++ include unistd.h - found 2025-06-05T23:55:02.3927977Z -- Looking for C++ include stdint.h 2025-06-05T23:55:02.3928470Z -- Looking for C++ include stdint.h - found 2025-06-05T23:55:02.3929056Z -- Looking for C++ include inttypes.h 2025-06-05T23:55:02.3929555Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:55:02.3930051Z -- Looking for C++ include sys/types.h 2025-06-05T23:55:02.3930545Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:55:02.3931049Z -- Looking for C++ include sys/stat.h 2025-06-05T23:55:02.3931525Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:55:02.3932018Z -- Looking for C++ include fnmatch.h 2025-06-05T23:55:02.3932501Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:55:02.3932993Z -- Looking for C++ include stddef.h 2025-06-05T23:55:02.3933465Z -- Looking for C++ include stddef.h - found 2025-06-05T23:55:02.3933945Z -- Check size of uint32_t 2025-06-05T23:55:02.3934339Z -- Check size of uint32_t - done 2025-06-05T23:55:02.3934763Z -- Looking for strtoll 2025-06-05T23:55:02.3935142Z -- Looking for strtoll - found 2025-06-05T23:55:02.3935740Z -- Configuring done (4.6s) 2025-06-05T23:55:02.3936141Z -- Generating done (0.1s) 2025-06-05T23:55:02.3936665Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:55:02.3937237Z + popd 2025-06-05T23:55:02.3937546Z /pytorch/executorch 2025-06-05T23:55:02.3937889Z ++ uname 2025-06-05T23:55:02.3938200Z + '[' Linux == Darwin ']' 2025-06-05T23:55:02.3938566Z ++ nproc 2025-06-05T23:55:02.3938868Z + CMAKE_JOBS=7 2025-06-05T23:55:02.3939220Z + cmake --build cmake-out -j 7 2025-06-05T23:55:02.3940020Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:55:02.3941241Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:55:02.3943059Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:55:02.3944202Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:55:02.3945383Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:55:02.3946756Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:55:02.3948098Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:55:02.3949189Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:55:02.3949951Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:55:02.3950711Z [ 2%] No update step for 'flatbuffers_external_project' 2025-06-05T23:55:02.3951455Z [ 2%] No update step for 'flatcc_external_project' 2025-06-05T23:55:02.3952201Z [ 3%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:55:02.3952931Z [ 3%] No patch step for 'flatcc_external_project' 2025-06-05T23:55:02.3953763Z [ 3%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:55:02.3954663Z [ 4%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:55:02.3955310Z CMake Warning: 2025-06-05T23:55:02.3955773Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:02.3956172Z 2025-06-05T23:55:02.3956346Z  2025-06-05T23:55:02.3956717Z fatal: No names found, cannot describe anything. 2025-06-05T23:55:02.3957376Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:55:02.3957935Z git describe failed with exit code: 128 2025-06-05T23:55:02.3958256Z 2025-06-05T23:55:02.3958513Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:55:02.3959072Z Call Stack (most recent call first): 2025-06-05T23:55:02.3959527Z CMakeLists.txt:5 (include) 2025-06-05T23:55:02.3959784Z 2025-06-05T23:55:02.3959960Z  2025-06-05T23:55:02.3960299Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:55:02.3960796Z CMake Warning: 2025-06-05T23:55:02.3961255Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:02.3961650Z 2025-06-05T23:55:02.3961819Z  2025-06-05T23:55:02.3962424Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:55:02.3963254Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:02.3963859Z CMake. 2025-06-05T23:55:02.3964031Z 2025-06-05T23:55:02.3964366Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:02.3965164Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:02.3965865Z to work with policies introduced by or earlier. 2025-06-05T23:55:02.3966242Z 2025-06-05T23:55:02.3966415Z  2025-06-05T23:55:02.3967347Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:55:02.3968858Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:55:02.3969919Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:55:02.3970980Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:55:02.3971904Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:55:02.3972990Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:55:02.3973907Z -- Detecting C compiler ABI info 2025-06-05T23:55:02.3974476Z -- Detecting CXX compiler ABI info 2025-06-05T23:55:02.3975594Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:55:02.3977037Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:55:02.3978308Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:55:02.3979664Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:55:02.3981122Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:55:02.3982529Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:55:02.3983877Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:55:02.3985266Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:55:02.3986163Z -- Detecting C compiler ABI info - done 2025-06-05T23:55:02.3986835Z [ 9%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:55:02.3987433Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:55:02.3988006Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:55:02.3988575Z -- Detecting C compile features 2025-06-05T23:55:02.3989011Z -- Detecting C compile features - done 2025-06-05T23:55:02.3989504Z [ 9%] Built target gflags_nothreads_static 2025-06-05T23:55:02.3990582Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-06-05T23:55:02.3991584Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:55:02.3992238Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:55:02.3992906Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:55:02.3993493Z -- Detecting CXX compile features 2025-06-05T23:55:02.3993948Z -- Detecting CXX compile features - done 2025-06-05T23:55:02.3994483Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:55:02.3995015Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:55:02.3995690Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:55:02.3996359Z -- Looking for strtof_l 2025-06-05T23:55:02.3996731Z -- GCC_VERSION: 11 2025-06-05T23:55:02.3996937Z 2025-06-05T23:55:03.3845334Z -- 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:03.3846942Z -- Configuring done (0.3s) 2025-06-05T23:55:03.3848125Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:55:03.3849297Z [ 10%] Linking C static library libpthreadpool.a 2025-06-05T23:55:03.3849882Z -- Generating done (0.0s) 2025-06-05T23:55:03.3850886Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:03.3852333Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:55:03.3853858Z [ 10%] Performing build step for 'flatcc_external_project' 2025-06-05T23:55:03.3855030Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-06-05T23:55:03.3855952Z [ 10%] Built target pthreadpool 2025-06-05T23:55:03.3857002Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-06-05T23:55:03.3858375Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:03.3859830Z [ 11%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:03.3861494Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:03.3863049Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:03.3864662Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:03.3865905Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:03.3867177Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:03.3868740Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:03.3869706Z -- Looking for strtof_l - found 2025-06-05T23:55:03.3870131Z -- Looking for strtoull_l 2025-06-05T23:55:03.3871114Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:03.3872701Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:03.3874313Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:55:03.3875552Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:03.3876825Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:55:03.3878392Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:55:03.3879883Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:03.3881052Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:03.3882140Z [ 15%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:55:03.3883551Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:55:03.3884821Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:03.3885508Z -- Looking for strtoull_l - found 2025-06-05T23:55:03.3885930Z -- Looking for realpath 2025-06-05T23:55:03.3886667Z [ 21%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:03.3887905Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:03.3889534Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:03.3890666Z [ 16%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:55:03.3891242Z [ 16%] Built target cpuinfo_internals 2025-06-05T23:55:03.3892266Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:55:03.3893584Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:55:03.3894871Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:55:03.3896034Z [ 30%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:03.3897415Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:55:03.3898315Z [ 30%] Built target flatccrt 2025-06-05T23:55:03.3899263Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:55:03.3900581Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:55:03.3901465Z -- Looking for realpath - found 2025-06-05T23:55:03.3901962Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:55:03.3902494Z -- Configuring done (0.7s) 2025-06-05T23:55:03.3903456Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:55:03.3904350Z -- Generating done (0.0s) 2025-06-05T23:55:03.3905357Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:55:03.3906692Z [ 17%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:55:03.3907703Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:55:03.3908843Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:55:03.3909857Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:55:03.3910857Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:55:03.3911867Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:55:03.3912646Z [ 18%] Linking C static library libcpuinfo.a 2025-06-05T23:55:03.3913443Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:55:03.3914092Z [ 18%] Built target cpuinfo 2025-06-05T23:55:03.3914797Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:55:03.3915748Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:55:03.3916668Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:55:03.3917609Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:55:03.3918631Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:55:03.3919673Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:55:03.3920715Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:55:03.3921773Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:55:03.3922837Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:55:03.3923909Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:55:03.3925034Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:55:03.3926138Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:55:03.3927199Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:55:03.3928259Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:55:03.3929529Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:55:03.3930448Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:55:03.3931302Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:55:03.3932193Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:55:03.3933109Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:55:03.3934145Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:55:03.3935393Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:55:03.3936144Z [ 93%] Built target flatcc 2025-06-05T23:55:03.3936844Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:55:03.3937850Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:55:03.3938834Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:55:03.3939759Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:55:03.3940748Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:55:03.3941429Z [100%] Built target flatcc_cli 2025-06-05T23:55:03.3942110Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:55:03.3946566Z [ 18%] Performing install step for 'flatcc_external_project' 2025-06-05T23:55:03.3947602Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:55:03.4827242Z [ 21%] Built target flatccrt 2025-06-05T23:55:03.4828269Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:55:03.4828938Z [ 93%] Built target flatcc 2025-06-05T23:55:03.4829339Z [100%] Built target flatcc_cli 2025-06-05T23:55:03.4829838Z Install the project... 2025-06-05T23:55:03.4830272Z -- Install configuration: "" 2025-06-05T23:55:03.4831013Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:55:03.4832175Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:55:03.4833452Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:55:03.4834772Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:55:03.4836081Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:55:03.4837389Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:55:03.4838697Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:55:03.4839998Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:55:03.4841302Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:55:03.4842645Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:55:03.4844191Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:55:03.4845504Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:55:03.4846811Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:55:03.4848456Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:55:03.4849915Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:55:03.4851247Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:55:03.4852550Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:55:03.4853996Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:55:03.4855519Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:55:03.4856849Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:55:03.4858180Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:55:03.4859498Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:55:03.4860767Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:55:03.4862025Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:55:03.4863359Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:55:03.4864817Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:55:03.4866218Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:55:03.4867623Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:55:03.4868976Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:55:03.4870347Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:55:03.4871745Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:55:03.4873194Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:55:03.4874642Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:55:03.4876073Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:55:03.4877589Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:55:03.4879086Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:55:03.4880571Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:55:03.4882026Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:55:03.4883440Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:55:03.4884812Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:55:03.4886134Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:55:03.4887605Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:55:03.4889118Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:55:03.4890573Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:55:03.4891976Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:55:03.4893463Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:55:03.4894962Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:55:03.4896331Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:55:03.4897712Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:55:03.4899074Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:55:03.4900468Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:55:03.4901855Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:55:03.4903218Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:55:03.4904587Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:55:03.4905939Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:55:03.4907307Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:55:03.4908700Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:55:03.4910159Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:55:03.4911594Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:55:03.4912947Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:55:03.4914300Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:55:03.4915660Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:55:03.4917022Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:55:03.4918382Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:55:03.4919675Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:55:03.4920962Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:55:03.4924796Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:55:03.4926443Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:55:05.2679051Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:55:05.2681261Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:55:05.2682936Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:55:05.2684442Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:55:05.2685992Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:55:05.2687612Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:55:05.2689110Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:55:05.2690675Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:55:05.2692088Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:55:05.2693553Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:55:05.2694893Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:55:05.2696019Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:55:05.2697274Z [ 18%] Completed 'flatcc_external_project' 2025-06-05T23:55:05.2697815Z [ 18%] Built target flatcc_external_project 2025-06-05T23:55:05.2698735Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:55:05.2699680Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:55:05.2700758Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:55:05.2701759Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:55:05.2702763Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:55:05.2703772Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:55:05.2704752Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:55:05.2705805Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:55:05.2706851Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:55:05.2707973Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:55:05.2709047Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:55:05.2710001Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:55:05.2711031Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:55:05.2712196Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:55:05.2713275Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:55:05.2714275Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:55:05.2715267Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:55:05.2716370Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:55:05.2717431Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:55:05.2718528Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:55:05.2719622Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:55:05.2721018Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:55:05.2722472Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:55:05.2723695Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:55:05.2724953Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:05.2726567Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:05.2728136Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:05.2729556Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:05.2730996Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:05.2732449Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:05.2733976Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:05.2734887Z [100%] Linking CXX executable flatc 2025-06-05T23:55:05.2735464Z [ 21%] Built target flatccrt 2025-06-05T23:55:05.2735870Z [100%] Built target flatc 2025-06-05T23:55:05.2736586Z [ 21%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:55:05.2737328Z [100%] Built target flatc 2025-06-05T23:55:05.2737909Z Install the project... 2025-06-05T23:55:05.2738341Z -- Install configuration: "" 2025-06-05T23:55:05.2739358Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:55:05.2740811Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:55:05.2742249Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:55:05.2744105Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:55:05.2745541Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:55:05.2747047Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:55:05.2748686Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:55:05.2750357Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:55:05.2752038Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:55:05.2753680Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:55:05.2755384Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:55:05.2756845Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:55:05.2758543Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:55:05.2760065Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:55:05.2761513Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:55:05.2763091Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:55:05.2764847Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:55:05.2766366Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:55:05.2767730Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:55:05.2769293Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:55:05.2770983Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:55:05.2772629Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:55:05.2774118Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:55:05.2775739Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:55:05.2777372Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:55:05.2778995Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:55:05.2780710Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:55:05.2782228Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:55:05.2783862Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:55:05.2785377Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:55:05.2787037Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:55:07.0860630Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:55:07.0862111Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:55:07.0863554Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:55:07.0865103Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:55:07.0866699Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:55:07.0868340Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:55:07.0869758Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:55:07.0871066Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:55:07.0872636Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:55:07.0874071Z [ 22%] Completed 'flatbuffers_external_project' 2025-06-05T23:55:07.0874651Z [ 22%] Built target flatbuffers_external_project 2025-06-05T23:55:07.0875298Z [ 22%] Generating common_schema headers 2025-06-05T23:55:07.0875801Z [ 22%] Built target common_schema 2025-06-05T23:55:07.0876415Z [ 22%] Generating program_schema headers 2025-06-05T23:55:07.0876920Z [ 22%] Built target program_schema 2025-06-05T23:55:07.0878085Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:55:07.0879222Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:55:07.0880529Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:55:07.0882018Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:55:07.0883547Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:55:07.0884982Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:55:07.0886142Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:55:07.0887301Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:55:07.0888482Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:55:07.0889772Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:55:07.0890974Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:55:07.0892273Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:55:07.0893621Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:55:07.0894930Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:55:07.0896116Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:55:07.0897249Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:55:07.0898394Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:55:07.0899561Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:55:07.0900725Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:55:07.0901857Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:55:07.0903054Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:55:07.0904057Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:55:07.0904628Z [ 29%] Built target executorch_core 2025-06-05T23:55:07.0905492Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:55:07.0906619Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:55:07.0907846Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:55:07.0909128Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:55:07.0910467Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:55:07.0911918Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:55:07.0913396Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:55:07.0914867Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:55:07.0916323Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:55:07.0918125Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:55:07.0919330Z [ 32%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:55:07.0920478Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:55:07.0921394Z [ 32%] Built target extension_threadpool 2025-06-05T23:55:07.0922554Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:55:07.0924216Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:55:07.0925699Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:55:07.0926749Z [ 34%] Linking CXX static library libexecutorch.a 2025-06-05T23:55:07.0927293Z [ 34%] Built target executorch 2025-06-05T23:55:07.0928245Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:55:07.0929815Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:55:07.0931304Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:55:07.0932846Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:55:07.0934367Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:55:07.0935804Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:55:07.0937241Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:55:07.0938706Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:55:07.0940148Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:55:07.0941586Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:55:07.0942837Z [ 38%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:55:07.0943481Z [ 38%] Built target kernels_util_all_deps 2025-06-05T23:55:07.0944489Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:55:07.0945893Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:55:07.0947214Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:55:07.0948441Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:55:07.0949681Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:55:07.0950921Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:55:07.0952161Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:55:07.0953466Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:55:07.0954768Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:55:07.0956042Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:55:07.0957598Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:55:07.0958826Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:55:07.0960083Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:55:09.6537826Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:55:09.6539457Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:55:09.6541122Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:55:09.6542479Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:55:09.6543895Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:55:09.6545147Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:55:09.6546404Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:55:09.6547648Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:55:09.6548944Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:55:09.6550267Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:55:09.6551612Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:55:09.6552939Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:55:09.6554263Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:55:09.6555539Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:55:09.6556760Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:55:09.6558057Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:55:09.6559359Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:55:09.6560604Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:55:09.6561859Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:55:09.6563175Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:55:09.6564537Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:55:09.6565947Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:55:09.6567280Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:55:09.6568518Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:55:09.6569860Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:55:09.6571118Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:55:09.6572428Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:55:09.6574039Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:55:09.6575332Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:55:09.6576552Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:55:09.6577827Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:09.6579218Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:55:09.6580641Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:55:09.6581906Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:55:09.6583129Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:55:09.6584417Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:55:09.6585722Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:55:09.6586955Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:55:09.6588191Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:55:09.6589432Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:55:09.6590763Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:55:09.6592047Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:55:09.6593276Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:55:09.6594548Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:55:09.6595821Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:55:09.6597053Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:55:09.6598278Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:55:09.6599504Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:55:09.6600721Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:55:09.6601971Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:55:09.6603253Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:55:09.6604529Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:55:09.6605854Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:55:09.6607153Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:55:09.6608397Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:55:09.6609737Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:55:09.6611013Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:55:09.6612359Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:55:09.6614468Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:55:09.6615812Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:55:09.6617056Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:55:09.6618386Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:55:09.6619721Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:55:09.6621102Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:55:09.6622442Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:55:09.6623786Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:55:09.6625109Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:55:09.6626428Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:55:09.6627719Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:55:09.6628945Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:55:09.6630262Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:55:09.6631617Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:55:09.6632976Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:55:09.6634269Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:55:09.6635629Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:55:09.6637186Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:55:12.1054000Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:55:12.1055358Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:55:12.1056607Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:55:12.1057872Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:55:12.1059132Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:55:12.1060346Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:55:12.1061633Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:55:12.1063010Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:55:12.1064410Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:55:12.1065816Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:55:12.1067221Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:55:12.1068868Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:55:12.1070083Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:55:12.1071340Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:55:12.1072597Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:55:12.1074049Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:55:12.1075648Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:55:12.1077030Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:55:12.1078407Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:55:12.1079711Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:55:12.1080977Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:55:12.1082213Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:55:12.1083464Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:55:12.1084756Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:55:12.1086130Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:55:12.1087525Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:55:12.1089038Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:55:12.1090424Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:55:12.1091722Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:55:12.1093018Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:55:12.1094368Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:55:12.1095787Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:55:12.1097202Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:55:12.1098622Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:55:12.1099950Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:55:12.1101190Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:55:12.1102435Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:55:12.1103680Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:55:12.1104977Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:55:12.1106321Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:55:12.1107634Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:55:12.1109138Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:55:12.1110498Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:55:12.1111814Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:55:12.1113074Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:55:12.1114432Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:55:12.1115842Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:55:12.1117185Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:55:12.1118627Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:55:12.1119959Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:55:12.1121264Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:55:12.1122655Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:55:12.1123999Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:55:12.1125291Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:55:12.1126599Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:55:12.1127840Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:55:12.1129177Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:55:12.1130439Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:55:12.1131681Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:55:12.1132912Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:55:12.1134174Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:55:12.1135432Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:55:12.1136741Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:55:12.1138038Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:55:12.1139284Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:55:12.1140574Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:55:12.1141907Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:55:12.1143406Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:55:12.1144856Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:55:12.1146311Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:55:12.1147635Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:55:12.1149248Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:55:12.1150616Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:55:12.1151893Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:55:12.1153145Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:55:19.2583435Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:55:19.2585420Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:55:19.2587109Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:55:19.2588618Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:55:19.2590078Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:55:19.2591505Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:55:19.2592881Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:55:19.2594299Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:55:19.2595722Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:55:19.2597074Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:55:19.2598417Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:55:19.2599786Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:55:19.2601192Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:55:19.2602643Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:55:19.2604069Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:55:19.2605434Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:55:19.2606779Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:55:19.2608173Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:55:19.2609650Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:55:19.2611006Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:55:19.2612071Z [ 96%] Linking CXX static library libportable_kernels.a 2025-06-05T23:55:19.2612645Z [ 96%] Built target portable_kernels 2025-06-05T23:55:19.2613360Z [ 96%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:55:19.2614144Z [ 97%] Generating code for kernel registration 2025-06-05T23:55:19.2615520Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:55:19.2616825Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:55:19.2617659Z [ 98%] Built target portable_ops_lib 2025-06-05T23:55:19.2618617Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:55:19.2620033Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:55:19.2621407Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:55:19.2622766Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:55:19.2624208Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:55:19.2625654Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:55:19.2626713Z [100%] Linking CXX executable executor_runner 2025-06-05T23:55:19.2627247Z [100%] Built target executor_runner 2025-06-05T23:55:19.2627670Z + [[ '' == *main* ]] 2025-06-05T23:55:19.2628005Z + [[ '' == *gh* ]] 2025-06-05T23:55:19.2628364Z + PYTHON_EXECUTABLE=python 2025-06-05T23:55:19.2628842Z + bash .ci/scripts/test_model.sh qwen2_5 cmake portable 2025-06-05T23:55:19.2629382Z ++ dirname .ci/scripts/test_model.sh 2025-06-05T23:55:19.2629829Z + source .ci/scripts/utils.sh 2025-06-05T23:55:19.2630226Z + MODEL_NAME=qwen2_5 2025-06-05T23:55:19.2630583Z + [[ -z qwen2_5 ]] 2025-06-05T23:55:19.2630919Z + BUILD_TOOL=cmake 2025-06-05T23:55:19.2631265Z + [[ -z cmake ]] 2025-06-05T23:55:19.2631598Z + BACKEND=portable 2025-06-05T23:55:19.2631949Z + [[ -z portable ]] 2025-06-05T23:55:19.2632290Z + UPLOAD_DIR= 2025-06-05T23:55:19.2632618Z + [[ -z python ]] 2025-06-05T23:55:19.2632952Z + which python 2025-06-05T23:55:19.2633308Z /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:55:19.2633746Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:55:19.2634166Z + EXPORTED_MODEL=qwen2_5 2025-06-05T23:55:19.2634573Z + [[ portable == \p\o\r\t\a\b\l\e ]] 2025-06-05T23:55:19.2635058Z + echo 'Testing qwen2_5 with portable kernels...' 2025-06-05T23:55:19.2635589Z Testing qwen2_5 with portable kernels... 2025-06-05T23:55:19.2636033Z + test_model 2025-06-05T23:55:19.2636368Z + [[ qwen2_5 == \l\l\a\m\a\2 ]] 2025-06-05T23:55:19.2636758Z + STRICT=--strict 2025-06-05T23:55:19.2637112Z + [[ qwen2_5 == \l\l\a\v\a ]] 2025-06-05T23:55:19.2637504Z + [[ qwen2_5 == \q\w\e\n\2\_\5 ]] 2025-06-05T23:55:19.2637991Z + bash examples/models/llama/install_requirements.sh 2025-06-05T23:55:19.2638911Z Requirement already satisfied: huggingface_hub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.32.4) 2025-06-05T23:55:19.2640128Z Requirement already satisfied: tiktoken in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.9.0) 2025-06-05T23:55:19.2641295Z Requirement already satisfied: torchtune in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.6.1) 2025-06-05T23:55:19.2642490Z Requirement already satisfied: sentencepiece in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.2.0) 2025-06-05T23:55:19.2643970Z Requirement already satisfied: tokenizers in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (0.21.1) 2025-06-05T23:55:19.2644787Z Collecting snakeviz 2025-06-05T23:55:19.2645297Z Downloading snakeviz-2.2.2-py3-none-any.whl.metadata (3.6 kB) 2025-06-05T23:55:19.2645899Z Collecting lm_eval==0.4.5 2025-06-05T23:55:19.2646409Z Downloading lm_eval-0.4.5-py3-none-any.whl.metadata (44 kB) 2025-06-05T23:55:19.2647342Z Requirement already satisfied: blobfile in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (3.0.0) 2025-06-05T23:55:19.2648214Z Collecting accelerate>=0.26.0 (from lm_eval==0.4.5) 2025-06-05T23:55:19.2648958Z Downloading accelerate-1.7.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:55:19.2649589Z Collecting evaluate (from lm_eval==0.4.5) 2025-06-05T23:55:19.2650204Z Downloading evaluate-0.4.3-py3-none-any.whl.metadata (9.2 kB) 2025-06-05T23:55:19.2651522Z Requirement already satisfied: datasets>=2.16.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (3.6.0) 2025-06-05T23:55:19.2652488Z Collecting jsonlines (from lm_eval==0.4.5) 2025-06-05T23:55:19.2653114Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-06-05T23:55:19.2653739Z Collecting numexpr (from lm_eval==0.4.5) 2025-06-05T23:55:19.2654580Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl.metadata (8.1 kB) 2025-06-05T23:55:19.2655437Z Collecting peft>=0.2.0 (from lm_eval==0.4.5) 2025-06-05T23:55:19.2656128Z Downloading peft-0.15.2-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:55:19.2656976Z Collecting pybind11>=2.6.2 (from lm_eval==0.4.5) 2025-06-05T23:55:19.2657631Z Downloading pybind11-2.13.6-py3-none-any.whl.metadata (9.5 kB) 2025-06-05T23:55:19.2658281Z Collecting pytablewriter (from lm_eval==0.4.5) 2025-06-05T23:55:19.2658946Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:55:19.2659645Z Collecting rouge-score>=0.0.4 (from lm_eval==0.4.5) 2025-06-05T23:55:19.2660188Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-06-05T23:55:19.2660895Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:55:19.2661555Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval==0.4.5) 2025-06-05T23:55:19.2662227Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-06-05T23:55:19.2662900Z Collecting scikit-learn>=0.24.1 (from lm_eval==0.4.5) 2025-06-05T23:55:19.2663805Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (17 kB) 2025-06-05T23:55:19.2664679Z Collecting sqlitedict (from lm_eval==0.4.5) 2025-06-05T23:55:19.2665195Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-06-05T23:55:19.2665823Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:55:19.2667036Z [?25hRequirement already satisfied: torch>=1.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (2.8.0a0+git5616fa4) 2025-06-05T23:55:19.2668115Z Collecting tqdm-multiprocess (from lm_eval==0.4.5) 2025-06-05T23:55:19.2668839Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-06-05T23:55:19.2670005Z Requirement already satisfied: transformers>=4.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (4.47.1) 2025-06-05T23:55:19.2671006Z Collecting zstandard (from lm_eval==0.4.5) 2025-06-05T23:55:19.2671855Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.0 kB) 2025-06-05T23:55:19.2673134Z Requirement already satisfied: dill in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from lm_eval==0.4.5) (0.3.8) 2025-06-05T23:55:19.2674077Z Collecting word2number (from lm_eval==0.4.5) 2025-06-05T23:55:19.2674583Z Downloading word2number-1.1.zip (9.7 kB) 2025-06-05T23:55:19.2675205Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:55:19.2675859Z [?25hCollecting more-itertools (from lm_eval==0.4.5) 2025-06-05T23:55:19.2676559Z Downloading more_itertools-10.7.0-py3-none-any.whl.metadata (37 kB) 2025-06-05T23:55:19.2677668Z Requirement already satisfied: filelock in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (3.18.0) 2025-06-05T23:55:19.2679121Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (2025.3.0) 2025-06-05T23:55:19.2680584Z Requirement already satisfied: packaging>=20.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (25.0) 2025-06-05T23:55:19.2682006Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (6.0.1) 2025-06-05T23:55:20.5424411Z Requirement already satisfied: requests in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (2.32.3) 2025-06-05T23:55:20.5425890Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (4.67.1) 2025-06-05T23:55:20.5427818Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub) (4.14.0) 2025-06-05T23:55:20.5429338Z 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.1.3) 2025-06-05T23:55:20.5430753Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from tiktoken) (2024.11.6) 2025-06-05T23:55:20.5432282Z Requirement already satisfied: torchdata==0.11.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.11.0) 2025-06-05T23:55:20.5433951Z Requirement already satisfied: safetensors in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.5.3) 2025-06-05T23:55:20.5435342Z Requirement already satisfied: kagglehub in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (0.3.12) 2025-06-05T23:55:20.5436855Z Requirement already satisfied: numpy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (2.2.6) 2025-06-05T23:55:20.5438188Z Requirement already satisfied: omegaconf in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (2.3.0) 2025-06-05T23:55:20.5439520Z Requirement already satisfied: psutil in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (7.0.0) 2025-06-05T23:55:20.5440854Z Requirement already satisfied: Pillow>=9.4.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchtune) (11.2.1) 2025-06-05T23:55:20.5442317Z Requirement already satisfied: urllib3>=1.25 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torchdata==0.11.0->torchtune) (2.4.0) 2025-06-05T23:55:20.5443481Z Collecting tornado>=2.0 (from snakeviz) 2025-06-05T23:55:20.5444292Z Downloading tornado-6.5.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.8 kB) 2025-06-05T23:55:20.5445594Z Requirement already satisfied: pycryptodomex>=3.8 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (3.23.0) 2025-06-05T23:55:20.5446961Z Requirement already satisfied: lxml>=4.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from blobfile) (5.4.0) 2025-06-05T23:55:20.5448423Z Requirement already satisfied: pyarrow>=15.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (20.0.0) 2025-06-05T23:55:20.5450092Z Requirement already satisfied: pandas in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (2.2.3) 2025-06-05T23:55:20.5451654Z Requirement already satisfied: xxhash in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (3.5.0) 2025-06-05T23:55:20.5453276Z Requirement already satisfied: multiprocess<0.70.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from datasets>=2.16.0->lm_eval==0.4.5) (0.70.16) 2025-06-05T23:55:20.5455133Z Requirement already satisfied: aiohttp!=4.0.0a0,!=4.0.0a1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets>=2.16.0->lm_eval==0.4.5) (3.12.9) 2025-06-05T23:55:20.5457253Z Requirement already satisfied: aiohappyeyeballs>=2.5.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>=2.16.0->lm_eval==0.4.5) (2.6.1) 2025-06-05T23:55:20.5459443Z Requirement already satisfied: aiosignal>=1.1.2 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>=2.16.0->lm_eval==0.4.5) (1.3.2) 2025-06-05T23:55:20.5461619Z Requirement already satisfied: async-timeout<6.0,>=4.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>=2.16.0->lm_eval==0.4.5) (5.0.1) 2025-06-05T23:55:20.5463761Z 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>=2.16.0->lm_eval==0.4.5) (25.3.0) 2025-06-05T23:55:20.5466034Z Requirement already satisfied: frozenlist>=1.1.1 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>=2.16.0->lm_eval==0.4.5) (1.6.2) 2025-06-05T23:55:20.5468272Z Requirement already satisfied: multidict<7.0,>=4.5 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>=2.16.0->lm_eval==0.4.5) (6.4.4) 2025-06-05T23:55:20.5470533Z Requirement already satisfied: propcache>=0.2.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>=2.16.0->lm_eval==0.4.5) (0.3.1) 2025-06-05T23:55:20.5472717Z Requirement already satisfied: yarl<2.0,>=1.17.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>=2.16.0->lm_eval==0.4.5) (1.20.0) 2025-06-05T23:55:20.5474844Z 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>=2.16.0->lm_eval==0.4.5) (3.10) 2025-06-05T23:55:20.5476782Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub) (3.4.2) 2025-06-05T23:55:20.5478427Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from requests->huggingface_hub) (2025.4.26) 2025-06-05T23:55:20.5479581Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:55:20.5480276Z Downloading absl_py-2.3.0-py3-none-any.whl.metadata (2.4 kB) 2025-06-05T23:55:20.5480965Z Collecting nltk (from rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:55:20.5481618Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:55:20.5482755Z Requirement already satisfied: six>=1.14.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from rouge-score>=0.0.4->lm_eval==0.4.5) (1.17.0) 2025-06-05T23:55:20.5483893Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-06-05T23:55:20.5484637Z Downloading portalocker-3.1.1-py3-none-any.whl.metadata (8.6 kB) 2025-06-05T23:55:20.5485846Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from sacrebleu>=1.5.0->lm_eval==0.4.5) (0.9.0) 2025-06-05T23:55:20.5486984Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval==0.4.5) 2025-06-05T23:55:20.5487711Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-06-05T23:55:20.5488457Z Collecting scipy>=1.8.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:55:20.5489484Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (61 kB) 2025-06-05T23:55:20.5490428Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:55:20.5491161Z Downloading joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) 2025-06-05T23:55:20.5502435Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval==0.4.5) 2025-06-05T23:55:20.5503266Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-06-05T23:55:20.5504431Z Requirement already satisfied: sympy>=1.13.3 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (1.14.0) 2025-06-05T23:55:20.5505956Z Requirement already satisfied: networkx in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.4.2) 2025-06-05T23:55:20.5507456Z Requirement already satisfied: jinja2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from torch>=1.8->lm_eval==0.4.5) (3.1.6) 2025-06-05T23:55:20.5509040Z 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.8->lm_eval==0.4.5) (1.3.0) 2025-06-05T23:55:20.5510930Z Requirement already satisfied: hf-transfer>=0.1.4 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from huggingface_hub[hf_transfer]->torchtune) (0.1.9) 2025-06-05T23:55:20.5512625Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from jinja2->torch>=1.8->lm_eval==0.4.5) (3.0.2) 2025-06-05T23:55:20.5513812Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval==0.4.5) 2025-06-05T23:55:20.5514546Z Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB) 2025-06-05T23:55:20.5515855Z Requirement already satisfied: antlr4-python3-runtime==4.9.* in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from omegaconf->torchtune) (4.9.3) 2025-06-05T23:55:20.5517682Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2.9.0.post0) 2025-06-05T23:55:20.5519446Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.2) 2025-06-05T23:55:20.5521129Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas->datasets>=2.16.0->lm_eval==0.4.5) (2025.2) 2025-06-05T23:55:23.6139596Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytablewriter->lm_eval==0.4.5) (78.1.1) 2025-06-05T23:55:23.6140903Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:55:23.6141715Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:55:23.6142526Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:55:23.6143428Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-06-05T23:55:23.6144219Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:55:23.6145030Z Downloading pathvalidate-3.2.3-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:55:23.6145796Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:55:23.6146551Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-06-05T23:55:23.6147301Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval==0.4.5) 2025-06-05T23:55:23.6148038Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:55:23.6148879Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval==0.4.5) 2025-06-05T23:55:23.6149710Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-06-05T23:55:23.6150536Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval==0.4.5) 2025-06-05T23:55:23.6151364Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-06-05T23:55:23.6152024Z Downloading lm_eval-0.4.5-py3-none-any.whl (2.4 MB) 2025-06-05T23:55:23.6153077Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.4 MB ? eta -:--:-- 2025-06-05T23:55:23.6154014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 94.1 MB/s eta 0:00:00 2025-06-05T23:55:23.6154837Z [?25hDownloading snakeviz-2.2.2-py3-none-any.whl (183 kB) 2025-06-05T23:55:23.6155475Z Downloading accelerate-1.7.0-py3-none-any.whl (362 kB) 2025-06-05T23:55:23.6156090Z Downloading evaluate-0.4.3-py3-none-any.whl (84 kB) 2025-06-05T23:55:23.6156671Z Downloading peft-0.15.2-py3-none-any.whl (411 kB) 2025-06-05T23:55:23.6157527Z Downloading pybind11-2.13.6-py3-none-any.whl (243 kB) 2025-06-05T23:55:23.6158169Z Downloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-06-05T23:55:23.6159101Z Downloading scikit_learn-1.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (12.2 MB) 2025-06-05T23:55:23.6160236Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.2 MB ? eta -:--:-- 2025-06-05T23:55:23.6161342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.2/12.2 MB 138.1 MB/s eta 0:00:00 2025-06-05T23:55:23.6162145Z [?25hDownloading joblib-1.5.1-py3-none-any.whl (307 kB) 2025-06-05T23:55:23.6162994Z Downloading scipy-1.15.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (35.5 MB) 2025-06-05T23:55:23.6164082Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/35.5 MB ? eta -:--:-- 2025-06-05T23:55:23.6165110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 35.4/35.5 MB 178.1 MB/s eta 0:00:01 2025-06-05T23:55:23.6166296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.5/35.5 MB 132.6 MB/s eta 0:00:00 2025-06-05T23:55:23.6167289Z [?25hDownloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-06-05T23:55:23.6168182Z Downloading tornado-6.5.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (443 kB) 2025-06-05T23:55:23.6169121Z Downloading absl_py-2.3.0-py3-none-any.whl (135 kB) 2025-06-05T23:55:23.6169736Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-06-05T23:55:23.6170359Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-06-05T23:55:23.6171012Z Downloading more_itertools-10.7.0-py3-none-any.whl (65 kB) 2025-06-05T23:55:23.6171632Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-06-05T23:55:23.6172443Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-06-05T23:55:23.6173420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 135.4 MB/s eta 0:00:00 2025-06-05T23:55:23.6174239Z [?25hDownloading click-8.2.1-py3-none-any.whl (102 kB) 2025-06-05T23:55:23.6175087Z Downloading numexpr-2.10.2-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl (408 kB) 2025-06-05T23:55:23.6175955Z Downloading portalocker-3.1.1-py3-none-any.whl (19 kB) 2025-06-05T23:55:23.6176616Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-06-05T23:55:23.6177280Z Downloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-06-05T23:55:23.6177933Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-06-05T23:55:23.6178560Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-06-05T23:55:23.6179173Z Downloading pathvalidate-3.2.3-py3-none-any.whl (24 kB) 2025-06-05T23:55:23.6179801Z Downloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-06-05T23:55:23.6180407Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-06-05T23:55:23.6181002Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-06-05T23:55:23.6181660Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-06-05T23:55:23.6182578Z Downloading zstandard-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.9 MB) 2025-06-05T23:55:23.6183681Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.9 MB ? eta -:--:-- 2025-06-05T23:55:23.6184763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.9/4.9 MB 166.4 MB/s eta 0:00:00 2025-06-05T23:55:23.6185714Z [?25hBuilding wheels for collected packages: rouge-score, sqlitedict, word2number 2025-06-05T23:55:23.6189180Z  DEPRECATION: Building 'rouge-score' 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 'rouge-score'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:55:23.6192326Z  Building wheel for rouge-score (setup.py) ... [?25l- \ done 2025-06-05T23:55:23.6193748Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24988 sha256=b02d14263e011f55b1892840654a72d063997995594544176c4da0d30b1e8834 2025-06-05T23:55:23.6195290Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/5f/dd/89/461065a73be61a532ff8599a28e9beef17985c9e9c31e541b4 2025-06-05T23:55:23.6198817Z  DEPRECATION: Building 'sqlitedict' 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 'sqlitedict'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:55:23.6201736Z  Building wheel for sqlitedict (setup.py) ... [?25l- \ done 2025-06-05T23:55:23.6203169Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16958 sha256=346d885f9dd9f05c9ac4371ef682acd81b05ba5cc55e61631699439014c875bc 2025-06-05T23:55:23.6204705Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/79/d6/e7/304e0e6cb2221022c26d8161f7c23cd4f259a9e41e8bbcfabd 2025-06-05T23:55:23.6208258Z  DEPRECATION: Building 'word2number' 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 'word2number'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:55:23.6211256Z  Building wheel for word2number (setup.py) ... [?25l- \ done 2025-06-05T23:55:23.6212690Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5658 sha256=1811d32e73d4010a1b911c19f8a07537fa5d792d270c7872f769bd90af7c67e3 2025-06-05T23:55:23.6214233Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/84/ff/26/d3cfbd971e96c5aa3737ecfced81628830d7359b55fbb8ca3b 2025-06-05T23:55:23.6215227Z Successfully built rouge-score sqlitedict word2number 2025-06-05T23:55:23.6217742Z Installing collected packages: word2number, sqlitedict, zstandard, tornado, threadpoolctl, tcolorpy, scipy, pybind11, portalocker, pathvalidate, numexpr, more-itertools, jsonlines, joblib, colorama, click, chardet, absl-py, tqdm-multiprocess, snakeviz, scikit-learn, sacrebleu, nltk, mbstrdecoder, typepy, rouge-score, accelerate, peft, DataProperty, tabledata, evaluate, pytablewriter, lm_eval 2025-06-05T23:55:31.8137097Z [?25l 2025-06-05T23:55:31.8137966Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/33 [zstandard] 2025-06-05T23:55:31.8138899Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/33 [tornado] 2025-06-05T23:55:31.8139789Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/33 [tornado] 2025-06-05T23:55:31.8140670Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8142332Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8143399Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8144238Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8145098Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8146189Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8147331Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8148208Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8149053Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8149935Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8150797Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8151656Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8152526Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8153406Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8154299Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8155182Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8156042Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8157097Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8157932Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8158805Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8159681Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8160660Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8161630Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8162557Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8163405Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8164296Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8165156Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8166036Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8166897Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8167789Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8168682Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8170185Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  6/33 [scipy] 2025-06-05T23:55:31.8171140Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10/33 [numexpr] 2025-06-05T23:55:31.8172226Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 13/33 [joblib] 2025-06-05T23:55:31.8173092Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 15/33 [click] 2025-06-05T23:55:31.8174153Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 16/33 [chardet] 2025-06-05T23:55:31.8175254Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 16/33 [chardet] 2025-06-05T23:55:31.8176560Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:31.8177634Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:31.8178851Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:31.8179921Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:31.8180986Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1523835Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1524842Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1525754Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1526709Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1527976Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1528961Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1529854Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1530752Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1531649Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1532550Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1533442Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1534363Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1535283Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 20/33 [scikit-learn] 2025-06-05T23:55:48.1536173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 21/33 [sacrebleu] 2025-06-05T23:55:48.1537199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:55:48.1538027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:55:48.1538850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:55:48.1539665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:55:48.1540515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:55:48.1541536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:55:48.1542679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 22/33 [nltk] 2025-06-05T23:55:48.1543661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 24/33 [typepy] 2025-06-05T23:55:48.1544539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 26/33 [accelerate] 2025-06-05T23:55:48.1545416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 26/33 [accelerate] 2025-06-05T23:55:48.1546266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 27/33 [peft] 2025-06-05T23:55:48.1547079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 27/33 [peft] 2025-06-05T23:55:48.1547932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 31/33 [pytablewriter] 2025-06-05T23:55:48.1548850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:55:48.1549708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:55:48.1550523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:55:48.1551383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:55:48.1552212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:55:48.1553043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:55:48.1553885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:55:48.1554892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:55:48.1555790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 32/33 [lm_eval] 2025-06-05T23:55:48.1556593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33/33 [lm_eval] 2025-06-05T23:55:48.1557158Z [?25h 2025-06-05T23:55:48.1560623Z Successfully installed DataProperty-1.1.0 absl-py-2.3.0 accelerate-1.7.0 chardet-5.2.0 click-8.2.1 colorama-0.4.6 evaluate-0.4.3 joblib-1.5.1 jsonlines-4.0.0 lm_eval-0.4.5 mbstrdecoder-1.1.4 more-itertools-10.7.0 nltk-3.9.1 numexpr-2.10.2 pathvalidate-3.2.3 peft-0.15.2 portalocker-3.1.1 pybind11-2.13.6 pytablewriter-1.2.1 rouge-score-0.1.2 sacrebleu-2.5.1 scikit-learn-1.7.0 scipy-1.15.3 snakeviz-2.2.2 sqlitedict-2.1.0 tabledata-1.3.4 tcolorpy-0.1.7 threadpoolctl-3.6.0 tornado-6.5.1 tqdm-multiprocess-0.0.11 typepy-1.3.4 word2number-1.1 zstandard-0.23.0 2025-06-05T23:55:48.1564083Z Failed to import examples.models due to lm_eval conflict. Removing lm_eval examples module 2025-06-05T23:55:48.1565164Z + python -m examples.models.llama.export_llama --model qwen2_5 -p examples/models/qwen2_5/1_5b_config.json 2025-06-05T23:55:48.1566659Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-06-05T23:55:48.1567674Z [INFO 2025-06-05 23:55:46,899 utils.py:162] NumExpr defaulting to 8 threads. 2025-06-05T23:55:48.1568981Z [INFO 2025-06-05 23:55:47,729 config.py:54] PyTorch version 2.8.0a0+git5616fa4 available. 2025-06-05T23:55:48.1569820Z ⬇ Downloading and converting checkpoint... 2025-06-05T23:55:48.1570151Z 2025-06-05T23:55:48.1570328Z Fetching 10 files: 0% 0/10 [00:00/dev/null 2>/dev/null; then 2025-06-05T23:59:32.5453755Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:59:32.5454235Z  fi 2025-06-05T23:59:32.5454635Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:59:32.5455282Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:59:32.5455851Z  fi 2025-06-05T23:59:32.5456219Z fi 2025-06-05T23:59:32.5456538Z  2025-06-05T23:59:32.5456862Z upload_docs=0 2025-06-05T23:59:32.5457435Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:59:32.5458105Z # empty folders do not count 2025-06-05T23:59:32.5458753Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:59:32.5459793Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:59:32.5460495Z  # upload will probably not work correctly 2025-06-05T23:59:32.5461021Z  upload_docs=1 2025-06-05T23:59:32.5461388Z fi 2025-06-05T23:59:32.5461837Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:59:32.5470274Z shell: /usr/bin/bash -e {0} 2025-06-05T23:59:32.5470681Z env: 2025-06-05T23:59:32.5471072Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:59:32.5471829Z REPOSITORY: pytorch/executorch 2025-06-05T23:59:32.5472244Z PR_NUMBER: 2025-06-05T23:59:32.5474566Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:59:32.5477185Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:59:32.5478018Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:59:32.5478799Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:59:32.5479377Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:59:32.5479748Z ##[endgroup] 2025-06-05T23:59:32.5634005Z Prepare all required actions 2025-06-05T23:59:32.5680437Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:59:32.5680969Z with: 2025-06-05T23:59:32.5681267Z env: 2025-06-05T23:59:32.5681661Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:59:32.5682197Z REPOSITORY: pytorch/executorch 2025-06-05T23:59:32.5682627Z PR_NUMBER: 2025-06-05T23:59:32.5684959Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:59:32.5687565Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:59:32.5688441Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:59:32.5689352Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:59:32.5689916Z ##[endgroup] 2025-06-05T23:59:32.5720271Z ##[group]Run set -eou pipefail 2025-06-05T23:59:32.5720740Z set -eou pipefail 2025-06-05T23:59:32.5721311Z  2025-06-05T23:59:32.5721835Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:59:32.5722489Z for _ in $(seq 1440); do 2025-06-05T23:59:32.5722967Z  # Break if no ssh session exists anymore 2025-06-05T23:59:32.5723463Z  if [ "$(who)" = "" ]; then 2025-06-05T23:59:32.5723900Z  break 2025-06-05T23:59:32.5724240Z  fi 2025-06-05T23:59:32.5724586Z  echo "." 2025-06-05T23:59:32.5724939Z  sleep 5 2025-06-05T23:59:32.5725293Z done 2025-06-05T23:59:32.5732652Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:59:32.5733208Z env: 2025-06-05T23:59:32.5733599Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:59:32.5734146Z REPOSITORY: pytorch/executorch 2025-06-05T23:59:32.5734560Z PR_NUMBER: 2025-06-05T23:59:32.5736853Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:59:32.5739456Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:59:32.5740288Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:59:32.5741074Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:59:32.5741842Z ##[endgroup] 2025-06-05T23:59:32.5770337Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:59:32.5886536Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:59:32.5887329Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:59:32.5887965Z # shellcheck disable=SC2046 2025-06-05T23:59:32.5888440Z docker stop $(docker ps -q) || true 2025-06-05T23:59:32.5889078Z # Prune all of the docker images 2025-06-05T23:59:32.5889553Z docker system prune -af 2025-06-05T23:59:32.5896667Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:59:32.5897209Z env: 2025-06-05T23:59:32.5897611Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:59:32.5898144Z REPOSITORY: pytorch/executorch 2025-06-05T23:59:32.5898560Z PR_NUMBER: 2025-06-05T23:59:32.5901205Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:59:32.5903865Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:59:32.5904702Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:59:32.5905491Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:59:32.5906051Z ##[endgroup] 2025-06-05T23:59:43.2118324Z 27389fb2e3c7 2025-06-05T23:59:44.3899624Z Deleted Containers: 2025-06-05T23:59:44.3900240Z 27389fb2e3c7e2bd891a1c3c0da7520b1060af072e694cf59264dbbd23532ffe 2025-06-05T23:59:44.3900718Z 2025-06-05T23:59:47.9711247Z Deleted Images: 2025-06-05T23:59:47.9712360Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:59:47.9714233Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-05T23:59:47.9716040Z deleted: sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363 2025-06-05T23:59:47.9716974Z deleted: sha256:be1ab99562fc68cb177ad39743ed237cb7cb45f238f5a7e2358c86241c3bb9aa 2025-06-05T23:59:47.9717892Z deleted: sha256:79ec9d97f0ecffb37a842ac534944fed09764a9999957e6f5b8fda9e053b6f7b 2025-06-05T23:59:47.9718825Z deleted: sha256:94dd602baac322fa36df80d2ca11e5741bfc7fdd0b88add0326a6d371cf34027 2025-06-05T23:59:47.9719757Z deleted: sha256:447daf1cccc0f6be50bc9a4da4c7fe2375cf02f38a8345499fc6505c15c91967 2025-06-05T23:59:47.9720661Z deleted: sha256:158692508898a921c9554c9285c45de3283607796da14d3b367ab2487365aa5a 2025-06-05T23:59:47.9721555Z deleted: sha256:03205e8e18fda040a7bf77c0e1e909f022e79182c9a6d0e7da3637e3e50897df 2025-06-05T23:59:47.9722464Z deleted: sha256:924877ae822c3e697ada9fc675755c52d48832f59aa2f35118dc3654cddeb6b7 2025-06-05T23:59:47.9723388Z deleted: sha256:23878c36bc12491273890821391ecc5781935950a85cbee285081ae3546050cb 2025-06-05T23:59:47.9724275Z deleted: sha256:8c9d6006aba59fc1008ce3a40c87969d016b828139360492a03a8f0c6b6a9fb3 2025-06-05T23:59:47.9725171Z deleted: sha256:443e22597927901a0265a303a55c0dd8bca18ab889cc8542420a3d494207c0fc 2025-06-05T23:59:47.9726073Z deleted: sha256:499a63ee0ac7db81c64725b6c94e7bf18c2a047c36b8ab6c3e6c6cc808629e61 2025-06-05T23:59:47.9726997Z deleted: sha256:63f9f4cda365bb3f5b9957b4843f50141ff2eb3b69e2eb94bb960b42776269d7 2025-06-05T23:59:47.9727917Z deleted: sha256:c917cc62120b555a9f29e23ab988b58457f9020eee73130b41bb5cf7c7d768fa 2025-06-05T23:59:47.9728911Z deleted: sha256:2b0897d415a9802ab47f028b75dee9d5d39e4e5626449fbd7da4e68d623d5d0a 2025-06-05T23:59:47.9729857Z deleted: sha256:daefa7cfac9a657e6490afbde6650e9df8c68d4d42df69f5c9685ec282be3b5b 2025-06-05T23:59:47.9731021Z deleted: sha256:363d48b081593e408461ebe2a4bef7403438095d9f0bb4057f634a5bd9f1dc00 2025-06-05T23:59:47.9731921Z deleted: sha256:3032924c0a254b965237f988cdeda16b13638db10b3f7d879a7c5afb9ef5464d 2025-06-05T23:59:47.9732823Z deleted: sha256:d2eed274a3682f123a63078e0983be46ca1b4a34523b83d5417d1d0348f92b71 2025-06-05T23:59:47.9733706Z deleted: sha256:296c38303185a27375032711f5ed6923a14ab0958043885f260e10be321135f3 2025-06-05T23:59:47.9734585Z deleted: sha256:754bf621747ca6f16e9689090b77b403029dca87c4d48f9371295f8a07e14ecd 2025-06-05T23:59:47.9735494Z deleted: sha256:af2a5b0adf1a10f5ac7a5c98e071a997ccc4b24a3c06a78f1b308ec1bf7ed785 2025-06-05T23:59:47.9736422Z deleted: sha256:e8b33316103a9f94fb503a5e5649ddab77e808b4efc3d972c2fcf2518fe8c6af 2025-06-05T23:59:47.9737346Z deleted: sha256:00ebbd0b076ee061eef407ed3a73b7b8edcd11fef7ca175bf90bc13cfee4ed33 2025-06-05T23:59:47.9738558Z deleted: sha256:522cb1a30cee5975a28afcb57262b3b1ddb988c9f84982b0283b34fbeaa4755f 2025-06-05T23:59:47.9739505Z deleted: sha256:55bd126091fd1658ba33a960eefcc2a4065bf83a6698ba23e9b0d3b3075970c4 2025-06-05T23:59:47.9740403Z deleted: sha256:d79ca358214286c4f888f92391795c3918a460c5860e0addb47b123a05995034 2025-06-05T23:59:47.9741300Z deleted: sha256:4d195976a446c056a47d9c33329acc6ebe85cf9f3e9df4b746675408c12ed9e2 2025-06-05T23:59:47.9742214Z deleted: sha256:8103dee6b79f832c181a708e3ef885acc60ba6b5fc00df0252f72a0be5e0a45c 2025-06-05T23:59:47.9745393Z deleted: sha256:1b8aed2757a1e9c577335ec334f49510975ecaf002dddc4c2ae8d11bf87c0ce6 2025-06-05T23:59:47.9746322Z deleted: sha256:4e9247053cb38aecacb1feb98e7a74e09dd2009e900516fa48961f6b5bf0a871 2025-06-05T23:59:47.9747227Z deleted: sha256:83d09048f0b2d97f65948c59d7c19d54bc8930bd7998b365ad141fe14ae9f223 2025-06-05T23:59:47.9748130Z deleted: sha256:98537e9ca41239b48b8ad77e557c36c2b3c9b96c32e62dc6ae7d5f5c42dfe605 2025-06-05T23:59:47.9749044Z deleted: sha256:c2c46863e3241957f62b5321b5cdaa9a7ca24ea0c17742caf734f21c71a40b5d 2025-06-05T23:59:47.9749946Z deleted: sha256:7490216c65886219a84195456ff1d21ce1c0298573418c4c3ff1c91121efaafc 2025-06-05T23:59:47.9750828Z deleted: sha256:3138534fb0806ea64a2240f2cd27bb60ec9bd5070d60d1a15bd9b857b6be7565 2025-06-05T23:59:47.9751764Z deleted: sha256:1e7a4fd46befdfdb6bd98a60dada1bd3be4776c5732812530c91ee5be8e96727 2025-06-05T23:59:47.9752700Z untagged: arm64v8/alpine:latest 2025-06-05T23:59:47.9753455Z untagged: arm64v8/alpine@sha256:fa4cf50559eaaaafd69341a3bc5fc09047b53480c884a3bc3e4f6e13da13f503 2025-06-05T23:59:47.9754470Z deleted: sha256:2abc5e83407155714f171c293f197e1310176959e106f8ad63ffa2e7e9635d4a 2025-06-05T23:59:47.9755366Z deleted: sha256:1231a673589ac9e2f8a98ed916d1fa8301b36a44dd14fc40eba5a05905da69f1 2025-06-05T23:59:47.9755910Z 2025-06-05T23:59:47.9756096Z Total reclaimed space: 15.48GB 2025-06-05T23:59:47.9800548Z ##[group]Run set +e 2025-06-05T23:59:47.9801000Z set +e 2025-06-05T23:59:47.9801374Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:59:47.9801960Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:59:47.9802494Z else 2025-06-05T23:59:47.9802901Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:59:47.9803387Z fi 2025-06-05T23:59:47.9803704Z set -e 2025-06-05T23:59:47.9810801Z shell: /usr/bin/bash -e {0} 2025-06-05T23:59:47.9811213Z env: 2025-06-05T23:59:47.9811605Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:59:47.9812152Z REPOSITORY: pytorch/executorch 2025-06-05T23:59:47.9812561Z PR_NUMBER: 2025-06-05T23:59:47.9814925Z 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=qwen2_5 BUILD_TOOL="cmake" BACKEND=portable PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:59:47.9817737Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:59:47.9818562Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:59:47.9819356Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:59:47.9819918Z NO_SUDO: false 2025-06-05T23:59:47.9820256Z ##[endgroup] 2025-06-05T23:59:49.2991860Z Post job cleanup. 2025-06-05T23:59:49.4301138Z Post job cleanup. 2025-06-05T23:59:49.5496186Z [command]/usr/bin/git version 2025-06-05T23:59:49.5565934Z git version 2.47.1 2025-06-05T23:59:49.5624382Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/c3dfa709-4aa4-4bc4-a14f-79b6f5300086' before making global git config changes 2025-06-05T23:59:49.5625749Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:59:49.5632534Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:59:49.5674273Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:59:49.5725495Z [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:59:49.6062194Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:59:49.6087191Z http.https://github.com/.extraheader 2025-06-05T23:59:49.6105073Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:59:49.6139399Z [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:59:49.6530796Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:59:49.6562941Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:59:49.6569591Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:59:49.6570204Z ##[endgroup] 2025-06-05T23:59:58.6369530Z Cleaning up orphan processes