2025-06-05T23:50:33.3526611Z Current runner version: '2.325.0' 2025-06-05T23:50:33.3537023Z Runner name: 'i-068151d63ef24ef39' 2025-06-05T23:50:33.3538749Z Machine name: 'ip-10-0-12-220' 2025-06-05T23:50:33.3543318Z ##[group]GITHUB_TOKEN Permissions 2025-06-05T23:50:33.3546779Z Contents: read 2025-06-05T23:50:33.3547772Z Metadata: read 2025-06-05T23:50:33.3548570Z ##[endgroup] 2025-06-05T23:50:33.3552013Z Secret source: Actions 2025-06-05T23:50:33.3553509Z Prepare workflow directory 2025-06-05T23:50:33.4379970Z Prepare all required actions 2025-06-05T23:50:33.4437819Z Getting action download info 2025-06-05T23:50:33.6962774Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-06-05T23:50:34.0249474Z Download action repository 'pytorch/pytorch@9c1bc9ce4684de96db025292610c0664d3d55345' (SHA:9c1bc9ce4684de96db025292610c0664d3d55345) 2025-06-05T23:50:45.9620818Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-06-05T23:50:46.3296407Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-06-05T23:50:46.4494125Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-06-05T23:50:46.8537257Z Download action repository 'seemethere/upload-artifact-s3@baba72d0712b404f646cebe0730933554ebce96a' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2025-06-05T23:50:47.1866967Z Getting action download info 2025-06-05T23:50:47.2769848Z Download action repository 'pytorch/pytorch@main' (SHA:28796f71d04302029290f473a286efc2aba339c2) 2025-06-05T23:51:01.4789692Z Complete job name: test-models-linux-aarch64 (add_mul, xnnpack-quantization-delegation, linux.arm64.2xlarge) / linux-job 2025-06-05T23:51:01.5538871Z A job started hook has been configured by the self-hosted runner administrator 2025-06-05T23:51:01.5689115Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-06-05T23:51:01.5705297Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:01.5706292Z ##[endgroup] 2025-06-05T23:51:03.1254375Z Runner Type: linux.arm64.2xlarge 2025-06-05T23:51:03.1255270Z Instance Type: t4g.2xlarge 2025-06-05T23:51:03.1255720Z AMI Name: unknown 2025-06-05T23:51:03.1297286Z AMI ID: ami-0013610ea966aafe0 2025-06-05T23:51:10.8435519Z ##[group]Run set -euxo pipefail 2025-06-05T23:51:10.8436099Z set -euxo pipefail 2025-06-05T23:51:10.8436505Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:51:10.8437025Z  echo "::group::Cleanup with-sudo debug output" 2025-06-05T23:51:10.8437540Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:51:10.8437968Z else 2025-06-05T23:51:10.8438328Z  echo "::group::Cleanup no-sudo debug output" 2025-06-05T23:51:10.8438827Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-06-05T23:51:10.8439258Z fi 2025-06-05T23:51:10.8439528Z  2025-06-05T23:51:10.8439826Z mkdir -p "${GITHUB_WORKSPACE}" 2025-06-05T23:51:10.8440287Z echo "::endgroup::" 2025-06-05T23:51:10.8452348Z shell: /usr/bin/bash -e {0} 2025-06-05T23:51:10.8452725Z env: 2025-06-05T23:51:10.8453121Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:10.8453701Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:10.8454139Z PR_NUMBER: 2025-06-05T23:51:10.8456652Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:10.8459281Z NO_SUDO: false 2025-06-05T23:51:10.8459940Z ##[endgroup] 2025-06-05T23:51:10.8492422Z + [[ false == \f\a\l\s\e ]] 2025-06-05T23:51:10.8519029Z ##[group]Cleanup with-sudo debug output 2025-06-05T23:51:10.8524520Z + echo '::group::Cleanup with-sudo debug output' 2025-06-05T23:51:10.8525399Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:51:10.9265980Z removed directory '/home/ec2-user/actions-runner/_work/executorch/executorch' 2025-06-05T23:51:10.9288524Z + mkdir -p /home/ec2-user/actions-runner/_work/executorch/executorch 2025-06-05T23:51:10.9301763Z + echo ::endgroup:: 2025-06-05T23:51:10.9302717Z ##[endgroup] 2025-06-05T23:51:10.9456764Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:51:10.9457459Z with: 2025-06-05T23:51:10.9457773Z repository: pytorch/test-infra 2025-06-05T23:51:10.9458169Z path: test-infra 2025-06-05T23:51:10.9458492Z submodules: recursive 2025-06-05T23:51:10.9459086Z token: *** 2025-06-05T23:51:10.9459402Z ssh-strict: true 2025-06-05T23:51:10.9459733Z ssh-user: git 2025-06-05T23:51:10.9460048Z persist-credentials: true 2025-06-05T23:51:10.9460395Z clean: true 2025-06-05T23:51:10.9460720Z sparse-checkout-cone-mode: true 2025-06-05T23:51:10.9461111Z fetch-depth: 1 2025-06-05T23:51:10.9461409Z fetch-tags: false 2025-06-05T23:51:10.9461733Z show-progress: true 2025-06-05T23:51:10.9462045Z lfs: false 2025-06-05T23:51:10.9462345Z set-safe-directory: true 2025-06-05T23:51:10.9462853Z env: 2025-06-05T23:51:10.9463216Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:10.9463715Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:10.9464141Z PR_NUMBER: 2025-06-05T23:51:10.9466635Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:10.9469332Z ##[endgroup] 2025-06-05T23:51:11.0940560Z Syncing repository: pytorch/test-infra 2025-06-05T23:51:11.0941828Z ##[group]Getting Git version info 2025-06-05T23:51:11.0942782Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra' 2025-06-05T23:51:11.0944028Z [command]/usr/bin/git version 2025-06-05T23:51:11.0944456Z git version 2.47.1 2025-06-05T23:51:11.0961601Z ##[endgroup] 2025-06-05T23:51:11.0982020Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/17532b9c-807d-4d27-81d5-1c18d80b0a93' before making global git config changes 2025-06-05T23:51:11.0983596Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:51:11.0990966Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:51:11.1032426Z ##[group]Initializing the repository 2025-06-05T23:51:11.1040375Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:51:11.1080680Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:51:11.1081580Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:51:11.1082360Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:51:11.1082918Z hint: 2025-06-05T23:51:11.1083357Z hint: git config --global init.defaultBranch 2025-06-05T23:51:11.1083825Z hint: 2025-06-05T23:51:11.1084292Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:51:11.1085063Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:51:11.1085666Z hint: 2025-06-05T23:51:11.1085997Z hint: git branch -m 2025-06-05T23:51:11.1086803Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.git/ 2025-06-05T23:51:11.1098695Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-06-05T23:51:11.1134099Z ##[endgroup] 2025-06-05T23:51:11.1134714Z ##[group]Disabling automatic garbage collection 2025-06-05T23:51:11.1142388Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:51:11.1178308Z ##[endgroup] 2025-06-05T23:51:11.1178879Z ##[group]Setting up auth 2025-06-05T23:51:11.1187322Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:51:11.1223518Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:51:11.1576690Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:51:11.1611712Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:51:11.1939673Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:11.1994149Z ##[endgroup] 2025-06-05T23:51:11.1994793Z ##[group]Determining the default branch 2025-06-05T23:51:11.1998332Z Retrieving the default branch name 2025-06-05T23:51:11.4027725Z Default branch 'main' 2025-06-05T23:51:11.4028550Z ##[endgroup] 2025-06-05T23:51:11.4029228Z ##[group]Fetching the repository 2025-06-05T23:51:11.4036148Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-06-05T23:51:12.0164389Z From https://github.com/pytorch/test-infra 2025-06-05T23:51:12.0194069Z * [new branch] main -> origin/main 2025-06-05T23:51:12.0195598Z ##[endgroup] 2025-06-05T23:51:12.0196352Z ##[group]Determining the checkout info 2025-06-05T23:51:12.0196971Z ##[endgroup] 2025-06-05T23:51:12.0203845Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:51:12.0253463Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:51:12.0296517Z ##[group]Checking out the ref 2025-06-05T23:51:12.0301235Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-06-05T23:51:12.1310079Z Switched to a new branch 'main' 2025-06-05T23:51:12.1310629Z branch 'main' set up to track 'origin/main'. 2025-06-05T23:51:12.1320807Z ##[endgroup] 2025-06-05T23:51:12.1321450Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:51:12.1327715Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:12.1389026Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:51:12.1435717Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:51:12.1478242Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:51:12.1516189Z ##[endgroup] 2025-06-05T23:51:12.1516735Z ##[group]Fetching submodules 2025-06-05T23:51:12.1521921Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:51:12.1848014Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:51:12.2183672Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:51:12.2501369Z ##[endgroup] 2025-06-05T23:51:12.2502019Z ##[group]Persisting credentials for submodules 2025-06-05T23:51:12.2508417Z [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:12.2828146Z [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:12.3161520Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:51:12.3487789Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:51:12.3806795Z ##[endgroup] 2025-06-05T23:51:12.3855777Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:51:12.3888183Z e339ed56a2ad5e0f901a4edc5e1d5770100696d3 2025-06-05T23:51:12.4141260Z Prepare all required actions 2025-06-05T23:51:12.4141970Z Getting action download info 2025-06-05T23:51:12.5103195Z Download action repository 'pytorch/test-infra@main' (SHA:e339ed56a2ad5e0f901a4edc5e1d5770100696d3) 2025-06-05T23:51:14.1088082Z Getting action download info 2025-06-05T23:51:14.2451517Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-06-05T23:51:14.4644927Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-06-05T23:51:14.4645405Z env: 2025-06-05T23:51:14.4645753Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:14.4646252Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:14.4646608Z PR_NUMBER: 2025-06-05T23:51:14.4649102Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:14.4651641Z ##[endgroup] 2025-06-05T23:51:14.4771124Z ##[group]Run set -euo pipefail 2025-06-05T23:51:14.4771606Z set -euo pipefail 2025-06-05T23:51:14.4771983Z function get_ec2_metadata() { 2025-06-05T23:51:14.4772480Z  # Pulled from instance metadata endpoint for EC2 2025-06-05T23:51:14.4773327Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-06-05T23:51:14.4774067Z  category=$1 2025-06-05T23:51:14.4775247Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-06-05T23:51:14.4776477Z } 2025-06-05T23:51:14.4776819Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-06-05T23:51:14.4777373Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-06-05T23:51:14.4777998Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-06-05T23:51:14.4778543Z echo "system info $(uname -a)" 2025-06-05T23:51:14.4785850Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:14.4786340Z env: 2025-06-05T23:51:14.4786682Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:14.4787172Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:14.4787527Z PR_NUMBER: 2025-06-05T23:51:14.4790220Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:14.4792761Z ##[endgroup] 2025-06-05T23:51:14.4952797Z ami-id: ami-0013610ea966aafe0 2025-06-05T23:51:14.5091473Z instance-id: i-068151d63ef24ef39 2025-06-05T23:51:14.5235048Z instance-type: t4g.2xlarge 2025-06-05T23:51:14.5247481Z system info Linux ip-10-0-12-220.ec2.internal 6.1.130-139.222.amzn2023.aarch64 #1 SMP Tue Mar 11 01:10:34 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux 2025-06-05T23:51:14.5294671Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:51:14.5295943Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:51:14.5304169Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:14.5304663Z env: 2025-06-05T23:51:14.5305317Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:14.5305834Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:14.5306190Z PR_NUMBER: 2025-06-05T23:51:14.5308780Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:14.5311359Z ##[endgroup] 2025-06-05T23:51:14.5406730Z ##[group]Run if systemctl is-active --quiet docker; then 2025-06-05T23:51:14.5407329Z if systemctl is-active --quiet docker; then 2025-06-05T23:51:14.5407824Z  echo "Docker daemon is running..."; 2025-06-05T23:51:14.5408251Z else 2025-06-05T23:51:14.5408727Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-06-05T23:51:14.5409277Z fi 2025-06-05T23:51:14.5416585Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:14.5417075Z env: 2025-06-05T23:51:14.5417424Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:14.5417933Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:14.5418297Z PR_NUMBER: 2025-06-05T23:51:14.5420715Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:14.5423247Z ##[endgroup] 2025-06-05T23:51:14.5537913Z Docker daemon is running... 2025-06-05T23:51:14.5590009Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:51:14.5590868Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-06-05T23:51:14.5591660Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-06-05T23:51:14.5592496Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-06-05T23:51:14.5593455Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-06-05T23:51:14.5601242Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:14.5601730Z env: 2025-06-05T23:51:14.5602068Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:14.5602559Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:14.5602911Z PR_NUMBER: 2025-06-05T23:51:14.5605344Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:14.5608158Z AWS_RETRY_MODE: standard 2025-06-05T23:51:14.5608542Z AWS_MAX_ATTEMPTS: 5 2025-06-05T23:51:14.5608970Z AWS_DEFAULT_REGION: us-east-1 2025-06-05T23:51:14.5609328Z ##[endgroup] 2025-06-05T23:51:15.9324128Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:51:15.9324969Z Configure a credential helper to remove this warning. See 2025-06-05T23:51:15.9325737Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:51:15.9326289Z 2025-06-05T23:51:15.9326411Z Login Succeeded 2025-06-05T23:51:15.9377859Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:15.9378662Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:15.9379334Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-06-05T23:51:15.9387085Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:15.9387565Z env: 2025-06-05T23:51:15.9387916Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:15.9388402Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:15.9388897Z PR_NUMBER: 2025-06-05T23:51:15.9391345Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:15.9393889Z ##[endgroup] 2025-06-05T23:51:15.9515825Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:51:15.9516476Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-06-05T23:51:15.9517029Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:51:15.9517486Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-06-05T23:51:15.9518077Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:15.9518638Z  2025-06-05T23:51:15.9519027Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-06-05T23:51:15.9519597Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:51:15.9520084Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-06-05T23:51:15.9520732Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:15.9521343Z  2025-06-05T23:51:15.9521659Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-06-05T23:51:15.9522107Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-06-05T23:51:15.9522544Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-06-05T23:51:15.9523069Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-06-05T23:51:15.9530631Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:15.9531116Z env: 2025-06-05T23:51:15.9531471Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:15.9531964Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:15.9532324Z PR_NUMBER: 2025-06-05T23:51:15.9534784Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:15.9537340Z ##[endgroup] 2025-06-05T23:51:16.1083483Z ##[group]Run needs=0 2025-06-05T23:51:16.1083838Z needs=0 2025-06-05T23:51:16.1084328Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-06-05T23:51:16.1085175Z  needs=1 2025-06-05T23:51:16.1085456Z fi 2025-06-05T23:51:16.1085774Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-06-05T23:51:16.1093470Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:16.1093962Z env: 2025-06-05T23:51:16.1094305Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:16.1094797Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:16.1095157Z PR_NUMBER: 2025-06-05T23:51:16.1097840Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:16.1101560Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:16.1102347Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:16.1103260Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:16.1103783Z ##[endgroup] 2025-06-05T23:51:16.1394317Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:51:16.1395081Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:51:16.1395631Z # shellcheck disable=SC2046 2025-06-05T23:51:16.1396080Z docker stop $(docker ps -q) || true 2025-06-05T23:51:16.1396531Z # Prune all of the docker images 2025-06-05T23:51:16.1396944Z docker system prune -af 2025-06-05T23:51:16.1404643Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:51:16.1405124Z env: 2025-06-05T23:51:16.1405468Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:16.1405972Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:16.1406329Z PR_NUMBER: 2025-06-05T23:51:16.1408752Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:16.1411613Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:16.1412397Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:16.1413117Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:16.1413624Z ##[endgroup] 2025-06-05T23:51:16.1688423Z "docker stop" requires at least 1 argument. 2025-06-05T23:51:16.1688972Z See 'docker stop --help'. 2025-06-05T23:51:16.1689206Z 2025-06-05T23:51:16.1689418Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-06-05T23:51:16.1689779Z 2025-06-05T23:51:16.1689929Z Stop one or more running containers 2025-06-05T23:51:16.1881054Z Total reclaimed space: 0B 2025-06-05T23:51:16.2006504Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-06-05T23:51:16.2007032Z with: 2025-06-05T23:51:16.2007957Z github-secret: *** 2025-06-05T23:51:16.2008912Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-06-05T23:51:16.2009923Z activate-with-label: false 2025-06-05T23:51:16.2010276Z label: with-ssh 2025-06-05T23:51:16.2010578Z remove-existing-keys: true 2025-06-05T23:51:16.2010936Z fail-silently: true 2025-06-05T23:51:16.2011225Z env: 2025-06-05T23:51:16.2011565Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:16.2012364Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:16.2012725Z PR_NUMBER: 2025-06-05T23:51:16.2015188Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:16.2017918Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:16.2018691Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:16.2019421Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:16.2019922Z ##[endgroup] 2025-06-05T23:51:16.3376553Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-06-05T23:51:16.3378462Z Not on pull request and ciflow reference could not be extracted, skipping adding ssh keys 2025-06-05T23:51:16.3546628Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-06-05T23:51:16.3547237Z with: 2025-06-05T23:51:16.3547527Z repository: pytorch/executorch 2025-06-05T23:51:16.3547934Z ref: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:16.3548369Z path: pytorch/executorch 2025-06-05T23:51:16.3548951Z fetch-depth: 1 2025-06-05T23:51:16.3549241Z submodules: recursive 2025-06-05T23:51:16.3549792Z token: *** 2025-06-05T23:51:16.3550071Z ssh-strict: true 2025-06-05T23:51:16.3550364Z ssh-user: git 2025-06-05T23:51:16.3550657Z persist-credentials: true 2025-06-05T23:51:16.3550998Z clean: true 2025-06-05T23:51:16.3551307Z sparse-checkout-cone-mode: true 2025-06-05T23:51:16.3551679Z fetch-tags: false 2025-06-05T23:51:16.3551983Z show-progress: true 2025-06-05T23:51:16.3552309Z lfs: false 2025-06-05T23:51:16.3552599Z set-safe-directory: true 2025-06-05T23:51:16.3552917Z env: 2025-06-05T23:51:16.3553301Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:51:16.3553785Z REPOSITORY: pytorch/executorch 2025-06-05T23:51:16.3554149Z PR_NUMBER: 2025-06-05T23:51:16.3556571Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:51:16.3559290Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:51:16.3560075Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:51:16.3560806Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:51:16.3561308Z ##[endgroup] 2025-06-05T23:51:16.4785244Z Syncing repository: pytorch/executorch 2025-06-05T23:51:16.4797181Z ##[group]Getting Git version info 2025-06-05T23:51:16.4797956Z Working directory is '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch' 2025-06-05T23:51:16.4836318Z [command]/usr/bin/git version 2025-06-05T23:51:16.4886305Z git version 2.47.1 2025-06-05T23:51:16.4921290Z ##[endgroup] 2025-06-05T23:51:16.4939970Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/18a090bf-8380-4fd6-a31e-e116088298e0' before making global git config changes 2025-06-05T23:51:16.4941274Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:51:16.4948814Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:51:16.4991764Z ##[group]Initializing the repository 2025-06-05T23:51:16.4999730Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch 2025-06-05T23:51:16.5037472Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-06-05T23:51:16.5038291Z hint: is subject to change. To configure the initial branch name to use in all 2025-06-05T23:51:16.5039041Z hint: of your new repositories, which will suppress this warning, call: 2025-06-05T23:51:16.5039585Z hint: 2025-06-05T23:51:16.5039980Z hint: git config --global init.defaultBranch 2025-06-05T23:51:16.5040434Z hint: 2025-06-05T23:51:16.5040863Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-06-05T23:51:16.5041622Z hint: 'development'. The just-created branch can be renamed via this command: 2025-06-05T23:51:16.5042201Z hint: 2025-06-05T23:51:16.5042473Z hint: git branch -m 2025-06-05T23:51:16.5043293Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/ 2025-06-05T23:51:16.5055895Z [command]/usr/bin/git remote add origin https://github.com/pytorch/executorch 2025-06-05T23:51:16.5091665Z ##[endgroup] 2025-06-05T23:51:16.5092269Z ##[group]Disabling automatic garbage collection 2025-06-05T23:51:16.5100274Z [command]/usr/bin/git config --local gc.auto 0 2025-06-05T23:51:16.5136746Z ##[endgroup] 2025-06-05T23:51:16.5137256Z ##[group]Setting up auth 2025-06-05T23:51:16.5145996Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:51:16.5182397Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:51:16.5507949Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:51:16.5544080Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:51:16.5864848Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:16.5920920Z ##[endgroup] 2025-06-05T23:51:16.5921464Z ##[group]Fetching the repository 2025-06-05T23:51:16.5931762Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:18.4222136Z From https://github.com/pytorch/executorch 2025-06-05T23:51:18.4222808Z * branch bd572346e4f196b36aaa03a1645d12b1618fe88b -> FETCH_HEAD 2025-06-05T23:51:18.4248577Z ##[endgroup] 2025-06-05T23:51:18.4249283Z ##[group]Determining the checkout info 2025-06-05T23:51:18.4250969Z ##[endgroup] 2025-06-05T23:51:18.4257374Z [command]/usr/bin/git sparse-checkout disable 2025-06-05T23:51:18.4313649Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-06-05T23:51:18.4347891Z ##[group]Checking out the ref 2025-06-05T23:51:18.4354308Z [command]/usr/bin/git checkout --progress --force bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:51:19.0215521Z Note: switching to 'bd572346e4f196b36aaa03a1645d12b1618fe88b'. 2025-06-05T23:51:19.0215990Z 2025-06-05T23:51:19.0216290Z You are in 'detached HEAD' state. You can look around, make experimental 2025-06-05T23:51:19.0217029Z changes and commit them, and you can discard any commits you make in this 2025-06-05T23:51:19.0217756Z state without impacting any branches by switching back to a branch. 2025-06-05T23:51:19.0218190Z 2025-06-05T23:51:19.0218474Z If you want to create a new branch to retain commits you create, you may 2025-06-05T23:51:19.0219141Z do so (now or later) by using -c with the switch command. Example: 2025-06-05T23:51:19.0219539Z 2025-06-05T23:51:19.0219686Z git switch -c 2025-06-05T23:51:19.0220372Z 2025-06-05T23:51:19.0220522Z Or undo this operation with: 2025-06-05T23:51:19.0220762Z 2025-06-05T23:51:19.0220881Z git switch - 2025-06-05T23:51:19.0221052Z 2025-06-05T23:51:19.0221398Z Turn off this advice by setting config variable advice.detachedHead to false 2025-06-05T23:51:19.0221869Z 2025-06-05T23:51:19.0222233Z HEAD is now at bd57234 Qualcomm AI Engine Direct - QAIRT Visualizer Engagement (#10873) 2025-06-05T23:51:19.0253326Z ##[endgroup] 2025-06-05T23:51:19.0253884Z ##[group]Setting up auth for fetching submodules 2025-06-05T23:51:19.0260700Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-06-05T23:51:19.0317695Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-06-05T23:51:19.0352317Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-06-05T23:51:19.0393400Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-06-05T23:51:19.0423946Z ##[endgroup] 2025-06-05T23:51:19.0424627Z ##[group]Fetching submodules 2025-06-05T23:51:19.0429324Z [command]/usr/bin/git submodule sync --recursive 2025-06-05T23:51:19.0764611Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-06-05T23:51:19.1075762Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver.git) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:51:19.1078159Z Submodule 'backends/arm/third-party/serialization_lib' (https://git.gitlab.arm.com/tosa/tosa-serialization.git) registered for path 'backends/arm/third-party/serialization_lib' 2025-06-05T23:51:19.1079950Z Submodule 'backends/cadence/utils/FACTO' (https://github.com/pytorch-labs/FACTO.git) registered for path 'backends/cadence/utils/FACTO' 2025-06-05T23:51:19.1081697Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:51:19.1084003Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:51:19.1086000Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2025-06-05T23:51:19.1088253Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2025-06-05T23:51:19.1091231Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:51:19.1094432Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:51:19.1097275Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:51:19.1100660Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:51:19.1104006Z Submodule 'extension/llm/tokenizers' (https://github.com/pytorch-labs/tokenizers.git) registered for path 'extension/llm/tokenizers' 2025-06-05T23:51:19.1107248Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2025-06-05T23:51:19.1110665Z Submodule 'shim' (https://github.com/facebook/buck2-shims-meta) registered for path 'shim' 2025-06-05T23:51:19.1115159Z Submodule 'third-party/ao' (https://github.com/pytorch/ao.git) registered for path 'third-party/ao' 2025-06-05T23:51:19.1117999Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2025-06-05T23:51:19.1123704Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2025-06-05T23:51:19.1127095Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2025-06-05T23:51:19.1131268Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2025-06-05T23:51:19.1134974Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2025-06-05T23:51:19.1139413Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'third-party/json' 2025-06-05T23:51:19.1142962Z Submodule 'third-party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third-party/pocketfft' 2025-06-05T23:51:19.1147457Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2025-06-05T23:51:19.1152118Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2025-06-05T23:51:19.1184832Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/ethos-u-core-driver'... 2025-06-05T23:51:19.9870661Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/arm/third-party/serialization_lib'... 2025-06-05T23:51:20.6750035Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/cadence/utils/FACTO'... 2025-06-05T23:51:20.9794041Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2025-06-05T23:51:21.4008845Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2025-06-05T23:51:21.7613751Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/vulkan/third-party/volk'... 2025-06-05T23:51:21.9902651Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FP16'... 2025-06-05T23:51:22.1903098Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/FXdiv'... 2025-06-05T23:51:22.4209856Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/XNNPACK'... 2025-06-05T23:51:23.2204020Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/cpuinfo'... 2025-06-05T23:51:23.5885800Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/backends/xnnpack/third-party/pthreadpool'... 2025-06-05T23:51:23.7928041Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers'... 2025-06-05T23:51:24.1365425Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/kernels/optimized/third-party/eigen'... 2025-06-05T23:51:24.8809097Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/shim'... 2025-06-05T23:51:25.1770780Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao'... 2025-06-05T23:51:25.6756982Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatbuffers'... 2025-06-05T23:51:26.0583873Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/flatcc'... 2025-06-05T23:51:26.3107161Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/gflags'... 2025-06-05T23:51:26.5626570Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/googletest'... 2025-06-05T23:51:26.8860175Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ios-cmake'... 2025-06-05T23:51:27.1088260Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/json'... 2025-06-05T23:51:27.5439500Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pocketfft'... 2025-06-05T23:51:27.8924284Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/prelude'... 2025-06-05T23:51:28.3756115Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/pybind11'... 2025-06-05T23:51:29.9453713Z From https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ethos-u-core-driver 2025-06-05T23:51:29.9454568Z * branch 7bf44c54527e718b99d588ce520cf2f96343adb1 -> FETCH_HEAD 2025-06-05T23:51:29.9580980Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '7bf44c54527e718b99d588ce520cf2f96343adb1' 2025-06-05T23:51:31.3820837Z From https://git.gitlab.arm.com/tosa/tosa-serialization 2025-06-05T23:51:31.3821578Z * branch 187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2 -> FETCH_HEAD 2025-06-05T23:51:31.3951007Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2025-06-05T23:51:31.3969783Z 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:31.3999572Z 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:32.6915316Z From https://github.com/google/flatbuffers 2025-06-05T23:51:32.6915983Z * branch 0100f6a5779831fa7a651e4b67ef389a8752bd9b -> FETCH_HEAD 2025-06-05T23:51:32.8079891Z Submodule path 'backends/arm/third-party/serialization_lib/third_party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2025-06-05T23:51:33.3679475Z From https://github.com/pytorch-labs/FACTO 2025-06-05T23:51:33.3680125Z * branch 1db37fc79d0d59638cbb794fa49d878aafc24461 -> FETCH_HEAD 2025-06-05T23:51:33.3774152Z Submodule path 'backends/cadence/utils/FACTO': checked out '1db37fc79d0d59638cbb794fa49d878aafc24461' 2025-06-05T23:51:34.2886131Z From https://github.com/KhronosGroup/Vulkan-Headers 2025-06-05T23:51:34.2886812Z * branch 0c5928795a66e93f65e5e68a36d8daa79a209dc2 -> FETCH_HEAD 2025-06-05T23:51:34.3571704Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2025-06-05T23:51:35.0935498Z From https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator 2025-06-05T23:51:35.0936306Z * branch a6bfc237255a6bac1513f7c1ebde6d8aed6b5191 -> FETCH_HEAD 2025-06-05T23:51:35.1298652Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2025-06-05T23:51:35.6653177Z From https://github.com/zeux/volk 2025-06-05T23:51:35.6653815Z * branch b3bc21e584f97400b6884cb2a541a56c6a5ddba3 -> FETCH_HEAD 2025-06-05T23:51:35.6736124Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2025-06-05T23:51:36.2951333Z From https://github.com/Maratyszcza/FP16 2025-06-05T23:51:36.2951992Z * branch 4dfe081cf6bcd15db339cf2680b9281b8451eeb3 -> FETCH_HEAD 2025-06-05T23:51:36.3056238Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2025-06-05T23:51:37.4882172Z From https://github.com/Maratyszcza/FXdiv 2025-06-05T23:51:37.4882824Z * branch b408327ac2a15ec3e43352421954f5b1967701d1 -> FETCH_HEAD 2025-06-05T23:51:37.4951548Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2025-06-05T23:51:39.3406270Z From https://github.com/google/XNNPACK 2025-06-05T23:51:39.3408574Z * branch 4ea82e595b36106653175dcb04b2aa532660d0d8 -> FETCH_HEAD 2025-06-05T23:51:40.0187992Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '4ea82e595b36106653175dcb04b2aa532660d0d8' 2025-06-05T23:51:40.5333846Z From https://github.com/pytorch/cpuinfo 2025-06-05T23:51:40.5334511Z * branch c61fe919607bbc534d7a5a5707bdd7041e72c5ff -> FETCH_HEAD 2025-06-05T23:51:40.6592331Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'c61fe919607bbc534d7a5a5707bdd7041e72c5ff' 2025-06-05T23:51:41.1670880Z From https://github.com/Maratyszcza/pthreadpool 2025-06-05T23:51:41.1671628Z * branch 4fe0e1e183925bf8cfa6aae24237e724a96479b8 -> FETCH_HEAD 2025-06-05T23:51:41.1771496Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2025-06-05T23:51:41.8543951Z From https://github.com/pytorch-labs/tokenizers 2025-06-05T23:51:41.8544624Z * branch fc5962cd9e08019c5df6667eba3377e7d76441f7 -> FETCH_HEAD 2025-06-05T23:51:41.8863492Z Submodule path 'extension/llm/tokenizers': checked out 'fc5962cd9e08019c5df6667eba3377e7d76441f7' 2025-06-05T23:51:41.8882633Z 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:41.8884837Z Submodule 'third-party/json' (https://github.com/nlohmann/json.git) registered for path 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:51:41.8887266Z Submodule 'third-party/pcre2' (https://github.com/PCRE2Project/pcre2.git) registered for path 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:51:41.8889786Z Submodule 'third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:51:41.8892902Z Submodule 'third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:51:41.8924308Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/abseil-cpp'... 2025-06-05T23:51:42.2578919Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/json'... 2025-06-05T23:51:42.7103950Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2'... 2025-06-05T23:51:43.1127106Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/re2'... 2025-06-05T23:51:43.3715392Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/sentencepiece'... 2025-06-05T23:51:44.8808760Z From https://github.com/abseil/abseil-cpp 2025-06-05T23:51:44.8809457Z * branch 7d96b2e93d9a84530748b68abd2f97595c51ecf4 -> FETCH_HEAD 2025-06-05T23:51:44.9992186Z Submodule path 'extension/llm/tokenizers/third-party/abseil-cpp': checked out '7d96b2e93d9a84530748b68abd2f97595c51ecf4' 2025-06-05T23:51:45.8323398Z From https://github.com/nlohmann/json 2025-06-05T23:51:45.8324062Z * branch e6cafa573aac6ed9227f752a5371c0b3f436307d -> FETCH_HEAD 2025-06-05T23:51:45.9430221Z Submodule path 'extension/llm/tokenizers/third-party/json': checked out 'e6cafa573aac6ed9227f752a5371c0b3f436307d' 2025-06-05T23:51:46.6032211Z From https://github.com/PCRE2Project/pcre2 2025-06-05T23:51:46.6032875Z * branch 2e03e323339ab692640626f02f8d8d6f95bff9c6 -> FETCH_HEAD 2025-06-05T23:51:46.6855965Z Submodule path 'extension/llm/tokenizers/third-party/pcre2': checked out '2e03e323339ab692640626f02f8d8d6f95bff9c6' 2025-06-05T23:51:46.6874457Z Submodule 'deps/sljit' (https://github.com/zherczeg/sljit.git) registered for path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:51:46.6907623Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/extension/llm/tokenizers/third-party/pcre2/deps/sljit'... 2025-06-05T23:51:47.5364877Z From https://github.com/zherczeg/sljit 2025-06-05T23:51:47.5365530Z * branch 98802d939be3f0ccc2c538d611ec4c728564e8cf -> FETCH_HEAD 2025-06-05T23:51:47.5587650Z Submodule path 'extension/llm/tokenizers/third-party/pcre2/deps/sljit': checked out '98802d939be3f0ccc2c538d611ec4c728564e8cf' 2025-06-05T23:51:48.0762160Z From https://github.com/google/re2 2025-06-05T23:51:48.0762809Z * branch 6dcd83d60f7944926bfd308cc13979fc53dd69ca -> FETCH_HEAD 2025-06-05T23:51:48.0983467Z Submodule path 'extension/llm/tokenizers/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2025-06-05T23:51:48.7019664Z From https://github.com/google/sentencepiece 2025-06-05T23:51:48.7020332Z * branch d8f741853847553169444afc12c00f4bbff3e9ce -> FETCH_HEAD 2025-06-05T23:51:48.8375388Z Submodule path 'extension/llm/tokenizers/third-party/sentencepiece': checked out 'd8f741853847553169444afc12c00f4bbff3e9ce' 2025-06-05T23:51:52.0995802Z From https://gitlab.com/libeigen/eigen 2025-06-05T23:51:52.0996488Z * branch a39ade4ccf99df845ec85c580fbbb324f71952fa -> FETCH_HEAD 2025-06-05T23:51:52.2393924Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2025-06-05T23:51:52.7404269Z From https://github.com/facebook/buck2-shims-meta 2025-06-05T23:51:52.7404962Z * branch cf6a954aae4bee7b4515e13475878460115027d1 -> FETCH_HEAD 2025-06-05T23:51:52.7669577Z Submodule path 'shim': checked out 'cf6a954aae4bee7b4515e13475878460115027d1' 2025-06-05T23:51:53.4569103Z From https://github.com/pytorch/ao 2025-06-05T23:51:53.4569752Z * branch bc68b11f1bf77be38721ca7dd2c477aeb5e6626e -> FETCH_HEAD 2025-06-05T23:51:53.5691245Z Submodule path 'third-party/ao': checked out 'bc68b11f1bf77be38721ca7dd2c477aeb5e6626e' 2025-06-05T23:51:53.5711955Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third-party/ao/third_party/cutlass' 2025-06-05T23:51:53.5741147Z Cloning into '/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/third-party/ao/third_party/cutlass'... 2025-06-05T23:51:55.7052002Z From https://github.com/NVIDIA/cutlass 2025-06-05T23:51:55.7052672Z * branch ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e -> FETCH_HEAD 2025-06-05T23:51:56.4055764Z Submodule path 'third-party/ao/third_party/cutlass': checked out 'ad7b2f5e84fcfa124cb02b91d5bd26d238c0459e' 2025-06-05T23:51:57.1345498Z From https://github.com/google/flatbuffers 2025-06-05T23:51:57.1346158Z * branch 595bf0007ab1929570c7671f091313c8fc20644e -> FETCH_HEAD 2025-06-05T23:51:57.2531215Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2025-06-05T23:51:57.8156904Z From https://github.com/dvidelabs/flatcc 2025-06-05T23:51:57.8157554Z * branch 896db54787e8b730a6be482c69324751f3f5f117 -> FETCH_HEAD 2025-06-05T23:51:57.8441241Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2025-06-05T23:51:58.3890266Z From https://github.com/gflags/gflags 2025-06-05T23:51:58.3890911Z * branch a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd -> FETCH_HEAD 2025-06-05T23:51:58.3996538Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2025-06-05T23:51:59.3195589Z From https://github.com/google/googletest 2025-06-05T23:51:59.3196232Z * branch e2239ee6043f73722e7aa812a459f54a28552929 -> FETCH_HEAD 2025-06-05T23:51:59.3637053Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2025-06-05T23:51:59.9013823Z From https://github.com/leetal/ios-cmake 2025-06-05T23:51:59.9014464Z * branch 06465b27698424cf4a04a5ca4904d50a3c966c45 -> FETCH_HEAD 2025-06-05T23:51:59.9099005Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2025-06-05T23:52:00.5237408Z From https://github.com/nlohmann/json 2025-06-05T23:52:00.5238100Z * branch ac0133ea89a8fd730a9cc9649c5226a9995dc3e1 -> FETCH_HEAD 2025-06-05T23:52:00.6325000Z Submodule path 'third-party/json': checked out 'ac0133ea89a8fd730a9cc9649c5226a9995dc3e1' 2025-06-05T23:52:00.6437883Z Submodule path 'third-party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa' 2025-06-05T23:52:01.3247227Z From https://github.com/facebook/buck2-prelude 2025-06-05T23:52:01.3249216Z * branch 48c249f8c7b99ff501d6e857754760315072b306 -> FETCH_HEAD 2025-06-05T23:52:01.4846454Z Submodule path 'third-party/prelude': checked out '48c249f8c7b99ff501d6e857754760315072b306' 2025-06-05T23:52:02.1712390Z From https://github.com/pybind/pybind11 2025-06-05T23:52:02.1713046Z * branch a2e59f0e7065404b44dfe92a28aca47ba1378dc4 -> FETCH_HEAD 2025-06-05T23:52:02.2043290Z Submodule path 'third-party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2025-06-05T23:52:02.2089787Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-06-05T23:52:02.2431805Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:52:02.2482935Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:52:02.2528133Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:52:02.2578603Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:52:02.2628388Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:52:02.2674540Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:52:02.2724560Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:52:02.2776775Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:52:02.2825447Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:52:02.2877628Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:52:02.2943712Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:52:02.2994971Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:52:02.3045060Z Entering 'extension/llm/tokenizers' 2025-06-05T23:52:02.3093316Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:52:02.3144248Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:52:02.3196080Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:52:02.3244710Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:52:02.3295863Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:52:02.3344881Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:52:02.3394276Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:52:02.3446941Z Entering 'shim' 2025-06-05T23:52:02.3494509Z Entering 'third-party/ao' 2025-06-05T23:52:02.3541650Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:52:02.3600431Z Entering 'third-party/flatbuffers' 2025-06-05T23:52:02.3651329Z Entering 'third-party/flatcc' 2025-06-05T23:52:02.3698728Z Entering 'third-party/gflags' 2025-06-05T23:52:02.3747495Z Entering 'third-party/googletest' 2025-06-05T23:52:02.3796867Z Entering 'third-party/ios-cmake' 2025-06-05T23:52:02.3846023Z Entering 'third-party/json' 2025-06-05T23:52:02.3894652Z Entering 'third-party/pocketfft' 2025-06-05T23:52:02.3943250Z Entering 'third-party/prelude' 2025-06-05T23:52:02.3994060Z Entering 'third-party/pybind11' 2025-06-05T23:52:02.4053411Z ##[endgroup] 2025-06-05T23:52:02.4053979Z ##[group]Persisting credentials for submodules 2025-06-05T23:52:02.4062304Z [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:52:02.4379519Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:52:02.4441265Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:52:02.4501533Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:52:02.4569821Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:52:02.4631604Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:52:02.4694975Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:52:02.4757570Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:52:02.4819328Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:52:02.4883970Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:52:02.4944946Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:52:02.5019505Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:52:02.5082832Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:52:02.5147760Z Entering 'extension/llm/tokenizers' 2025-06-05T23:52:02.5208637Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:52:02.5269685Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:52:02.5330025Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:52:02.5389169Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:52:02.5455322Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:52:02.5516646Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:52:02.5581433Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:52:02.5649488Z Entering 'shim' 2025-06-05T23:52:02.5710941Z Entering 'third-party/ao' 2025-06-05T23:52:02.5771461Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:52:02.5846314Z Entering 'third-party/flatbuffers' 2025-06-05T23:52:02.5909983Z Entering 'third-party/flatcc' 2025-06-05T23:52:02.5970199Z Entering 'third-party/gflags' 2025-06-05T23:52:02.6030776Z Entering 'third-party/googletest' 2025-06-05T23:52:02.6091731Z Entering 'third-party/ios-cmake' 2025-06-05T23:52:02.6151750Z Entering 'third-party/json' 2025-06-05T23:52:02.6214208Z Entering 'third-party/pocketfft' 2025-06-05T23:52:02.6274709Z Entering 'third-party/prelude' 2025-06-05T23:52:02.6338350Z Entering 'third-party/pybind11' 2025-06-05T23:52:02.6418516Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-06-05T23:52:02.6739646Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:52:02.6804762Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/ethos-u-core-driver/config remote.origin.url 2025-06-05T23:52:02.6823527Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:52:02.6885065Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/config remote.origin.url 2025-06-05T23:52:02.6901821Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:52:02.6963069Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/arm/third-party/serialization_lib/modules/third_party/flatbuffers/config remote.origin.url 2025-06-05T23:52:02.6986826Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:52:02.7045734Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/cadence/utils/FACTO/config remote.origin.url 2025-06-05T23:52:02.7062948Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:52:02.7120863Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/Vulkan-Headers/config remote.origin.url 2025-06-05T23:52:02.7138308Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:52:02.7193930Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/VulkanMemoryAllocator/config remote.origin.url 2025-06-05T23:52:02.7210879Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:52:02.7269437Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/vulkan/third-party/volk/config remote.origin.url 2025-06-05T23:52:02.7287346Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:52:02.7345826Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FP16/config remote.origin.url 2025-06-05T23:52:02.7363346Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:52:02.7424868Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/FXdiv/config remote.origin.url 2025-06-05T23:52:02.7442377Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:52:02.7498539Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/XNNPACK/config remote.origin.url 2025-06-05T23:52:02.7530074Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:52:02.7588703Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/cpuinfo/config remote.origin.url 2025-06-05T23:52:02.7606013Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:52:02.7662614Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/backends/xnnpack/third-party/pthreadpool/config remote.origin.url 2025-06-05T23:52:02.7681026Z Entering 'extension/llm/tokenizers' 2025-06-05T23:52:02.7738322Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/config remote.origin.url 2025-06-05T23:52:02.7754119Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:52:02.7812600Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/abseil-cpp/config remote.origin.url 2025-06-05T23:52:02.7831187Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:52:02.7887974Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/json/config remote.origin.url 2025-06-05T23:52:02.7909828Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:52:02.7965665Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/config remote.origin.url 2025-06-05T23:52:02.7981888Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:52:02.8039702Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/pcre2/modules/deps/sljit/config remote.origin.url 2025-06-05T23:52:02.8059943Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:52:02.8121468Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/re2/config remote.origin.url 2025-06-05T23:52:02.8138720Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:52:02.8196729Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/extension/llm/tokenizers/modules/third-party/sentencepiece/config remote.origin.url 2025-06-05T23:52:02.8216870Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:52:02.8273661Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/kernels/optimized/third-party/eigen/config remote.origin.url 2025-06-05T23:52:02.8291784Z Entering 'shim' 2025-06-05T23:52:02.8348424Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/shim/config remote.origin.url 2025-06-05T23:52:02.8365457Z Entering 'third-party/ao' 2025-06-05T23:52:02.8421672Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/config remote.origin.url 2025-06-05T23:52:02.8438225Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:52:02.8493328Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ao/modules/third_party/cutlass/config remote.origin.url 2025-06-05T23:52:02.8521431Z Entering 'third-party/flatbuffers' 2025-06-05T23:52:02.8576957Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatbuffers/config remote.origin.url 2025-06-05T23:52:02.8595967Z Entering 'third-party/flatcc' 2025-06-05T23:52:02.8651922Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/flatcc/config remote.origin.url 2025-06-05T23:52:02.8669100Z Entering 'third-party/gflags' 2025-06-05T23:52:02.8727312Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/gflags/config remote.origin.url 2025-06-05T23:52:02.8745053Z Entering 'third-party/googletest' 2025-06-05T23:52:02.8801467Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/googletest/config remote.origin.url 2025-06-05T23:52:02.8819671Z Entering 'third-party/ios-cmake' 2025-06-05T23:52:02.8875737Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/ios-cmake/config remote.origin.url 2025-06-05T23:52:02.8892869Z Entering 'third-party/json' 2025-06-05T23:52:02.8950339Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/json/config remote.origin.url 2025-06-05T23:52:02.8969235Z Entering 'third-party/pocketfft' 2025-06-05T23:52:02.9024467Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pocketfft/config remote.origin.url 2025-06-05T23:52:02.9041714Z Entering 'third-party/prelude' 2025-06-05T23:52:02.9096959Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/prelude/config remote.origin.url 2025-06-05T23:52:02.9119623Z Entering 'third-party/pybind11' 2025-06-05T23:52:02.9174567Z file:/home/ec2-user/actions-runner/_work/executorch/executorch/pytorch/executorch/.git/modules/third-party/pybind11/config remote.origin.url 2025-06-05T23:52:02.9718991Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-06-05T23:52:03.0033571Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:52:03.0088781Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:52:03.0139291Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:52:03.0197867Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:52:03.0250259Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:52:03.0301598Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:52:03.0354532Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:52:03.0407509Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:52:03.0459605Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:52:03.0523011Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:52:03.0592551Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:52:03.0645008Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:52:03.0696616Z Entering 'extension/llm/tokenizers' 2025-06-05T23:52:03.0753838Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:52:03.0808746Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:52:03.0862545Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:52:03.0913377Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:52:03.0966239Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:52:03.1017484Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:52:03.1068930Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:52:03.1122391Z Entering 'shim' 2025-06-05T23:52:03.1170890Z Entering 'third-party/ao' 2025-06-05T23:52:03.1218345Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:52:03.1279511Z Entering 'third-party/flatbuffers' 2025-06-05T23:52:03.1335822Z Entering 'third-party/flatcc' 2025-06-05T23:52:03.1385178Z Entering 'third-party/gflags' 2025-06-05T23:52:03.1434930Z Entering 'third-party/googletest' 2025-06-05T23:52:03.1485878Z Entering 'third-party/ios-cmake' 2025-06-05T23:52:03.1536024Z Entering 'third-party/json' 2025-06-05T23:52:03.1588182Z Entering 'third-party/pocketfft' 2025-06-05T23:52:03.1640649Z Entering 'third-party/prelude' 2025-06-05T23:52:03.1692881Z Entering 'third-party/pybind11' 2025-06-05T23:52:03.1761055Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-06-05T23:52:03.2096019Z Entering 'backends/arm/third-party/ethos-u-core-driver' 2025-06-05T23:52:03.2145254Z Entering 'backends/arm/third-party/serialization_lib' 2025-06-05T23:52:03.2193234Z Entering 'backends/arm/third-party/serialization_lib/third_party/flatbuffers' 2025-06-05T23:52:03.2246808Z Entering 'backends/cadence/utils/FACTO' 2025-06-05T23:52:03.2296502Z Entering 'backends/vulkan/third-party/Vulkan-Headers' 2025-06-05T23:52:03.2345365Z Entering 'backends/vulkan/third-party/VulkanMemoryAllocator' 2025-06-05T23:52:03.2394731Z Entering 'backends/vulkan/third-party/volk' 2025-06-05T23:52:03.2442955Z Entering 'backends/xnnpack/third-party/FP16' 2025-06-05T23:52:03.2490702Z Entering 'backends/xnnpack/third-party/FXdiv' 2025-06-05T23:52:03.2536664Z Entering 'backends/xnnpack/third-party/XNNPACK' 2025-06-05T23:52:03.2602939Z Entering 'backends/xnnpack/third-party/cpuinfo' 2025-06-05T23:52:03.2652403Z Entering 'backends/xnnpack/third-party/pthreadpool' 2025-06-05T23:52:03.2700052Z Entering 'extension/llm/tokenizers' 2025-06-05T23:52:03.2745823Z Entering 'extension/llm/tokenizers/third-party/abseil-cpp' 2025-06-05T23:52:03.2793773Z Entering 'extension/llm/tokenizers/third-party/json' 2025-06-05T23:52:03.2841530Z Entering 'extension/llm/tokenizers/third-party/pcre2' 2025-06-05T23:52:03.2886766Z Entering 'extension/llm/tokenizers/third-party/pcre2/deps/sljit' 2025-06-05T23:52:03.2942414Z Entering 'extension/llm/tokenizers/third-party/re2' 2025-06-05T23:52:03.2991327Z Entering 'extension/llm/tokenizers/third-party/sentencepiece' 2025-06-05T23:52:03.3040466Z Entering 'kernels/optimized/third-party/eigen' 2025-06-05T23:52:03.3090494Z Entering 'shim' 2025-06-05T23:52:03.3138160Z Entering 'third-party/ao' 2025-06-05T23:52:03.3183904Z Entering 'third-party/ao/third_party/cutlass' 2025-06-05T23:52:03.3245367Z Entering 'third-party/flatbuffers' 2025-06-05T23:52:03.3299924Z Entering 'third-party/flatcc' 2025-06-05T23:52:03.3349437Z Entering 'third-party/gflags' 2025-06-05T23:52:03.3402220Z Entering 'third-party/googletest' 2025-06-05T23:52:03.3447758Z Entering 'third-party/ios-cmake' 2025-06-05T23:52:03.3498238Z Entering 'third-party/json' 2025-06-05T23:52:03.3550307Z Entering 'third-party/pocketfft' 2025-06-05T23:52:03.3605131Z Entering 'third-party/prelude' 2025-06-05T23:52:03.3657164Z Entering 'third-party/pybind11' 2025-06-05T23:52:03.3718626Z ##[endgroup] 2025-06-05T23:52:03.3763824Z [command]/usr/bin/git log -1 --format=%H 2025-06-05T23:52:03.3790873Z bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:52:03.4086187Z Prepare all required actions 2025-06-05T23:52:03.4087760Z Getting action download info 2025-06-05T23:52:03.5004421Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-06-05T23:52:03.6708151Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-06-05T23:52:03.6708796Z with: 2025-06-05T23:52:03.6709490Z docker-image-name: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:03.6710003Z docker-build-dir: .ci/docker 2025-06-05T23:52:03.6710385Z working-directory: pytorch/executorch 2025-06-05T23:52:03.6710809Z docker-build-script: ./build.sh 2025-06-05T23:52:03.6711300Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:03.6711816Z force-push: false 2025-06-05T23:52:03.6712093Z env: 2025-06-05T23:52:03.6712427Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:03.6712915Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:03.6713265Z PR_NUMBER: 2025-06-05T23:52:03.6715738Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:03.6718463Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:03.6719242Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:03.6719969Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:03.6720468Z ##[endgroup] 2025-06-05T23:52:03.6756885Z ##[group]Run set -ex 2025-06-05T23:52:03.6757285Z set -ex 2025-06-05T23:52:03.6757559Z  2025-06-05T23:52:03.6758094Z # If the docker build directory or the build script doesn't exist, the action will 2025-06-05T23:52:03.6758971Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-06-05T23:52:03.6759721Z # job could then download the pre-built image as usual 2025-06-05T23:52:03.6760450Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]]; then 2025-06-05T23:52:03.6761130Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6761708Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6762224Z  2025-06-05T23:52:03.6762680Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2025-06-05T23:52:03.6763258Z  exit 0 2025-06-05T23:52:03.6763530Z else 2025-06-05T23:52:03.6763859Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6764271Z fi 2025-06-05T23:52:03.6764540Z  2025-06-05T23:52:03.6764968Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-06-05T23:52:03.6765759Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-06-05T23:52:03.6766452Z  # use it as it is, but first let's extract the tag 2025-06-05T23:52:03.6767082Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-06-05T23:52:03.6767761Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6768390Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6768918Z else 2025-06-05T23:52:03.6769241Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-06-05T23:52:03.6769735Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-06-05T23:52:03.6770245Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-06-05T23:52:03.6770675Z  fi 2025-06-05T23:52:03.6771590Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-06-05T23:52:03.6772406Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6773251Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6774314Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6774863Z fi 2025-06-05T23:52:03.6782163Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:03.6782646Z env: 2025-06-05T23:52:03.6782989Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:03.6783471Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:03.6783831Z PR_NUMBER: 2025-06-05T23:52:03.6786266Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:03.6789114Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:03.6789903Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:03.6790625Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:03.6791142Z REPO_NAME: executorch 2025-06-05T23:52:03.6791572Z DOCKER_IMAGE_NAME: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:03.6792066Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:52:03.6792432Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-06-05T23:52:03.6792919Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:03.6793435Z CUSTOM_TAG_PREFIX: 2025-06-05T23:52:03.6793733Z ##[endgroup] 2025-06-05T23:52:03.6825636Z + [[ ! -d .ci/docker ]] 2025-06-05T23:52:03.6825993Z + [[ ! -f .ci/docker/./build.sh ]] 2025-06-05T23:52:03.6826376Z + echo skip=false 2025-06-05T23:52:03.6827071Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\e\x\e\c\u\t\o\r\c\h* ]] 2025-06-05T23:52:03.6827930Z + [[ executorch-ubuntu-22.04-gcc11-aarch64 == *:* ]] 2025-06-05T23:52:03.6830016Z ++ git rev-parse HEAD:.ci/docker 2025-06-05T23:52:03.6848376Z + DOCKER_TAG=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:03.6848947Z + echo docker-tag=6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:03.6850094Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:03.6851460Z + echo custom-tag-prefix= 2025-06-05T23:52:03.6898610Z ##[group]Run set +e 2025-06-05T23:52:03.6899252Z set +e 2025-06-05T23:52:03.6899552Z set -x 2025-06-05T23:52:03.6899823Z  2025-06-05T23:52:03.6900086Z login() { 2025-06-05T23:52:03.6900705Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:52:03.6901391Z } 2025-06-05T23:52:03.6901644Z  2025-06-05T23:52:03.6901929Z retry () { 2025-06-05T23:52:03.6902274Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:52:03.6902671Z } 2025-06-05T23:52:03.6902929Z  2025-06-05T23:52:03.6903216Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:52:03.6903614Z  2025-06-05T23:52:03.6903880Z START_TIME=$(date +%s) 2025-06-05T23:52:03.6904258Z # Wait up to 120 minutes 2025-06-05T23:52:03.6904714Z while [[ $(( $(date +%s) - 7200 )) -lt $START_TIME ]]; do 2025-06-05T23:52:03.6905697Z  # Check if image already exists, if it does then skip building it 2025-06-05T23:52:03.6906364Z  if docker manifest inspect "${DOCKER_IMAGE}"; then 2025-06-05T23:52:03.6906826Z  exit 0 2025-06-05T23:52:03.6907117Z  fi 2025-06-05T23:52:03.6907378Z  2025-06-05T23:52:03.6907877Z  # NB: This flag is used by Docker build workflow to push the image to ECR, so we can 2025-06-05T23:52:03.6909069Z  # use this to differentiate between the Docker build and regular build jobs. For the 2025-06-05T23:52:03.6909954Z  # latter, it will wait for the Docker images to become available before continuing 2025-06-05T23:52:03.6910637Z  if [ "${DOCKER_PUSH:-false}" == "true" ]; then 2025-06-05T23:52:03.6911144Z  # It's a Docker build job, let's build the image 2025-06-05T23:52:03.6911596Z  break 2025-06-05T23:52:03.6911876Z  else 2025-06-05T23:52:03.6912325Z  # It's a regular build job, wait for the image to become available 2025-06-05T23:52:03.6912861Z  sleep 300 2025-06-05T23:52:03.6913173Z  fi 2025-06-05T23:52:03.6913442Z done 2025-06-05T23:52:03.6913707Z  2025-06-05T23:52:03.6914161Z # NB: This part requires a full checkout. Otherwise, the merge base will 2025-06-05T23:52:03.6914911Z # be empty. The default action would be to continue rebuild the image 2025-06-05T23:52:03.6915596Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2025-06-05T23:52:03.6916182Z  # if we're on the base branch then use the parent commit 2025-06-05T23:52:03.6916706Z  MERGE_BASE=$(git rev-parse HEAD~) 2025-06-05T23:52:03.6917110Z else 2025-06-05T23:52:03.6917521Z  # otherwise we're on a PR, so use the most recent base commit 2025-06-05T23:52:03.6918146Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2025-06-05T23:52:03.6918608Z fi 2025-06-05T23:52:03.6918868Z  2025-06-05T23:52:03.6919159Z if [[ -z "${MERGE_BASE}" ]]; then 2025-06-05T23:52:03.6919617Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6920036Z  2025-06-05T23:52:03.6920663Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2025-06-05T23:52:03.6921398Z  exit 0 2025-06-05T23:52:03.6921682Z fi 2025-06-05T23:52:03.6921937Z  2025-06-05T23:52:03.6922320Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2025-06-05T23:52:03.6923233Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2025-06-05T23:52:03.6924062Z  exit 1 2025-06-05T23:52:03.6924355Z fi 2025-06-05T23:52:03.6924618Z  2025-06-05T23:52:03.6925090Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2025-06-05T23:52:03.6925974Z # If no image exists but the hash is the same as the previous hash then we should error out here 2025-06-05T23:52:03.6926758Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2025-06-05T23:52:03.6927666Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2025-06-05T23:52:03.6928682Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2025-06-05T23:52:03.6929302Z fi 2025-06-05T23:52:03.6929557Z  2025-06-05T23:52:03.6929885Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2025-06-05T23:52:03.6937574Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:03.6938102Z env: 2025-06-05T23:52:03.6938997Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:03.6940045Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:03.6940582Z PR_NUMBER: 2025-06-05T23:52:03.6943025Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:03.6945896Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:03.6946675Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:03.6947396Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:03.6947924Z DOCKER_BUILD_DIR: .ci/docker 2025-06-05T23:52:03.6948365Z BASE_REVISION: bd572346e4f196b36aaa03a1645d12b1618fe88b 2025-06-05T23:52:03.6949030Z DOCKER_TAG: 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:03.6949618Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:03.6950120Z DOCKER_PUSH: 2025-06-05T23:52:03.6950404Z ##[endgroup] 2025-06-05T23:52:03.6984270Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:03.6984864Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:03.6987603Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:52:03.6989537Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:04.3838262Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:52:04.3839076Z Configure a credential helper to remove this warning. See 2025-06-05T23:52:04.3839822Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:52:04.3840346Z 2025-06-05T23:52:04.3840472Z Login Succeeded 2025-06-05T23:52:04.3858480Z ++ date +%s 2025-06-05T23:52:04.3867858Z + START_TIME=1749167524 2025-06-05T23:52:04.3871675Z ++ date +%s 2025-06-05T23:52:04.3880472Z + [[ 1749160324 -lt 1749167524 ]] 2025-06-05T23:52:04.3881593Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:04.6020137Z { 2025-06-05T23:52:04.6020511Z "schemaVersion": 2, 2025-06-05T23:52:04.6021080Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2025-06-05T23:52:04.6021776Z "config": { 2025-06-05T23:52:04.6022207Z "mediaType": "application/vnd.docker.container.image.v1+json", 2025-06-05T23:52:04.6022738Z "size": 15130, 2025-06-05T23:52:04.6023287Z "digest": "sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363" 2025-06-05T23:52:04.6024029Z }, 2025-06-05T23:52:04.6024280Z "layers": [ 2025-06-05T23:52:04.6024545Z { 2025-06-05T23:52:04.6024965Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6025545Z "size": 28396680, 2025-06-05T23:52:04.6026091Z "digest": "sha256:19d897f6134856d62a1402d9f78fa7db1e0f38d57d8b4c08f166eec8cfad1a37" 2025-06-05T23:52:04.6026723Z }, 2025-06-05T23:52:04.6026966Z { 2025-06-05T23:52:04.6027382Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6027928Z "size": 628, 2025-06-05T23:52:04.6028463Z "digest": "sha256:e5c00e17150a8defe6ec789a32318565dc2f7c32b396d9d4af80cde62095468a" 2025-06-05T23:52:04.6029164Z }, 2025-06-05T23:52:04.6029399Z { 2025-06-05T23:52:04.6029821Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6030368Z "size": 146900767, 2025-06-05T23:52:04.6030914Z "digest": "sha256:e5779288aa125cb0e8ea8d78d8dd8e390e7f06c67071f64b67922753a327aae0" 2025-06-05T23:52:04.6031531Z }, 2025-06-05T23:52:04.6031765Z { 2025-06-05T23:52:04.6032186Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6033206Z "size": 622, 2025-06-05T23:52:04.6033777Z "digest": "sha256:d26f5aff9549787f3f5052cc25941f197d8d6d7ca81d1466e297fb3ed6f7e213" 2025-06-05T23:52:04.6034410Z }, 2025-06-05T23:52:04.6034660Z { 2025-06-05T23:52:04.6035086Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6035644Z "size": 18985025, 2025-06-05T23:52:04.6036203Z "digest": "sha256:d3fe47f6feba3b73008dd7c8c6d58b66b43b7d18f3bf43c5e0b4a0037735378a" 2025-06-05T23:52:04.6037149Z }, 2025-06-05T23:52:04.6037406Z { 2025-06-05T23:52:04.6037832Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6038385Z "size": 735, 2025-06-05T23:52:04.6038898Z "digest": "sha256:39941e1182910aa102a4a542936b8fd15f03244636cf2298e15b5068a2d080f0" 2025-06-05T23:52:04.6039503Z }, 2025-06-05T23:52:04.6039741Z { 2025-06-05T23:52:04.6040166Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6040707Z "size": 104, 2025-06-05T23:52:04.6041253Z "digest": "sha256:60041ae2fad5f1c6c019043be7ef726006d6e66bea4f8ab801a399de27ff6b0e" 2025-06-05T23:52:04.6041982Z }, 2025-06-05T23:52:04.6042226Z { 2025-06-05T23:52:04.6042645Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6043187Z "size": 446, 2025-06-05T23:52:04.6043731Z "digest": "sha256:0d576e0baee0083951e522cfcd9fc5941be90dd19d6c076f813f20f3eb138c04" 2025-06-05T23:52:04.6044360Z }, 2025-06-05T23:52:04.6044608Z { 2025-06-05T23:52:04.6045023Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6045565Z "size": 2741, 2025-06-05T23:52:04.6046104Z "digest": "sha256:46b6eec64e641d8c6333a176e84dadc5ca2a206953eb521c1f4df02d733f2c7b" 2025-06-05T23:52:04.6046731Z }, 2025-06-05T23:52:04.6046973Z { 2025-06-05T23:52:04.6047388Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6047942Z "size": 634, 2025-06-05T23:52:04.6048480Z "digest": "sha256:0e772bd57ccd13fa0d05c128f7915868ecf6e6942357cb9d6661bfde92daa9f3" 2025-06-05T23:52:04.6049105Z }, 2025-06-05T23:52:04.6049347Z { 2025-06-05T23:52:04.6049777Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6050316Z "size": 35138131, 2025-06-05T23:52:04.6050869Z "digest": "sha256:2898dcbb555a1f56108ad74f0a328e2a36dc0d7cdcd48057283691a890acecf1" 2025-06-05T23:52:04.6051500Z }, 2025-06-05T23:52:04.6051744Z { 2025-06-05T23:52:04.6052168Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6052717Z "size": 317, 2025-06-05T23:52:04.6053251Z "digest": "sha256:79ddb610b7aa485e17969895a9dc4e5c5ff3869b11a6cb6835a264e09669d3f5" 2025-06-05T23:52:04.6053874Z }, 2025-06-05T23:52:04.6054120Z { 2025-06-05T23:52:04.6054540Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6055095Z "size": 246601961, 2025-06-05T23:52:04.6055631Z "digest": "sha256:430d9f2748c59a98a6e9460c7e05d67fde4f916818be85ec416a1a11872bba39" 2025-06-05T23:52:04.6056256Z }, 2025-06-05T23:52:04.6056508Z { 2025-06-05T23:52:04.6056922Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6057477Z "size": 473, 2025-06-05T23:52:04.6058015Z "digest": "sha256:d7c077eb34f9eac9c393c83b515129c9c6c6b0f873d37e6bc0fae49fee88b5e5" 2025-06-05T23:52:04.6058647Z }, 2025-06-05T23:52:04.6058888Z { 2025-06-05T23:52:04.6059323Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6059870Z "size": 1043, 2025-06-05T23:52:04.6060417Z "digest": "sha256:3f7dec1f62f17bc38595db9867c48a91cab44da3b15b7aecfd694f5c989514df" 2025-06-05T23:52:04.6061045Z }, 2025-06-05T23:52:04.6061296Z { 2025-06-05T23:52:04.6061724Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6062270Z "size": 613, 2025-06-05T23:52:04.6062807Z "digest": "sha256:84172107b5a7727d653f9fabee4a1bfb3232992bb9c0d05c90a04cce903fe8d8" 2025-06-05T23:52:04.6063429Z }, 2025-06-05T23:52:04.6063929Z { 2025-06-05T23:52:04.6064369Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6064926Z "size": 108851012, 2025-06-05T23:52:04.6065467Z "digest": "sha256:691aa9d79c12a237f1d1c6d43d6b3584f2f1537b207b543c451aa2a93059d1a4" 2025-06-05T23:52:04.6066084Z }, 2025-06-05T23:52:04.6066336Z { 2025-06-05T23:52:04.6066762Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6067470Z "size": 574, 2025-06-05T23:52:04.6067998Z "digest": "sha256:f914b1c5ae28e70100f0e5007da228173f0b47e4939cdea97e888ecf5c4b951e" 2025-06-05T23:52:04.6068742Z }, 2025-06-05T23:52:04.6068989Z { 2025-06-05T23:52:04.6069418Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6069956Z "size": 207, 2025-06-05T23:52:04.6070503Z "digest": "sha256:8609a913f2b1cb51905df3c846cee7dcc0200eae1afe77ffdf9d7412b83e80be" 2025-06-05T23:52:04.6071128Z }, 2025-06-05T23:52:04.6071373Z { 2025-06-05T23:52:04.6071807Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6072361Z "size": 1189, 2025-06-05T23:52:04.6072930Z "digest": "sha256:3aa0ae69cbbafcef5adede80235406eedec9962af059e8d3a90c08323608f7ed" 2025-06-05T23:52:04.6073569Z }, 2025-06-05T23:52:04.6073812Z { 2025-06-05T23:52:04.6074231Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6074789Z "size": 677, 2025-06-05T23:52:04.6075332Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:52:04.6075970Z }, 2025-06-05T23:52:04.6076205Z { 2025-06-05T23:52:04.6076631Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6077184Z "size": 1166943149, 2025-06-05T23:52:04.6077735Z "digest": "sha256:b14b3b360ade87f58c1b9940999c2bfdd4603ae5160a3a743a1f5269bacd09a3" 2025-06-05T23:52:04.6078366Z }, 2025-06-05T23:52:04.6078606Z { 2025-06-05T23:52:04.6079037Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6079578Z "size": 1383, 2025-06-05T23:52:04.6080119Z "digest": "sha256:f15f38e054b1007ebdaae386ed48f1d66824cd49c0028ce18315cecb02fc7c52" 2025-06-05T23:52:04.6080739Z }, 2025-06-05T23:52:04.6080987Z { 2025-06-05T23:52:04.6081404Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6081961Z "size": 677, 2025-06-05T23:52:04.6082517Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:52:04.6083156Z }, 2025-06-05T23:52:04.6083399Z { 2025-06-05T23:52:04.6083816Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6084370Z "size": 225678517, 2025-06-05T23:52:04.6084921Z "digest": "sha256:9df3438b7178446f991f60044bc0a1593d3fd6ddfc68a7a83a06d9fbdaf29bc1" 2025-06-05T23:52:04.6085549Z }, 2025-06-05T23:52:04.6085795Z { 2025-06-05T23:52:04.6086229Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6086790Z "size": 826, 2025-06-05T23:52:04.6087325Z "digest": "sha256:68be57e33e0da984c38fc8bdcb80c54b49ba23684b833f032547800b9218013b" 2025-06-05T23:52:04.6087958Z }, 2025-06-05T23:52:04.6088194Z { 2025-06-05T23:52:04.6088621Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6089160Z "size": 677, 2025-06-05T23:52:04.6089720Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:52:04.6090348Z }, 2025-06-05T23:52:04.6090596Z { 2025-06-05T23:52:04.6091009Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6091575Z "size": 154712357, 2025-06-05T23:52:04.6092137Z "digest": "sha256:ffe52f464aa4ca386d2899e928b6c359913b767344fd7043774a8b8fe16ac6d6" 2025-06-05T23:52:04.6092787Z }, 2025-06-05T23:52:04.6093033Z { 2025-06-05T23:52:04.6093453Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6094259Z "size": 528, 2025-06-05T23:52:04.6094825Z "digest": "sha256:d4eb43deb195b6e785733f6635bc8509cb58acfe187b36a2b905b208bb799bac" 2025-06-05T23:52:04.6095465Z }, 2025-06-05T23:52:04.6095703Z { 2025-06-05T23:52:04.6096128Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6096678Z "size": 677, 2025-06-05T23:52:04.6097228Z "digest": "sha256:fce98e07ffd732dfa37b47b1e52047d2bc9ee33bdb64db4246e05a9af8ef2f56" 2025-06-05T23:52:04.6097998Z }, 2025-06-05T23:52:04.6098233Z { 2025-06-05T23:52:04.6098655Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6099511Z "size": 355, 2025-06-05T23:52:04.6100053Z "digest": "sha256:6c31c8daa073b26d7c8042ff6755e99498d2aefd14b7ff3243102bc3f07ca737" 2025-06-05T23:52:04.6100680Z }, 2025-06-05T23:52:04.6100934Z { 2025-06-05T23:52:04.6118450Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6119270Z "size": 32, 2025-06-05T23:52:04.6119848Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:52:04.6120477Z }, 2025-06-05T23:52:04.6120725Z { 2025-06-05T23:52:04.6121140Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6121687Z "size": 166, 2025-06-05T23:52:04.6122222Z "digest": "sha256:d4ddcc27fabc62b91200796139914238ed3663936cfa9f104dae3f5694dc2722" 2025-06-05T23:52:04.6122854Z }, 2025-06-05T23:52:04.6123099Z { 2025-06-05T23:52:04.6123514Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6124063Z "size": 1109, 2025-06-05T23:52:04.6124579Z "digest": "sha256:1918643c0ac60b2b30012ff25c48135d28022df6e006769e8790b1adb500a582" 2025-06-05T23:52:04.6125196Z }, 2025-06-05T23:52:04.6125430Z { 2025-06-05T23:52:04.6125858Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6126442Z + exit 0 2025-06-05T23:52:04.6126692Z "size": 32, 2025-06-05T23:52:04.6127238Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2025-06-05T23:52:04.6127861Z }, 2025-06-05T23:52:04.6128101Z { 2025-06-05T23:52:04.6128513Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2025-06-05T23:52:04.6129064Z "size": 108, 2025-06-05T23:52:04.6129579Z "digest": "sha256:0d2f99d8350e5486509e92dc162c4d8f8ebd2530d6b23b48138977bb803da7e7" 2025-06-05T23:52:04.6130208Z } 2025-06-05T23:52:04.6130459Z ] 2025-06-05T23:52:04.6130695Z } 2025-06-05T23:52:04.6175633Z ##[group]Run set -eux 2025-06-05T23:52:04.6175982Z set -eux 2025-06-05T23:52:04.6177148Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin 2025-06-05T23:52:04.6185667Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:04.6186159Z env: 2025-06-05T23:52:04.6186521Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:04.6187023Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:04.6187379Z PR_NUMBER: 2025-06-05T23:52:04.6189936Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:04.6192676Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:04.6193462Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:04.6194187Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:04.6194695Z ##[endgroup] 2025-06-05T23:52:04.6228486Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-06-05T23:52:04.6229253Z + jq --raw-output .SecretString 2025-06-05T23:52:04.6230041Z + jq -r .docker_hub_readonly_token 2025-06-05T23:52:04.6230980Z + docker login --username pytorchbot --password-stdin 2025-06-05T23:52:05.3688121Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:52:05.3689406Z Configure a credential helper to remove this warning. See 2025-06-05T23:52:05.3690165Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:52:05.3690681Z 2025-06-05T23:52:05.3690810Z Login Succeeded 2025-06-05T23:52:05.3800602Z Prepare all required actions 2025-06-05T23:52:05.3853679Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-06-05T23:52:05.3854173Z with: 2025-06-05T23:52:05.3855075Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:05.3856223Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:05.3856723Z env: 2025-06-05T23:52:05.3857057Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:05.3857543Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:05.3857895Z PR_NUMBER: 2025-06-05T23:52:05.3860365Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:05.3863103Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:05.3863870Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:05.3864602Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:05.3865106Z ##[endgroup] 2025-06-05T23:52:05.3896731Z ##[group]Run set -x 2025-06-05T23:52:05.3897089Z set -x 2025-06-05T23:52:05.3897373Z set +e 2025-06-05T23:52:05.3897643Z  2025-06-05T23:52:05.3897904Z login() { 2025-06-05T23:52:05.3898538Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-06-05T23:52:05.3899400Z } 2025-06-05T23:52:05.3899663Z  2025-06-05T23:52:05.3899919Z retry () { 2025-06-05T23:52:05.3900276Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-06-05T23:52:05.3900674Z } 2025-06-05T23:52:05.3900935Z  2025-06-05T23:52:05.3901220Z retry login "${DOCKER_REGISTRY}" 2025-06-05T23:52:05.3901613Z  2025-06-05T23:52:05.3902240Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-06-05T23:52:05.3903115Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-06-05T23:52:05.3903597Z  2025-06-05T23:52:05.3903850Z set -e 2025-06-05T23:52:05.3904285Z # ignore output since only exit code is used for conditional 2025-06-05T23:52:05.3904920Z # only pull docker image if it's not available locally 2025-06-05T23:52:05.3905639Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-06-05T23:52:05.3906287Z  retry docker pull "${DOCKER_IMAGE}" 2025-06-05T23:52:05.3906709Z fi 2025-06-05T23:52:05.3914331Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:52:05.3914822Z env: 2025-06-05T23:52:05.3915725Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:05.3916770Z REPOSITORY: pytorch/executorch 2025-06-05T23:52:05.3917134Z PR_NUMBER: 2025-06-05T23:52:05.3919550Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:52:05.3922783Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:52:05.3923580Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:52:05.3924304Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:52:05.3924946Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:05.3925444Z ##[endgroup] 2025-06-05T23:52:05.3954343Z + set +e 2025-06-05T23:52:05.3954737Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:05.3955284Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:05.3957746Z + aws ecr get-login-password --region us-east-1 2025-06-05T23:52:05.3959055Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-06-05T23:52:06.0752190Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-06-05T23:52:06.0753009Z Configure a credential helper to remove this warning. See 2025-06-05T23:52:06.0753796Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-06-05T23:52:06.0754317Z 2025-06-05T23:52:06.0756546Z Login Succeeded 2025-06-05T23:52:06.0777760Z ++ docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:06.0778977Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-06-05T23:52:06.2712786Z + IMAGE_SIZE=2033.462812423706 2025-06-05T23:52:06.2713440Z + echo 'Compressed size of image in MB: 2033.462812423706' 2025-06-05T23:52:06.2713937Z + set -e 2025-06-05T23:52:06.2714939Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:06.2716140Z Compressed size of image in MB: 2033.462812423706 2025-06-05T23:52:06.2844989Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:06.2846720Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:52:06.5230150Z 6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa: Pulling from executorch/executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:52:06.5231148Z 19d897f61348: Pulling fs layer 2025-06-05T23:52:06.5231517Z e5c00e17150a: Pulling fs layer 2025-06-05T23:52:06.5231881Z e5779288aa12: Pulling fs layer 2025-06-05T23:52:06.5232272Z d26f5aff9549: Pulling fs layer 2025-06-05T23:52:06.5232634Z d3fe47f6feba: Pulling fs layer 2025-06-05T23:52:06.5232995Z 39941e118291: Pulling fs layer 2025-06-05T23:52:06.5233352Z 60041ae2fad5: Pulling fs layer 2025-06-05T23:52:06.5233717Z 0d576e0baee0: Pulling fs layer 2025-06-05T23:52:06.5234117Z 46b6eec64e64: Pulling fs layer 2025-06-05T23:52:06.5234473Z 0e772bd57ccd: Pulling fs layer 2025-06-05T23:52:06.5234841Z 2898dcbb555a: Pulling fs layer 2025-06-05T23:52:06.5235216Z 79ddb610b7aa: Pulling fs layer 2025-06-05T23:52:06.5235582Z 430d9f2748c5: Pulling fs layer 2025-06-05T23:52:06.5235936Z d7c077eb34f9: Pulling fs layer 2025-06-05T23:52:06.5236304Z 3f7dec1f62f1: Pulling fs layer 2025-06-05T23:52:06.5236660Z 84172107b5a7: Pulling fs layer 2025-06-05T23:52:06.5237022Z 691aa9d79c12: Pulling fs layer 2025-06-05T23:52:06.5237365Z d3fe47f6feba: Waiting 2025-06-05T23:52:06.5237695Z f914b1c5ae28: Pulling fs layer 2025-06-05T23:52:06.5238053Z 8609a913f2b1: Pulling fs layer 2025-06-05T23:52:06.5238491Z d26f5aff9549: Waiting 2025-06-05T23:52:06.5238833Z 3aa0ae69cbba: Pulling fs layer 2025-06-05T23:52:06.5239171Z 39941e118291: Waiting 2025-06-05T23:52:06.5239491Z fce98e07ffd7: Pulling fs layer 2025-06-05T23:52:06.5239897Z b14b3b360ade: Pulling fs layer 2025-06-05T23:52:06.5240630Z f15f38e054b1: Pulling fs layer 2025-06-05T23:52:06.5240980Z 79ddb610b7aa: Waiting 2025-06-05T23:52:06.5241277Z 430d9f2748c5: Waiting 2025-06-05T23:52:06.5241605Z 9df3438b7178: Pulling fs layer 2025-06-05T23:52:06.5242230Z 3f7dec1f62f1: Waiting 2025-06-05T23:52:06.5242583Z 68be57e33e0d: Pulling fs layer 2025-06-05T23:52:06.5242925Z d7c077eb34f9: Waiting 2025-06-05T23:52:06.5243233Z 84172107b5a7: Waiting 2025-06-05T23:52:06.5243547Z ffe52f464aa4: Pulling fs layer 2025-06-05T23:52:06.5243893Z 691aa9d79c12: Waiting 2025-06-05T23:52:06.5244208Z d4eb43deb195: Pulling fs layer 2025-06-05T23:52:06.5244558Z 0e772bd57ccd: Waiting 2025-06-05T23:52:06.5244855Z f914b1c5ae28: Waiting 2025-06-05T23:52:06.5245172Z 6c31c8daa073: Pulling fs layer 2025-06-05T23:52:06.5245538Z 4f4fb700ef54: Pulling fs layer 2025-06-05T23:52:06.5245881Z 8609a913f2b1: Waiting 2025-06-05T23:52:06.5246206Z d4ddcc27fabc: Pulling fs layer 2025-06-05T23:52:06.5246554Z 3aa0ae69cbba: Waiting 2025-06-05T23:52:06.5246862Z 0d576e0baee0: Waiting 2025-06-05T23:52:06.5247169Z 2898dcbb555a: Waiting 2025-06-05T23:52:06.5247492Z 1918643c0ac6: Pulling fs layer 2025-06-05T23:52:06.5247833Z fce98e07ffd7: Waiting 2025-06-05T23:52:06.5248141Z 9df3438b7178: Waiting 2025-06-05T23:52:06.5248461Z 0d2f99d8350e: Pulling fs layer 2025-06-05T23:52:06.5248815Z b14b3b360ade: Waiting 2025-06-05T23:52:06.5249611Z 68be57e33e0d: Waiting 2025-06-05T23:52:06.5249956Z ffe52f464aa4: Waiting 2025-06-05T23:52:06.5250266Z f15f38e054b1: Waiting 2025-06-05T23:52:06.5250562Z d4eb43deb195: Waiting 2025-06-05T23:52:06.5250962Z d4ddcc27fabc: Waiting 2025-06-05T23:52:06.5251269Z 6c31c8daa073: Waiting 2025-06-05T23:52:06.5251590Z 4f4fb700ef54: Waiting 2025-06-05T23:52:06.5251885Z 46b6eec64e64: Waiting 2025-06-05T23:52:06.5252187Z 1918643c0ac6: Waiting 2025-06-05T23:52:06.5252480Z 0d2f99d8350e: Waiting 2025-06-05T23:52:06.6032251Z e5c00e17150a: Verifying Checksum 2025-06-05T23:52:06.6032736Z e5c00e17150a: Download complete 2025-06-05T23:52:06.6916203Z d26f5aff9549: Download complete 2025-06-05T23:52:06.8527029Z 19d897f61348: Verifying Checksum 2025-06-05T23:52:06.8527526Z 19d897f61348: Download complete 2025-06-05T23:52:06.9189548Z 39941e118291: Verifying Checksum 2025-06-05T23:52:06.9190019Z 39941e118291: Download complete 2025-06-05T23:52:06.9486579Z d3fe47f6feba: Verifying Checksum 2025-06-05T23:52:06.9487052Z d3fe47f6feba: Download complete 2025-06-05T23:52:07.0086695Z 60041ae2fad5: Verifying Checksum 2025-06-05T23:52:07.0087161Z 60041ae2fad5: Download complete 2025-06-05T23:52:07.0463414Z 0d576e0baee0: Verifying Checksum 2025-06-05T23:52:07.0463895Z 0d576e0baee0: Download complete 2025-06-05T23:52:07.0846863Z 46b6eec64e64: Download complete 2025-06-05T23:52:07.1204059Z 0e772bd57ccd: Verifying Checksum 2025-06-05T23:52:07.1204552Z 0e772bd57ccd: Download complete 2025-06-05T23:52:07.1997169Z 79ddb610b7aa: Verifying Checksum 2025-06-05T23:52:07.1997648Z 79ddb610b7aa: Download complete 2025-06-05T23:52:07.4866859Z 2898dcbb555a: Download complete 2025-06-05T23:52:07.5586013Z d7c077eb34f9: Verifying Checksum 2025-06-05T23:52:07.5586518Z d7c077eb34f9: Download complete 2025-06-05T23:52:07.6324304Z 3f7dec1f62f1: Verifying Checksum 2025-06-05T23:52:07.6324821Z 3f7dec1f62f1: Download complete 2025-06-05T23:52:07.7257281Z 84172107b5a7: Download complete 2025-06-05T23:52:07.9359861Z 19d897f61348: Pull complete 2025-06-05T23:52:07.9587999Z e5c00e17150a: Pull complete 2025-06-05T23:52:08.0455512Z e5779288aa12: Download complete 2025-06-05T23:52:08.1213796Z f914b1c5ae28: Verifying Checksum 2025-06-05T23:52:08.1214618Z f914b1c5ae28: Download complete 2025-06-05T23:52:08.1872052Z 8609a913f2b1: Verifying Checksum 2025-06-05T23:52:08.1872534Z 8609a913f2b1: Download complete 2025-06-05T23:52:08.2524787Z 3aa0ae69cbba: Verifying Checksum 2025-06-05T23:52:08.2525286Z 3aa0ae69cbba: Download complete 2025-06-05T23:52:08.3385326Z fce98e07ffd7: Download complete 2025-06-05T23:52:08.8565734Z 691aa9d79c12: Verifying Checksum 2025-06-05T23:52:08.8566205Z 691aa9d79c12: Download complete 2025-06-05T23:52:08.9370973Z f15f38e054b1: Download complete 2025-06-05T23:52:09.7593711Z 430d9f2748c5: Verifying Checksum 2025-06-05T23:52:09.7594191Z 430d9f2748c5: Download complete 2025-06-05T23:52:09.8481797Z 68be57e33e0d: Verifying Checksum 2025-06-05T23:52:09.8482607Z 68be57e33e0d: Download complete 2025-06-05T23:52:11.2579807Z 9df3438b7178: Verifying Checksum 2025-06-05T23:52:11.2580272Z 9df3438b7178: Download complete 2025-06-05T23:52:11.3391142Z d4eb43deb195: Download complete 2025-06-05T23:52:11.4243373Z 6c31c8daa073: Download complete 2025-06-05T23:52:11.4331092Z 4f4fb700ef54: Download complete 2025-06-05T23:52:11.4386808Z ffe52f464aa4: Verifying Checksum 2025-06-05T23:52:11.4938875Z d4ddcc27fabc: Verifying Checksum 2025-06-05T23:52:11.4939352Z d4ddcc27fabc: Download complete 2025-06-05T23:52:11.5195244Z 1918643c0ac6: Verifying Checksum 2025-06-05T23:52:11.5195721Z 1918643c0ac6: Download complete 2025-06-05T23:52:11.5675837Z 0d2f99d8350e: Download complete 2025-06-05T23:52:12.1737213Z e5779288aa12: Pull complete 2025-06-05T23:52:12.2010444Z d26f5aff9549: Pull complete 2025-06-05T23:52:12.4272805Z d3fe47f6feba: Pull complete 2025-06-05T23:52:12.4562039Z 39941e118291: Pull complete 2025-06-05T23:52:12.4872383Z 60041ae2fad5: Pull complete 2025-06-05T23:52:12.5206282Z 0d576e0baee0: Pull complete 2025-06-05T23:52:12.5618055Z 46b6eec64e64: Pull complete 2025-06-05T23:52:12.5889077Z 0e772bd57ccd: Pull complete 2025-06-05T23:52:13.0545292Z 2898dcbb555a: Pull complete 2025-06-05T23:52:13.0758994Z 79ddb610b7aa: Pull complete 2025-06-05T23:52:18.9215665Z 430d9f2748c5: Pull complete 2025-06-05T23:52:19.0818140Z d7c077eb34f9: Pull complete 2025-06-05T23:52:19.1976618Z 3f7dec1f62f1: Pull complete 2025-06-05T23:52:19.3409196Z 84172107b5a7: Pull complete 2025-06-05T23:52:20.0562154Z b14b3b360ade: Verifying Checksum 2025-06-05T23:52:20.0562646Z b14b3b360ade: Download complete 2025-06-05T23:52:21.6616519Z 691aa9d79c12: Pull complete 2025-06-05T23:52:21.7194159Z f914b1c5ae28: Pull complete 2025-06-05T23:52:21.7810803Z 8609a913f2b1: Pull complete 2025-06-05T23:52:21.8455663Z 3aa0ae69cbba: Pull complete 2025-06-05T23:52:21.8973268Z fce98e07ffd7: Pull complete 2025-06-05T23:52:53.2724015Z b14b3b360ade: Pull complete 2025-06-05T23:52:53.4027382Z f15f38e054b1: Pull complete 2025-06-05T23:52:59.9844252Z 9df3438b7178: Pull complete 2025-06-05T23:53:00.1439381Z 68be57e33e0d: Pull complete 2025-06-05T23:53:07.0081292Z ffe52f464aa4: Pull complete 2025-06-05T23:53:07.0329613Z d4eb43deb195: Pull complete 2025-06-05T23:53:07.0774339Z 6c31c8daa073: Pull complete 2025-06-05T23:53:07.0994153Z 4f4fb700ef54: Pull complete 2025-06-05T23:53:07.1218514Z d4ddcc27fabc: Pull complete 2025-06-05T23:53:07.1451047Z 1918643c0ac6: Pull complete 2025-06-05T23:53:07.1889490Z 0d2f99d8350e: Pull complete 2025-06-05T23:53:07.2010411Z Digest: sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-05T23:53:07.2056890Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:53:07.2086566Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:53:07.2140438Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:53:07.2141832Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-06-05T23:53:07.2151709Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:53:07.2152202Z env: 2025-06-05T23:53:07.2152562Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:53:07.2153051Z REPOSITORY: pytorch/executorch 2025-06-05T23:53:07.2153417Z PR_NUMBER: 2025-06-05T23:53:07.2155895Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:53:07.2158931Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:53:07.2159725Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:53:07.2160463Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:53:07.2160968Z ##[endgroup] 2025-06-05T23:53:07.2292765Z ##[group]Run set -ex 2025-06-05T23:53:07.2293176Z set -ex 2025-06-05T23:53:07.2293457Z { 2025-06-05T23:53:07.2293756Z  echo "#!/usr/bin/env bash"; 2025-06-05T23:53:07.2294170Z  echo "set -eou pipefail"; 2025-06-05T23:53:07.2294589Z  # shellcheck disable=SC2016 2025-06-05T23:53:07.2295073Z  echo 'eval "$(conda shell.bash hook)"'; 2025-06-05T23:53:07.2295518Z  echo "set -x"; 2025-06-05T23:53:07.2295869Z  echo "${SCRIPT}"; 2025-06-05T23:53:07.2296238Z } > "${RUNNER_TEMP}/exec_script" 2025-06-05T23:53:07.2296685Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-06-05T23:53:07.2297644Z python3 "/home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-06-05T23:53:07.2305897Z shell: /usr/bin/bash -e {0} 2025-06-05T23:53:07.2306252Z env: 2025-06-05T23:53:07.2307192Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:53:07.2308237Z REPOSITORY: pytorch/executorch 2025-06-05T23:53:07.2308708Z PR_NUMBER: 2025-06-05T23:53:07.2311138Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:53:07.2313862Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:53:07.2314650Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:53:07.2315392Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:53:07.2316328Z ALL_SECRETS: { "github_token": "***" } 2025-06-05T23:53:07.2316739Z ##[endgroup] 2025-06-05T23:53:07.2345702Z + echo '#!/usr/bin/env bash' 2025-06-05T23:53:07.2346115Z + echo 'set -eou pipefail' 2025-06-05T23:53:07.2346492Z + echo 'eval "$(conda shell.bash hook)"' 2025-06-05T23:53:07.2346885Z + echo 'set -x' 2025-06-05T23:53:07.2347425Z + echo '# The generic Linux job chooses to use base env, not the one setup by the image 2025-06-05T23:53:07.2348135Z CONDA_ENV=$(conda env list --json | jq -r ".envs | .[-1]") 2025-06-05T23:53:07.2348705Z conda activate "${CONDA_ENV}" 2025-06-05T23:53:07.2348952Z 2025-06-05T23:53:07.2349071Z MODEL_NAME=add_mul 2025-06-05T23:53:07.2349371Z BUILD_TOOL="cmake" 2025-06-05T23:53:07.2349714Z BACKEND=xnnpack-quantization-delegation 2025-06-05T23:53:07.2350017Z 2025-06-05T23:53:07.2350398Z PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" 2025-06-05T23:53:07.2351066Z # Build and test ExecuTorch 2025-06-05T23:53:07.2351750Z PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:53:07.2352458Z ' 2025-06-05T23:53:07.2352843Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-06-05T23:53:07.2367295Z + python3 /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-06-05T23:53:29.8806404Z Running command: 2025-06-05T23:53:29.8814724Z 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_86f7764e-fb15-4c8c-be06-1e4758d30ff4":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_86f7764e-fb15-4c8c-be06-1e4758d30ff4" -w /pytorch/executorch "308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa" 2025-06-05T23:53:29.8822603Z 2025-06-05T23:53:29.8823044Z f3d26aca193ccce04b0220124b37a96eaf196ae37ebe0065ca291abdde0f3fa4 2025-06-05T23:53:29.8823976Z Running command: docker exec -t f3d26aca193ccce04b0220124b37a96eaf196ae37ebe0065ca291abdde0f3fa4 /exec 2025-06-05T23:53:29.8824755Z ++ conda env list --json 2025-06-05T23:53:29.8825086Z ++ local cmd=env 2025-06-05T23:53:29.8825378Z ++ case "$cmd" in 2025-06-05T23:53:29.8825668Z ++ jq -r '.envs | .[-1]' 2025-06-05T23:53:29.8826009Z ++ __conda_exe env list --json 2025-06-05T23:53:29.8826386Z ++ /opt/conda/bin/conda env list --json 2025-06-05T23:53:29.8826810Z + CONDA_ENV=/opt/conda/envs/py_3.10 2025-06-05T23:53:29.8827226Z + conda activate /opt/conda/envs/py_3.10 2025-06-05T23:53:29.8827629Z + local cmd=activate 2025-06-05T23:53:29.8827933Z + case "$cmd" in 2025-06-05T23:53:29.8828280Z + __conda_activate activate /opt/conda/envs/py_3.10 2025-06-05T23:53:29.8828877Z + '[' -n '' ']' 2025-06-05T23:53:29.8829162Z + local ask_conda 2025-06-05T23:53:29.8829456Z ++ PS1='(base) ' 2025-06-05T23:53:29.8829844Z ++ __conda_exe shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:29.8830494Z ++ /opt/conda/bin/conda shell.posix activate /opt/conda/envs/py_3.10 2025-06-05T23:53:29.8831049Z + ask_conda='PS1='\''(py_3.10) '\'' 2025-06-05T23:53:29.8832230Z 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:29.8833473Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:29.8833930Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:29.8834308Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:29.8834764Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:29.8835232Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:29.8835676Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:29.8836101Z export _CE_M='\'''\'' 2025-06-05T23:53:29.8836429Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:29.8836842Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:29.8837322Z + eval 'PS1='\''(py_3.10) '\'' 2025-06-05T23:53:29.8838460Z 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:29.8840055Z export CONDA_PREFIX='\''/opt/conda/envs/py_3.10'\'' 2025-06-05T23:53:29.8840515Z export CONDA_SHLVL='\''2'\'' 2025-06-05T23:53:29.8840897Z export CONDA_DEFAULT_ENV='\''py_3.10'\'' 2025-06-05T23:53:29.8841350Z export CONDA_PROMPT_MODIFIER='\''(py_3.10) '\'' 2025-06-05T23:53:29.8841826Z export CONDA_PREFIX_1='\''/opt/conda'\'' 2025-06-05T23:53:29.8842275Z export CONDA_EXE='\''/opt/conda/bin/conda'\'' 2025-06-05T23:53:29.8842696Z export _CE_M='\'''\'' 2025-06-05T23:53:29.8843015Z export _CE_CONDA='\'''\'' 2025-06-05T23:53:29.8843568Z export CONDA_PYTHON_EXE='\''/opt/conda/bin/python'\''' 2025-06-05T23:53:29.8844053Z ++ PS1='(py_3.10) ' 2025-06-05T23:53:29.8845117Z ++ 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:29.8846997Z ++ 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:29.8848168Z ++ export CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:29.8848613Z ++ CONDA_PREFIX=/opt/conda/envs/py_3.10 2025-06-05T23:53:29.8849016Z ++ export CONDA_SHLVL=2 2025-06-05T23:53:29.8849325Z ++ CONDA_SHLVL=2 2025-06-05T23:53:29.8849715Z ++ export CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:29.8850111Z ++ CONDA_DEFAULT_ENV=py_3.10 2025-06-05T23:53:29.8850498Z ++ export 'CONDA_PROMPT_MODIFIER=(py_3.10) ' 2025-06-05T23:53:29.8850940Z ++ CONDA_PROMPT_MODIFIER='(py_3.10) ' 2025-06-05T23:53:29.8851354Z ++ export CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:29.8851748Z ++ CONDA_PREFIX_1=/opt/conda 2025-06-05T23:53:29.8852121Z ++ export CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:29.8852543Z ++ CONDA_EXE=/opt/conda/bin/conda 2025-06-05T23:53:29.8852903Z ++ export _CE_M= 2025-06-05T23:53:29.8853190Z ++ _CE_M= 2025-06-05T23:53:29.8853460Z ++ export _CE_CONDA= 2025-06-05T23:53:29.8853764Z ++ _CE_CONDA= 2025-06-05T23:53:29.8854098Z ++ export CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:29.8854564Z ++ CONDA_PYTHON_EXE=/opt/conda/bin/python 2025-06-05T23:53:29.8854965Z + __conda_hashr 2025-06-05T23:53:29.8855243Z + '[' -n '' ']' 2025-06-05T23:53:29.8855521Z + '[' -n '' ']' 2025-06-05T23:53:29.8855787Z + hash -r 2025-06-05T23:53:29.8856052Z + MODEL_NAME=add_mul 2025-06-05T23:53:29.8856351Z + BUILD_TOOL=cmake 2025-06-05T23:53:29.8856704Z + BACKEND=xnnpack-quantization-delegation 2025-06-05T23:53:29.8857142Z + PYTHON_EXECUTABLE=python 2025-06-05T23:53:29.8857565Z + bash .ci/scripts/setup-linux.sh --build-tool cmake 2025-06-05T23:53:29.8858059Z ++ dirname .ci/scripts/setup-linux.sh 2025-06-05T23:53:29.8858468Z + source .ci/scripts/utils.sh 2025-06-05T23:53:29.8858855Z + read -r BUILD_TOOL BUILD_MODE EDITABLE 2025-06-05T23:53:29.8859274Z ++ parse_args --build-tool cmake 2025-06-05T23:53:29.8859656Z ++ args=('--build-tool' 'cmake') 2025-06-05T23:53:29.8860000Z ++ local args 2025-06-05T23:53:29.8860278Z ++ local i 2025-06-05T23:53:29.8860538Z ++ local BUILD_TOOL= 2025-06-05T23:53:29.8860849Z ++ local BUILD_MODE= 2025-06-05T23:53:29.8861147Z ++ local EDITABLE= 2025-06-05T23:53:29.8861438Z ++ (( i=0 )) 2025-06-05T23:53:29.8861724Z ++ (( i<2 )) 2025-06-05T23:53:29.8861999Z ++ case "${args[$i]}" in 2025-06-05T23:53:29.8862322Z ++ BUILD_TOOL=cmake 2025-06-05T23:53:29.8862598Z ++ i=1 2025-06-05T23:53:29.8862852Z ++ (( i++ )) 2025-06-05T23:53:29.8863106Z ++ (( i<2 )) 2025-06-05T23:53:29.8863379Z ++ '[' -z cmake ']' 2025-06-05T23:53:29.8863683Z ++ [[ cmake =~ ^(cmake|buck2)$ ]] 2025-06-05T23:53:29.8864049Z ++ BUILD_MODE=Release 2025-06-05T23:53:29.8864383Z ++ [[ Release =~ ^(Debug|Release)$ ]] 2025-06-05T23:53:29.8864766Z ++ EDITABLE=false 2025-06-05T23:53:29.8865066Z ++ [[ false =~ ^(true|false)$ ]] 2025-06-05T23:53:29.8865435Z ++ echo 'cmake Release false' 2025-06-05T23:53:29.8865790Z + [[ false == \t\r\u\e ]] 2025-06-05T23:53:29.8866161Z + install_executorch --use-pt-pinned-commit 2025-06-05T23:53:29.8866793Z + which pip 2025-06-05T23:53:29.8867071Z /opt/conda/envs/py_3.10/bin/pip 2025-06-05T23:53:29.8867495Z + ./install_executorch.sh --use-pt-pinned-commit 2025-06-05T23:53:29.8868102Z 2025-06-05 23:53:28,614 [ExecuTorch] INFO: All required submodules are present. 2025-06-05T23:53:29.8869104Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:53:29.8870188Z Requirement already satisfied: torch in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (2.8.0a0+git5616fa4) 2025-06-05T23:53:29.8871550Z Requirement already satisfied: torchvision in /var/lib/ci-user/.local/lib/python3.10/site-packages (0.22.0a0+966da7e) 2025-06-05T23:53:29.8872812Z Requirement already satisfied: torchaudio in /var/lib/ci-user/.local/lib/python3.10/site-packages (2.6.0a0+1a8f621) 2025-06-05T23:53:29.8873772Z Collecting timm==1.0.7 (from -r requirements-examples.txt (line 3)) 2025-06-05T23:53:29.8874429Z Downloading timm-1.0.7-py3-none-any.whl.metadata (47 kB) 2025-06-05T23:53:29.8875558Z 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:29.8876766Z Collecting torchtune>=0.6.1 (from -r requirements-examples.txt (line 5)) 2025-06-05T23:53:29.8877500Z Downloading torchtune-0.6.1-py3-none-any.whl.metadata (24 kB) 2025-06-05T23:53:29.8878713Z 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:29.8879946Z Collecting cmake<4.0.0,>=3.19 (from -r requirements-dev.txt (line 1)) 2025-06-05T23:53:29.8880828Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.3 kB) 2025-06-05T23:53:29.8882127Z 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:29.8883640Z 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:29.8885215Z 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:29.8886785Z 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:29.8888318Z 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:29.8889840Z 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:29.8891530Z 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:29.8893326Z 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:29.8895136Z 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:29.8896986Z 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:34.1070942Z 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:34.1072892Z 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:34.1075262Z 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:34.1077176Z 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:34.1079044Z 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:34.1081151Z 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:34.1083214Z 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:34.1085230Z 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:34.1086825Z 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:34.1088080Z 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:34.1089308Z 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:34.1090604Z 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:34.1091750Z Collecting torchdata==0.11.0 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1092571Z Downloading torchdata-0.11.0-py3-none-any.whl.metadata (6.3 kB) 2025-06-05T23:53:34.1093373Z Collecting datasets (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1094147Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-06-05T23:53:34.1094930Z Collecting kagglehub (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1095723Z Downloading kagglehub-0.3.12-py3-none-any.whl.metadata (38 kB) 2025-06-05T23:53:34.1096545Z Collecting sentencepiece (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1097891Z 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:34.1100195Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2025-06-05T23:53:34.1101131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 75.0 MB/s eta 0:00:00 2025-06-05T23:53:34.1102099Z [?25hCollecting tiktoken (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1103141Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (6.7 kB) 2025-06-05T23:53:34.1104160Z Collecting blobfile>=2 (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1105124Z Downloading https://download.pytorch.org/whl/nightly/blobfile-3.0.0-py3-none-any.whl (75 kB) 2025-06-05T23:53:34.1106084Z Collecting omegaconf (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1107072Z Downloading https://download.pytorch.org/whl/nightly/omegaconf-2.3.0-py3-none-any.whl (79 kB) 2025-06-05T23:53:34.1108073Z Collecting psutil (from torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1109138Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (22 kB) 2025-06-05T23:53:34.1110680Z 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:34.1112524Z Collecting pycryptodomex>=3.8 (from blobfile>=2->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1113685Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (3.4 kB) 2025-06-05T23:53:34.1115240Z 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:34.1117131Z 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:34.1118359Z Collecting pyarrow>=15.0.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1119325Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl.metadata (3.3 kB) 2025-06-05T23:53:34.1120278Z Collecting dill<0.3.9,>=0.3.0 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1121271Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2025-06-05T23:53:34.1122729Z 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:34.1124140Z Collecting xxhash (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1125413Z 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:34.1126735Z Collecting multiprocess<0.70.17 (from datasets->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:34.1127860Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py310-none-any.whl (134 kB) 2025-06-05T23:53:34.1128979Z Collecting fsspec>=2023.5.0 (from huggingface_hub->timm==1.0.7->-r requirements-examples.txt (line 3)) 2025-06-05T23:53:34.1129838Z Downloading fsspec-2025.3.0-py3-none-any.whl.metadata (11 kB) 2025-06-05T23:53:34.1130874Z 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:34.1132128Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (7.6 kB) 2025-06-05T23:53:34.1133522Z 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:34.1134746Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-06-05T23:53:34.1135911Z 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:34.1137050Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl.metadata (3.8 kB) 2025-06-05T23:53:34.1138217Z 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:34.1139362Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-06-05T23:53:34.1140940Z 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:34.1142923Z 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:34.1144265Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (17 kB) 2025-06-05T23:53:34.1145846Z 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:34.1147187Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (5.3 kB) 2025-06-05T23:53:34.1148618Z 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:34.1150083Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (10 kB) 2025-06-05T23:53:34.1151403Z 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:34.1152673Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (72 kB) 2025-06-05T23:53:36.6980075Z 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:36.6982445Z 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:36.6984580Z 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:36.6986256Z 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:36.6987469Z Downloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.7 kB) 2025-06-05T23:53:36.6988830Z 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:36.6990130Z Collecting antlr4-python3-runtime==4.9.* (from omegaconf->torchtune>=0.6.1->-r requirements-examples.txt (line 5)) 2025-06-05T23:53:36.6991310Z Downloading https://download.pytorch.org/whl/nightly/antlr4_python3_runtime-4.9.3.tar.gz (117 kB) 2025-06-05T23:53:36.6992394Z Preparing metadata (setup.py) ... [?25l- done 2025-06-05T23:53:36.6994051Z [?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:36.6996165Z 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:36.6998180Z 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:36.7000536Z 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:36.7001895Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2025-06-05T23:53:36.7002700Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-06-05T23:53:36.7003643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 100.5 MB/s eta 0:00:00 2025-06-05T23:53:36.7004668Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (27.2 MB) 2025-06-05T23:53:36.7005885Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.2 MB ? eta -:--:-- 2025-06-05T23:53:36.7007179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.2/27.2 MB 155.8 MB/s eta 0:00:00 2025-06-05T23:53:36.7007955Z [?25hDownloading torchtune-0.6.1-py3-none-any.whl (910 kB) 2025-06-05T23:53:36.7008782Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/910.7 kB ? eta -:--:-- 2025-06-05T23:53:36.7009688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 910.7/910.7 kB 78.3 MB/s eta 0:00:00 2025-06-05T23:53:36.7010463Z [?25hDownloading torchdata-0.11.0-py3-none-any.whl (61 kB) 2025-06-05T23:53:36.7011547Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (2.2 MB) 2025-06-05T23:53:36.7012650Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.2 MB ? eta -:--:-- 2025-06-05T23:53:36.7013529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.2/2.2 MB 141.9 MB/s eta 0:00:00 2025-06-05T23:53:36.7014321Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-06-05T23:53:36.7014901Z Downloading fsspec-2025.3.0-py3-none-any.whl (193 kB) 2025-06-05T23:53:36.7015698Z Downloading aiohttp-3.12.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.6 MB) 2025-06-05T23:53:36.7016712Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:53:36.7017584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 99.0 MB/s eta 0:00:00 2025-06-05T23:53:36.7018485Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-06-05T23:53:36.7019347Z Downloading multidict-6.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (220 kB) 2025-06-05T23:53:36.7020372Z Downloading yarl-1.20.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (327 kB) 2025-06-05T23:53:36.7021195Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-06-05T23:53:36.7021868Z Downloading aiosignal-1.3.2-py2.py3-none-any.whl (7.6 kB) 2025-06-05T23:53:36.7022704Z Downloading frozenlist-1.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225 kB) 2025-06-05T23:53:36.7023774Z Downloading propcache-0.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (206 kB) 2025-06-05T23:53:36.7024708Z Downloading pyarrow-20.0.0-cp310-cp310-manylinux_2_28_aarch64.whl (40.7 MB) 2025-06-05T23:53:36.7025615Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.7 MB ? eta -:--:-- 2025-06-05T23:53:36.7026526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.7/40.7 MB 239.3 MB/s eta 0:00:00 2025-06-05T23:53:36.7027593Z [?25hDownloading hf_transfer-0.1.9-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.7 MB) 2025-06-05T23:53:36.7028740Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.7 MB ? eta -:--:-- 2025-06-05T23:53:36.7029812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.7/3.7 MB 158.5 MB/s eta 0:00:00 2025-06-05T23:53:36.7030573Z [?25hDownloading kagglehub-0.3.12-py3-none-any.whl (67 kB) 2025-06-05T23:53:36.7031374Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (279 kB) 2025-06-05T23:53:36.7032390Z Downloading tiktoken-0.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB) 2025-06-05T23:53:36.7033424Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2025-06-05T23:53:36.7034669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 100.3 MB/s eta 0:00:00 2025-06-05T23:53:36.7035514Z [?25hBuilding wheels for collected packages: antlr4-python3-runtime 2025-06-05T23:53:36.7038928Z  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:36.7042065Z  Building wheel for antlr4-python3-runtime (setup.py) ... [?25l- \ done 2025-06-05T23:53:36.7043710Z [?25h Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=55e718b87af507b3f1ff015b79cfd83104f96038eb898388fa7ed68fc4d298fc 2025-06-05T23:53:36.7045346Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/8e/0c/ef/6e1004d7898c3e61c08b70be9a80232ee72e7c55c9a9bffa33 2025-06-05T23:53:36.7046228Z Successfully built antlr4-python3-runtime 2025-06-05T23:53:36.7048297Z 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:36.7050395Z [?25l 2025-06-05T23:53:42.7048376Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  2/27 [xxhash] 2025-06-05T23:53:42.7049321Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:42.7050266Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:42.7051156Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/27 [pycryptodomex] 2025-06-05T23:53:42.7051994Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:42.7052860Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:42.7053744Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:42.7054581Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:42.7055391Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:42.7056197Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:42.7057489Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:42.7058345Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:42.7059148Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/27 [pyarrow] 2025-06-05T23:53:42.7059976Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  5/27 [psutil] 2025-06-05T23:53:42.7061070Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:42.7061699Z  Attempting uninstall: fsspec 2025-06-05T23:53:42.7062354Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:42.7063038Z  Found existing installation: fsspec 2025.5.1 2025-06-05T23:53:42.7063776Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:42.7064427Z  Uninstalling fsspec-2025.5.1: 2025-06-05T23:53:42.7065101Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:42.7065758Z  Successfully uninstalled fsspec-2025.5.1 2025-06-05T23:53:42.7066480Z ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  7/27 [omegaconf] 2025-06-05T23:53:42.7067305Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 10/27 [fsspec] 2025-06-05T23:53:42.7068121Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 12/27 [dill] 2025-06-05T23:53:42.7069034Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:42.7069825Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:42.7070637Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:42.7071464Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:42.7072276Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:42.7073084Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:42.7074067Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:42.7074857Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 13/27 [cmake] 2025-06-05T23:53:42.7075686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 18/27 [multiprocess] 2025-06-05T23:53:42.7076525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 19/27 [kagglehub] 2025-06-05T23:53:42.7077342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:42.7078291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:42.7078916Z  Attempting uninstall: timm 2025-06-05T23:53:42.7079537Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:42.7080182Z  Found existing installation: timm 0.6.13 2025-06-05T23:53:42.7080899Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:42.7081495Z  Uninstalling timm-0.6.13: 2025-06-05T23:53:42.7082139Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 23/27 [aiohttp] 2025-06-05T23:53:42.7082893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:42.7083543Z  Successfully uninstalled timm-0.6.13 2025-06-05T23:53:42.7084218Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:42.7085000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:42.7085758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:42.7086505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:42.7087310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:53:42.7088090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 24/27 [timm] 2025-06-05T23:54:00.2953458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:54:00.2954331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25/27 [datasets] 2025-06-05T23:54:00.2955130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:54:00.2956498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:54:00.2957344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 26/27 [torchtune] 2025-06-05T23:54:00.2958086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27/27 [torchtune] 2025-06-05T23:54:00.2958850Z [?25h 2025-06-05T23:54:00.2961795Z 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:54:00.2964429Z Processing ./third-party/ao 2025-06-05T23:54:00.2964988Z Preparing metadata (setup.py) ... [?25l- \ done 2025-06-05T23:54:00.2965587Z [?25hProcessing ./extension/llm/tokenizers 2025-06-05T23:54:00.2966217Z Preparing metadata (pyproject.toml) ... [?25l- \ done 2025-06-05T23:54:00.2967436Z [?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:54:00.2969011Z 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:54:00.2970541Z 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:54:00.2972143Z 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:54:00.2973790Z 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:54:00.2975580Z 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:54:00.2977396Z 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:54:00.2979159Z 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:54:00.2980977Z 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:54:00.2982925Z 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:54:00.2984797Z 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:54:00.2986739Z 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:54:00.2988963Z 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:54:00.2990878Z 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:54:00.2992952Z 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:54:00.2994962Z 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:54:00.2996956Z 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:54:00.2998278Z Building wheels for collected packages: torchao, pytorch_tokenizers 2025-06-05T23:54:00.3001772Z  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:54:00.3004674Z  Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | done 2025-06-05T23:54:00.3006264Z [?25h Created wheel for torchao: filename=torchao-0.12.0+gitbc68b11-cp39-abi3-linux_aarch64.whl size=956243 sha256=03f9d31d09cf737bbf9ea1e644a6440217f33107c423acc9c803e4541d4836f8 2025-06-05T23:54:00.3007939Z Stored in directory: /tmp/pip-ephem-wheel-cache-09m47b9x/wheels/0b/23/ff/2261dc1c4a27252503fe159d9fc88676b133e0e8d621abf36f 2025-06-05T23:54:00.3009145Z Building wheel for pytorch_tokenizers (pyproject.toml) ... [?25l- \ done 2025-06-05T23:54:00.3010714Z [?25h Created wheel for pytorch_tokenizers: filename=pytorch_tokenizers-0.1.0-py3-none-any.whl size=10999 sha256=99e6721260a7eecfa293f0e6af2ea4bbdeb161a5f1d5721b7f2118b2a6302c81 2025-06-05T23:54:00.3012388Z Stored in directory: /tmp/pip-ephem-wheel-cache-09m47b9x/wheels/27/7b/a1/358699b32a468639d6f9ef263f9676280bc5ee318b0bd9a0b2 2025-06-05T23:54:00.3013346Z Successfully built torchao pytorch_tokenizers 2025-06-05T23:54:00.3013906Z Installing collected packages: torchao, pytorch_tokenizers 2025-06-05T23:54:00.3014481Z [?25l 2025-06-05T23:54:00.3014964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:54:00.3015647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:54:00.3016339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:54:00.3017009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:54:00.3017682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/2 [torchao] 2025-06-05T23:54:00.3018386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/2 [pytorch_tokenizers] 2025-06-05T23:54:00.3018923Z [?25h 2025-06-05T23:54:00.3019507Z Successfully installed pytorch_tokenizers-0.1.0 torchao-0.12.0+gitbc68b11 2025-06-05T23:54:00.3020415Z Using pip 25.1 from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pip (python 3.10) 2025-06-05T23:54:00.3021362Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2025-06-05T23:54:00.3022057Z Processing /pytorch/executorch 2025-06-05T23:54:00.3022507Z Running command Preparing metadata (pyproject.toml) 2025-06-05T23:54:00.3024169Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:54:00.3025397Z !! 2025-06-05T23:54:00.3025540Z 2025-06-05T23:54:00.3025711Z ******************************************************************************** 2025-06-05T23:54:00.3026879Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:54:00.3027855Z 2025-06-05T23:54:00.3028722Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:54:00.3029382Z or your builds will no longer be supported. 2025-06-05T23:54:00.3029711Z 2025-06-05T23:54:00.3030179Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:03.5064932Z ******************************************************************************** 2025-06-05T23:54:03.5065334Z 2025-06-05T23:54:03.5065444Z !! 2025-06-05T23:54:03.5065723Z corresp(dist, value, root_dir) 2025-06-05T23:54:03.5066892Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:54:03.5068036Z !! 2025-06-05T23:54:03.5068184Z 2025-06-05T23:54:03.5068346Z ******************************************************************************** 2025-06-05T23:54:03.5069248Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:03.5069820Z 2025-06-05T23:54:03.5070020Z License :: OSI Approved :: BSD License 2025-06-05T23:54:03.5070320Z 2025-06-05T23:54:03.5070808Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:03.5071604Z ******************************************************************************** 2025-06-05T23:54:03.5071922Z 2025-06-05T23:54:03.5072024Z !! 2025-06-05T23:54:03.5072312Z dist._finalize_license_expression() 2025-06-05T23:54:03.5073412Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:54:03.5074447Z !! 2025-06-05T23:54:03.5074586Z 2025-06-05T23:54:03.5074752Z ******************************************************************************** 2025-06-05T23:54:03.5075485Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:03.5076061Z 2025-06-05T23:54:03.5076228Z License :: OSI Approved :: BSD License 2025-06-05T23:54:03.5076530Z 2025-06-05T23:54:03.5076996Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:03.5077785Z ******************************************************************************** 2025-06-05T23:54:03.5078106Z 2025-06-05T23:54:03.5078217Z !! 2025-06-05T23:54:03.5078501Z self._finalize_license_expression() 2025-06-05T23:54:03.5078898Z running dist_info 2025-06-05T23:54:03.5079353Z creating /tmp/pip-modern-metadata-hzpej0fo/executorch.egg-info 2025-06-05T23:54:03.5080102Z writing /tmp/pip-modern-metadata-hzpej0fo/executorch.egg-info/PKG-INFO 2025-06-05T23:54:03.5081069Z writing dependency_links to /tmp/pip-modern-metadata-hzpej0fo/executorch.egg-info/dependency_links.txt 2025-06-05T23:54:03.5082177Z writing entry points to /tmp/pip-modern-metadata-hzpej0fo/executorch.egg-info/entry_points.txt 2025-06-05T23:54:03.5083206Z writing requirements to /tmp/pip-modern-metadata-hzpej0fo/executorch.egg-info/requires.txt 2025-06-05T23:54:03.5084213Z writing top-level names to /tmp/pip-modern-metadata-hzpej0fo/executorch.egg-info/top_level.txt 2025-06-05T23:54:03.5086241Z writing manifest file '/tmp/pip-modern-metadata-hzpej0fo/executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:03.5087220Z reading manifest file '/tmp/pip-modern-metadata-hzpej0fo/executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:03.5087926Z adding license file 'LICENSE' 2025-06-05T23:54:03.5088578Z writing manifest file '/tmp/pip-modern-metadata-hzpej0fo/executorch.egg-info/SOURCES.txt' 2025-06-05T23:54:03.5089517Z creating '/tmp/pip-modern-metadata-hzpej0fo/executorch-0.7.0a0+bd57234.dist-info' 2025-06-05T23:54:03.5090557Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:54:03.5091838Z Requirement already satisfied: expecttest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.1.6) 2025-06-05T23:54:03.5092920Z Collecting flatbuffers (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.5094585Z Obtaining dependency information for flatbuffers from https://files.pythonhosted.org/packages/b8/25/155f9f080d5e4bc0082edfda032ea2bc2b8fab3f4d25d46c1e9dd22a1a89/flatbuffers-25.2.10-py2.py3-none-any.whl.metadata 2025-06-05T23:54:03.5096345Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl.metadata (875 bytes) 2025-06-05T23:54:03.5097525Z Requirement already satisfied: hypothesis in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.84.2) 2025-06-05T23:54:03.5099614Z Requirement already satisfied: mpmath==1.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:54:03.5101171Z Requirement already satisfied: numpy>=2.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.6) 2025-06-05T23:54:03.5102652Z Requirement already satisfied: packaging in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (25.0) 2025-06-05T23:54:03.5104122Z Requirement already satisfied: pandas>=2.2.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (2.2.3) 2025-06-05T23:54:03.5105968Z Requirement already satisfied: parameterized in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.9.0) 2025-06-05T23:54:03.5107461Z Requirement already satisfied: pytest in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (7.2.0) 2025-06-05T23:54:03.5108589Z Collecting pytest-xdist (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.5110223Z Obtaining dependency information for pytest-xdist from https://files.pythonhosted.org/packages/0d/b2/0e802fde6f1c5b2f7ae7e9ad42b83fd4ecebac18a8a8c2f2f14e39dce6e1/pytest_xdist-3.7.0-py3-none-any.whl.metadata 2025-06-05T23:54:03.5111897Z Downloading pytest_xdist-3.7.0-py3-none-any.whl.metadata (3.0 kB) 2025-06-05T23:54:03.5112622Z Collecting pytest-rerunfailures (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.5114386Z Obtaining dependency information for pytest-rerunfailures from https://files.pythonhosted.org/packages/f3/30/11d836ff01c938969efa319b4ebe2374ed79d28043a12bfc908577aab9f3/pytest_rerunfailures-15.1-py3-none-any.whl.metadata 2025-06-05T23:54:03.5116190Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl.metadata (20 kB) 2025-06-05T23:54:03.5117325Z Requirement already satisfied: pyyaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (6.0.1) 2025-06-05T23:54:03.5118799Z Requirement already satisfied: ruamel.yaml in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (0.17.32) 2025-06-05T23:54:03.5120288Z Requirement already satisfied: sympy in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (1.14.0) 2025-06-05T23:54:03.5121288Z Collecting tabulate (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.5122797Z Obtaining dependency information for tabulate from https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl.metadata 2025-06-05T23:54:03.5124690Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-06-05T23:54:03.5125854Z Requirement already satisfied: typing-extensions>=4.10.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from executorch==0.7.0a0+bd57234) (4.14.0) 2025-06-05T23:54:03.5127009Z Collecting coremltools==8.3 (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.5127584Z Downloading coremltools-8.3.0.tar.gz (1.6 MB) 2025-06-05T23:54:03.5128527Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-06-05T23:54:03.5129632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 87.8 MB/s eta 0:00:00 2025-06-05T23:54:03.5130354Z [?25h Running command python setup.py egg_info 2025-06-05T23:54:03.5130875Z running egg_info 2025-06-05T23:54:03.5131341Z creating /tmp/pip-pip-egg-info-lnky88m4/coremltools.egg-info 2025-06-05T23:54:03.5132056Z writing /tmp/pip-pip-egg-info-lnky88m4/coremltools.egg-info/PKG-INFO 2025-06-05T23:54:03.5132995Z writing dependency_links to /tmp/pip-pip-egg-info-lnky88m4/coremltools.egg-info/dependency_links.txt 2025-06-05T23:54:03.5134525Z writing requirements to /tmp/pip-pip-egg-info-lnky88m4/coremltools.egg-info/requires.txt 2025-06-05T23:54:03.5135507Z writing top-level names to /tmp/pip-pip-egg-info-lnky88m4/coremltools.egg-info/top_level.txt 2025-06-05T23:54:03.5136457Z writing manifest file '/tmp/pip-pip-egg-info-lnky88m4/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:54:03.5137393Z reading manifest file '/tmp/pip-pip-egg-info-lnky88m4/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:54:03.5138103Z reading manifest template 'MANIFEST.in' 2025-06-05T23:54:03.5138536Z adding license file 'LICENSE.txt' 2025-06-05T23:54:03.5138937Z adding license file 'NOTICE.txt' 2025-06-05T23:54:03.5139581Z writing manifest file '/tmp/pip-pip-egg-info-lnky88m4/coremltools.egg-info/SOURCES.txt' 2025-06-05T23:54:03.5140455Z Preparing metadata (setup.py) ... [?25l[?25hdone 2025-06-05T23:54:03.5141130Z Collecting protobuf>=3.1.0 (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.5142931Z Obtaining dependency information for protobuf>=3.1.0 from https://files.pythonhosted.org/packages/76/a1/7a5a94032c83375e4fe7e7f56e3976ea6ac90c5e85fac8576409e25c39c3/protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl.metadata 2025-06-05T23:54:03.5145723Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl.metadata (593 bytes) 2025-06-05T23:54:03.5147013Z Requirement already satisfied: tqdm in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (4.67.1) 2025-06-05T23:54:03.5148768Z Requirement already satisfied: attrs>=21.3.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from coremltools==8.3->executorch==0.7.0a0+bd57234) (25.3.0) 2025-06-05T23:54:03.5149973Z Collecting cattrs (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:03.5151541Z Obtaining dependency information for cattrs from https://files.pythonhosted.org/packages/18/b0/215274ef0d835bbc1056392a367646648b6084e39d489099959aefcca2af/cattrs-25.1.1-py3-none-any.whl.metadata 2025-06-05T23:54:03.5153086Z Downloading cattrs-25.1.1-py3-none-any.whl.metadata (8.4 kB) 2025-06-05T23:54:03.5153775Z Collecting pyaml (from coremltools==8.3->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:05.1996269Z Obtaining dependency information for pyaml from https://files.pythonhosted.org/packages/aa/7d/1b5061beff826f902285827261485a058b943332eba8a5532a0164735205/pyaml-25.5.0-py3-none-any.whl.metadata 2025-06-05T23:54:05.1997929Z Downloading pyaml-25.5.0-py3-none-any.whl.metadata (12 kB) 2025-06-05T23:54:05.1999330Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2.9.0.post0) 2025-06-05T23:54:05.2001071Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:54:05.2003140Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pandas>=2.2.2->executorch==0.7.0a0+bd57234) (2025.2) 2025-06-05T23:54:05.2004896Z Requirement already satisfied: six>=1.5 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from python-dateutil>=2.8.2->pandas>=2.2.2->executorch==0.7.0a0+bd57234) (1.17.0) 2025-06-05T23:54:05.2006760Z Requirement already satisfied: exceptiongroup>=1.1.1 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from cattrs->coremltools==8.3->executorch==0.7.0a0+bd57234) (1.3.0) 2025-06-05T23:54:05.2008792Z Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from hypothesis->executorch==0.7.0a0+bd57234) (2.4.0) 2025-06-05T23:54:05.2010512Z Requirement already satisfied: iniconfig in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.1.0) 2025-06-05T23:54:05.2012100Z Requirement already satisfied: pluggy<2.0,>=0.12 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (1.6.0) 2025-06-05T23:54:05.2013673Z Requirement already satisfied: tomli>=1.0.0 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.0.1) 2025-06-05T23:54:05.2014733Z Collecting pytest (from executorch==0.7.0a0+bd57234) 2025-06-05T23:54:05.2016236Z Obtaining dependency information for pytest from https://files.pythonhosted.org/packages/2f/de/afa024cbe022b1b318a3d224125aa24939e99b4ff6f22e0ba639a2eaee47/pytest-8.4.0-py3-none-any.whl.metadata 2025-06-05T23:54:05.2017792Z Downloading pytest-8.4.0-py3-none-any.whl.metadata (7.7 kB) 2025-06-05T23:54:05.2018925Z Requirement already satisfied: pygments>=2.7.2 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from pytest->executorch==0.7.0a0+bd57234) (2.19.1) 2025-06-05T23:54:05.2020094Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.7.0a0+bd57234) 2025-06-05T23:54:05.2021718Z Obtaining dependency information for execnet>=2.1 from https://files.pythonhosted.org/packages/43/09/2aea36ff60d16dd8879bdb2f5b3ee0ba8d08cbbdcdfe870e695ce3784385/execnet-2.1.1-py3-none-any.whl.metadata 2025-06-05T23:54:05.2023293Z Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB) 2025-06-05T23:54:05.2024501Z Requirement already satisfied: ruamel.yaml.clib>=0.2.7 in /opt/conda/envs/py_3.10/lib/python3.10/site-packages (from ruamel.yaml->executorch==0.7.0a0+bd57234) (0.2.12) 2025-06-05T23:54:05.2025764Z Downloading protobuf-6.31.1-cp39-abi3-manylinux2014_aarch64.whl (322 kB) 2025-06-05T23:54:05.2026425Z Downloading cattrs-25.1.1-py3-none-any.whl (69 kB) 2025-06-05T23:54:05.2027022Z Downloading flatbuffers-25.2.10-py2.py3-none-any.whl (30 kB) 2025-06-05T23:54:05.2027609Z Downloading pyaml-25.5.0-py3-none-any.whl (26 kB) 2025-06-05T23:54:05.2028209Z Downloading pytest_rerunfailures-15.1-py3-none-any.whl (13 kB) 2025-06-05T23:54:05.2029043Z Downloading pytest-8.4.0-py3-none-any.whl (363 kB) 2025-06-05T23:54:05.2029600Z Downloading pytest_xdist-3.7.0-py3-none-any.whl (46 kB) 2025-06-05T23:54:05.2030145Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2025-06-05T23:54:05.2030684Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-06-05T23:54:05.2031287Z Building wheels for collected packages: executorch, coremltools 2025-06-05T23:54:05.2031946Z Running command Building wheel for executorch (pyproject.toml) 2025-06-05T23:54:05.2033480Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated 2025-06-05T23:54:05.2034695Z !! 2025-06-05T23:54:05.2034843Z 2025-06-05T23:54:05.2035006Z ******************************************************************************** 2025-06-05T23:54:05.2036136Z Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). 2025-06-05T23:54:05.2037287Z 2025-06-05T23:54:05.2037587Z By 2026-Feb-18, you need to update your project and remove deprecated calls 2025-06-05T23:54:05.2038210Z or your builds will no longer be supported. 2025-06-05T23:54:05.2038528Z 2025-06-05T23:54:05.2038997Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:05.2039776Z ******************************************************************************** 2025-06-05T23:54:05.2040093Z 2025-06-05T23:54:05.2040205Z !! 2025-06-05T23:54:05.2040631Z corresp(dist, value, root_dir) 2025-06-05T23:54:05.2041805Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:54:05.2043081Z !! 2025-06-05T23:54:05.2043233Z 2025-06-05T23:54:05.2043393Z ******************************************************************************** 2025-06-05T23:54:05.2044130Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:05.2044697Z 2025-06-05T23:54:05.2044899Z License :: OSI Approved :: BSD License 2025-06-05T23:54:05.2045205Z 2025-06-05T23:54:05.2045669Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:05.2046437Z ******************************************************************************** 2025-06-05T23:54:05.2046760Z 2025-06-05T23:54:05.2046861Z !! 2025-06-05T23:54:05.2047174Z dist._finalize_license_expression() 2025-06-05T23:54:05.2048211Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. 2025-06-05T23:54:05.2049202Z !! 2025-06-05T23:54:05.2049348Z 2025-06-05T23:54:05.2049502Z ******************************************************************************** 2025-06-05T23:54:05.2050237Z Please consider removing the following classifiers in favor of a SPDX license expression: 2025-06-05T23:54:05.2050800Z 2025-06-05T23:54:05.2050959Z License :: OSI Approved :: BSD License 2025-06-05T23:54:05.2051266Z 2025-06-05T23:54:05.2051731Z See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. 2025-06-05T23:54:05.2052498Z ******************************************************************************** 2025-06-05T23:54:05.2052828Z 2025-06-05T23:54:05.2052928Z !! 2025-06-05T23:54:05.2053220Z self._finalize_license_expression() 2025-06-05T23:54:05.2053617Z running bdist_wheel 2025-06-05T23:54:05.2053933Z running build 2025-06-05T23:54:05.2054243Z command options for 'CustomBuild': 2025-06-05T23:54:05.2054642Z build_base = pip-out 2025-06-05T23:54:05.2054977Z build_purelib = pip-out/lib 2025-06-05T23:54:05.2055429Z build_platlib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:54:05.2055988Z build_lib = pip-out/lib.linux-aarch64-cpython-310 2025-06-05T23:54:05.2056481Z build_scripts = pip-out/scripts-3.10 2025-06-05T23:54:05.2056972Z build_temp = pip-out/temp.linux-aarch64-cpython-310 2025-06-05T23:54:05.2057445Z plat_name = linux-aarch64 2025-06-05T23:54:05.2057795Z compiler = None 2025-06-05T23:54:05.2058086Z parallel = None 2025-06-05T23:54:05.2058376Z debug = None 2025-06-05T23:54:05.2058650Z force = None 2025-06-05T23:54:05.2059003Z executable = /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:54:05.2059694Z creating /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:05.2060565Z clearing /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:05.2061211Z Preset CMake variables: 2025-06-05T23:54:05.2061429Z 2025-06-05T23:54:05.2061574Z CMAKE_OSX_DEPLOYMENT_TARGET="12.0" 2025-06-05T23:54:05.2062217Z EXECUTORCH_BUILD_PRESET_FILE="/pytorch/executorch/tools/cmake/preset/pybind.cmake" 2025-06-05T23:54:05.2062967Z 2025-06-05T23:54:05.2063145Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:54:05.2063646Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:54:05.2064105Z -- Detecting C compiler ABI info 2025-06-05T23:54:05.2064520Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:05.2065034Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:05.2065545Z -- Detecting C compile features 2025-06-05T23:54:05.2065949Z -- Detecting C compile features - done 2025-06-05T23:54:05.2066487Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:05.2066931Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:05.2067463Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:05.2067990Z -- Detecting CXX compile features 2025-06-05T23:54:05.2068401Z -- Detecting CXX compile features - done 2025-06-05T23:54:05.2069127Z -- Loading build preset: /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:54:05.2069753Z -- --- Configured Options --- 2025-06-05T23:54:05.2069998Z 2025-06-05T23:54:05.2070157Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:54:05.2070638Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:54:05.2071123Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:54:05.2071704Z -- PYTHON_EXECUTABLE : /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:54:05.2072286Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:54:05.2072852Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:54:05.2073306Z -- BUCK2 : 2025-06-05T23:54:05.2073967Z -- EXECUTORCH_BUILD_PRESET_FILE : /pytorch/executorch/tools/cmake/preset/pybind.cmake 2025-06-05T23:54:05.2074668Z -- EXECUTORCH_ENABLE_LOGGING : ON 2025-06-05T23:54:05.2075139Z -- EXECUTORCH_BUILD_COREML : ON 2025-06-05T23:54:05.2075642Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:54:05.2076141Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:54:05.2076888Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:54:05.2077628Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:54:05.2078125Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:54:05.2078627Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:54:05.2079110Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:54:05.2079604Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:54:05.2080093Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2025-06-05T23:54:05.2080581Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : ON 2025-06-05T23:54:05.2081065Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : ON 2025-06-05T23:54:09.6238417Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:54:09.6239096Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : ON 2025-06-05T23:54:09.6239602Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:54:09.6240106Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:54:09.6240608Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : ON 2025-06-05T23:54:09.6241103Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : ON 2025-06-05T23:54:09.6241596Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:54:09.6242099Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:54:09.6242583Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:54:09.6243078Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:54:09.6243554Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:54:09.6244036Z -- EXECUTORCH_BUILD_PYBIND : ON 2025-06-05T23:54:09.6244503Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:54:09.6244998Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:54:09.6245968Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2025-06-05T23:54:09.6246452Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:54:09.6246937Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:54:09.6247407Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:54:09.6247887Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:54:09.6248364Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:54:09.6248841Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:54:09.6249311Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:54:09.6249991Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:54:09.6250484Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:54:09.6250949Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:54:09.6251430Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:54:09.6251901Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:54:09.6252398Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:09.6252884Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:54:09.6253366Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:54:09.6253841Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:54:09.6254343Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:54:09.6254846Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:54:09.6255342Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:54:09.6255795Z -- -------------------------- 2025-06-05T23:54:09.6256378Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:54:09.6257325Z CMake Deprecation Warning at third-party/pybind11/CMakeLists.txt:13 (cmake_minimum_required): 2025-06-05T23:54:09.6258211Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:09.6258784Z CMake. 2025-06-05T23:54:09.6258939Z 2025-06-05T23:54:09.6259246Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:09.6259995Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:09.6260649Z to work with policies introduced by or earlier. 2025-06-05T23:54:09.6260995Z 2025-06-05T23:54:09.6261000Z 2025-06-05T23:54:09.6261118Z -- pybind11 v2.13.6 2025-06-05T23:54:09.6261872Z -- Found PythonInterp: /opt/conda/envs/py_3.10/bin/python (found suitable version "3.10.17", minimum required is "3.7") 2025-06-05T23:54:09.6262844Z -- Found PythonLibs: /opt/conda/envs/py_3.10/lib/libpython3.10.so 2025-06-05T23:54:09.6263382Z -- Performing Test HAS_FLTO 2025-06-05T23:54:09.6263779Z -- Performing Test HAS_FLTO - Success 2025-06-05T23:54:09.6264467Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:09.6265337Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:09.6265898Z CMake. 2025-06-05T23:54:09.6266053Z 2025-06-05T23:54:09.6266355Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:09.6267109Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:09.6267751Z to work with policies introduced by or earlier. 2025-06-05T23:54:09.6268103Z 2025-06-05T23:54:09.6268108Z 2025-06-05T23:54:09.6268341Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:09.6269067Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:09.6269657Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:54:09.6270148Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:54:09.6270781Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:54:09.6271399Z -- GCC_VERSION: 11 2025-06-05T23:54:09.6271593Z 2025-06-05T23:54:09.6272954Z -- 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:09.6274766Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:09.6275736Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:09.6276296Z CMake. 2025-06-05T23:54:09.6276447Z 2025-06-05T23:54:09.6276759Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:09.6277629Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:09.6278305Z to work with policies introduced by or earlier. 2025-06-05T23:54:09.6278652Z 2025-06-05T23:54:09.6278657Z 2025-06-05T23:54:09.6279188Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:09.6280193Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:09.6280751Z CMake. 2025-06-05T23:54:09.6280903Z 2025-06-05T23:54:09.6281201Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:09.6281954Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:09.6282599Z to work with policies introduced by or earlier. 2025-06-05T23:54:09.6282948Z 2025-06-05T23:54:09.6282954Z 2025-06-05T23:54:09.6283113Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:54:09.6283624Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:54:09.6284088Z -- Found Threads: TRUE 2025-06-05T23:54:09.6284871Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:54:09.6285881Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:09.6286448Z CMake. 2025-06-05T23:54:09.6286601Z 2025-06-05T23:54:09.6286897Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:09.6287647Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:09.6288300Z to work with policies introduced by or earlier. 2025-06-05T23:54:09.6288646Z 2025-06-05T23:54:09.6288651Z 2025-06-05T23:54:09.6289162Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:54:09.6289952Z -- Killing buck2 daemon 2025-06-05T23:54:09.6290628Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:54:09.6291398Z -- executorch: Generating source lists 2025-06-05T23:54:09.6292358Z -- executorch: Generating source file list /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:09.6293839Z -- executorch: Using sources file /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/executorch_srcs.cmake 2025-06-05T23:54:09.6295266Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:54:09.6296201Z -- Generating operator lib: 2025-06-05T23:54:09.6296577Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:09.6297123Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:09.6297681Z -- ROOT_OPS: 2025-06-05T23:54:09.6297976Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:09.6299988Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:54:09.6301905Z -- Generating kernel bindings: 2025-06-05T23:54:09.6302622Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:09.6303173Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:54:09.6303784Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:09.6304115Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:09.6307080Z Generated files /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:54:09.6309955Z -- Generating operator lib: 2025-06-05T23:54:09.6310327Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:54:09.6310715Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:54:09.6311113Z -- DEPS: executorch_core 2025-06-05T23:54:09.6311477Z -- Generating operator lib: 2025-06-05T23:54:09.6311852Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:09.6312405Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:09.6312965Z -- ROOT_OPS: 2025-06-05T23:54:09.6313261Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:09.6315109Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/optimized/optimized.yaml" 2025-06-05T23:54:09.6317022Z -- Generating kernel bindings: 2025-06-05T23:54:09.6317422Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:09.6317971Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/optimized/optimized.yaml 2025-06-05T23:54:09.6318549Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:09.6318890Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:09.6321674Z Generated files /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2025-06-05T23:54:09.6324466Z -- Generating operator lib: 2025-06-05T23:54:09.6324834Z -- LIB_NAME: optimized_ops_lib 2025-06-05T23:54:09.6325232Z -- KERNEL_LIBS: optimized_kernels 2025-06-05T23:54:09.6325625Z -- DEPS: executorch_core 2025-06-05T23:54:09.6325996Z -- Merging kernel yaml files: 2025-06-05T23:54:09.6326663Z -- FUNCTIONS_YAML: /pytorch/executorch/configurations/../kernels/optimized/optimized.yaml 2025-06-05T23:54:09.6327623Z -- FALLBACK_YAML: /pytorch/executorch/configurations/../kernels/portable/functions.yaml 2025-06-05T23:54:16.6307141Z -- OUTPUT_DIR: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations 2025-06-05T23:54:16.6308052Z -- Generating operator lib: 2025-06-05T23:54:16.6308683Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:16.6309661Z -- OPS_SCHEMA_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:16.6310720Z -- ROOT_OPS: 2025-06-05T23:54:16.6311172Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:16.6313432Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml" 2025-06-05T23:54:16.6315798Z -- Generating kernel bindings: 2025-06-05T23:54:16.6316362Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:16.6317301Z -- FUNCTIONS_YAML: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/merged.yaml 2025-06-05T23:54:16.6331454Z -- CUSTOM_OPS_YAML: 2025-06-05T23:54:16.6331999Z -- ADD_EXCEPTION_BOUNDARY: TRUE 2025-06-05T23:54:16.6335083Z Generated files /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2025-06-05T23:54:16.6338019Z -- Generating operator lib: 2025-06-05T23:54:16.6338820Z -- LIB_NAME: optimized_native_cpu_ops_lib 2025-06-05T23:54:16.6339382Z -- KERNEL_LIBS: optimized_kernels;optimized_portable_kernels 2025-06-05T23:54:16.6339904Z -- DEPS: executorch_core 2025-06-05T23:54:16.6340553Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:54:16.6341448Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:16.6342014Z CMake. 2025-06-05T23:54:16.6342167Z 2025-06-05T23:54:16.6342467Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:16.6343219Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:16.6343868Z to work with policies introduced by or earlier. 2025-06-05T23:54:16.6344221Z 2025-06-05T23:54:16.6344227Z 2025-06-05T23:54:16.6344372Z -- Looking for C++ include unistd.h 2025-06-05T23:54:16.6344803Z -- Looking for C++ include unistd.h - found 2025-06-05T23:54:16.6345258Z -- Looking for C++ include stdint.h 2025-06-05T23:54:16.6345690Z -- Looking for C++ include stdint.h - found 2025-06-05T23:54:16.6346129Z -- Looking for C++ include inttypes.h 2025-06-05T23:54:16.6346582Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:54:16.6347030Z -- Looking for C++ include sys/types.h 2025-06-05T23:54:16.6347489Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:54:16.6347938Z -- Looking for C++ include sys/stat.h 2025-06-05T23:54:16.6348379Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:54:16.6348948Z -- Looking for C++ include fnmatch.h 2025-06-05T23:54:16.6349391Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:54:16.6349838Z -- Looking for C++ include stddef.h 2025-06-05T23:54:16.6350264Z -- Looking for C++ include stddef.h - found 2025-06-05T23:54:16.6350694Z -- Check size of uint32_t 2025-06-05T23:54:16.6351048Z -- Check size of uint32_t - done 2025-06-05T23:54:16.6351438Z -- Looking for strtoll 2025-06-05T23:54:16.6351782Z -- Looking for strtoll - found 2025-06-05T23:54:16.6352192Z -- The ASM compiler identification is GNU 2025-06-05T23:54:16.6352636Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:54:16.6353096Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-06-05T23:54:16.6353931Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.17") found components: Interpreter 2025-06-05T23:54:16.6354725Z -- Generating microkernels.cmake 2025-06-05T23:54:16.6355234Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:54:16.6355804Z No microkernel found in src/reference/packing.cc 2025-06-05T23:54:16.6356362Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:54:16.6357388Z '/opt/conda/envs/py_3.10/bin/python' '-c' 'import importlib.util; print(importlib.util.find_spec('torch').submodule_search_locations[0])' 2025-06-05T23:54:16.6358818Z CMake Warning at /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2025-06-05T23:54:16.6359799Z static library kineto_LIBRARY-NOTFOUND not found. 2025-06-05T23:54:16.6360277Z Call Stack (most recent call first): 2025-06-05T23:54:16.6361212Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:125 (append_torchlib_if_found) 2025-06-05T23:54:16.6362386Z tools/cmake/Utils.cmake:267 (find_package) 2025-06-05T23:54:16.6362842Z CMakeLists.txt:610 (find_package_torch) 2025-06-05T23:54:16.6363134Z 2025-06-05T23:54:16.6363140Z 2025-06-05T23:54:16.6363527Z -- Found Torch: /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/lib/libtorch.so 2025-06-05T23:54:16.6364906Z -- executorch: Using source file list /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/extension/llm/custom_ops/../../../executorch_srcs.cmake 2025-06-05T23:54:16.6366038Z -- Generating operator lib: 2025-06-05T23:54:16.6366409Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:16.6367098Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:16.6367679Z -- ROOT_OPS: 2025-06-05T23:54:16.6367976Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:16.6369825Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:54:16.6371766Z -- Generating kernel bindings: 2025-06-05T23:54:16.6372156Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:16.6372525Z -- FUNCTIONS_YAML: 2025-06-05T23:54:16.6373022Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:16.6373610Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:16.6378932Z Generated files /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2025-06-05T23:54:16.6384227Z -- Generating operator lib: 2025-06-05T23:54:16.6384611Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:16.6385000Z -- OPS_SCHEMA_YAML: 2025-06-05T23:54:16.6388745Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out 2025-06-05T23:54:16.6392378Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:16.6397319Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::choose_qparams_per_token_asymmetric.out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::dequantize_per_token.out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out;quantized_decomposed::quantize_per_token.out" 2025-06-05T23:54:16.6402640Z -- Generating kernel bindings: 2025-06-05T23:54:16.6403031Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:16.6403423Z -- FUNCTIONS_YAML: 2025-06-05T23:54:16.6403912Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:16.6404503Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:16.6404904Z -- Generating custom ops aot lib: 2025-06-05T23:54:16.6405308Z -- LIB_NAME: quantized_ops_aot_lib 2025-06-05T23:54:16.6406052Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/embeddingxb.cpp 2025-06-05T23:54:16.6407357Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2025-06-05T23:54:16.6408465Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2025-06-05T23:54:16.6409714Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2025-06-05T23:54:16.6410920Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2025-06-05T23:54:16.6412026Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding2b.cpp 2025-06-05T23:54:16.6413135Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2025-06-05T23:54:16.6414259Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2025-06-05T23:54:17.9317253Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2025-06-05T23:54:17.9318463Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2025-06-05T23:54:17.9319578Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2025-06-05T23:54:17.9320735Z -- KERNEL_SOURCE: /pytorch/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2025-06-05T23:54:17.9321572Z -- Generating operator lib: 2025-06-05T23:54:17.9321955Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:17.9322541Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:17.9323097Z -- ROOT_OPS: 2025-06-05T23:54:17.9323383Z -- INCLUDE_ALL_OPS: 2025-06-05T23:54:17.9325283Z Command - /opt/conda/envs/py_3.10/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/quantized_ops_pybind_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/quantized/quantized.yaml" 2025-06-05T23:54:17.9327271Z -- Generating kernel bindings: 2025-06-05T23:54:17.9327666Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:17.9328080Z -- FUNCTIONS_YAML: 2025-06-05T23:54:17.9328567Z -- CUSTOM_OPS_YAML: /pytorch/executorch/kernels/quantized/quantized.yaml 2025-06-05T23:54:17.9329167Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:54:17.9330296Z -- Generating operator lib: 2025-06-05T23:54:17.9330698Z -- LIB_NAME: quantized_ops_pybind_lib 2025-06-05T23:54:17.9331145Z -- KERNEL_LIBS: quantized_pybind_kernels_lib 2025-06-05T23:54:17.9331583Z -- DEPS: portable_lib 2025-06-05T23:54:17.9331923Z -- Generating operator lib: 2025-06-05T23:54:17.9332301Z -- LIB_NAME: quantized_ops_lib 2025-06-05T23:54:17.9332701Z -- KERNEL_LIBS: quantized_kernels 2025-06-05T23:54:17.9333093Z -- DEPS: executorch_core 2025-06-05T23:54:17.9333456Z -- Configuring done (12.0s) 2025-06-05T23:54:17.9333839Z -- Generating done (0.5s) 2025-06-05T23:54:17.9334554Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out 2025-06-05T23:54:17.9336306Z cmake --build /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out -j7 --config=Release --target portable_lib --target executorchcoreml --target custom_ops_aot_lib --target quantized_ops_aot_lib 2025-06-05T23:54:17.9338670Z [ 0%] Creating directories for 'flatcc_external_project' 2025-06-05T23:54:17.9339357Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:54:17.9340276Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:54:17.9341513Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:54:17.9342630Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:54:17.9343899Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:54:17.9345072Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2025-06-05T23:54:17.9345913Z [ 0%] No download step for 'flatbuffers_external_project' 2025-06-05T23:54:17.9346454Z [ 0%] No download step for 'flatcc_external_project' 2025-06-05T23:54:17.9346963Z [ 0%] No update step for 'flatbuffers_external_project' 2025-06-05T23:54:17.9347477Z [ 0%] No update step for 'flatcc_external_project' 2025-06-05T23:54:17.9347975Z [ 0%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:54:17.9348550Z [ 0%] No patch step for 'flatcc_external_project' 2025-06-05T23:54:17.9349137Z [ 0%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:54:17.9349660Z CMake Warning: 2025-06-05T23:54:17.9350058Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:17.9350439Z 2025-06-05T23:54:17.9350448Z 2025-06-05T23:54:17.9350628Z fatal: No names found, cannot describe anything. 2025-06-05T23:54:17.9351185Z [ 1%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:54:17.9351744Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:54:17.9352235Z git describe failed with exit code: 128 2025-06-05T23:54:17.9352539Z 2025-06-05T23:54:17.9352763Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:54:17.9353267Z Call Stack (most recent call first): 2025-06-05T23:54:17.9353677Z CMakeLists.txt:5 (include) 2025-06-05T23:54:17.9353917Z 2025-06-05T23:54:17.9353923Z 2025-06-05T23:54:17.9354068Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:54:17.9354463Z CMake Warning: 2025-06-05T23:54:17.9354851Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:54:17.9355227Z 2025-06-05T23:54:17.9355232Z 2025-06-05T23:54:17.9355542Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:54:17.9356305Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:54:17.9356857Z CMake. 2025-06-05T23:54:17.9357019Z 2025-06-05T23:54:17.9357315Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:54:17.9358067Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:54:17.9358715Z to work with policies introduced by or earlier. 2025-06-05T23:54:17.9359060Z 2025-06-05T23:54:17.9359065Z 2025-06-05T23:54:17.9359591Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:54:17.9360745Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2025-06-05T23:54:17.9361922Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2025-06-05T23:54:17.9363045Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:54:17.9363822Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:54:17.9364317Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:54:17.9364768Z -- Detecting CXX compiler ABI info 2025-06-05T23:54:17.9365403Z -- Detecting C compiler ABI info 2025-06-05T23:54:17.9365823Z [ 1%] Linking C static library libpthreadpool.a 2025-06-05T23:54:17.9366273Z [ 1%] Built target pthreadpool 2025-06-05T23:54:17.9366941Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:54:17.9367940Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:54:17.9368971Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:54:17.9370187Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:54:17.9370979Z -- Detecting C compiler ABI info - done 2025-06-05T23:54:17.9371423Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:54:17.9372260Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2025-06-05T23:54:17.9373182Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:54:17.9373702Z -- Detecting C compile features 2025-06-05T23:54:17.9374109Z -- Detecting C compile features - done 2025-06-05T23:54:17.9374889Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:54:17.9376053Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:54:17.9376955Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:54:17.9377487Z -- Detecting CXX compile features 2025-06-05T23:54:17.9377908Z -- Detecting CXX compile features - done 2025-06-05T23:54:17.9378426Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:54:17.9379034Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:54:17.9379539Z -- Looking for strtof_l 2025-06-05T23:54:17.9379950Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:54:17.9380442Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:54:17.9381071Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:54:17.9381680Z -- GCC_VERSION: 11 2025-06-05T23:54:17.9381881Z 2025-06-05T23:54:17.9383035Z -- 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:17.9384468Z -- Configuring done (0.3s) 2025-06-05T23:54:17.9384823Z -- Generating done (0.0s) 2025-06-05T23:54:17.9385979Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:54:17.9387560Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:54:17.9388442Z [ 1%] Performing build step for 'flatcc_external_project' 2025-06-05T23:54:17.9389397Z [ 1%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2025-06-05T23:54:17.9390506Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2025-06-05T23:54:17.9391414Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:17.9392347Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:54:17.9393519Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:54:17.9394656Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2025-06-05T23:54:17.9395564Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:17.9396834Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:17.9398136Z -- Looking for strtof_l - found 2025-06-05T23:54:17.9398519Z -- Looking for strtoull_l 2025-06-05T23:54:17.9399397Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2025-06-05T23:54:17.9400518Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2025-06-05T23:54:17.9401457Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:17.9403591Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-06-05T23:54:18.0462113Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.0464101Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:18.0464805Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.0465276Z | | 2025-06-05T23:54:18.0465746Z | const xnn_float16 * 2025-06-05T23:54:18.0466865Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:18.0468946Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:18.0470082Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.0470525Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.0472345Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.0474153Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:18.0474827Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.0475307Z | | 2025-06-05T23:54:18.0475783Z | const xnn_float16 * 2025-06-05T23:54:18.0476873Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:18.0478819Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:18.0479971Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.0480382Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.0482187Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.0484000Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:18.0484669Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.0485132Z | | 2025-06-05T23:54:18.0485599Z | const xnn_float16 * 2025-06-05T23:54:18.0487123Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:18.0489086Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:18.0490220Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.0490642Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.0492636Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:300:25: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.0494581Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:54:18.0495320Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.0495733Z | | 2025-06-05T23:54:18.0496143Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:54:18.0497226Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:18.0499410Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-06-05T23:54:18.0500682Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:54:18.0501212Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:18.0502293Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:18.0504802Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-06-05T23:54:18.0507074Z [ 1%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-06-05T23:54:18.0508389Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:18.0509418Z [ 1%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2025-06-05T23:54:18.0510211Z -- Looking for strtoull_l - found 2025-06-05T23:54:18.0510596Z -- Looking for realpath 2025-06-05T23:54:18.0511326Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:54:18.0513305Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_avgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-06-05T23:54:18.0516061Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:30:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.0517880Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:18.0518579Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.0519047Z | | 2025-06-05T23:54:18.0519534Z | const xnn_float16 * 2025-06-05T23:54:18.0520614Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:18.0522560Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:18.0524073Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.0524489Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.0526283Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:31:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.0528064Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:18.0528924Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.0529406Z | | 2025-06-05T23:54:18.0529883Z | const xnn_float16 * 2025-06-05T23:54:18.0530967Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:18.0532905Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:18.0534039Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.0534446Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.0536224Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:32:64: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.0538012Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:18.0538678Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.0539145Z | | 2025-06-05T23:54:18.0539624Z | const xnn_float16 * 2025-06-05T23:54:18.0540706Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:18.0542625Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:18.0543749Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.0544175Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.5036747Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:165:23: warning: passing argument 1 of ‘vst1_lane_u32’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.5038934Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:54:18.5039722Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.5040122Z | | 2025-06-05T23:54:18.5040513Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:54:18.5041588Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:18.5043549Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26598:26: note: expected ‘uint32_t *’ {aka ‘unsigned int *’} but argument is of type ‘uint16_t *’ {aka ‘short unsigned int *’} 2025-06-05T23:54:18.5044786Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:54:18.5045318Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:18.5045868Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:18.5047282Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:54:18.5049368Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c: In function ‘xnn_f16_conv_hwc2chw_ukernel_3x3s2p1c3x4__neonfp16arith_2x2’: 2025-06-05T23:54:18.5052270Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:53:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.5054319Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:18.5055000Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.5055467Z | | 2025-06-05T23:54:18.5055998Z | const xnn_float16 * 2025-06-05T23:54:18.5057174Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-06-05T23:54:18.5059214Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:18.5060353Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.5060767Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.5062641Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:54:62: warning: passing argument 1 of ‘vld1_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:18.5064490Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:18.5065166Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:18.5065627Z | | 2025-06-05T23:54:18.5066086Z | const xnn_float16 * 2025-06-05T23:54:18.5067242Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c:8: 2025-06-05T23:54:18.5069457Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16858:31: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:18.5070602Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:18.5071015Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:18.5072102Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-06-05T23:54:18.5073753Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2025-06-05T23:54:18.5075207Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-neonfp16arith.c.o 2025-06-05T23:54:18.5076683Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:54:18.5077821Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2025-06-05T23:54:18.5078877Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:18.5079508Z -- Looking for realpath - found 2025-06-05T23:54:18.5079959Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:54:18.5080443Z -- Configuring done (0.7s) 2025-06-05T23:54:18.5081501Z [ 2%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-neonfp16arith.c.o 2025-06-05T23:54:18.5082626Z -- Generating done (0.0s) 2025-06-05T23:54:18.5083882Z -- Build files have been written to: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:54:18.5085501Z [ 2%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2025-06-05T23:54:18.5086379Z [ 2%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:54:18.5087243Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2025-06-05T23:54:18.5088384Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:54:18.5089301Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:54:18.5090537Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-neonfp16arith.c.o 2025-06-05T23:54:18.5091871Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:18.5093350Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3p1-minmax-neonfp16arith-2x8.c.o 2025-06-05T23:54:18.5095051Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2025-06-05T23:54:18.5095825Z [ 21%] Built target flatccrt 2025-06-05T23:54:18.5096436Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:54:18.5097470Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:54:18.5099237Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-3x3s2p1-minmax-neonfp16arith-1x8.c.o 2025-06-05T23:54:18.5100836Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2025-06-05T23:54:18.5101945Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2025-06-05T23:54:18.5103079Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:54:18.5104131Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:54:18.5105628Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5p2-minmax-neonfp16arith-1x8.c.o 2025-06-05T23:54:18.5107193Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2025-06-05T23:54:18.5108713Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2025-06-05T23:54:18.5109830Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2025-06-05T23:54:18.5110619Z [ 3%] Linking C static library libcpuinfo.a 2025-06-05T23:54:18.5111177Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:54:18.5111708Z [ 3%] Built target cpuinfo 2025-06-05T23:54:18.5112490Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:54:18.5113877Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:54:18.5115029Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2025-06-05T23:54:18.5116026Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:54:18.5117036Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2025-06-05T23:54:18.5118627Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv2d-chw/gen/f16-dwconv2d-chw-5x5s2p2-minmax-neonfp16arith-1x8.c.o 2025-06-05T23:54:18.5120275Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:54:18.5121746Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neon-int16-u16.c.o 2025-06-05T23:54:18.5122798Z [ 3%] Built target indirection 2025-06-05T23:54:19.3575306Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-neonfp16-u16.c.o 2025-06-05T23:54:19.3576769Z [ 3%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2025-06-05T23:54:19.3578043Z [ 3%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:54:19.3579118Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:54:19.3579820Z [ 5%] Linking CXX static library libeigen_blas.a 2025-06-05T23:54:19.3580870Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2025-06-05T23:54:19.3582008Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:54:19.3583167Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2025-06-05T23:54:19.3584977Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rdsum/gen/f16-f32acc-rdsum-7p7x-minmax-neonfp16arith-c16.c.o 2025-06-05T23:54:19.3586570Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:54:19.3588094Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-neonfp16arith-u32-acc4.c.o 2025-06-05T23:54:19.3589321Z [ 5%] Built target eigen_blas 2025-06-05T23:54:19.3590142Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:54:19.3591451Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:54:19.3592488Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:54:19.3593930Z [ 5%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:19.3596233Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:19.3598030Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:19.3601831Z [ 5%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:54:19.3602554Z [ 5%] Built target microparams-init 2025-06-05T23:54:19.3603626Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:54:19.3604791Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:54:19.3605781Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:54:19.3606541Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:54:19.3607052Z [ 6%] Built target logging 2025-06-05T23:54:19.3607559Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:54:19.3608115Z [ 6%] Built target normalization 2025-06-05T23:54:19.3609070Z [ 6%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:54:19.3610265Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:54:19.3610914Z [ 6%] Built target datatype 2025-06-05T23:54:19.3611712Z [ 6%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:54:19.3613507Z [ 6%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:19.3615569Z [ 6%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-06-05T23:54:19.3616969Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:54:19.3618378Z [ 6%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-06-05T23:54:19.3619661Z [ 6%] Built target operator-utils 2025-06-05T23:54:19.3620896Z [ 6%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-06-05T23:54:19.3622294Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:54:19.3623632Z [ 6%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:19.3625417Z [ 7%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:54:19.3626548Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:54:19.3627810Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:19.3629698Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:19.3630944Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:54:19.3631632Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:54:19.3632332Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:54:19.3633609Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-06-05T23:54:19.3635061Z [ 8%] Built target reference-ukernels 2025-06-05T23:54:19.3635611Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:54:19.3638344Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:54:19.3639920Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-06-05T23:54:19.3641345Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:54:19.3642725Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:19.3644711Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:19.3646745Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-06-05T23:54:19.3647996Z [ 8%] Built target operator-run 2025-06-05T23:54:19.3648566Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:54:19.3650029Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-06-05T23:54:19.3651424Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:54:19.3652455Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:54:19.3653504Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:54:19.3654908Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-06-05T23:54:19.3656939Z [ 8%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:54:19.3658311Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:54:19.3659604Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:19.3663285Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:19.3664595Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:54:19.3665214Z [ 8%] Built target hardware-config 2025-06-05T23:54:19.3666025Z [ 8%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:54:19.3667042Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:54:19.3669424Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:19.3671313Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:54:19.3672420Z [ 8%] Built target packing 2025-06-05T23:54:19.6814883Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:54:19.6815914Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:54:19.6817228Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:54:19.6817899Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:54:19.6818574Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:54:19.6819099Z [ 8%] Built target allocator 2025-06-05T23:54:19.6819656Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:54:19.6820558Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:54:19.6822219Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:19.6824114Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:19.6825472Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:54:19.6826125Z [ 8%] Built target cache 2025-06-05T23:54:19.6826784Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:54:19.6828971Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-06-05T23:54:19.6831775Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:19.6833652Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:19.6834381Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:19.6834862Z | | 2025-06-05T23:54:19.6835362Z | const xnn_float16 * 2025-06-05T23:54:19.6836479Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:19.6838452Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:19.6839584Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:19.6840015Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:19.6841820Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:19.6843674Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:19.6844414Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:19.6844879Z | | 2025-06-05T23:54:19.6845363Z | const xnn_float16 * 2025-06-05T23:54:19.6846474Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:19.6848448Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:19.6849588Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:19.6849997Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:19.6852040Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:239:75: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:19.6854137Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:54:19.6855091Z | ^~~~~~~~~~ 2025-06-05T23:54:19.6855563Z | | 2025-06-05T23:54:19.6856203Z | const xnn_float16 * 2025-06-05T23:54:19.6857353Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:19.6859322Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:19.6860900Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:19.6861320Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:19.6861940Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:54:19.6863308Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:54:19.6864571Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:54:19.6865782Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c.o 2025-06-05T23:54:19.6867992Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_maxpool_minmax_ukernel_9p8x__neonfp16arith_c8’: 2025-06-05T23:54:19.6870831Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:28:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:19.6873308Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:19.6874041Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:19.6874529Z | | 2025-06-05T23:54:19.6875019Z | const xnn_float16 * 2025-06-05T23:54:19.6876116Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:19.6878108Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:19.6879245Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:19.6879654Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:19.6881442Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:29:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:19.6883285Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:19.6884011Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:19.6884486Z | | 2025-06-05T23:54:19.6884964Z | const xnn_float16 * 2025-06-05T23:54:19.6886300Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:19.6888243Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:19.6889383Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:19.6889798Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:19.6890968Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:54:19.6892063Z [ 10%] Built target memory 2025-06-05T23:54:19.6892894Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:54:19.6893940Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:54:19.6894708Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:54:19.6896238Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c.o 2025-06-05T23:54:19.6897573Z [ 11%] Built target microkernel-utils 2025-06-05T23:54:19.6899376Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c: In function ‘xnn_f16_qs8_vcvt_ukernel__neonfp16arith_u32’: 2025-06-05T23:54:20.0338222Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:32:66: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:20.0340073Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:54:20.0340860Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:20.0341329Z | | 2025-06-05T23:54:20.0341808Z | const xnn_float16 * 2025-06-05T23:54:20.0342857Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-neonfp16arith-u32.c:12: 2025-06-05T23:54:20.0344798Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:20.0345943Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:20.0346356Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:20.0347045Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:54:20.0347971Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:54:20.0349401Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-neonfp16arith-u32-acc4.c.o 2025-06-05T23:54:20.0351616Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c: In function ‘xnn_f16_pavgpool_minmax_ukernel_9x__neonfp16arith_c8’: 2025-06-05T23:54:20.0354361Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:31:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:20.0356212Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:54:20.0356943Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:20.0357785Z | | 2025-06-05T23:54:20.0358276Z | const xnn_float16 * 2025-06-05T23:54:20.0359375Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:20.0361349Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:20.0362680Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:20.0363112Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:20.0364903Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:32:71: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:20.0366759Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:54:20.0367492Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:20.0367972Z | | 2025-06-05T23:54:20.0368453Z | const xnn_float16 * 2025-06-05T23:54:20.0369570Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:20.0371524Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:20.0372652Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:20.0373085Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:20.0374869Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:106:73: warning: passing argument 1 of ‘vld1q_dup_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:20.0376951Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:54:20.0377901Z | ^~~~~~~~~~ 2025-06-05T23:54:20.0378383Z | | 2025-06-05T23:54:20.0378877Z | const xnn_float16 * 2025-06-05T23:54:20.0379974Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c:8: 2025-06-05T23:54:20.0381923Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:16958:32: note: expected ‘const uint16_t *’ {aka ‘const short unsigned int *’} but argument is of type ‘const xnn_float16 *’ 2025-06-05T23:54:20.0383063Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:20.0383472Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:20.0384021Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:54:20.0384785Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:54:20.0385442Z [ 11%] Built target mutex 2025-06-05T23:54:20.0387226Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c: In function ‘xnn_f16_raddstoreexpminusmax_ukernel__neonfp16arith_rr2_p2_u32’: 2025-06-05T23:54:20.0390713Z /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:189:17: warning: passing argument 1 of ‘vst1_lane_u16’ from incompatible pointer type [-Wincompatible-pointer-types] 2025-06-05T23:54:20.0392872Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-06-05T23:54:20.0393345Z | ^~~ 2025-06-05T23:54:20.0393675Z | | 2025-06-05T23:54:20.0394001Z | xnn_float16 * 2025-06-05T23:54:20.0395229Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-neonfp16arith-rr2-p2-u32.c:12: 2025-06-05T23:54:20.0397405Z /usr/lib/gcc/aarch64-linux-gnu/11/include/arm_neon.h:26591:26: note: expected ‘uint16_t *’ {aka ‘short unsigned int *’} but argument is of type ‘xnn_float16 *’ 2025-06-05T23:54:20.0398667Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-06-05T23:54:20.0401072Z | ~~~~~~~~~~^~~ 2025-06-05T23:54:20.0401907Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:54:20.0403220Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:54:20.0405504Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2025-06-05T23:54:20.0406657Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:54:20.0407358Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:54:20.0408144Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:54:20.0409287Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:54:20.0410736Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:54:20.0411679Z [ 93%] Built target flatcc 2025-06-05T23:54:20.0412188Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:54:20.0413440Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-neonfp16arith-u32-acc4.c.o 2025-06-05T23:54:20.0415035Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:54:20.0416453Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:54:20.0417484Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:54:20.0418588Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:54:20.0419205Z [100%] Built target flatcc_cli 2025-06-05T23:54:20.0420216Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2025-06-05T23:54:20.0421345Z [ 11%] Performing install step for 'flatcc_external_project' 2025-06-05T23:54:20.0422307Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:54:20.0423355Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:54:20.0424084Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:54:20.1238165Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:54:20.1239107Z [ 21%] Built target flatccrt 2025-06-05T23:54:20.1240540Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-spmm/gen/f16-spmm-32x1-minmax-neonfp16arith-pipelined.c.o 2025-06-05T23:54:20.1243090Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vadd-neonfp16arith-u16.c.o 2025-06-05T23:54:20.1244147Z [ 93%] Built target flatcc 2025-06-05T23:54:20.1244495Z [100%] Built target flatcc_cli 2025-06-05T23:54:20.1244861Z Install the project... 2025-06-05T23:54:20.1245206Z -- Install configuration: "" 2025-06-05T23:54:20.1246434Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:54:20.1248296Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:54:20.1250340Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:54:20.1252353Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:54:20.1254127Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:54:20.1256296Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:54:20.1258053Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:54:20.1260110Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:54:20.1262121Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:54:20.1263931Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:54:20.1267484Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:54:20.1269847Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:54:20.1271891Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:54:20.1273712Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:54:20.1276630Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:54:20.1278754Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:54:20.1280515Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:54:20.1282540Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:54:20.1284539Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:54:20.1286306Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:54:20.1288344Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:54:20.1290645Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:54:20.1292371Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:54:20.1294476Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:54:20.1296273Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:54:20.1298869Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:54:20.1301042Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:54:20.1302905Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:54:20.1304957Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:54:20.1306995Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:54:20.1308956Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:54:20.1311120Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:54:20.1313022Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:54:20.1315142Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:54:20.1317495Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:54:20.1319455Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:54:20.1321658Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:54:20.1323809Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:54:20.1325670Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:54:20.1327753Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:54:20.1329756Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:54:20.1331560Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:54:20.1334105Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:54:20.1336320Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:54:20.1338184Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:54:20.1340227Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:54:20.1342073Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:54:20.1343881Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:54:20.5961788Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:54:20.5963653Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:54:20.5965516Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:54:20.5967359Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:54:20.5969166Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:54:20.5970975Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:54:20.5972775Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:54:20.5974570Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:54:20.5976415Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:54:20.5978329Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:54:20.5980198Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:54:20.5982004Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:54:20.5983795Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:54:20.5985596Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:54:20.5987415Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:54:20.5989092Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:54:20.5991070Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:54:20.5992815Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:54:20.5994539Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:54:20.5996629Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:54:20.5998710Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:54:20.6000872Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:54:20.6002833Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:54:20.6004779Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:54:20.6006585Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:54:20.6008272Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:54:20.6010019Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:54:20.6011784Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:54:20.6013557Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:54:20.6015325Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:54:20.6017019Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:54:20.6018600Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:54:20.6020126Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:54:20.6021115Z [ 11%] Completed 'flatcc_external_project' 2025-06-05T23:54:20.6021776Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:54:20.6022444Z [ 11%] Built target flatcc_external_project 2025-06-05T23:54:20.6023040Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:54:20.6024253Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vaddc-neonfp16arith-u16.c.o 2025-06-05T23:54:20.6025983Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-aarch64-neonfp16arith-u8.c.o 2025-06-05T23:54:20.6027554Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:54:20.6028670Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:54:20.6029602Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:54:20.6030230Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:54:20.6031319Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:54:20.6032757Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:54:20.6034406Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdiv-fp16arith-u2.c.o 2025-06-05T23:54:20.6035602Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:54:20.6036643Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:54:20.6037813Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:54:20.6038890Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:54:20.6040391Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-aarch64-neonfp16arith-u8.c.o 2025-06-05T23:54:20.6042087Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vdivc-fp16arith-u2.c.o 2025-06-05T23:54:20.6043363Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:54:20.6044469Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:54:20.6045565Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:54:20.6046451Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:54:20.6047214Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:54:20.6048030Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:54:20.6048863Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:54:20.6049695Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:54:20.6050913Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:54:20.6052463Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmax-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6597017Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:54:21.6598401Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:54:21.6602167Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:54:21.6603648Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmaxc-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6604939Z [ 13%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:54:21.6605772Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:54:21.6606951Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:54:21.6607957Z [ 13%] Built target flatccrt 2025-06-05T23:54:21.6608530Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:54:21.6609806Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:54:21.6610653Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:54:21.6611528Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:54:21.6612598Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:54:21.6614239Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmin-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6615534Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:54:21.6616599Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:54:21.6617657Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:54:21.6618740Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:54:21.6620224Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vminc-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6621902Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmul-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6623726Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vmulc-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6625282Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:54:21.6626655Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:54:21.6628174Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vprelu-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6629980Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vpreluc-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6631735Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-aarch64-neonfp16arith-u8.c.o 2025-06-05T23:54:21.6633446Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrdivc-fp16arith-u2.c.o 2025-06-05T23:54:21.6634506Z [ 13%] Built target operators 2025-06-05T23:54:21.6635525Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrpreluc-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6637243Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vrsubc-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6638318Z [100%] Linking CXX executable flatc 2025-06-05T23:54:21.6639397Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiff-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6641132Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsqrdiffc-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6642591Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:54:21.6644024Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsub-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6645722Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vbinary/gen/f16-vsubc-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6647616Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vclamp/gen/f16-vclamp-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6648997Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:54:21.6650461Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vcmul/gen/f16-vcmul-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6652259Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-velu/gen/f16-velu-neonfp16arith-rr1-p3-u16.c.o 2025-06-05T23:54:21.6653997Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vhswish/gen/f16-vhswish-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6655684Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vlrelu/gen/f16-vlrelu-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6658017Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-neonfp16arith-2x.c.o 2025-06-05T23:54:21.6659521Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:54:21.6660756Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:54:21.6662249Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndd-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6663904Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndne-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6665554Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndu-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6667202Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrnd/gen/f16-vrndz-neonfp16arith-u16.c.o 2025-06-05T23:54:21.6668798Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:54:21.6670177Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:54:21.6671774Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vrsqrt/gen/f16-vrsqrt-neonfp16arith-rsqrt-u16.c.o 2025-06-05T23:54:21.6673255Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:54:21.6674824Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1fma-u40.c.o 2025-06-05T23:54:21.6676802Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsigmoid/gen/f16-vsigmoid-neonfp16arith-rr2-p2-nr1recps-u16.c.o 2025-06-05T23:54:21.6678420Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:54:21.6679958Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-aarch64-neonfp16arith-sqrt-u8.c.o 2025-06-05T23:54:21.6681530Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:54:21.6682758Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:54:21.6684242Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:54:21.6697408Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vsqrt/gen/f16-vsqrt-neonfp16arith-nr1fma1adj-u8.c.o 2025-06-05T23:54:21.6699991Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-aarch64-neonfp16arith-expm1minus-rr1-p3h2ts-div-u32.c.o 2025-06-05T23:54:21.6702128Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vtanh/gen/f16-vtanh-neonfp16arith-expm1minus-rr1-p3h2ts-nr1fma-u32.c.o 2025-06-05T23:54:21.6704049Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:54:22.1079411Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:54:22.1080869Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:54:22.1082486Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vabs-neonfp16arith-u16.c.o 2025-06-05T23:54:22.1084149Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vneg-neonfp16arith-u16.c.o 2025-06-05T23:54:22.1085812Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-vunary/gen/f16-vsqr-neonfp16arith-u16.c.o 2025-06-05T23:54:22.1087250Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:54:22.1088594Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:54:22.1089957Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:54:22.1091435Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-neon-c4.c.o 2025-06-05T23:54:22.1093121Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2025-06-05T23:54:22.1094801Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-neon-c4.c.o 2025-06-05T23:54:22.1096496Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2025-06-05T23:54:22.1098196Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-neon-c4.c.o 2025-06-05T23:54:22.1099865Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:54:22.1101389Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2025-06-05T23:54:22.1103094Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-neon-c4.c.o 2025-06-05T23:54:22.1104792Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:54:22.1106501Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-neon-c4.c.o 2025-06-05T23:54:22.1107941Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:54:22.1109660Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2025-06-05T23:54:22.1111160Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:54:22.1113283Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-aarch64-neonfma-2x2.c.o 2025-06-05T23:54:22.1114476Z [100%] Built target flatc 2025-06-05T23:54:22.1114949Z [ 18%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:54:22.1116229Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-neon-2x2.c.o 2025-06-05T23:54:22.1118304Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2025-06-05T23:54:22.1120011Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:54:22.1121771Z [ 18%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/f32-dwconv-9p4c-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:22.1123684Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:22.1125156Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:54:22.1126605Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2025-06-05T23:54:22.1127653Z [100%] Built target flatc 2025-06-05T23:54:22.1127999Z Install the project... 2025-06-05T23:54:22.1129011Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neon-acc2.c.o 2025-06-05T23:54:22.1130095Z -- Install configuration: "" 2025-06-05T23:54:22.1131128Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:54:22.1132891Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:54:22.1134703Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:54:22.1136486Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:54:22.1138270Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:54:22.1140084Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:54:22.1142668Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:54:22.1144741Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:54:22.1146664Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:54:22.1148677Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:54:22.1150566Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:54:22.1152628Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-neonfma-acc2.c.o 2025-06-05T23:54:22.1154499Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:54:22.1156388Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:54:22.1158348Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:54:22.1160209Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:54:22.1162075Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:54:22.1163908Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:54:22.1165669Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:54:22.1167438Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:54:22.1169247Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:54:22.1171035Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:54:22.1172850Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:54:22.6991491Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:54:22.6993376Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:54:22.6995342Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:54:22.6997253Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:54:22.6999245Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:54:22.7001109Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:54:22.7002947Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:54:22.7004740Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:54:22.7006522Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:54:22.7008311Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:54:22.7010643Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:54:22.7012502Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:54:22.7014427Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:54:22.7016619Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:54:22.7018732Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:54:22.7020593Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:54:22.7022056Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:54:22.7023715Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:54:22.7025878Z -- Installing: /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:54:22.7027178Z [ 18%] Completed 'flatbuffers_external_project' 2025-06-05T23:54:22.7028368Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2025-06-05T23:54:22.7029724Z [ 18%] Built target flatbuffers_external_project 2025-06-05T23:54:22.7030654Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:54:22.7031973Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:54:22.7033338Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:54:22.7034702Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:54:22.7035988Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:54:22.7037286Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:54:22.7038802Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:22.7040290Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:54:22.7041711Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2025-06-05T23:54:22.7043161Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:54:22.7044324Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:54:22.7045072Z [ 20%] Generating common_schema headers 2025-06-05T23:54:22.7045525Z [ 21%] Generating xnnpack_schema headers 2025-06-05T23:54:22.7046571Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neon.c.o 2025-06-05T23:54:22.7048466Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-neonfma.c.o 2025-06-05T23:54:22.7050201Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:22.7051297Z [ 21%] Built target common_schema 2025-06-05T23:54:22.7052306Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2025-06-05T23:54:22.7053465Z [ 22%] Generating program_schema headers 2025-06-05T23:54:22.7053902Z [ 22%] Built target xnnpack_schema 2025-06-05T23:54:22.7054927Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neon.c.o 2025-06-05T23:54:22.7055963Z [ 22%] Built target program_schema 2025-06-05T23:54:22.7056615Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:54:22.7057280Z [ 22%] Built target subgraph 2025-06-05T23:54:22.7057841Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:54:22.7059120Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-neonfma.c.o 2025-06-05T23:54:22.7060913Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-neonfma-acc2.c.o 2025-06-05T23:54:22.7062938Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-neon-acc2.c.o 2025-06-05T23:54:22.7064748Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2025-06-05T23:54:22.7066466Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2025-06-05T23:54:22.7068130Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neon.c.o 2025-06-05T23:54:22.7069710Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:54:22.7071184Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-neonfma.c.o 2025-06-05T23:54:22.7073063Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-aarch64-neonfma-3x4.c.o 2025-06-05T23:54:22.7075032Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-neon-2x4.c.o 2025-06-05T23:54:22.7076581Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:54:22.7077708Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:54:22.7078635Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:54:22.7079500Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:54:22.7080402Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:54:22.7081856Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:22.7083329Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:54:23.7612829Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2025-06-05T23:54:23.7614974Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-aarch64-neonfma-2x4-acc2.c.o 2025-06-05T23:54:23.7617037Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-neon-1x4.c.o 2025-06-05T23:54:23.7618863Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:54:23.7619815Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:54:23.7620840Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:54:23.7622410Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2025-06-05T23:54:23.7624449Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:23.7626001Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:54:23.7627573Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-aarch64-neonfma-4x4.c.o 2025-06-05T23:54:23.7629250Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:54:23.7630729Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-neon-1x4.c.o 2025-06-05T23:54:23.7632119Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:54:23.7632986Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:54:23.7634424Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:54:23.7635890Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:54:23.7637373Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:23.7638831Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:54:23.7639750Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:54:23.7641306Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-aarch64-neonfma-1x4-acc2.c.o 2025-06-05T23:54:23.7642862Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:54:23.7643793Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:54:23.7645249Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-neon-1x4.c.o 2025-06-05T23:54:23.7647260Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2025-06-05T23:54:23.7649304Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:54:23.7651406Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-06-05T23:54:23.7653036Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-06-05T23:54:23.7654140Z [ 25%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:54:23.7655294Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:54:23.7656490Z [ 25%] Built target executorch_core 2025-06-05T23:54:23.7657542Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:54:23.7659209Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:23.7660838Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:54:23.7662400Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:54:23.7664129Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:23.7666121Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:23.7668769Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:23.7670824Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:23.7672873Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:23.7674855Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc2.S.o 2025-06-05T23:54:23.7676841Z [ 26%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-06-05T23:54:23.7678242Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:54:23.7679123Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:54:23.7680065Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:54:23.7681422Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:23.7682763Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr.cpp.o 2025-06-05T23:54:23.7684072Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-neonfma.c.o 2025-06-05T23:54:23.7685730Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2025-06-05T23:54:23.7687062Z [ 26%] Building CXX object extension/tensor/CMakeFiles/extension_tensor.dir/tensor_ptr_maker.cpp.o 2025-06-05T23:54:23.7688780Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2025-06-05T23:54:23.7690555Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2025-06-05T23:54:23.7691862Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:54:23.7693040Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:54:23.7693920Z [ 26%] Linking CXX static library libexecutorch.a 2025-06-05T23:54:23.7694857Z [ 26%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2025-06-05T23:54:23.7695659Z [ 26%] Built target executorch 2025-06-05T23:54:23.7696385Z [ 26%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2025-06-05T23:54:23.7697915Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-06-05T23:54:23.7700787Z [ 27%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:23.7702621Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:23.7704771Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2025-06-05T23:54:23.7705893Z [ 27%] Linking CXX static library libextension_data_loader.a 2025-06-05T23:54:23.7706458Z [ 27%] Linking CXX static library libextension_tensor.a 2025-06-05T23:54:25.1009755Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:54:25.1011731Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2025-06-05T23:54:25.1012795Z [ 29%] Built target extension_tensor 2025-06-05T23:54:25.1013227Z [ 29%] Built target extension_data_loader 2025-06-05T23:54:25.1013668Z [ 29%] Generating bundled_program headers 2025-06-05T23:54:25.1014326Z [ 29%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:54:25.1015331Z [ 29%] Building CXX object devtools/bundled_program/CMakeFiles/bundled_program.dir/bundled_program.cpp.o 2025-06-05T23:54:25.1016478Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:54:25.1017609Z [ 29%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:54:25.1018798Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:54:25.1020033Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:54:25.1021459Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:25.1023076Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2025-06-05T23:54:25.1024577Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:54:25.1025465Z [ 29%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:54:25.1025989Z [ 29%] Built target extension_threadpool 2025-06-05T23:54:25.1026408Z [ 29%] Generating etdump headers 2025-06-05T23:54:25.1027019Z [ 29%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2025-06-05T23:54:25.1027868Z [ 29%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/etdump_flatcc.cpp.o 2025-06-05T23:54:25.1029528Z [ 29%] Linking CXX static library libbundled_program.a 2025-06-05T23:54:25.1030023Z [ 29%] Built target bundled_program 2025-06-05T23:54:25.1030985Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2025-06-05T23:54:25.1032436Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:54:25.1033646Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:54:25.1035059Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:54:25.1036708Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:25.1038744Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:25.1040318Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:54:25.1041894Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:25.1043917Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:25.1046017Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:25.1047625Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:54:25.1049204Z [ 29%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:25.1050558Z [ 29%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/emitter.cpp.o 2025-06-05T23:54:25.1051549Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:54:25.1052690Z [ 30%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/buffer_data_sink.cpp.o 2025-06-05T23:54:25.1054104Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-neon-lane-ld128.c.o 2025-06-05T23:54:25.1055640Z [ 31%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:54:25.1057134Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-neonfma.c.o 2025-06-05T23:54:25.1058937Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:25.1060487Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:54:25.1061582Z [ 32%] Building CXX object devtools/etdump/CMakeFiles/etdump.dir/data_sinks/file_data_sink.cpp.o 2025-06-05T23:54:25.1062660Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:54:25.1065303Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:25.1067379Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:25.1069710Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:25.1071284Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:54:25.1072879Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-06-05T23:54:25.1075028Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:25.1077149Z [ 32%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:25.1078941Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-neonfma.c.o 2025-06-05T23:54:25.1080655Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neon-p8.c.o 2025-06-05T23:54:25.1081884Z [ 32%] Linking CXX static library libetdump.a 2025-06-05T23:54:25.1082728Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:54:25.1083911Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:54:25.1084684Z [ 32%] Built target etdump 2025-06-05T23:54:25.1085459Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:54:25.1086685Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:54:25.1087916Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:54:25.1089462Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-neonfma-p8.c.o 2025-06-05T23:54:25.1090579Z [ 32%] Linking CXX static library libutil.a 2025-06-05T23:54:25.1091703Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2025-06-05T23:54:25.1092795Z [ 32%] Built target util 2025-06-05T23:54:25.1093748Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neon-c8.c.o 2025-06-05T23:54:25.1095028Z [ 32%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/BlasKernel.cpp.o 2025-06-05T23:54:25.1096041Z [ 32%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:54:25.1097439Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-neonfma-c8.c.o 2025-06-05T23:54:25.1100346Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2025-06-05T23:54:25.1102188Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:25.1103490Z [ 34%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:54:25.6885048Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a55.S.o 2025-06-05T23:54:25.6886353Z [ 34%] Built target kernels_util_all_deps 2025-06-05T23:54:25.6887568Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/f32-igemm-6x8-minmax-asm-aarch64-neonfma-cortex-a73.S.o 2025-06-05T23:54:25.6889820Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:25.6891470Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2025-06-05T23:54:25.6893052Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2025-06-05T23:54:25.6894984Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:25.6896529Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:54:25.6898133Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:25.6900473Z [ 35%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:54:25.6902052Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:25.6904112Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:25.6906180Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:25.6907844Z 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:25.6909208Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:25.6910303Z 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:25.6911429Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:54:25.6912357Z from /pytorch/executorch/kernels/optimized/blas/BlasKernel.cpp:17: 2025-06-05T23:54:25.6915123Z /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:25.6918883Z /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:25.6920788Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:25.6921218Z | ^ 2025-06-05T23:54:25.6921846Z [ 35%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2025-06-05T23:54:25.6923283Z [ 35%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-asm-aarch64-neonfma-ld64.S.o 2025-06-05T23:54:25.6925138Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:25.6926864Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-neonfma.c.o 2025-06-05T23:54:25.6928859Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2025-06-05T23:54:25.6930501Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2025-06-05T23:54:25.6932080Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2025-06-05T23:54:25.6934017Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-aarch64-neonfma-lane-ld64.c.o 2025-06-05T23:54:25.6936052Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:25.6937983Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:25.6939425Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:25.6940804Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2025-06-05T23:54:25.6942411Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2025-06-05T23:54:25.6943754Z [ 36%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:54:25.6944551Z [ 36%] Linking CXX static library libcpublas.a 2025-06-05T23:54:25.6945610Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:25.6946667Z [ 36%] Built target cpublas 2025-06-05T23:54:25.6947636Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2025-06-05T23:54:25.6949322Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2025-06-05T23:54:25.6951158Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:54:25.6953229Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:54:25.6955280Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:54:25.6957344Z [ 36%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-cortex-a75.S.o 2025-06-05T23:54:25.6959325Z [ 37%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:25.6961188Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-neon-lane-ld128.c.o 2025-06-05T23:54:25.6962929Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-neonfma.c.o 2025-06-05T23:54:25.6964753Z [ 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:54:25.6966774Z [ 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:54:25.6969652Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/binary_ops.cpp.o 2025-06-05T23:54:25.6971245Z [ 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:54:25.6973297Z [ 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:54:25.6975142Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:54:25.6976329Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:54:25.6977464Z [ 37%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:54:25.6979008Z [ 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:54:27.1996538Z [ 37%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:54:27.1997565Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:27.1999103Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-neonfma.c.o 2025-06-05T23:54:27.2000822Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-neon-c4.c.o 2025-06-05T23:54:27.2002150Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:27.2003198Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:54:27.2004316Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:54:27.2005433Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:54:27.2006492Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:27.2007852Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:54:27.2009578Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-neon-c4.c.o 2025-06-05T23:54:27.2011011Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:54:27.2012152Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:54:27.2013333Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:54:27.2014838Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:54:27.2016364Z 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:27.2017529Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:27.2018566Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Elu.h:10, 2025-06-05T23:54:27.2019429Z from /pytorch/executorch/kernels/optimized/cpu/op_elu.cpp:9: 2025-06-05T23:54:27.2022108Z /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:27.2026309Z /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:27.2028377Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:27.2028934Z | ^ 2025-06-05T23:54:27.2029620Z [ 39%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:27.2030961Z [ 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:54:27.2032687Z [ 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:54:27.2034100Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:54:27.2035205Z [ 39%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:54:27.2036336Z [ 40%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:54:27.2037774Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:27.2039171Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_c2r.cpp.o 2025-06-05T23:54:27.2040206Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_fft_r2c.cpp.o 2025-06-05T23:54:27.2041806Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:27.2043389Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:54:27.2044880Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:27.2046377Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:54:27.2047818Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:54:27.2049184Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:27.2050186Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:27.2051697Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:27.2053642Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:27.2055091Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_linear.cpp.o 2025-06-05T23:54:27.2056270Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:54:27.2057457Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:54:27.2059075Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:54:27.2061187Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:54:27.2062614Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:27.2063811Z 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:27.2065064Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:27.2066119Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/native/cpu/Gelu.h:11, 2025-06-05T23:54:27.2067004Z from /pytorch/executorch/kernels/optimized/cpu/op_gelu.cpp:16: 2025-06-05T23:54:27.2069691Z /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:27.2073427Z /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:27.2075305Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:27.2075724Z | ^ 2025-06-05T23:54:27.2076407Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:27.2078311Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-aarch64-neonfma-lane-ld64.c.o 2025-06-05T23:54:27.2079845Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:27.2080938Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:54:27.2082113Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:54:27.2083770Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128-acc4.S.o 2025-06-05T23:54:27.2085846Z [ 41%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:27.4895415Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-neon-lane-ld64.c.o 2025-06-05T23:54:27.4897140Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:27.4898394Z 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:27.4901922Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/vec.h:7, 2025-06-05T23:54:27.4903047Z 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:27.4904176Z from /opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/include/ATen/cpu/vec/functional.h:3, 2025-06-05T23:54:27.4905126Z from /pytorch/executorch/kernels/optimized/cpu/op_log_softmax.cpp:17: 2025-06-05T23:54:27.4908312Z /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:27.4912168Z /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:27.4914257Z 1352 | at::vec::Vectorized src) { 2025-06-05T23:54:27.4914713Z | ^ 2025-06-05T23:54:27.4915404Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:27.4916500Z [ 41%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:54:27.4917999Z [ 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:54:27.4919808Z [ 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:54:27.4921765Z [ 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:54:27.4923293Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:27.4926516Z /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:27.4932428Z /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:27.4936023Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:27.4938007Z /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:27.4939436Z 170 | RowwiseMoments(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:27.4939943Z | ^~~~~~~~~~~~~~ 2025-06-05T23:54:27.4942768Z /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:27.4948796Z /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:27.4952762Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:27.4954863Z /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:27.4958851Z /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:27.4963880Z /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:27.4969804Z /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:27.4973393Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:27.4975324Z /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:27.4976752Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:27.4977306Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:27.4980302Z /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:27.4989599Z /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:27.5056874Z /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:27.5060941Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:27.5062946Z /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:27.5064329Z In file included from /usr/include/c++/11/utility:70, 2025-06-05T23:54:27.5065000Z from /usr/include/c++/11/array:38, 2025-06-05T23:54:27.5065612Z from /pytorch/executorch/../executorch/runtime/core/array_ref.h:29, 2025-06-05T23:54:27.5066420Z from /pytorch/executorch/../executorch/runtime/core/exec_aten/exec_aten.h:34, 2025-06-05T23:54:27.5067260Z from /pytorch/executorch/../executorch/runtime/kernel/kernel_includes.h:20, 2025-06-05T23:54:27.5068135Z from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:9: 2025-06-05T23:54:27.5071973Z /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:27.5077505Z /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:27.5082601Z /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:27.5088524Z /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:27.5092125Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:27.5093999Z /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:27.5095081Z 567 | make_pair(_T1&& __x, _T2&& __y) 2025-06-05T23:54:27.5095471Z | ^~~~~~~~~ 2025-06-05T23:54:27.5099022Z /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:27.5105089Z /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:27.5110266Z /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:27.5116191Z /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:27.5119787Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:158:3: required from here 2025-06-05T23:54:27.5121451Z /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:27.5125065Z /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:27.5128726Z /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:27.5130103Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:27.5130628Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:27.5135562Z /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:27.5139382Z /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:27.5140968Z In file included from /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:13: 2025-06-05T23:54:27.5144410Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = float; long int kMaxDepth = 4]’: 2025-06-05T23:54:28.3145366Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:28.3146895Z 92 | RowwiseMomentsImpl(const T* X, int64_t N, int64_t ddof = 0) { 2025-06-05T23:54:28.3147438Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:28.3150311Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h: In function ‘std::pair::type, typename executorch::utils::ComputeDTypeTraits::type> torch::executor::native::RowwiseMomentsImpl(const T*, int64_t, int64_t) [with T = double; long int kMaxDepth = 4]’: 2025-06-05T23:54:28.3153656Z /pytorch/executorch/../executorch/kernels/optimized/cpu/moments_utils.h:92:1: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:28.3158483Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In function ‘std::tuple torch::executor::native::opt_native_layer_norm_out(executorch::runtime::KernelRuntimeContext&, const Tensor&, executorch::runtime::IntArrayRef, const std::optional&, const std::optional&, double, torch::executor::native::Tensor&, torch::executor::native::Tensor&, torch::executor::native::Tensor&)’: 2025-06-05T23:54:28.3163213Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:28.3164649Z 114 | std::tuple opt_native_layer_norm_out( 2025-06-05T23:54:28.3165206Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:28.3166838Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:28.3169290Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:28.3171731Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:114:39: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:28.3174298Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:28.3175692Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:28.3176215Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:28.3178041Z /pytorch/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:83:50: note: parameter passing for argument of type ‘std::pair’ when C++17 is enabled changed to match C++14 in GCC 10.1 2025-06-05T23:54:28.3179445Z 83 | std::tie(mean_val, rstd_val) = RowwiseMoments(src_ptr, N); 2025-06-05T23:54:28.3179967Z | ~~~~~~~~~~~~~~^~~~~~~~~~~~ 2025-06-05T23:54:28.3180721Z [ 41%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:28.3182280Z [ 43%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-asm-aarch64-neonfma-ld128.S.o 2025-06-05T23:54:28.3184435Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neon-u32.c.o 2025-06-05T23:54:28.3185740Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:28.3187055Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-neonv8-u32.c.o 2025-06-05T23:54:28.3188629Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:54:28.3190073Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:54:28.3191784Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:54:28.3193508Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:54:28.3195159Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neon-u32.c.o 2025-06-05T23:54:28.3196468Z [ 44%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:28.3197811Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-neonv8-u32.c.o 2025-06-05T23:54:28.3200000Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2025-06-05T23:54:28.3201551Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:54:28.3202976Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2025-06-05T23:54:28.3205027Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2025-06-05T23:54:28.3206616Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:54:28.3208463Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-neonfma-rr1-lut64-p2-u16-acc2.c.o 2025-06-05T23:54:28.3210258Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:54:28.3211913Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2025-06-05T23:54:28.3214030Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-neon-c16.c.o 2025-06-05T23:54:28.3215790Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rdsum/gen/f32-rdsum-7p7x-minmax-scalar.c.o 2025-06-05T23:54:28.3217189Z [ 44%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:54:28.3218652Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-neon-u16-acc4.c.o 2025-06-05T23:54:28.3220278Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2025-06-05T23:54:28.3221906Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-neon-u16-acc4.c.o 2025-06-05T23:54:28.3223649Z [ 45%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:54:28.3224490Z [ 45%] Linking CXX static library liboptimized_kernels.a 2025-06-05T23:54:28.3225406Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:54:28.3226882Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2025-06-05T23:54:28.3228751Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-neon-u16-acc4.c.o 2025-06-05T23:54:28.3230349Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2025-06-05T23:54:28.3232156Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neon.c.o 2025-06-05T23:54:28.3233965Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-neonfma-pipelined.c.o 2025-06-05T23:54:28.3235599Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:54:28.3236864Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:54:28.3238489Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x2-minmax-aarch64-neonfma.c.o 2025-06-05T23:54:29.9137710Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:54:29.9139215Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-32x4-minmax-aarch64-neonfma.c.o 2025-06-05T23:54:29.9140362Z [ 46%] Built target optimized_kernels 2025-06-05T23:54:29.9141384Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2025-06-05T23:54:29.9142740Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:54:29.9144108Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2025-06-05T23:54:29.9145753Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2025-06-05T23:54:29.9147335Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-neon-u8.c.o 2025-06-05T23:54:29.9148747Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:54:29.9149884Z [ 46%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:54:29.9151231Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2025-06-05T23:54:29.9152914Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-neon-u8.c.o 2025-06-05T23:54:29.9154274Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:54:29.9155664Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2025-06-05T23:54:29.9157275Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-aarch64-neon-u8.c.o 2025-06-05T23:54:29.9158700Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:54:29.9160517Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2025-06-05T23:54:29.9162147Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-aarch64-neon-u8.c.o 2025-06-05T23:54:29.9163809Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:54:29.9165544Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-06-05T23:54:29.9166896Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:54:29.9168000Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:54:29.9169335Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:54:29.9170884Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-06-05T23:54:29.9172235Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:54:29.9173616Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:54:29.9174965Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:54:29.9176291Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-06-05T23:54:29.9177842Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:54:29.9179393Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-06-05T23:54:29.9180711Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:54:29.9181814Z [ 48%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:54:29.9183165Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:54:29.9184505Z [ 49%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:54:29.9185837Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-06-05T23:54:29.9187245Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:54:29.9188588Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:54:29.9189704Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:54:29.9191042Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2025-06-05T23:54:29.9192378Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:54:29.9193487Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:54:29.9194857Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-neon-u8.c.o 2025-06-05T23:54:29.9196408Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:54:29.9197566Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:54:29.9198673Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:54:29.9200206Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2025-06-05T23:54:29.9201769Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:54:29.9203146Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-neon-u8.c.o 2025-06-05T23:54:29.9204491Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:54:29.9205610Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:54:29.9206695Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:54:29.9207794Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:54:29.9209133Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vprelu-scalar-u8.c.o 2025-06-05T23:54:29.9210472Z [ 50%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:54:29.9211804Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-neon-u8.c.o 2025-06-05T23:54:29.9213390Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vpreluc-scalar-u8.c.o 2025-06-05T23:54:29.9214778Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:54:29.9215928Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:54:29.9217318Z [ 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:54:29.9218735Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:54:29.9219922Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:54:29.9221086Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:54:29.9222203Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:54:29.9223557Z [ 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:54:29.9225147Z [ 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:54:29.9226481Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:54:31.7018517Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:54:31.7019873Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:54:31.7021174Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:54:31.7022400Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:54:31.7024702Z [ 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:54:31.7026083Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:54:31.7027467Z [ 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:54:31.7028904Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:54:31.7030236Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:54:31.7031416Z [ 51%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:54:31.7032802Z [ 51%] 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:31.7034204Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:54:31.7035384Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:54:31.7036562Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:54:31.7037960Z [ 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:31.7039341Z [ 53%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:54:31.7040747Z [ 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:31.7042360Z [ 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:31.7043721Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:54:31.7044827Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:54:31.7046180Z [ 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:31.7047598Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:54:31.7048814Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:54:31.7050198Z [ 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:31.7051757Z [ 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:31.7053140Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:54:31.7054530Z [ 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:31.7055852Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:54:31.7057075Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:54:31.7058489Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:54:31.7059786Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:54:31.7061176Z [ 54%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:54:31.7062526Z [ 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:31.7064091Z [ 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:31.7065422Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:54:31.7066700Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:54:31.7067839Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:54:31.7069058Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:54:31.7070395Z [ 55%] 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:31.7071779Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:54:31.7073039Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:54:31.7074434Z [ 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:31.7075830Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:54:31.7077080Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:54:31.7078349Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:54:31.7079766Z [ 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:31.7081084Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:54:31.7082184Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:54:31.7083377Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:54:31.7084803Z [ 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:31.7086415Z [ 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:31.7088037Z [ 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:31.7089398Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:54:31.7090560Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:54:31.7091785Z [ 55%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:54:31.7093254Z [ 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:31.7094676Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:54:31.7095912Z [ 56%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:54:31.7097547Z [ 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:31.7099320Z [ 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:31.7100995Z [ 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:31.7102599Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:54:31.7103737Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:54:31.7104848Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:54:31.7105957Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:54:31.7107126Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:54:31.7108344Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:54:33.3941089Z [ 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:33.3943211Z [ 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:33.3944857Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:54:33.3946506Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:54:33.3947884Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:54:33.3949255Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:54:33.3950618Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:54:33.3952215Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:54:33.3954201Z [ 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:33.3956291Z [ 58%] 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:33.3958063Z [ 58%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:54:33.3959460Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:54:33.3961007Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:54:33.3962727Z [ 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:33.3964430Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:54:33.3965982Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:54:33.3967627Z [ 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:33.3969767Z [ 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:33.3972495Z [ 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:33.3974338Z [ 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:33.3976011Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:54:33.3977775Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:54:33.3979327Z [ 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:33.3981242Z [ 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:33.3983219Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:54:33.3984531Z [ 59%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:54:33.3986130Z [ 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:33.3988105Z [ 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:33.3989888Z [ 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:33.3991979Z [ 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:33.3994269Z [ 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:33.3996050Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:54:33.3997773Z [ 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:33.4001481Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:54:33.4003224Z [ 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:33.4004944Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:54:33.4006385Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:54:33.4007779Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:54:33.4009423Z [ 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:33.4011213Z [ 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:33.4013238Z [ 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:33.4015499Z [ 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:33.4017009Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:54:33.4019181Z [ 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:33.4020997Z [ 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:33.4022356Z [ 60%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:54:33.4023653Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:54:33.4025673Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:54:33.4027273Z [ 62%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:54:33.4029372Z [ 62%] 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:33.4031192Z [ 62%] 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:33.4032788Z [ 63%] 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:33.4034494Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:54:33.4036413Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:54:33.4037809Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:54:33.4039355Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:54:33.4040983Z [ 63%] 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:33.4042620Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:54:33.4043927Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:54:33.4045487Z [ 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:33.4047064Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:54:33.4048514Z [ 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:33.4050178Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:54:33.4051482Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:54:34.6780696Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:54:34.6781882Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:54:34.6783016Z [ 63%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:54:34.6784351Z [ 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:34.6785957Z [ 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:34.6787618Z [ 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:34.6789736Z [ 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:34.6791197Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:54:34.6792657Z [ 64%] 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:34.6794052Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:54:34.6795360Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:54:34.6796778Z [ 64%] 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:34.6798197Z [ 64%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:54:34.6800432Z [ 64%] 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:34.6802530Z [ 64%] 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:34.6815515Z [ 64%] 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:34.6817349Z [ 64%] 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:34.6819014Z [ 64%] 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:34.6820676Z [ 65%] 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:34.6822135Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:54:34.6823350Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:54:34.6824616Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:54:34.6826131Z [ 65%] 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:34.6827647Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:54:34.6829158Z [ 65%] 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:34.6830674Z [ 65%] 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:34.6832205Z [ 65%] 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:34.6833817Z [ 65%] 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:34.6835320Z [ 65%] 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:34.6836818Z [ 65%] 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:34.6838117Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:54:34.6839299Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:54:34.6841139Z [ 65%] 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:34.6843042Z [ 65%] 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:34.6844689Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:54:34.6846491Z [ 65%] 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:34.6848493Z [ 65%] 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:34.6850492Z [ 65%] 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:34.6852469Z [ 65%] 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:34.6854493Z [ 65%] 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:34.6856105Z [ 65%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:54:34.6857726Z [ 67%] 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:34.6859807Z [ 67%] 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:34.6861794Z [ 67%] 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:34.6863322Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:54:34.6864914Z [ 67%] 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:34.6866890Z [ 67%] 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:34.6868996Z [ 67%] 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:34.6871078Z [ 67%] 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:34.6873052Z [ 67%] 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:34.6874742Z [ 67%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:54:34.6876483Z [ 67%] 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:34.6878493Z [ 67%] 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:34.6881256Z [ 67%] 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:34.6883354Z [ 67%] 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:34.6885669Z [ 67%] 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:35.8977327Z [ 67%] 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:35.8979268Z [ 68%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:54:35.8981054Z [ 68%] 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:35.8983033Z [ 69%] 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:35.8985088Z [ 69%] 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:35.8987114Z [ 69%] 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:35.8988885Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:54:35.8990639Z [ 69%] 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:35.8992739Z [ 69%] 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:35.8994811Z [ 69%] 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:35.8996526Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:54:35.8998342Z [ 69%] 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:35.9001957Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:54:35.9003757Z [ 69%] 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:35.9005898Z [ 69%] 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:35.9007920Z [ 69%] 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:35.9009935Z [ 69%] 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:35.9011957Z [ 69%] 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:35.9013921Z [ 69%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:54:35.9015508Z [ 69%] 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:35.9017424Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:54:35.9019513Z [ 70%] 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:35.9021089Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:54:35.9022354Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:54:35.9023976Z [ 70%] 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:35.9025892Z [ 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:35.9027793Z [ 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:35.9029834Z [ 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:35.9031448Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:54:35.9033081Z [ 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:35.9034684Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:54:35.9036245Z [ 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:35.9037807Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:54:35.9039383Z [ 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:35.9040986Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:54:35.9042560Z [ 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:35.9044476Z [ 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:35.9046399Z [ 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:35.9048304Z [ 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:35.9049874Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:54:35.9051193Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:54:35.9052675Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:54:35.9053903Z [ 70%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:54:35.9055125Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:54:35.9056915Z [ 72%] 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:35.9058889Z [ 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:35.9060807Z [ 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:35.9062413Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:54:35.9063659Z [ 72%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:54:35.9065185Z [ 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:35.9066742Z [ 73%] Building CXX object kernels/portable/CMakeFiles/optimized_portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:54:35.9068304Z [ 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:35.9070307Z [ 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:36.7428363Z [ 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:36.7430374Z [ 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:36.7432310Z [ 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:36.7434467Z [ 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:36.7436710Z [ 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:36.7438768Z [ 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:36.7440686Z [ 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:36.7442655Z [ 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:36.7444520Z [ 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:36.7446417Z [ 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:36.7448162Z [ 73%] Linking CXX static library liboptimized_portable_kernels.a 2025-06-05T23:54:36.7449457Z [ 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:36.7451388Z [ 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:36.7453485Z [ 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:36.7455445Z [ 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:36.7457393Z [ 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:36.7459300Z [ 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:36.7461232Z [ 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:36.7463382Z [ 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:36.7465640Z [ 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:36.7467718Z [ 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:36.7469770Z [ 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:36.7471686Z [ 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:36.7473605Z [ 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:36.7475582Z [ 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:36.7476829Z [ 74%] Built target optimized_portable_kernels 2025-06-05T23:54:36.7477274Z [ 74%] Merging kernel yaml files 2025-06-05T23:54:36.7478457Z [ 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:36.7480465Z [ 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:36.7482472Z [ 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:36.7484475Z [ 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:36.7486594Z [ 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:36.7488686Z [ 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:36.7490560Z [ 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:36.7492447Z [ 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:36.7494504Z [ 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:36.7496461Z [ 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:36.7498365Z [ 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:36.7499827Z [ 75%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2025-06-05T23:54:36.7501156Z [ 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:36.7503031Z [ 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:36.7504832Z [ 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:36.7506506Z [ 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:36.7508130Z [ 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:36.7509839Z [ 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:36.7511509Z [ 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:36.7513217Z [ 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:36.7515142Z [ 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:36.7517189Z [ 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:36.7519211Z [ 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:36.7521228Z [ 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:37.5583641Z [ 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:37.5585778Z [ 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:37.5587875Z [ 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:37.5590497Z [ 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:37.5592530Z [ 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:37.5594538Z [ 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:37.5596773Z [ 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:37.5598990Z [ 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:37.5600266Z [ 77%] Generating code for kernel registration 2025-06-05T23:54:37.5601536Z [ 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:37.5603564Z [ 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:37.5605572Z [ 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:37.5607754Z [ 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:37.5609761Z [ 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:37.5611704Z [ 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:37.5613600Z [ 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:37.5615513Z [ 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:37.5617469Z [ 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:37.5619403Z [ 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:37.5621339Z [ 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:37.5623253Z [ 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:37.5625368Z [ 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:37.5627632Z [ 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:37.5629867Z [ 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:37.5632170Z [ 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:37.5634093Z [ 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:37.5636031Z [ 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:37.5638350Z [ 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:37.5640624Z [ 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:37.5642769Z [ 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:37.5644779Z [ 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:37.5646905Z [ 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:37.5649203Z [ 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:37.5651450Z [ 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:37.5653665Z [ 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:37.5655701Z [ 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:37.5657597Z [ 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:37.5659615Z [ 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:37.5661556Z [ 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:37.5663520Z [ 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:37.5665445Z [ 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:37.5667388Z [ 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:37.5669441Z [ 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:37.5671415Z [ 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:37.5673553Z [ 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:37.5675486Z [ 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:37.5677665Z [ 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:38.1942174Z [ 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:38.1944431Z [ 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:38.1946549Z [ 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:38.1948611Z [ 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:38.1950590Z [ 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:38.1952771Z [ 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:38.1955263Z [ 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:38.1957439Z [ 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:38.1959557Z [ 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:38.1961764Z [ 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:38.1964315Z [ 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:38.1966602Z [ 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:38.1968857Z [ 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:38.1970913Z [ 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:38.1972832Z [ 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:38.1974754Z [ 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:38.1976610Z [ 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:38.1978704Z [ 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:38.1980481Z [ 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:38.1982165Z [ 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:38.1983866Z [ 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:38.1985463Z [ 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:38.1987058Z [ 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:38.1988839Z [ 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:38.1990492Z [ 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:38.1992109Z [ 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:38.1993783Z [ 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:38.1995480Z [ 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:38.1997149Z [ 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:38.1998982Z [ 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:38.2001497Z [ 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:38.2003026Z [ 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:38.2004570Z [ 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:38.2006106Z [ 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:38.2007729Z [ 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:38.2009418Z [ 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:38.2011093Z [ 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:38.2012813Z [ 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:38.2014552Z [ 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:38.2016324Z [ 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:38.2018461Z [ 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:38.2020592Z /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:38.2022942Z /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:38.2024828Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:38.2025527Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:38.2025988Z | | 2025-06-05T23:54:38.2026447Z | const int32_t * {aka const int *} 2025-06-05T23:54:38.2027439Z 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:38.2029423Z /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:38.2030557Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:38.2030976Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:38.2032630Z /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:38.2034321Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:38.2035013Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:38.2035482Z | | 2025-06-05T23:54:39.0168720Z | const int32_t * {aka const int *} 2025-06-05T23:54:39.0169789Z 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:39.0171847Z /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:39.0173031Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:39.0173451Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.0174598Z [ 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:39.0176431Z [ 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:39.0178266Z [ 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:39.0180170Z [ 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:39.0182259Z [ 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:39.0184147Z [ 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:39.0186005Z [ 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:39.0188885Z [ 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:39.0190760Z [ 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:39.0192639Z [ 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:39.0194744Z [ 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:39.0196565Z [ 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:39.0198209Z [ 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:39.0200014Z [ 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:39.0201745Z [ 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:39.0203565Z [ 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:39.0205369Z [ 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:39.0207170Z [ 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:39.0208992Z [ 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:39.0210775Z [ 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:39.0212685Z [ 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:39.0214767Z [ 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:39.0217087Z [ 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:39.0219355Z [ 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:39.0221403Z [ 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:39.0223256Z [ 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:39.0225113Z [ 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:39.0226942Z [ 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:39.0228852Z [ 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:39.0231062Z [ 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:39.0232887Z [ 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:39.0234894Z [ 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:39.0237062Z [ 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:39.0239407Z [ 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:39.0241705Z [ 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:39.0243767Z [ 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:39.0245512Z [ 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:39.0247118Z [ 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:39.0248680Z [ 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:39.0250226Z [ 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:39.0251774Z [ 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:39.0253378Z [ 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:39.0255057Z [ 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:39.0256716Z [ 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:39.0258338Z [ 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:39.0260017Z [ 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:39.0261741Z [ 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:39.0263427Z [ 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:39.4596565Z [ 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:39.4598263Z [ 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:39.4600032Z [ 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:39.4601946Z [ 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:39.4603492Z [ 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:39.4605173Z [ 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:39.4607029Z [ 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:39.4608750Z [ 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:39.4610471Z [ 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:39.4612217Z [ 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:39.4613979Z [ 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:39.4616144Z /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:39.4618508Z /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:39.4620177Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-06-05T23:54:39.4620867Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.4621340Z | | 2025-06-05T23:54:39.4621809Z | const int32_t * {aka const int *} 2025-06-05T23:54:39.4622785Z 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:39.4624712Z /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:39.4625917Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:54:39.4626342Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.4627991Z /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:39.4629938Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:54:39.4630625Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.4631083Z | | 2025-06-05T23:54:39.4631553Z | const int32_t * {aka const int *} 2025-06-05T23:54:39.4632540Z 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:39.4634398Z /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:39.4635530Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:54:39.4635953Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.4637150Z [ 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:39.4638704Z [ 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:39.4640307Z [ 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:39.4642037Z [ 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:39.4643680Z [ 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:39.4645337Z [ 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:39.4647025Z [ 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:39.4648622Z [ 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:39.4650132Z [ 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:39.4651695Z [ 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:39.4653318Z [ 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:39.4654925Z [ 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:39.4656977Z /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:39.4659492Z /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:39.4661104Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:39.4661712Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.4662148Z | | 2025-06-05T23:54:39.4662601Z | const int32_t * {aka const int *} 2025-06-05T23:54:39.4663637Z 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:39.4665527Z /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:39.4666673Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:39.4667078Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.4668868Z /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:39.4670504Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:39.4671078Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.4671520Z | | 2025-06-05T23:54:39.4671973Z | const int32_t * {aka const int *} 2025-06-05T23:54:39.4673193Z 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:39.4675105Z /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:39.4676247Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:39.4676676Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.4677743Z [ 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:39.4679371Z [ 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:39.4681058Z [ 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:39.4682928Z /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:39.6886040Z /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:39.6887679Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:54:39.6888268Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.6888749Z | | 2025-06-05T23:54:39.6889215Z | const int32_t * {aka const int *} 2025-06-05T23:54:39.6890148Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:39.6891985Z /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:39.6893133Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:39.6893533Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.6895120Z /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:39.6896654Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:54:39.6897233Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.6897667Z | | 2025-06-05T23:54:39.6898121Z | const int32_t * {aka const int *} 2025-06-05T23:54:39.6902522Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:54:39.6904395Z /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:39.6905545Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:54:39.6905956Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.6906871Z [ 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:39.6908343Z [ 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:39.6910063Z [ 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:39.6911575Z [ 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:39.6913731Z [ 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:39.6915569Z [ 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:39.6917582Z [ 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:39.6919773Z /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:39.6922275Z /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:39.6923917Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:39.6924497Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.6924941Z | | 2025-06-05T23:54:39.6925426Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:39.6926878Z 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:39.6928897Z /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:39.6930106Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:39.6930532Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.6932221Z /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:39.6933831Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:39.6934415Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.6934849Z | | 2025-06-05T23:54:39.6935351Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:39.6936415Z 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:39.6939072Z /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:39.6940321Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:39.6940725Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.6941801Z [ 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:39.6943622Z [ 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:39.6945574Z /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:39.6947803Z /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:39.6949650Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:54:39.6950237Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.6950683Z | | 2025-06-05T23:54:39.6951161Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:39.6952107Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:39.6954165Z /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:39.6955402Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:39.6955812Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.6957394Z /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:39.6958939Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:54:39.6959518Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:54:39.6959960Z | | 2025-06-05T23:54:39.6960445Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:54:39.6961396Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:54:39.6963267Z /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:39.6964471Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:54:39.6964895Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:54:39.6965938Z [ 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:39.6967642Z [ 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:39.6969417Z [ 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:39.6971106Z [ 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:39.6972810Z [ 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:41.0015966Z [ 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:41.0017841Z [ 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:41.0019689Z [ 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:41.0021627Z [ 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:41.0023482Z [ 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:41.0025299Z [ 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:41.0028244Z [ 92%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:54:41.0030217Z [ 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:41.0031869Z [ 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:41.0033577Z [ 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:41.0035057Z [ 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:41.0036500Z [ 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:41.0037948Z [ 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:41.0039374Z [ 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:41.0040805Z [ 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:41.0042236Z [ 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:41.0043679Z [ 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:41.0045115Z [ 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:41.0046777Z [ 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:41.0048659Z [ 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:41.0050480Z [ 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:41.0052199Z [ 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:41.0053403Z [ 93%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2025-06-05T23:54:41.0054507Z [ 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:41.0055507Z [ 93%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:54:41.0056580Z [ 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:41.0059793Z [ 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:41.0061493Z [ 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:41.0063215Z [ 94%] 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:41.0064933Z [ 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:41.0066735Z [ 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:41.0068833Z [ 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:41.0070713Z [ 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:41.0072295Z [ 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:41.0073828Z [ 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:41.0075250Z [ 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:41.0076655Z [ 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:41.0078074Z [ 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:41.0079481Z [ 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:41.0080878Z [ 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:41.0082291Z [ 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:41.0083764Z [ 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:41.0085239Z [ 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:41.0086707Z [ 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:41.0088177Z [ 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:41.0089663Z [ 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:41.0091304Z [ 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:41.0092880Z [ 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:41.0094300Z [ 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:41.0095743Z [ 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:41.0097227Z [ 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:41.0098693Z [ 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:41.0100364Z [ 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:41.0101853Z [ 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:41.0103342Z [ 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:41.0104717Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:54:41.0105993Z [ 96%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:54:41.0106474Z [ 96%] Built target microkernels-prod 2025-06-05T23:54:41.0106897Z [ 96%] Generating build_identifier.c 2025-06-05T23:54:41.0107761Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:54:41.0109159Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:54:41.0110728Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:54:53.2978599Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:54:53.2979970Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:54:53.2981310Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:54:53.2982606Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:54:53.2983928Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:54:53.2985195Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:54:53.2986485Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:54:53.2987806Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:54:53.2989214Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:54:53.2990497Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:54:53.2991770Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:54:53.2993037Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:54:53.2994399Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:54:53.2995767Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:54:53.2996991Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:54:53.2998202Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:54:53.2999695Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:54:53.3001040Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:54:53.3002364Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:54:53.3003622Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:54:53.3004908Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:54:53.3006152Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:54:53.3007414Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:54:53.3009015Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:54:53.3010110Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:54:53.3011139Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:54:53.3012216Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:54:53.3013029Z [ 98%] Linking CXX static library libXNNPACK.a 2025-06-05T23:54:53.3013628Z [ 98%] Built target XNNPACK 2025-06-05T23:54:53.3014344Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:54:53.3015405Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:54:53.3016454Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:54:53.3017555Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:54:53.3018706Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:54:53.3019864Z [ 98%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:54:53.3022172Z /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:53.3024731Z /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:53.3026174Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-06-05T23:54:53.3026787Z | ^~~~~~~~ 2025-06-05T23:54:53.3027278Z [ 98%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:54:53.3027754Z [ 98%] Built target xnnpack_backend 2025-06-05T23:54:53.3028415Z [ 98%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2025-06-05T23:54:53.3029410Z [100%] Linking CXX shared library _portable_lib.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:54:53.3030156Z lto-wrapper: warning: using serial compilation of 6 LTRANS jobs 2025-06-05T23:54:53.3030702Z [100%] Built target portable_lib 2025-06-05T23:54:53.3031594Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/inmemory_filesystem.cpp.o 2025-06-05T23:54:53.3032844Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_util.dir/runtime/util/json_util.cpp.o 2025-06-05T23:54:53.3034063Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_buffer.cpp.o 2025-06-05T23:54:53.3035365Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/memory_stream.cpp.o 2025-06-05T23:54:53.3036743Z [ 0%] Building CXX object backends/apple/coreml/CMakeFiles/coreml_inmemoryfs.dir/runtime/inmemoryfs/reversed_memory_stream.cpp.o 2025-06-05T23:54:53.3037716Z [ 50%] Linking CXX static library libcoreml_util.a 2025-06-05T23:54:53.3038166Z [ 50%] Built target coreml_util 2025-06-05T23:54:53.3040362Z /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:53.3042890Z /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:53.3044245Z 243 | } 2025-06-05T23:54:53.3044500Z | ^ 2025-06-05T23:54:53.3046029Z /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:53.3048161Z /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:53.3049300Z 463 | } 2025-06-05T23:54:53.3049546Z | ^ 2025-06-05T23:54:53.3051467Z /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:53.3053852Z /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:53.3054996Z 279 | } 2025-06-05T23:54:53.3055248Z | ^ 2025-06-05T23:54:53.3057479Z /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:53.3060244Z /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:53.3061381Z 727 | } 2025-06-05T23:54:53.3061629Z | ^ 2025-06-05T23:54:53.3063374Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp: In function ‘inmemoryfs::MemoryBuffer::ReadOption {anonymous}::to_memory_buffer_read_option(inmemoryfs::InMemoryFileSystem::FileLoadOption)’: 2025-06-05T23:54:53.3065705Z /pytorch/executorch/backends/apple/coreml/runtime/inmemoryfs/inmemory_filesystem.cpp:152:1: warning: control reaches end of non-void function [-Wreturn-type] 2025-06-05T23:54:53.3066845Z 152 | } 2025-06-05T23:54:53.3067101Z | ^ 2025-06-05T23:54:53.3067442Z [ 50%] Linking CXX static library libcoreml_inmemoryfs.a 2025-06-05T23:54:53.3067933Z [ 50%] Built target coreml_inmemoryfs 2025-06-05T23:54:53.3068975Z [ 50%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_py.cpp.o 2025-06-05T23:54:53.3070503Z [100%] Building CXX object backends/apple/coreml/CMakeFiles/executorchcoreml.dir/runtime/inmemoryfs/inmemory_filesystem_utils.cpp.o 2025-06-05T23:54:53.3071718Z [100%] Linking CXX shared library executorchcoreml.cpython-310-aarch64-linux-gnu.so 2025-06-05T23:55:00.6070448Z lto-wrapper: warning: using serial compilation of 4 LTRANS jobs 2025-06-05T23:55:00.6071074Z [100%] Built target executorchcoreml 2025-06-05T23:55:00.6071568Z [ 0%] Built target flatbuffers_external_project 2025-06-05T23:55:00.6072052Z [ 1%] Built target flatcc_external_project 2025-06-05T23:55:00.6072480Z [ 1%] Built target pthreadpool 2025-06-05T23:55:00.6072864Z [ 1%] Built target common_schema 2025-06-05T23:55:00.6073254Z [ 2%] Built target xnnpack_schema 2025-06-05T23:55:00.6073636Z [ 3%] Built target cpuinfo 2025-06-05T23:55:00.6073990Z [ 3%] Built target logging 2025-06-05T23:55:00.6074339Z [ 5%] Built target eigen_blas 2025-06-05T23:55:00.6074708Z [ 5%] Built target flatccrt 2025-06-05T23:55:00.6075077Z [ 5%] Built target microparams-init 2025-06-05T23:55:00.6075504Z [ 5%] Built target indirection 2025-06-05T23:55:00.6075883Z [ 6%] Built target normalization 2025-06-05T23:55:00.6076270Z [ 6%] Built target datatype 2025-06-05T23:55:00.6076635Z [ 7%] Built target microkernel-utils 2025-06-05T23:55:00.6077041Z [ 7%] Built target memory 2025-06-05T23:55:00.6077387Z [ 7%] Built target mutex 2025-06-05T23:55:00.6078140Z [ 7%] Built target operator-utils 2025-06-05T23:55:00.6078548Z [ 8%] Built target reference-ukernels 2025-06-05T23:55:00.6078957Z [ 8%] Built target program_schema 2025-06-05T23:55:00.6079353Z [ 8%] Built target operator-run 2025-06-05T23:55:00.6079738Z [ 8%] Built target hardware-config 2025-06-05T23:55:00.6080133Z [ 8%] Built target allocator 2025-06-05T23:55:00.6080482Z [ 8%] Built target packing 2025-06-05T23:55:00.6080834Z [ 8%] Built target cache 2025-06-05T23:55:00.6081170Z [ 10%] Built target operators 2025-06-05T23:55:00.6081545Z [ 11%] Built target executorch_core 2025-06-05T23:55:00.6082135Z [ 11%] Built target extension_data_loader 2025-06-05T23:55:00.6082576Z [ 12%] Built target extension_tensor 2025-06-05T23:55:00.6083865Z [ 12%] Built target extension_threadpool 2025-06-05T23:55:00.6084279Z [ 12%] Built target executorch 2025-06-05T23:55:00.6084696Z [ 15%] Built target subgraph 2025-06-05T23:55:00.6085054Z [ 15%] Built target bundled_program 2025-06-05T23:55:00.6085674Z [ 15%] Built target cpublas 2025-06-05T23:55:00.6086028Z [ 16%] Built target etdump 2025-06-05T23:55:00.6086393Z [ 17%] Built target kernels_util_all_deps 2025-06-05T23:55:00.6086801Z [ 17%] Built target util 2025-06-05T23:55:00.6087144Z [ 20%] Built target optimized_kernels 2025-06-05T23:55:00.6087563Z [ 79%] Built target microkernels-prod 2025-06-05T23:55:00.6087959Z [ 82%] Built target XNNPACK 2025-06-05T23:55:00.6088324Z [ 82%] Built target xnnpack_backend 2025-06-05T23:55:00.6088743Z [ 98%] Built target optimized_portable_kernels 2025-06-05T23:55:00.6089229Z [ 98%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:55:00.6089687Z [100%] Built target portable_lib 2025-06-05T23:55:00.6090409Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fallback.cpp.o 2025-06-05T23:55:00.6091588Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform.cpp.o 2025-06-05T23:55:00.6092742Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2025-06-05T23:55:00.6093827Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_update_cache.cpp.o 2025-06-05T23:55:00.6095072Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/spinquant/fast_hadamard_transform.cpp.o 2025-06-05T23:55:00.6096394Z [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:55:00.6097598Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2025-06-05T23:55:00.6101380Z cc1: warning: command-line option ‘-frtti’ is valid for C++/D/ObjC++ but not for C 2025-06-05T23:55:00.6102517Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_fast_hadamard_transform_aten.cpp.o 2025-06-05T23:55:00.6103760Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop.cpp.o 2025-06-05T23:55:00.6104877Z [100%] Building CXX object extension/llm/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_tile_crop_aot.cpp.o 2025-06-05T23:55:00.6106338Z 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:55:00.6108028Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:55:00.6109595Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:55:00.6110609Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:55:00.6112866Z /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:55:00.6115053Z 92 | TORCHAO_ALWAYS_INLINE static void dequantize_4x8_int32_t( 2025-06-05T23:55:00.6115579Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:55:00.6117621Z /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:55:00.6119593Z 22 | TORCHAO_ALWAYS_INLINE static void block_mul_4x8x8( 2025-06-05T23:55:00.6120092Z | ^~~~~~~~~~~~~~~ 2025-06-05T23:55:00.6121175Z 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:55:00.6122874Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:55:00.6124334Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:55:00.6125339Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:55:00.6127520Z /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:55:00.6129361Z 62 | TORCHAO_ALWAYS_INLINE static void dequantize_1x8_int32_t( 2025-06-05T23:55:00.6129897Z | ^~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:55:00.6131905Z /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:55:00.6133751Z 53 | TORCHAO_ALWAYS_INLINE static void reduce_1x8_int32x4_t_sums( 2025-06-05T23:55:00.6134293Z | ^~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:55:00.6136319Z /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:55:00.6138116Z 29 | TORCHAO_ALWAYS_INLINE static void block_mul_1x8x16( 2025-06-05T23:55:00.6138599Z | ^~~~~~~~~~~~~~~~ 2025-06-05T23:55:00.6140049Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/channelwise_8bit_a_channelwise_8bit_b_1x16x16_f32_smlal-impl.h:17, 2025-06-05T23:55:00.6142086Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul.h:312, 2025-06-05T23:55:00.6143694Z from /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/interface/quantized_matmul.h:15, 2025-06-05T23:55:00.6145754Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/op_sdpa_impl.h:26, 2025-06-05T23:55:00.6146961Z from /pytorch/executorch/extension/llm/custom_ops/op_sdpa.cpp:10: 2025-06-05T23:55:00.6148925Z /pytorch/executorch/extension/llm/custom_ops/../../../third-party/ao/torchao/experimental/kernels/cpu/aarch64/matmul/matmul_utils.h:19:35: warning: ‘always_inline’ function might not be inlinable [-Wattributes] 2025-06-05T23:55:00.6150722Z 19 | TORCHAO_ALWAYS_INLINE static void transpose_scales_and_zero_points( 2025-06-05T23:55:00.6151313Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:55:00.6152396Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6153736Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6156014Z /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:55:00.6158865Z /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:55:00.6160715Z /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:70:3: required from here 2025-06-05T23:55:00.6162861Z /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:55:00.6265140Z 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:55:00.6265938Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6266612Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6267734Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6269110Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6270367Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6271514Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6272807Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6274037Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6275766Z /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:55:00.6276860Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:55:00.6277374Z | ^~~~~~~~ 2025-06-05T23:55:00.6278420Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6279863Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6281887Z /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:55:00.6283704Z 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:55:00.6284808Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6286548Z /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:55:00.6288706Z 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:55:00.6289621Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6290448Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6291551Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6292816Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6294088Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6295226Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6296514Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6297735Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6299612Z /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:55:00.6300703Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:55:00.6301224Z | ^~~~~~~~ 2025-06-05T23:55:00.6302280Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6303608Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6305632Z /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:55:00.6307465Z 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:55:00.6308180Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6310016Z /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:55:00.6312144Z 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:55:00.6312858Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6313537Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6314658Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6315913Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6317466Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6318604Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6319896Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6321123Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6322878Z /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:55:00.6323988Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:55:00.6324496Z | ^~~~~~~~ 2025-06-05T23:55:00.6325565Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6326905Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6328925Z /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:55:00.6330748Z 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:55:00.6331465Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6333206Z /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:55:00.6335322Z 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:55:00.6336043Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6336701Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6418186Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6419768Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6421041Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6476566Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6477925Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6479151Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6480908Z /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:55:00.6482002Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:55:00.6482508Z | ^~~~~~~~ 2025-06-05T23:55:00.6483565Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6485298Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6487327Z /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:55:00.6489344Z 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:55:00.6490075Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6491825Z /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:55:00.6493936Z 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:55:00.6494647Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6495322Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6496441Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6497697Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6499232Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6500388Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6501680Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6502906Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6504487Z /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:55:00.6505651Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:55:00.6506163Z | ^~~~~~~~ 2025-06-05T23:55:00.6507217Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6508669Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6510693Z /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:55:00.6512515Z 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:55:00.6513251Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6514989Z /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:55:00.6517371Z 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:55:00.6518097Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6518757Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6519868Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6521286Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6522573Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6523723Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6525019Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6526246Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6527812Z /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:55:00.6528897Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:55:00.6529413Z | ^~~~~~~~ 2025-06-05T23:55:00.6530458Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6531795Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6533828Z /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:55:00.6535641Z 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:55:00.6536367Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6538119Z /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:55:00.6540233Z 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:55:00.6540969Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6541627Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6542961Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6544254Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6545519Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6546677Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6548391Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6549704Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6551402Z /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:55:00.6552484Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:55:00.6552995Z | ^~~~~~~~ 2025-06-05T23:55:00.6654297Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6655701Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6657922Z /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:55:00.6659879Z 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:55:00.6660611Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6662365Z /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:55:00.6664471Z 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:55:00.6665209Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6665875Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6666987Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6668244Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6669721Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6670873Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6672159Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6673397Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6674973Z /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:55:00.6676057Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:55:00.6676573Z | ^~~~~~~~ 2025-06-05T23:55:00.6677631Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6679017Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6681030Z /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:55:00.6683134Z 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:55:00.6683857Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6685712Z /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:55:00.6687816Z 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:55:00.6688541Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6689208Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6690308Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6691574Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6692834Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6693987Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6695273Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6696495Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6698046Z /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:55:00.6699311Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:55:00.6699818Z | ^~~~~~~~ 2025-06-05T23:55:00.6700878Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6702210Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6704238Z /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:55:00.6706070Z 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:55:00.6706783Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6708623Z /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:55:00.6710745Z 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:55:00.6711732Z | ~~~~~~~^~~~ 2025-06-05T23:55:00.6712455Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:00.6713573Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:00.6714832Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:00.6716104Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:00.6717429Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:00.6718738Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:00.6719964Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:00.6721538Z /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:55:00.6722627Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:55:00.6723132Z | ^~~~~~~~ 2025-06-05T23:55:00.6724187Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:00.6725537Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:00.6727543Z /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:55:00.6729368Z 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:55:02.4511992Z | ~~~~~~~^~~~ 2025-06-05T23:55:02.4513880Z /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:55:02.4516062Z 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:55:02.4516792Z | ~~~~~~~^~~~ 2025-06-05T23:55:02.4517470Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:02.4518606Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:02.4519877Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:02.4521132Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:02.4522288Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:02.4523865Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:02.4525098Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:02.4527286Z /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:55:02.4529900Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:55:02.4530431Z | ^~~~~~~~ 2025-06-05T23:55:02.4531493Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:02.4532832Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:02.4535181Z /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:55:02.4537044Z 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:55:02.4537775Z | ~~~~~~~^~~~ 2025-06-05T23:55:02.4539732Z /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:55:02.4542310Z 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:55:02.4543036Z | ~~~~~~~^~~~ 2025-06-05T23:55:02.4543706Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:02.4544823Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:02.4546095Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:02.4547358Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:02.4548496Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:02.4549909Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:02.4551128Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:02.4552756Z /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:55:02.4553863Z 174 | inline C10_HOST_DEVICE float operator-(float a, Half b) { 2025-06-05T23:55:02.4554368Z | ^~~~~~~~ 2025-06-05T23:55:02.4555418Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:02.4556749Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:02.4558779Z /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:55:02.4560595Z 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:55:02.4561535Z | ~~~~~~~^~~~ 2025-06-05T23:55:02.4563288Z /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:55:02.4565514Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-06-05T23:55:02.4566249Z | ~~~~~~~^~~~ 2025-06-05T23:55:02.4566917Z In file included from /pytorch/executorch/runtime/core/portable_type/c10/c10/util/Half.h:424, 2025-06-05T23:55:02.4568019Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/half.h:11, 2025-06-05T23:55:02.4569293Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/portable_type/bfloat16_math.h:12, 2025-06-05T23:55:02.4570544Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/exec_aten/exec_aten.h:36, 2025-06-05T23:55:02.4571695Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/runtime/core/evalue.h:10, 2025-06-05T23:55:02.4572998Z from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h:43, 2025-06-05T23:55:02.4574222Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:9: 2025-06-05T23:55:02.4575759Z /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:55:02.4576850Z 171 | inline C10_HOST_DEVICE float operator+(float a, Half b) { 2025-06-05T23:55:02.4577354Z | ^~~~~~~~ 2025-06-05T23:55:02.4578408Z In file included from /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform.h:19, 2025-06-05T23:55:02.4579738Z from /pytorch/executorch/extension/llm/custom_ops/op_fast_hadamard_transform.cpp:10: 2025-06-05T23:55:02.4581758Z /pytorch/executorch/extension/llm/custom_ops/../../../../executorch/extension/llm/custom_ops/spinquant/fast_hadamard_transform_special.h:148:22: note: candidate 2: ‘operator+(float16_t {aka __fp16}, float16_t {aka __fp16})’ (built-in) 2025-06-05T23:55:02.4583570Z 148 | out[27] = + x[0] + x[1] - x[2] - x[3] + x[4] + x[5] - x[6] + x[7] - x[8] + x[9] + x[10] - x[11] + x[12] - x[13] + x[14] - x[15] - x[16] - x[17] - x[18] + x[19] + x[20] - x[21] - x[22] - x[23] - x[24] - x[25] - x[26] + x[27]; 2025-06-05T23:55:02.4584300Z | ~~~~~~~^~~~ 2025-06-05T23:55:02.4584755Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2025-06-05T23:55:02.4585262Z [100%] Built target custom_ops_aot_lib 2025-06-05T23:55:02.4585699Z [ 1%] Built target flatcc_external_project 2025-06-05T23:55:02.4586161Z [ 1%] Built target flatbuffers_external_project 2025-06-05T23:55:02.4586609Z [ 1%] Built target pthreadpool 2025-06-05T23:55:02.4586992Z [ 2%] Built target cpuinfo 2025-06-05T23:55:02.4587348Z [ 2%] Built target common_schema 2025-06-05T23:55:02.4587737Z [ 4%] Built target eigen_blas 2025-06-05T23:55:02.4588118Z [ 4%] Built target xnnpack_schema 2025-06-05T23:55:02.4588605Z [ 4%] Built target flatccrt 2025-06-05T23:55:02.4588981Z [ 4%] Built target logging 2025-06-05T23:55:02.4589357Z [ 4%] Built target indirection 2025-06-05T23:55:02.4589749Z [ 4%] Built target microparams-init 2025-06-05T23:55:02.4590176Z [ 4%] Built target datatype 2025-06-05T23:55:02.4590730Z [ 6%] Built target normalization 2025-06-05T23:55:02.4591122Z [ 7%] Built target reference-ukernels 2025-06-05T23:55:02.4591542Z [ 7%] Built target program_schema 2025-06-05T23:55:02.4591945Z [ 7%] Built target hardware-config 2025-06-05T23:55:02.4592351Z [ 7%] Built target packing 2025-06-05T23:55:11.8297218Z [ 7%] Built target allocator 2025-06-05T23:55:11.8297711Z [ 7%] Built target cache 2025-06-05T23:55:11.8298058Z [ 7%] Built target memory 2025-06-05T23:55:11.8298431Z [ 8%] Built target microkernel-utils 2025-06-05T23:55:11.8298953Z [ 8%] Built target mutex 2025-06-05T23:55:11.8299641Z [ 8%] Built target operator-utils 2025-06-05T23:55:11.8300058Z [ 8%] Built target operator-run 2025-06-05T23:55:11.8300452Z [ 9%] Built target executorch_core 2025-06-05T23:55:11.8300839Z [ 11%] Built target operators 2025-06-05T23:55:11.8301226Z [ 11%] Built target extension_data_loader 2025-06-05T23:55:11.8301639Z [ 11%] Built target executorch 2025-06-05T23:55:11.8302045Z [ 12%] Built target extension_threadpool 2025-06-05T23:55:11.8302470Z [ 12%] Built target extension_tensor 2025-06-05T23:55:11.8302862Z [ 16%] Built target subgraph 2025-06-05T23:55:11.8303241Z [ 16%] Built target kernels_util_all_deps 2025-06-05T23:55:11.8303661Z [ 16%] Built target bundled_program 2025-06-05T23:55:11.8304055Z [ 17%] Built target etdump 2025-06-05T23:55:11.8304401Z [ 17%] Built target cpublas 2025-06-05T23:55:11.8304774Z [ 19%] Built target optimized_kernels 2025-06-05T23:55:11.8305163Z [ 19%] Built target util 2025-06-05T23:55:11.8305531Z [ 77%] Built target microkernels-prod 2025-06-05T23:55:11.8305934Z [ 80%] Built target XNNPACK 2025-06-05T23:55:11.8306324Z [ 96%] Built target optimized_portable_kernels 2025-06-05T23:55:11.8306773Z [ 96%] Built target xnnpack_backend 2025-06-05T23:55:11.8307203Z [ 96%] Built target optimized_native_cpu_ops_lib 2025-06-05T23:55:11.8307658Z [ 97%] Built target portable_lib 2025-06-05T23:55:11.8308443Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:11.8309721Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:11.8310916Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:11.8312156Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:11.8313379Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:11.8314590Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:11.8315825Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:11.8317058Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:11.8318280Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:11.8319520Z [ 97%] Building CXX object kernels/quantized/CMakeFiles/quantized_pybind_kernels_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:11.8320442Z [ 97%] Linking CXX static library libquantized_pybind_kernels_lib.a 2025-06-05T23:55:11.8321016Z [ 97%] Built target quantized_pybind_kernels_lib 2025-06-05T23:55:11.8321598Z [ 98%] Generating selected_operators.yaml for quantized_ops_pybind_lib 2025-06-05T23:55:11.8322204Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:11.8323341Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_pybind_lib.dir/quantized_ops_pybind_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:55:11.8324549Z [ 98%] Linking CXX static library libquantized_ops_pybind_lib.a 2025-06-05T23:55:11.8325375Z [ 98%] Built target quantized_ops_pybind_lib 2025-06-05T23:55:11.8325932Z [ 98%] Generating selected_operators.yaml for quantized_ops_aot_lib 2025-06-05T23:55:11.8329856Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::choose_qparams_per_token_asymmetric.out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::dequantize_per_token.out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out quantized_decomposed::quantize_per_token.out 2025-06-05T23:55:11.8333507Z [ 98%] Generating code for kernel registration 2025-06-05T23:55:11.8334471Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2025-06-05T23:55:11.8335871Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2025-06-05T23:55:11.8337106Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/embeddingxb.cpp.o 2025-06-05T23:55:11.8338173Z [ 98%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2025-06-05T23:55:11.8339268Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:11.8340436Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2025-06-05T23:55:11.8341600Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2025-06-05T23:55:11.8342748Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding2b.cpp.o 2025-06-05T23:55:11.8343891Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2025-06-05T23:55:11.8345057Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2025-06-05T23:55:11.8346194Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2025-06-05T23:55:11.8347403Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2025-06-05T23:55:11.8348701Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2025-06-05T23:55:11.8350017Z [100%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2025-06-05T23:55:11.8351069Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2025-06-05T23:55:11.8351599Z [100%] Built target quantized_ops_aot_lib 2025-06-05T23:55:11.8352007Z running build_py 2025-06-05T23:55:11.8352467Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:11.8353373Z copying src/executorch/codegen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:11.8354465Z copying src/executorch/codegen/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:11.8355543Z copying src/executorch/codegen/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:11.8356639Z copying src/executorch/codegen/parse.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen 2025-06-05T23:55:11.8357556Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:55:11.8358467Z copying src/executorch/devtools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools 2025-06-05T23:55:11.8359375Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8360211Z copying src/executorch/exir/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8361420Z copying src/executorch/exir/_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8362459Z copying src/executorch/exir/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8363520Z copying src/executorch/exir/control_flow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8364600Z copying src/executorch/exir/delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8365804Z copying src/executorch/exir/dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8366949Z copying src/executorch/exir/dynamic_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8368050Z copying src/executorch/exir/error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8369060Z copying src/executorch/exir/graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8370127Z copying src/executorch/exir/graph_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8371282Z copying src/executorch/exir/lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8372406Z copying src/executorch/exir/memory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8373490Z copying src/executorch/exir/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8374590Z copying src/executorch/exir/pass_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8375672Z copying src/executorch/exir/pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8376775Z copying src/executorch/exir/print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8377882Z copying src/executorch/exir/scalar_type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8378936Z copying src/executorch/exir/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8379961Z copying src/executorch/exir/sym_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8380994Z copying src/executorch/exir/tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8382012Z copying src/executorch/exir/tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8383037Z copying src/executorch/exir/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8384060Z copying src/executorch/exir/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8385080Z copying src/executorch/exir/wrap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:11.8494917Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:55:11.8495918Z copying src/executorch/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime 2025-06-05T23:55:11.8496805Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:11.8497803Z copying src/executorch/util/activation_memory_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:11.8499078Z copying src/executorch/util/collect_env.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:11.8500286Z copying src/executorch/util/python_profiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/util 2025-06-05T23:55:11.8501253Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8502272Z copying src/executorch/backends/arm/arm_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8503543Z copying src/executorch/backends/arm/arm_vela.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8505193Z copying src/executorch/backends/arm/ethosu_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8506560Z copying src/executorch/backends/arm/ethosu_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8507912Z copying src/executorch/backends/arm/process_node.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8509504Z copying src/executorch/backends/arm/tosa_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8510827Z copying src/executorch/backends/arm/tosa_mapping.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8512163Z copying src/executorch/backends/arm/tosa_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8513523Z copying src/executorch/backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8514902Z copying src/executorch/backends/arm/tosa_specification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8516233Z copying src/executorch/backends/arm/tosa_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8517518Z copying src/executorch/backends/arm/vgf_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8518832Z copying src/executorch/backends/arm/vgf_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm 2025-06-05T23:55:11.8519915Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:11.8521064Z copying src/executorch/backends/example/example_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:11.8522564Z copying src/executorch/backends/example/example_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:11.8524091Z copying src/executorch/backends/example/example_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:11.8525612Z copying src/executorch/backends/example/test_example_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example 2025-06-05T23:55:11.8526783Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:11.8527883Z copying src/executorch/backends/mediatek/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:11.8529299Z copying src/executorch/backends/mediatek/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:11.8530760Z copying src/executorch/backends/mediatek/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek 2025-06-05T23:55:11.8531876Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:11.8532979Z copying src/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:11.8534417Z copying src/executorch/backends/nxp/neutron_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:11.8535827Z copying src/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:11.8537184Z copying src/executorch/backends/nxp/nxp_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp 2025-06-05T23:55:11.8538246Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:11.8539332Z copying src/executorch/backends/openvino/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:11.8540750Z copying src/executorch/backends/openvino/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:11.8542408Z copying src/executorch/backends/openvino/preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino 2025-06-05T23:55:11.8543547Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:11.8544698Z copying src/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm 2025-06-05T23:55:11.8545867Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8547081Z copying src/executorch/backends/transforms/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8548686Z copying src/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8550254Z copying src/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8551836Z copying src/executorch/backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8553474Z copying src/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8555148Z copying src/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8556762Z copying src/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8558305Z copying src/executorch/backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8559829Z copying src/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8561354Z copying src/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8562878Z copying src/executorch/backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8564431Z copying src/executorch/backends/transforms/remove_getitem_op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8566047Z copying src/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8567589Z copying src/executorch/backends/transforms/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8569153Z copying src/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms 2025-06-05T23:55:11.8570421Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:11.8571477Z copying src/executorch/backends/vulkan/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:11.8572837Z copying src/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:11.8574378Z copying src/executorch/backends/vulkan/op_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:11.8575739Z copying src/executorch/backends/vulkan/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:11.8577142Z copying src/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan 2025-06-05T23:55:11.8578289Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:11.8579521Z copying src/executorch/backends/xnnpack/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:11.8580945Z copying src/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack 2025-06-05T23:55:11.8582117Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:11.8583225Z copying src/executorch/backends/apple/mps/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:11.8584775Z copying src/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps 2025-06-05T23:55:11.8586038Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:11.8679799Z copying src/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:11.8681789Z copying src/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:11.8683262Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:55:11.8684632Z copying src/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:55:11.8686497Z copying src/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition 2025-06-05T23:55:11.8687965Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:11.8689334Z copying src/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:11.8691170Z copying src/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:11.8692583Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:55:11.8693972Z copying src/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:55:11.8695807Z copying src/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test 2025-06-05T23:55:11.8697222Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:11.8699732Z copying src/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:11.8701277Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8702589Z copying src/executorch/backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8704322Z copying src/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8706086Z copying src/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8707831Z copying src/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8709741Z copying src/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8711890Z copying src/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8713681Z copying src/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8715479Z copying src/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8717440Z copying src/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8719270Z copying src/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8721057Z copying src/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8722776Z copying src/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8724529Z copying src/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8726280Z copying src/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8727998Z copying src/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8729724Z copying src/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8731459Z copying src/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8733206Z copying src/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8734939Z copying src/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8736657Z copying src/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators 2025-06-05T23:55:11.8737995Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:55:11.8739311Z copying src/executorch/backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:55:11.8741057Z copying src/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition 2025-06-05T23:55:11.8742473Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:11.8743941Z copying src/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:11.8745883Z copying src/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:11.8747323Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:11.8748647Z copying src/executorch/backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:11.8750283Z copying src/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:11.8752133Z copying src/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:11.8753807Z copying src/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:11.8755445Z copying src/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:11.8757221Z copying src/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:11.8758894Z copying src/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test 2025-06-05T23:55:11.8760165Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:55:11.8761428Z copying src/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:55:11.8763057Z copying src/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils 2025-06-05T23:55:11.8764291Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8765420Z copying src/executorch/backends/arm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8766860Z copying src/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8768472Z copying src/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8770184Z copying src/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8771731Z copying src/executorch/backends/arm/_passes/arm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8773201Z copying src/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8830938Z copying src/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8832588Z copying src/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8834123Z copying src/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8835641Z copying src/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8837216Z copying src/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8838858Z copying src/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8840544Z copying src/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8842206Z copying src/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8843818Z copying src/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8845382Z copying src/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8847315Z copying src/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8848917Z copying src/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8850500Z copying src/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8852380Z copying src/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8854043Z copying src/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8855613Z copying src/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8857208Z copying src/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8858837Z copying src/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8860472Z copying src/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8862149Z copying src/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8863797Z copying src/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8865414Z copying src/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8866998Z copying src/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8868690Z copying src/executorch/backends/arm/_passes/decompose_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8870270Z copying src/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8871866Z copying src/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8873519Z copying src/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8875170Z copying src/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8876726Z copying src/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8878277Z copying src/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8879946Z copying src/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8881611Z copying src/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8883207Z copying src/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8884998Z copying src/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8886669Z copying src/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8888300Z copying src/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8889972Z copying src/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8891523Z copying src/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8893138Z copying src/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8894710Z copying src/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8896213Z copying src/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8897784Z copying src/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8899619Z copying src/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8901283Z copying src/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8902888Z copying src/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8904519Z copying src/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8906228Z copying src/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes 2025-06-05T23:55:11.8907577Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.8908990Z copying src/executorch/backends/arm/operator_support/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.8910755Z copying src/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.8912570Z copying src/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.8914365Z copying src/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.8916137Z copying src/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.8918059Z copying src/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.8919892Z copying src/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.8998075Z copying src/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.9000465Z copying src/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.9002273Z copying src/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.9004149Z copying src/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support 2025-06-05T23:55:11.9005726Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9006948Z copying src/executorch/backends/arm/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9008492Z copying src/executorch/backends/arm/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9010051Z copying src/executorch/backends/arm/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9011552Z copying src/executorch/backends/arm/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9013049Z copying src/executorch/backends/arm/operators/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9014558Z copying src/executorch/backends/arm/operators/op_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9016076Z copying src/executorch/backends/arm/operators/op_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9017618Z copying src/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9019159Z copying src/executorch/backends/arm/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9020658Z copying src/executorch/backends/arm/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9022171Z copying src/executorch/backends/arm/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9023748Z copying src/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9025333Z copying src/executorch/backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9026853Z copying src/executorch/backends/arm/operators/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9028349Z copying src/executorch/backends/arm/operators/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9029952Z copying src/executorch/backends/arm/operators/op_erf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9031449Z copying src/executorch/backends/arm/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9032929Z copying src/executorch/backends/arm/operators/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9034426Z copying src/executorch/backends/arm/operators/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9035911Z copying src/executorch/backends/arm/operators/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9037396Z copying src/executorch/backends/arm/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9039126Z copying src/executorch/backends/arm/operators/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9040652Z copying src/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9042227Z copying src/executorch/backends/arm/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9043888Z copying src/executorch/backends/arm/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9045440Z copying src/executorch/backends/arm/operators/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9046948Z copying src/executorch/backends/arm/operators/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9048488Z copying src/executorch/backends/arm/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9050011Z copying src/executorch/backends/arm/operators/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9051558Z copying src/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9053126Z copying src/executorch/backends/arm/operators/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9054682Z copying src/executorch/backends/arm/operators/op_rescale.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9056271Z copying src/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9057845Z copying src/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9059391Z copying src/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9060926Z copying src/executorch/backends/arm/operators/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9062440Z copying src/executorch/backends/arm/operators/op_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9063964Z copying src/executorch/backends/arm/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9065456Z copying src/executorch/backends/arm/operators/op_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9066973Z copying src/executorch/backends/arm/operators/op_table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9068497Z copying src/executorch/backends/arm/operators/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9070112Z copying src/executorch/backends/arm/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9071702Z copying src/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9073319Z copying src/executorch/backends/arm/operators/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9074959Z copying src/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9076657Z copying src/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9078405Z copying src/executorch/backends/arm/operators/op_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9079936Z copying src/executorch/backends/arm/operators/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9081585Z copying src/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9083390Z copying src/executorch/backends/arm/operators/ops_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9084995Z copying src/executorch/backends/arm/operators/ops_identity.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9086562Z copying src/executorch/backends/arm/operators/ops_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators 2025-06-05T23:55:11.9087775Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:11.9088968Z copying src/executorch/backends/arm/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:11.9090517Z copying src/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:11.9179913Z copying src/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:11.9181694Z copying src/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:11.9183418Z copying src/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer 2025-06-05T23:55:11.9184717Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:55:11.9185950Z copying src/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts 2025-06-05T23:55:11.9187135Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:11.9188235Z copying src/executorch/backends/arm/test/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:11.9189744Z copying src/executorch/backends/arm/test/conftest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:11.9191220Z copying src/executorch/backends/arm/test/runner_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:11.9192656Z copying src/executorch/backends/arm/test/test_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test 2025-06-05T23:55:11.9193785Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-06-05T23:55:11.9194962Z copying src/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util 2025-06-05T23:55:11.9196160Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9197445Z copying src/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9199282Z copying src/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9200942Z copying src/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9202586Z copying src/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9204604Z copying src/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9206259Z copying src/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9207953Z copying src/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9209834Z copying src/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9211569Z copying src/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9213403Z copying src/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9215156Z copying src/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc 2025-06-05T23:55:11.9216403Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9217694Z copying src/executorch/backends/arm/test/models/test_conformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9219372Z copying src/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9221032Z copying src/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9222650Z copying src/executorch/backends/arm/test/models/test_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9224274Z copying src/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9225959Z copying src/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9227682Z copying src/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9229522Z copying src/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9231211Z copying src/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9232923Z copying src/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9234628Z copying src/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models 2025-06-05T23:55:11.9235941Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9237127Z copying src/executorch/backends/arm/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9238630Z copying src/executorch/backends/arm/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9240161Z copying src/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9241703Z copying src/executorch/backends/arm/test/ops/test_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9243383Z copying src/executorch/backends/arm/test/ops/test_amin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9244877Z copying src/executorch/backends/arm/test/ops/test_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9246395Z copying src/executorch/backends/arm/test/ops/test_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9248012Z copying src/executorch/backends/arm/test/ops/test_at.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9249554Z copying src/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9251123Z copying src/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9252688Z copying src/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9254210Z copying src/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9255701Z copying src/executorch/backends/arm/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9257199Z copying src/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9258722Z copying src/executorch/backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9260287Z copying src/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9261874Z copying src/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9263411Z copying src/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9264936Z copying src/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9266495Z copying src/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9268132Z copying src/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9269822Z copying src/executorch/backends/arm/test/ops/test_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9271395Z copying src/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9343676Z copying src/executorch/backends/arm/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9345300Z copying src/executorch/backends/arm/test/ops/test_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9346793Z copying src/executorch/backends/arm/test/ops/test_erf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9348310Z copying src/executorch/backends/arm/test/ops/test_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9349914Z copying src/executorch/backends/arm/test/ops/test_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9351434Z copying src/executorch/backends/arm/test/ops/test_eye.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9353271Z copying src/executorch/backends/arm/test/ops/test_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9354759Z copying src/executorch/backends/arm/test/ops/test_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9356237Z copying src/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9357960Z copying src/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9359506Z copying src/executorch/backends/arm/test/ops/test_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9361092Z copying src/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9362684Z copying src/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9364256Z copying src/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9365815Z copying src/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9367341Z copying src/executorch/backends/arm/test/ops/test_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9368871Z copying src/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9370481Z copying src/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9372088Z copying src/executorch/backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9373602Z copying src/executorch/backends/arm/test/ops/test_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9375110Z copying src/executorch/backends/arm/test/ops/test_logical.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9376688Z copying src/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9378245Z copying src/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9379751Z copying src/executorch/backends/arm/test/ops/test_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9381261Z copying src/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9382806Z copying src/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9384353Z copying src/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9385895Z copying src/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9387454Z copying src/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9389076Z copying src/executorch/backends/arm/test/ops/test_mm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9390747Z copying src/executorch/backends/arm/test/ops/test_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9392231Z copying src/executorch/backends/arm/test/ops/test_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9393713Z copying src/executorch/backends/arm/test/ops/test_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9395209Z copying src/executorch/backends/arm/test/ops/test_ones.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9396834Z copying src/executorch/backends/arm/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9398369Z copying src/executorch/backends/arm/test/ops/test_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9400130Z copying src/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9401690Z copying src/executorch/backends/arm/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9403203Z copying src/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9404743Z copying src/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9406281Z copying src/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9407846Z copying src/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9409431Z copying src/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9410963Z copying src/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9412483Z copying src/executorch/backends/arm/test/ops/test_select.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9414027Z copying src/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9415608Z copying src/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9417222Z copying src/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9418786Z copying src/executorch/backends/arm/test/ops/test_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9420288Z copying src/executorch/backends/arm/test/ops/test_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9421797Z copying src/executorch/backends/arm/test/ops/test_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9423330Z copying src/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9424881Z copying src/executorch/backends/arm/test/ops/test_split.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9426394Z copying src/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9427915Z copying src/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9429846Z copying src/executorch/backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9431347Z copying src/executorch/backends/arm/test/ops/test_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9432840Z copying src/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9434365Z copying src/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9436089Z copying src/executorch/backends/arm/test/ops/test_unary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9508048Z copying src/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9509907Z copying src/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9511628Z copying src/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9513219Z copying src/executorch/backends/arm/test/ops/test_var.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9514716Z copying src/executorch/backends/arm/test/ops/test_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9516237Z copying src/executorch/backends/arm/test/ops/test_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9517757Z copying src/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops 2025-06-05T23:55:11.9518968Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9520321Z copying src/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9522072Z copying src/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9523866Z copying src/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9525719Z copying src/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9527520Z copying src/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9529292Z copying src/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9531136Z copying src/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9532995Z copying src/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9534805Z copying src/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9536699Z copying src/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9538585Z copying src/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9540753Z copying src/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9542548Z copying src/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9544271Z copying src/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9546244Z copying src/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9548054Z copying src/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9550016Z copying src/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9551882Z copying src/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9553675Z copying src/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9555453Z copying src/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9557189Z copying src/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9558987Z copying src/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes 2025-06-05T23:55:11.9560398Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:55:11.9561801Z copying src/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer 2025-06-05T23:55:11.9563169Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:11.9564407Z copying src/executorch/backends/arm/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:11.9566066Z copying src/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:11.9567740Z copying src/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:11.9569382Z copying src/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester 2025-06-05T23:55:11.9570669Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:55:11.9571946Z copying src/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil 2025-06-05T23:55:11.9573330Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:11.9574915Z copying src/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:11.9576613Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:11.9578552Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:11.9581272Z copying src/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:11.9583237Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9585417Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9588008Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9590535Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9593014Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9595500Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9597977Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9600751Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9646537Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9648963Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9651526Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9654091Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9656660Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9659137Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9661538Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9663897Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9666353Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9669301Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9671788Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9674478Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9676992Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9679446Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9681896Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9684376Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9686844Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9689321Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9691761Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9694183Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9696615Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9699253Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9701770Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9704355Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9706857Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9709383Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9712072Z copying src/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:11.9713888Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:11.9715779Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:11.9717853Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:11.9719854Z copying src/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:11.9721844Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:11.9723926Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:11.9726029Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:11.9728200Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:11.9730395Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:11.9732665Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:11.9735623Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:11.9752418Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:11.9754844Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:11.9757690Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:11.9803526Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:11.9805843Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:11.9808135Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:11.9811104Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:11.9814487Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:11.9817471Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:11.9820645Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:11.9823636Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:11.9825819Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:11.9828081Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:11.9831211Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:11.9834070Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:11.9836322Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:11.9838761Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:11.9841158Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:11.9843489Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:11.9845840Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:11.9848220Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:11.9850593Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:11.9852942Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:11.9855274Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:11.9857734Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:11.9860045Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:11.9862507Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:11.9864872Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:11.9867247Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:11.9869718Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:11.9872126Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:11.9874504Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:11.9876831Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:11.9879164Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:11.9881484Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:11.9883799Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:11.9886129Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:11.9888444Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:11.9890735Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:11.9893709Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:11.9896662Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:11.9899853Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:11.9902433Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:11.9954537Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:11.9957435Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:11.9959841Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:11.9962212Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:11.9964509Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:11.9966808Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:11.9969122Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:11.9971525Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:11.9974189Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:11.9977663Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:11.9980358Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:11.9983186Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:11.9986951Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:11.9990784Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:11.9994502Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:11.9997459Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:12.0000310Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:12.0004049Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:12.0007470Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:12.0010068Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:12.0012819Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:12.0016395Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:12.0019974Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:12.0023520Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:12.0026168Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:12.0028947Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:12.0032454Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:12.0035141Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:12.0038040Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:12.0041757Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:12.0045650Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:12.0048489Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0051273Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0085261Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0089229Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0093056Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0096805Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0100646Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0104310Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0107916Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0111656Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0115333Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0118982Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0123091Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0126917Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0130595Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0134454Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0138204Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0141804Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0145576Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0149482Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0153115Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0156690Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0160352Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:12.0163170Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:12.0165957Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:12.0169710Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:12.0172642Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0175647Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0179589Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0183633Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0199383Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0203597Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0207723Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0211678Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0214660Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:12.0217644Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:12.0221647Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:12.0225656Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:12.0230217Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:12.0234277Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:12.0237051Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0239505Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0242718Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0245930Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0249133Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0252333Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0255610Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0258867Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0262104Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0265273Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0268440Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:12.0271055Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0273980Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0277681Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0281214Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0284716Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0288205Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0291726Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0295265Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0298976Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0358623Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0362189Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0365744Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0369248Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0372708Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:12.0375592Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:12.0378021Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:12.0381391Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:12.0384468Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:12.0386865Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:12.0389739Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:12.0392286Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:12.0394642Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:12.0397752Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:12.0401132Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:12.0404208Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:12.0407244Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:12.0410266Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:12.0412530Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:12.0414803Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:12.0417158Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:12.0419719Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:12.0423324Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:12.0426762Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:12.0429264Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:12.0431580Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:12.0433977Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0436475Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0439708Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0443051Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0446488Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0449865Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0453182Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0456525Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0479857Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0483193Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0486807Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0490102Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0493477Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0496769Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0500293Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0503787Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0507158Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0510608Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0514003Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0517429Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0520693Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0523901Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0527192Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:12.0529746Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:12.0532262Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:12.0535827Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:12.0538549Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0541282Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0544837Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0548475Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0552227Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0555994Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0559725Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0563274Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:12.0565991Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:12.0568752Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:12.0572327Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:12.0575914Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:12.0682108Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:12.0685049Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:12.0688147Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:12.0691673Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:12.0694441Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:12.0697476Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:12.0701557Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:12.0705535Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:12.0709605Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:12.0713473Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:12.0715790Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0716966Z copying src/executorch/backends/cadence/aot/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0718493Z copying src/executorch/backends/cadence/aot/compiler.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0720076Z copying src/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0721647Z copying src/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0723214Z copying src/executorch/backends/cadence/aot/export_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0724734Z copying src/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0726554Z copying src/executorch/backends/cadence/aot/graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0728131Z copying src/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0729730Z copying src/executorch/backends/cadence/aot/memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0731504Z copying src/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0733215Z copying src/executorch/backends/cadence/aot/pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0734695Z copying src/executorch/backends/cadence/aot/passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0736242Z copying src/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0737817Z copying src/executorch/backends/cadence/aot/remove_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0739328Z copying src/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0740846Z copying src/executorch/backends/cadence/aot/replace_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0742374Z copying src/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0743865Z copying src/executorch/backends/cadence/aot/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:12.0745040Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:12.0746289Z copying src/executorch/backends/cadence/runtime/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:12.0747877Z copying src/executorch/backends/cadence/runtime/executor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:12.0749601Z copying src/executorch/backends/cadence/runtime/runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:12.0751194Z copying src/executorch/backends/cadence/runtime/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime 2025-06-05T23:55:12.0752414Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:12.0753642Z copying src/executorch/backends/cadence/utils/facto_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:12.0755205Z copying src/executorch/backends/cadence/utils/gen_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:12.0756812Z copying src/executorch/backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils 2025-06-05T23:55:12.0758127Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:12.0759517Z copying src/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:12.0761325Z copying src/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:12.0763136Z copying src/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:12.0765111Z copying src/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:12.0766445Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0767829Z copying src/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0769654Z copying src/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0771562Z copying src/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0773337Z copying src/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0775114Z copying src/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0776903Z copying src/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0838522Z copying src/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0840422Z copying src/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0842247Z copying src/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests 2025-06-05T23:55:12.0843625Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:12.0844958Z copying src/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:12.0846342Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:12.0847892Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:12.0849963Z copying src/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:12.0851493Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:12.0853018Z copying src/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:12.0855044Z copying src/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:12.0857075Z copying src/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:12.0858589Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:12.0860027Z copying src/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:12.0861507Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:12.0863141Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:12.0865113Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:12.0866694Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:12.0868938Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:12.0871213Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:12.0873329Z copying src/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:12.0875030Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:12.0876872Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:12.0879276Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:12.0881668Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:12.0883482Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:12.0885314Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:12.0887698Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:12.0890076Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:12.0892447Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:12.0894281Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:12.0896142Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:12.0898575Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:12.0901192Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:12.0903635Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:12.0905479Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:12.0907237Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:12.0909835Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:12.0911599Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:12.0913501Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:12.0915861Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:12.0917697Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:12.0919529Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:12.0921946Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:12.0924369Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:12.0926741Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:12.0929126Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:12.0931516Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:12.0933884Z copying src/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:12.0935659Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.0990070Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.0992396Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.0994742Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.0997045Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.0999467Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1001735Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1003998Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1006592Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1008820Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1011206Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1013434Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1015730Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1018018Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1020263Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1022495Z copying src/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:12.1024052Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:12.1025243Z copying src/executorch/backends/cortex_m/ops/operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:12.1026458Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:55:12.1027801Z copying src/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/passes 2025-06-05T23:55:12.1029214Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:55:12.1030514Z copying src/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/test 2025-06-05T23:55:12.1032033Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:12.1033792Z copying src/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:12.1036146Z copying src/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:12.1037878Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1039391Z copying src/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1041293Z copying src/executorch/backends/example/example_operators/add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1043188Z copying src/executorch/backends/example/example_operators/conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1045054Z copying src/executorch/backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1047048Z copying src/executorch/backends/example/example_operators/dropout.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1048888Z copying src/executorch/backends/example/example_operators/flatten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1050812Z copying src/executorch/backends/example/example_operators/linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1052648Z copying src/executorch/backends/example/example_operators/op_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1054441Z copying src/executorch/backends/example/example_operators/ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1056253Z copying src/executorch/backends/example/example_operators/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators 2025-06-05T23:55:12.1057621Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:12.1058877Z copying src/executorch/backends/mediatek/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:12.1060645Z copying src/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes 2025-06-05T23:55:12.1062084Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:12.1063385Z copying src/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:12.1065077Z copying src/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:12.1066782Z copying src/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:12.1068498Z copying src/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer 2025-06-05T23:55:12.1069897Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:12.1071267Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:12.1073069Z copying src/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:12.1074850Z copying src/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes 2025-06-05T23:55:12.1076154Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:12.1077333Z copying src/executorch/backends/nxp/backend/edge_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:12.1078908Z copying src/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:12.1080596Z copying src/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:12.1082261Z copying src/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend 2025-06-05T23:55:12.1083513Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:12.1140651Z copying src/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:12.1142304Z copying src/executorch/backends/nxp/quantizer/patterns.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:12.1143845Z copying src/executorch/backends/nxp/quantizer/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer 2025-06-05T23:55:12.1145014Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1146553Z copying src/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1148110Z copying src/executorch/backends/nxp/tests/executors.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1149849Z copying src/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1151409Z copying src/executorch/backends/nxp/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1152908Z copying src/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1154479Z copying src/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1156115Z copying src/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1157781Z copying src/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1159393Z copying src/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1161000Z copying src/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1162546Z copying src/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests 2025-06-05T23:55:12.1163744Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:12.1165051Z copying src/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:12.1166752Z copying src/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:12.1168380Z copying src/executorch/backends/nxp/backend/ir/logger.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:12.1170047Z copying src/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir 2025-06-05T23:55:12.1171392Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:12.1172819Z copying src/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:12.1174708Z copying src/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:12.1176680Z copying src/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:12.1178647Z copying src/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:12.1180333Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:12.1181620Z copying src/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:12.1182992Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:12.1184624Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:12.1186650Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:12.1188231Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:12.1189868Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:12.1191869Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:12.1193926Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:12.1195997Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:12.1198066Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:12.1200353Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:12.1201941Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:12.1203529Z copying src/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:12.1205697Z copying src/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:12.1207928Z copying src/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:12.1210178Z copying src/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:12.1211931Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:12.1213587Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:12.1215794Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:12.1218012Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:12.1220211Z copying src/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:12.1222220Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:12.1223964Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:12.1225794Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1227964Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1230774Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1233574Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1293298Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1296260Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1299222Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1301987Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1304734Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1307570Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1310545Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1313324Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1316072Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1318857Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:12.1320919Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:12.1323149Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:12.1325640Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:12.1328360Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:12.1330941Z copying src/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:12.1332774Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1334283Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1336246Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1338297Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1340360Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1342305Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1344282Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1346268Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1348334Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1350605Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1352723Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1354974Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1357311Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1359480Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1361532Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1363605Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1365805Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1367768Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1369718Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1371832Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1373882Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1375905Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1377908Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1379866Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1381834Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1383911Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1386059Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1388114Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1390198Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1392159Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1423863Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1425974Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1428094Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1430276Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1432332Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1434475Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1436585Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1438959Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1440990Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1443023Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1445198Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1447288Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1449537Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1451665Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1453615Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1455626Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1457681Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1459670Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1461680Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1463708Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1465786Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1468052Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1470361Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1472375Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1474354Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1476383Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1478458Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1480485Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1482710Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1484848Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1486947Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1489114Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1491153Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1493095Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1495065Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1497120Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1499410Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1501448Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1503445Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1505442Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1507483Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1509559Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1511710Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1513921Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1515997Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1518056Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1520190Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1522259Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1559264Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1561774Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1563806Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1565754Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1567952Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1569922Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1571830Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1573777Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1575869Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1578104Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1580243Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1582265Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1584228Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1586176Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1588148Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1590277Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1592239Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1594172Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1596137Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1598109Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1600353Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1602493Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1604822Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1606814Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1608784Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1610911Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1612893Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1614921Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1617031Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1619139Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1621201Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1623213Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1625295Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1627509Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1629810Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1631916Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1633934Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1635959Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1637995Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1639970Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1641967Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1644036Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1646069Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1648266Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1650436Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1652464Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1654559Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1656546Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1658546Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1692386Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1694408Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1696496Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1698623Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1700849Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1702948Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1705051Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1707087Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1709190Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1711185Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1713291Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1715393Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1717563Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1719804Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1722021Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1724552Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1726762Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1729163Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1731411Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1733631Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1735925Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1738139Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1740280Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1742400Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1744546Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1746726Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1749030Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1751336Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1753584Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1755740Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1757878Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1760035Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1762208Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1764331Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1766327Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1768397Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1770309Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1772202Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1774229Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1776193Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1778168Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1780232Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1782313Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1784328Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1786290Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1788444Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1790711Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1792707Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1817038Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1819276Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1821520Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1823748Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1825874Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1827910Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1830070Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1832044Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1834424Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1836363Z copying src/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:12.1837942Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1839984Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1842419Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1844891Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1847347Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1849818Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1852315Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1854849Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1857430Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1860099Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1862879Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1865529Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1868091Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1870710Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1873248Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1875796Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1878445Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1880932Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1883556Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1886166Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1888750Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1891266Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1893747Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1896223Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1898720Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1901492Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1904061Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1906576Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1909135Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1911674Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1914216Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1920517Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1923065Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1925874Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1928376Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1931049Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1933605Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1936198Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1938741Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1941225Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1943695Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1946190Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1948849Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1951353Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1953843Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1956361Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1958867Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1961376Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1963893Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1966371Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1969054Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1971533Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1974090Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1976575Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1979083Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1981586Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1984095Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1986634Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1989255Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1991802Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1994368Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1997018Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.1999868Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2002462Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2004982Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2007493Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2009975Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2012690Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2015191Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2040461Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2043035Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2045541Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2048046Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2050619Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2053203Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2055749Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2058273Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2060737Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2063198Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2065728Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2068297Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2071120Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2073926Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:12.2075967Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:12.2078121Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:12.2080001Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:12.2081643Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:12.2083842Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:12.2085965Z copying src/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:12.2087687Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2089532Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2091986Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2094632Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2097325Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2100149Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2102819Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2105532Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2108142Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2110778Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2113504Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2116220Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2118795Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2121621Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2124229Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2127029Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2129857Z copying src/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:12.2131920Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2133713Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2136125Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2191960Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2194313Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2196687Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2199215Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2201580Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2204027Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2206489Z copying src/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:12.2208507Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:12.2209917Z copying src/executorch/backends/openvino/quantizer/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:12.2211758Z copying src/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer 2025-06-05T23:55:12.2213146Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:12.2214497Z copying src/executorch/backends/openvino/tests/test_runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests 2025-06-05T23:55:12.2215831Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:55:12.2234950Z copying src/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/models 2025-06-05T23:55:12.2236561Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2237962Z copying src/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2239709Z copying src/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2241727Z copying src/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2243485Z copying src/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2245225Z copying src/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2247000Z copying src/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2248744Z copying src/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2250453Z copying src/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2252189Z copying src/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2253929Z copying src/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2255641Z copying src/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops 2025-06-05T23:55:12.2256954Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2258198Z copying src/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2259904Z copying src/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2261690Z copying src/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2263388Z copying src/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2265080Z copying src/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2266763Z copying src/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2268446Z copying src/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2270301Z copying src/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2272047Z copying src/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2273734Z copying src/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2275619Z copying src/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2277314Z copying src/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2279004Z copying src/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2280856Z copying src/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2282614Z copying src/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2284288Z copying src/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2286056Z copying src/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2287848Z copying src/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2289518Z copying src/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2291186Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2292982Z copying src/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2294721Z copying src/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2296323Z copying src/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2298003Z copying src/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2299902Z copying src/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2301706Z copying src/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2303464Z copying src/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2351464Z copying src/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2353247Z copying src/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2354964Z copying src/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2356692Z copying src/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2358407Z copying src/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2360127Z copying src/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2362257Z copying src/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2363984Z copying src/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2365822Z copying src/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2367419Z copying src/executorch/backends/qualcomm/_passes/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes 2025-06-05T23:55:12.2368662Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2369947Z copying src/executorch/backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2371608Z copying src/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2373277Z copying src/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2375273Z copying src/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2376989Z copying src/executorch/backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2378613Z copying src/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2380232Z copying src/executorch/backends/qualcomm/builders/op_and.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2381872Z copying src/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2383530Z copying src/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2385195Z copying src/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2386894Z copying src/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2388720Z copying src/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2390359Z copying src/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2391981Z copying src/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2393609Z copying src/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2395268Z copying src/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2396913Z copying src/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2398538Z copying src/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2400637Z copying src/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2402369Z copying src/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2404034Z copying src/executorch/backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2405964Z copying src/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2407666Z copying src/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2409323Z copying src/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2410945Z copying src/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2412575Z copying src/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2414220Z copying src/executorch/backends/qualcomm/builders/op_full.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2415882Z copying src/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2417544Z copying src/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2419173Z copying src/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2420783Z copying src/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2422441Z copying src/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2424090Z copying src/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2425750Z copying src/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2427467Z copying src/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2429251Z copying src/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2430915Z copying src/executorch/backends/qualcomm/builders/op_index.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2432564Z copying src/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2434306Z copying src/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2436019Z copying src/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2437660Z copying src/executorch/backends/qualcomm/builders/op_le.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2439272Z copying src/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2441165Z copying src/executorch/backends/qualcomm/builders/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2442830Z copying src/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2444531Z copying src/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2512088Z copying src/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2513780Z copying src/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2515456Z copying src/executorch/backends/qualcomm/builders/op_max.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2517135Z copying src/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2518820Z copying src/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2520465Z copying src/executorch/backends/qualcomm/builders/op_min.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2522092Z copying src/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2523702Z copying src/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2525300Z copying src/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2526918Z copying src/executorch/backends/qualcomm/builders/op_or.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2528522Z copying src/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2530138Z copying src/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2531771Z copying src/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2533422Z copying src/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2535080Z copying src/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2536735Z copying src/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2538395Z copying src/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2540065Z copying src/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2541723Z copying src/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2543379Z copying src/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2545070Z copying src/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2547058Z copying src/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2548917Z copying src/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2550570Z copying src/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2552319Z copying src/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2554015Z copying src/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2555690Z copying src/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2557397Z copying src/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2559149Z copying src/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2560829Z copying src/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2562482Z copying src/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2564137Z copying src/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2565762Z copying src/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2567416Z copying src/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2569075Z copying src/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2570688Z copying src/executorch/backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2572341Z copying src/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2573996Z copying src/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2575684Z copying src/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2577364Z copying src/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2579113Z copying src/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2580922Z copying src/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2582633Z copying src/executorch/backends/qualcomm/builders/op_where.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2584309Z copying src/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2586135Z copying src/executorch/backends/qualcomm/builders/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders 2025-06-05T23:55:12.2587421Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:12.2588806Z copying src/executorch/backends/qualcomm/debugger/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger 2025-06-05T23:55:12.2590104Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:12.2591551Z copying src/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:12.2593320Z copying src/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:12.2595040Z copying src/executorch/backends/qualcomm/partition/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition 2025-06-05T23:55:12.2596349Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:12.2597694Z copying src/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:12.2599611Z copying src/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:12.2601372Z copying src/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:12.2603076Z copying src/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:12.2604418Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:12.2709033Z copying src/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:12.2710951Z copying src/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:12.2712349Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:12.2713606Z copying src/executorch/backends/qualcomm/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:12.2715212Z copying src/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:12.2716814Z copying src/executorch/backends/qualcomm/tests/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests 2025-06-05T23:55:12.2718041Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:12.2719293Z copying src/executorch/backends/qualcomm/utils/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:12.2720867Z copying src/executorch/backends/qualcomm/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils 2025-06-05T23:55:12.2722164Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:12.2723791Z copying src/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:12.2725951Z copying src/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:12.2727838Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:12.2729293Z copying src/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:12.2731235Z copying src/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:12.2733040Z copying src/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test 2025-06-05T23:55:12.2734532Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2735741Z copying src/executorch/backends/vulkan/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2737310Z copying src/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2738978Z copying src/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2740686Z copying src/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2742375Z copying src/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2744057Z copying src/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2745767Z copying src/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2747465Z copying src/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2749259Z copying src/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes 2025-06-05T23:55:12.2750584Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:12.2751973Z copying src/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner 2025-06-05T23:55:12.2753345Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:12.2754688Z copying src/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer 2025-06-05T23:55:12.2756000Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:55:12.2757261Z copying src/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime 2025-06-05T23:55:12.2758546Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:12.2759989Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:12.2761872Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:12.2763765Z copying src/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:12.2765136Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:12.2766366Z copying src/executorch/backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:12.2768180Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:12.2769832Z copying src/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:12.2771474Z copying src/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test 2025-06-05T23:55:12.2772837Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:12.2774188Z copying src/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:12.2775946Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:12.2777850Z copying src/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:12.2779345Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:12.2780800Z copying src/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:12.2782697Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:12.2784642Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:12.2786621Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:12.2788672Z copying src/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:12.2790601Z copying src/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:12.2792041Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:12.2793462Z copying src/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:12.2794998Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:12.2796847Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:12.2799479Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:12.2801861Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:12.2886088Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:12.2888478Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:12.2891106Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:12.2893422Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:12.2895508Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:12.2897510Z copying src/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:12.2899746Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:12.2902008Z copying src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:12.2903963Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2905176Z copying src/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2906875Z copying src/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2908829Z copying src/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2910527Z copying src/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2912167Z copying src/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2913896Z copying src/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2915622Z copying src/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2917291Z copying src/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2919001Z copying src/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2920853Z copying src/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2922541Z copying src/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2924183Z copying src/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes 2025-06-05T23:55:12.2925459Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2926737Z copying src/executorch/backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2928402Z copying src/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2930334Z copying src/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2931949Z copying src/executorch/backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2933579Z copying src/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2935426Z copying src/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2937106Z copying src/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2938725Z copying src/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2940379Z copying src/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2942033Z copying src/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2943682Z copying src/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2945319Z copying src/executorch/backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2947053Z copying src/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2948974Z copying src/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2950702Z copying src/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2952319Z copying src/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2955294Z copying src/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2956939Z copying src/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2958614Z copying src/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2959395Z copying src/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2960183Z copying src/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2960935Z copying src/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2961669Z copying src/executorch/backends/xnnpack/operators/op_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2962531Z copying src/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2963287Z copying src/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2964060Z copying src/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2965005Z copying src/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2965765Z copying src/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2966529Z copying src/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2967431Z copying src/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2968202Z copying src/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.2968964Z copying src/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3047515Z copying src/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3048332Z copying src/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3049078Z copying src/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3049853Z copying src/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3050592Z copying src/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3051347Z copying src/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3052128Z copying src/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3052926Z copying src/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3053689Z copying src/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3054446Z copying src/executorch/backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3055224Z copying src/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3055999Z copying src/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3056823Z copying src/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3057680Z copying src/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3058428Z copying src/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3059175Z copying src/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3059950Z copying src/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators 2025-06-05T23:55:12.3060676Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:12.3061435Z copying src/executorch/backends/xnnpack/partition/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:12.3062269Z copying src/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition 2025-06-05T23:55:12.3062663Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:12.3063647Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:12.3064514Z copying src/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:12.3064936Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:12.3065827Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:12.3066738Z copying src/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:12.3067099Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:55:12.3067844Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:55:12.3068774Z copying src/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test 2025-06-05T23:55:12.3069185Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:12.3070091Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:12.3070456Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:12.3071158Z copying src/executorch/backends/xnnpack/utils/configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:12.3071870Z copying src/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:12.3072556Z copying src/executorch/backends/xnnpack/utils/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:12.3073321Z copying src/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils 2025-06-05T23:55:12.3073765Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:12.3074601Z copying src/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:12.3075486Z copying src/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:12.3076418Z copying src/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:12.3077303Z copying src/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:12.3078238Z copying src/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:12.3079265Z copying src/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:12.3079703Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:12.3080588Z copying src/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:12.3081518Z copying src/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:12.3081929Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3082724Z copying src/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3083486Z copying src/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3084298Z copying src/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3085118Z copying src/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3085927Z copying src/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3086752Z copying src/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3087566Z copying src/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3088373Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3089185Z copying src/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3089959Z copying src/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3090794Z copying src/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3207076Z copying src/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3207883Z copying src/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models 2025-06-05T23:55:12.3208428Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3209179Z copying src/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3209916Z copying src/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3210709Z copying src/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3211502Z copying src/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3212238Z copying src/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3213310Z copying src/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3214061Z copying src/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3214882Z copying src/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3215801Z copying src/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3216577Z copying src/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3217336Z copying src/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3218086Z copying src/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3218820Z copying src/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3219557Z copying src/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3220319Z copying src/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3221062Z copying src/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3221841Z copying src/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3222625Z copying src/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3223399Z copying src/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3224157Z copying src/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3224902Z copying src/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3225777Z copying src/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3226535Z copying src/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3227313Z copying src/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3228089Z copying src/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3228924Z copying src/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3229710Z copying src/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3230481Z copying src/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3231236Z copying src/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3232174Z copying src/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3232911Z copying src/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3233657Z copying src/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3234588Z copying src/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3235346Z copying src/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3236100Z copying src/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3236859Z copying src/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3237617Z copying src/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3238396Z copying src/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3239172Z copying src/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3239917Z copying src/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3240682Z copying src/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3241521Z copying src/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3242259Z copying src/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:12.3242655Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:12.3243539Z copying src/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:12.3244393Z copying src/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:12.3245322Z copying src/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:12.3246185Z copying src/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:12.3247049Z copying src/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:12.3247929Z copying src/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:12.3248801Z copying src/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:12.3249217Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:12.3250268Z copying src/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:12.3379215Z copying src/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:12.3380194Z copying src/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:12.3381006Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:12.3381986Z copying src/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:12.3382923Z copying src/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:12.3383338Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:12.3384102Z copying src/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:12.3384885Z copying src/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:12.3385329Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:12.3386191Z copying src/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:12.3386647Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:12.3387530Z copying src/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:12.3387982Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:12.3389024Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:12.3389522Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:12.3390492Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:12.3391018Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:12.3392019Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:12.3393017Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:12.3394014Z copying src/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:12.3394542Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:12.3395545Z copying src/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:12.3396062Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:12.3397309Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:12.3398365Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:12.3399770Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:12.3400827Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:12.3401334Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3402428Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3403626Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3404718Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3405857Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3406961Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3408051Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3409091Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3410191Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3411268Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3412319Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3413347Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3414472Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3415552Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3416716Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3417985Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3419031Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3420181Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3421236Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3422296Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3423384Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3424525Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3942108Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3943228Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3944314Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3945396Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3946344Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3947337Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:12.3947904Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:12.3949224Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:12.3950360Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:12.3951433Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:12.3951975Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:12.3953014Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:12.3953318Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:12.3954210Z copying src/executorch/codegen/api/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:12.3954765Z copying src/executorch/codegen/api/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:12.3955283Z copying src/executorch/codegen/api/et_cpp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:12.3955837Z copying src/executorch/codegen/api/unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api 2025-06-05T23:55:12.3956142Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:12.3957013Z copying src/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:12.3957656Z copying src/executorch/codegen/test/test_executorch_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:12.3958335Z copying src/executorch/codegen/test/test_executorch_signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:12.3958981Z copying src/executorch/codegen/test/test_executorch_types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:12.3959639Z copying src/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:12.3960276Z copying src/executorch/codegen/test/test_selective_build.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test 2025-06-05T23:55:12.3960594Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:12.3961148Z copying src/executorch/codegen/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:12.3961752Z copying src/executorch/codegen/tools/gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:12.3962325Z copying src/executorch/codegen/tools/gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:12.3962907Z copying src/executorch/codegen/tools/gen_ops_def.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:12.3963599Z copying src/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:12.3964176Z copying src/executorch/codegen/tools/merge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:12.3964758Z copying src/executorch/codegen/tools/yaml_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools 2025-06-05T23:55:12.3965125Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:12.3965827Z copying src/executorch/codegen/api/types/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:12.3966481Z copying src/executorch/codegen/api/types/signatures.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:12.3967102Z copying src/executorch/codegen/api/types/types.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types 2025-06-05T23:55:12.3967439Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:12.3968138Z copying src/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:12.3968827Z copying src/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:12.3969562Z copying src/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:12.3970318Z copying src/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test 2025-06-05T23:55:12.3970806Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:12.3971473Z copying src/executorch/devtools/backend_debug/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:12.3972202Z copying src/executorch/devtools/backend_debug/delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug 2025-06-05T23:55:12.3972587Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:12.3973407Z copying src/executorch/devtools/bundled_program/config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:12.3974110Z copying src/executorch/devtools/bundled_program/core.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:12.3974820Z copying src/executorch/devtools/bundled_program/version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program 2025-06-05T23:55:12.3975184Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:12.3975865Z copying src/executorch/devtools/debug_format/base_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:12.3976535Z copying src/executorch/devtools/debug_format/et_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format 2025-06-05T23:55:12.3976859Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:12.3977496Z copying src/executorch/devtools/etdump/schema_flatcc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:12.3978119Z copying src/executorch/devtools/etdump/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:12.3978452Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:12.3979066Z copying src/executorch/devtools/etrecord/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:12.3979698Z copying src/executorch/devtools/etrecord/_etrecord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord 2025-06-05T23:55:12.3980035Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:12.3980660Z copying src/executorch/devtools/inspector/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:12.3981322Z copying src/executorch/devtools/inspector/_inspector.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:12.3982003Z copying src/executorch/devtools/inspector/_inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:12.3982769Z copying src/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:12.3983463Z copying src/executorch/devtools/inspector/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector 2025-06-05T23:55:12.3983854Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:55:12.4118841Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:55:12.4119767Z copying src/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool 2025-06-05T23:55:12.4120141Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:12.4120844Z copying src/executorch/devtools/visualization/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:12.4121629Z copying src/executorch/devtools/visualization/visualization_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:12.4122801Z copying src/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization 2025-06-05T23:55:12.4123207Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:55:12.4124029Z copying src/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests 2025-06-05T23:55:12.4124624Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:12.4125430Z copying src/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:12.4126312Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:12.4126758Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:12.4127584Z copying src/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:12.4127984Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:12.4128804Z copying src/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:12.4129605Z copying src/executorch/devtools/bundled_program/test/test_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:12.4130395Z copying src/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test 2025-06-05T23:55:12.4130804Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:55:12.4131583Z copying src/executorch/devtools/bundled_program/util/test_util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util 2025-06-05T23:55:12.4132034Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:12.4132916Z copying src/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:12.4133397Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:12.4134350Z copying src/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:12.4134710Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:12.4135454Z copying src/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests 2025-06-05T23:55:12.4135821Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:12.4136573Z copying src/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests 2025-06-05T23:55:12.4136959Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:12.4137744Z copying src/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:12.4138519Z copying src/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:12.4139340Z copying src/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:12.4140254Z copying src/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:12.4141147Z copying src/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests 2025-06-05T23:55:12.4141545Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:12.4142353Z copying src/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:12.4143137Z copying src/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:12.4143923Z copying src/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:12.4144655Z copying src/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:12.4145409Z copying src/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:12.4145738Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:12.4146323Z copying src/executorch/examples/models/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:12.4146950Z copying src/executorch/examples/models/checkpoint.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:12.4147566Z copying src/executorch/examples/models/model_base.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:12.4148205Z copying src/executorch/examples/models/model_factory.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models 2025-06-05T23:55:12.4148702Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:12.4149484Z copying src/executorch/examples/apple/coreml/llama/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:12.4150316Z copying src/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:12.4151059Z copying src/executorch/examples/apple/coreml/llama/run.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:12.4151814Z copying src/executorch/examples/apple/coreml/llama/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:12.4152565Z copying src/executorch/examples/apple/coreml/llama/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama 2025-06-05T23:55:12.4152975Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:12.4153808Z copying src/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:12.4154599Z copying src/executorch/examples/apple/coreml/scripts/export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:12.4155484Z copying src/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:12.4156331Z copying src/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:12.4157180Z copying src/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:12.4157751Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:55:12.4158538Z copying src/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:55:12.4159310Z copying src/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts 2025-06-05T23:55:12.4159783Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:55:12.4160524Z copying src/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:55:12.4161248Z copying src/executorch/examples/models/deeplab_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3 2025-06-05T23:55:12.4293346Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:12.4294091Z copying src/executorch/examples/models/edsr/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:12.4294737Z copying src/executorch/examples/models/edsr/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr 2025-06-05T23:55:12.4295147Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:55:12.4295944Z copying src/executorch/examples/models/efficient_sam/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:55:12.4296709Z copying src/executorch/examples/models/efficient_sam/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam 2025-06-05T23:55:12.4297114Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:12.4297889Z copying src/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:12.4298652Z copying src/executorch/examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:12.4299207Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:55:12.4299970Z copying src/executorch/examples/models/inception_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:55:12.4300720Z copying src/executorch/examples/models/inception_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3 2025-06-05T23:55:12.4301121Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:55:12.4301862Z copying src/executorch/examples/models/inception_v4/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:55:12.4302620Z copying src/executorch/examples/models/inception_v4/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4 2025-06-05T23:55:12.4302982Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4303644Z copying src/executorch/examples/models/llama/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4304349Z copying src/executorch/examples/models/llama/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4305047Z copying src/executorch/examples/models/llama/eval_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4305754Z copying src/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4306795Z copying src/executorch/examples/models/llama/export_llama.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4307528Z copying src/executorch/examples/models/llama/export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4308216Z copying src/executorch/examples/models/llama/fairseq2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4309268Z copying src/executorch/examples/models/llama/hf_download.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4310088Z copying src/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4310829Z copying src/executorch/examples/models/llama/llama_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4311500Z copying src/executorch/examples/models/llama/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4312201Z copying src/executorch/examples/models/llama/model_args.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4312856Z copying src/executorch/examples/models/llama/norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4313516Z copying src/executorch/examples/models/llama/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4314262Z copying src/executorch/examples/models/llama/static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama 2025-06-05T23:55:12.4314674Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:12.4315441Z copying src/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:12.4315808Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:12.4316468Z copying src/executorch/examples/models/llava/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:12.4317176Z copying src/executorch/examples/models/llava/export_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:12.4317849Z copying src/executorch/examples/models/llava/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava 2025-06-05T23:55:12.4318194Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:12.4318834Z copying src/executorch/examples/models/lstm/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:12.4319492Z copying src/executorch/examples/models/lstm/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm 2025-06-05T23:55:12.4319879Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:12.4320618Z copying src/executorch/examples/models/mobilebert/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:12.4321364Z copying src/executorch/examples/models/mobilebert/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert 2025-06-05T23:55:12.4321761Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:12.4322506Z copying src/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:12.4323261Z copying src/executorch/examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:12.4323773Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:12.4324517Z copying src/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:12.4325272Z copying src/executorch/examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:12.4325685Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:12.4326589Z copying src/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:12.4327008Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:12.4327729Z copying src/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:12.4328456Z copying src/executorch/examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:12.4329249Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:12.4329987Z copying src/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:12.4330753Z copying src/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:12.4331145Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:55:12.4331850Z copying src/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:55:12.4332627Z copying src/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini 2025-06-05T23:55:12.4333004Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:55:12.4333684Z copying src/executorch/examples/models/qwen2_5/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:55:12.4334430Z copying src/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5 2025-06-05T23:55:12.4334798Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:12.4443248Z copying src/executorch/examples/models/qwen3/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:12.4444052Z copying src/executorch/examples/models/qwen3/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3 2025-06-05T23:55:12.4444471Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:12.4445156Z copying src/executorch/examples/models/resnet/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:12.4445841Z copying src/executorch/examples/models/resnet/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet 2025-06-05T23:55:12.4446215Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:12.4446925Z copying src/executorch/examples/models/smollm2/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:12.4447687Z copying src/executorch/examples/models/smollm2/convert_weights.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2 2025-06-05T23:55:12.4448044Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:12.4449033Z copying src/executorch/examples/models/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:12.4449718Z copying src/executorch/examples/models/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test 2025-06-05T23:55:12.4450140Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:55:12.4451108Z copying src/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:55:12.4451918Z copying src/executorch/examples/models/torchvision_vit/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit 2025-06-05T23:55:12.4452316Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:55:12.4453019Z copying src/executorch/examples/models/toy_model/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:55:12.4453733Z copying src/executorch/examples/models/toy_model/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model 2025-06-05T23:55:12.4454128Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:12.4454863Z copying src/executorch/examples/models/wav2letter/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:12.4455611Z copying src/executorch/examples/models/wav2letter/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter 2025-06-05T23:55:12.4456161Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:12.4457251Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:12.4458310Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:12.4459421Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:12.4460526Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:12.4461533Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:12.4462622Z copying src/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:12.4463038Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:55:12.4463833Z copying src/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:55:12.4464652Z copying src/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate 2025-06-05T23:55:12.4465099Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:12.4465994Z copying src/executorch/examples/models/llama/experimental/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:12.4466887Z copying src/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:12.4467903Z copying src/executorch/examples/models/llama/experimental/subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:12.4468901Z copying src/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental 2025-06-05T23:55:12.4469294Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:12.4470155Z copying src/executorch/examples/models/llama/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:12.4470985Z copying src/executorch/examples/models/llama/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:12.4471756Z copying src/executorch/examples/models/llama/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner 2025-06-05T23:55:12.4472263Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4473226Z copying src/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4474279Z copying src/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4475266Z copying src/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4476282Z copying src/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4477296Z copying src/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4478244Z copying src/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4479283Z copying src/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4480273Z copying src/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4481255Z copying src/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4482227Z copying src/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4483177Z copying src/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4484140Z copying src/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4485120Z copying src/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4486157Z copying src/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4606451Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4607555Z copying src/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4609019Z copying src/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4610044Z copying src/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:12.4610457Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:12.4611302Z copying src/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:12.4612340Z copying src/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:12.4613182Z copying src/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:12.4614021Z copying src/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:12.4614830Z copying src/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:12.4615645Z copying src/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:12.4616495Z copying src/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests 2025-06-05T23:55:12.4616910Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:12.4617750Z copying src/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:12.4618252Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:12.4619177Z copying src/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:12.4620190Z copying src/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:12.4621122Z copying src/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:12.4622110Z copying src/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:12.4622579Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:12.4623453Z copying src/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:12.4624339Z copying src/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:12.4625482Z copying src/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:12.4626353Z copying src/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:12.4626852Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:12.4627884Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:12.4628414Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:12.4629461Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:12.4630446Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:12.4631082Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:12.4632211Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:12.4633290Z copying src/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:12.4633841Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:12.4634879Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:12.4635998Z copying src/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:12.4636387Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:55:12.4637160Z copying src/executorch/examples/models/llava/test/test_llava.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:55:12.4637919Z copying src/executorch/examples/models/llava/test/test_pte.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test 2025-06-05T23:55:12.4638312Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:55:12.4639069Z copying src/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi 2025-06-05T23:55:12.4639401Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4639963Z copying src/executorch/exir/_serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4640517Z copying src/executorch/exir/_serialize/_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4641112Z copying src/executorch/exir/_serialize/_dataclass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4641705Z copying src/executorch/exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4642318Z copying src/executorch/exir/_serialize/_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4643021Z copying src/executorch/exir/_serialize/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4643606Z copying src/executorch/exir/_serialize/_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4644224Z copying src/executorch/exir/_serialize/data_serializer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4644913Z copying src/executorch/exir/_serialize/padding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:12.4645233Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:12.4645808Z copying src/executorch/exir/backend/backend_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:12.4646431Z copying src/executorch/exir/backend/backend_details.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:12.4647062Z copying src/executorch/exir/backend/compile_spec_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:12.4647692Z copying src/executorch/exir/backend/operator_support.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:12.4648310Z copying src/executorch/exir/backend/partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:12.4648853Z copying src/executorch/exir/backend/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend 2025-06-05T23:55:12.4800729Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:12.4801370Z copying src/executorch/exir/capture/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:12.4801922Z copying src/executorch/exir/capture/_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:12.4802500Z copying src/executorch/exir/capture/_config.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:12.4803152Z copying src/executorch/exir/capture/_unlift.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture 2025-06-05T23:55:12.4803466Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:12.4804024Z copying src/executorch/exir/dialects/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:12.4804572Z copying src/executorch/exir/dialects/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects 2025-06-05T23:55:12.4804863Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:12.4805359Z copying src/executorch/exir/emit/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:12.4805891Z copying src/executorch/exir/emit/_emit_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:12.4806403Z copying src/executorch/exir/emit/_emitter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit 2025-06-05T23:55:12.4806720Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:12.4807288Z copying src/executorch/exir/operator/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:12.4807842Z copying src/executorch/exir/operator/manip.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:12.4808398Z copying src/executorch/exir/operator/util.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator 2025-06-05T23:55:12.4808703Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4809227Z copying src/executorch/exir/passes/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4810256Z copying src/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4810851Z copying src/executorch/exir/passes/const_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4811462Z copying src/executorch/exir/passes/constant_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4812122Z copying src/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4812931Z copying src/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4813585Z copying src/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4814263Z copying src/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4814922Z copying src/executorch/exir/passes/external_constants_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4815519Z copying src/executorch/exir/passes/init_mutable_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4816213Z copying src/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4816849Z copying src/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4817468Z copying src/executorch/exir/passes/memory_planning_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4818118Z copying src/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4818803Z copying src/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4819383Z copying src/executorch/exir/passes/pass_registry.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4820026Z copying src/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4820630Z copying src/executorch/exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4821228Z copying src/executorch/exir/passes/quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4821881Z copying src/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4822550Z copying src/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4823147Z copying src/executorch/exir/passes/remove_noop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4823828Z copying src/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4824489Z copying src/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4825230Z copying src/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4825909Z copying src/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4826549Z copying src/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4827366Z copying src/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4827984Z copying src/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4828769Z copying src/executorch/exir/passes/spec_prop_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4829379Z copying src/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4830070Z copying src/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4830726Z copying src/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes 2025-06-05T23:55:12.4831036Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:12.4831584Z copying src/executorch/exir/program/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:12.4832167Z copying src/executorch/exir/program/_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:12.4832711Z copying src/executorch/exir/program/_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program 2025-06-05T23:55:12.4833008Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:12.4833519Z copying src/executorch/exir/serde/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:12.4834111Z copying src/executorch/exir/serde/export_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:12.4835410Z copying src/executorch/exir/serde/schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:12.4836639Z copying src/executorch/exir/serde/schema_check.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:12.4837894Z copying src/executorch/exir/serde/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:12.4839101Z copying src/executorch/exir/serde/union.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde 2025-06-05T23:55:12.4840058Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4841048Z copying src/executorch/exir/tests/asr_joiner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4842250Z copying src/executorch/exir/tests/common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4843517Z copying src/executorch/exir/tests/control_flow_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4844875Z copying src/executorch/exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4846150Z copying src/executorch/exir/tests/models.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4847409Z copying src/executorch/exir/tests/test_arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4848696Z copying src/executorch/exir/tests/test_capture.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4849945Z copying src/executorch/exir/tests/test_common.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4971011Z copying src/executorch/exir/tests/test_delegate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4972394Z copying src/executorch/exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4973818Z copying src/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4975540Z copying src/executorch/exir/tests/test_error.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4976794Z copying src/executorch/exir/tests/test_joint_graph.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4978149Z copying src/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4979588Z copying src/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4981241Z copying src/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4982680Z copying src/executorch/exir/tests/test_memory_planning.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4983989Z copying src/executorch/exir/tests/test_op_convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4985277Z copying src/executorch/exir/tests/test_pass_infra.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4986529Z copying src/executorch/exir/tests/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4987799Z copying src/executorch/exir/tests/test_print_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4989290Z copying src/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4990693Z copying src/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4992043Z copying src/executorch/exir/tests/test_quantization.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4993381Z copying src/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4994819Z copying src/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4996255Z copying src/executorch/exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4997540Z copying src/executorch/exir/tests/test_serde.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.4998883Z copying src/executorch/exir/tests/test_tensor.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.5000140Z copying src/executorch/exir/tests/test_tracer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.5001419Z copying src/executorch/exir/tests/test_verification.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.5002723Z copying src/executorch/exir/tests/test_warnings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.5003992Z copying src/executorch/exir/tests/transformer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests 2025-06-05T23:55:12.5005036Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:12.5006192Z copying src/executorch/exir/verification/arg_validator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:12.5007624Z copying src/executorch/exir/verification/dev_html.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:12.5009070Z copying src/executorch/exir/verification/interpreter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:12.5010523Z copying src/executorch/exir/verification/verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification 2025-06-05T23:55:12.5011937Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:12.5013058Z copying src/executorch/exir/_serialize/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:12.5014456Z copying src/executorch/exir/_serialize/test/test_cord.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:12.5015927Z copying src/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:12.5017652Z copying src/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:12.5019196Z copying src/executorch/exir/_serialize/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test 2025-06-05T23:55:12.5020458Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:12.5022002Z copying src/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:12.5024019Z copying src/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:12.5026078Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:12.5028183Z copying src/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:12.5030358Z copying src/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:12.5031799Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5033016Z copying src/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5034681Z copying src/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5036348Z copying src/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5037994Z copying src/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5039608Z copying src/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5041133Z copying src/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5042652Z copying src/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5044224Z copying src/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5045773Z copying src/executorch/exir/backend/test/test_backends.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5047287Z copying src/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5049002Z copying src/executorch/exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5050535Z copying src/executorch/exir/backend/test/test_compatibility.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5052271Z copying src/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5053843Z copying src/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5055412Z copying src/executorch/exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5057134Z copying src/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5058713Z copying src/executorch/exir/backend/test/test_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5060186Z copying src/executorch/exir/backend/test/test_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5061720Z copying src/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5213659Z copying src/executorch/exir/backend/test/test_utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test 2025-06-05T23:55:12.5214944Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:55:12.5216623Z copying src/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:55:12.5218365Z copying src/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos 2025-06-05T23:55:12.5219683Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:12.5221155Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:12.5223083Z copying src/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:12.5224882Z copying src/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:12.5226137Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:12.5227300Z copying src/executorch/exir/dialects/backend/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend 2025-06-05T23:55:12.5228437Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:12.5229686Z copying src/executorch/exir/dialects/edge/_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:12.5230787Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:55:12.5231980Z copying src/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test 2025-06-05T23:55:12.5233223Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:55:12.5234568Z copying src/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test 2025-06-05T23:55:12.5235883Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:55:12.5237079Z copying src/executorch/exir/dialects/edge/arg/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:55:12.5238566Z copying src/executorch/exir/dialects/edge/arg/type.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg 2025-06-05T23:55:12.5240145Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:12.5241399Z copying src/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:12.5243009Z copying src/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:12.5244615Z copying src/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:12.5246018Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:55:12.5247190Z copying src/executorch/exir/dialects/edge/op/api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:55:12.5248696Z copying src/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op 2025-06-05T23:55:12.5249921Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:55:12.5251118Z copying src/executorch/exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:55:12.5252637Z copying src/executorch/exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec 2025-06-05T23:55:12.5253844Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:55:12.5255111Z copying src/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:55:12.5256729Z copying src/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test 2025-06-05T23:55:12.5258001Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:12.5259322Z copying src/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:12.5260541Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:12.5261663Z copying src/executorch/exir/emit/test/test_emit.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test 2025-06-05T23:55:12.5262733Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:12.5263919Z copying src/executorch/exir/operator/test/test_operator.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test 2025-06-05T23:55:12.5265079Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:12.5266171Z copying src/executorch/exir/program/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:12.5267611Z copying src/executorch/exir/program/test/test_fake_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:12.5269202Z copying src/executorch/exir/program/test/test_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test 2025-06-05T23:55:12.5270376Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:12.5271620Z copying src/executorch/exir/verification/test/test_verifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test 2025-06-05T23:55:12.5272844Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:12.5274007Z copying src/executorch/extension/export_util/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:12.5275442Z copying src/executorch/extension/export_util/utils.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util 2025-06-05T23:55:12.5276594Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:12.5277930Z copying src/executorch/extension/flat_tensor/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor 2025-06-05T23:55:12.5279066Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:12.5280224Z copying src/executorch/extension/gguf_util/convert_main.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:12.5281673Z copying src/executorch/extension/gguf_util/converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:12.5283242Z copying src/executorch/extension/gguf_util/load_gguf.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util 2025-06-05T23:55:12.5284404Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:12.5285601Z copying src/executorch/extension/pybindings/portable_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:12.5286793Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:12.5287867Z copying src/executorch/extension/pytree/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree 2025-06-05T23:55:12.5288951Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:55:12.5290062Z copying src/executorch/extension/training/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training 2025-06-05T23:55:12.5291251Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:12.5292606Z copying src/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:12.5294383Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:12.5296210Z copying src/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:12.5297559Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:55:12.5299056Z copying src/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test 2025-06-05T23:55:12.5300390Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:55:12.5301786Z copying src/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters 2025-06-05T23:55:12.5303137Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5304356Z copying src/executorch/extension/llm/custom_ops/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5480431Z copying src/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5482134Z copying src/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5483774Z copying src/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5485483Z copying src/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5487233Z copying src/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5489347Z copying src/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5491046Z copying src/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5492741Z copying src/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:12.5493995Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:12.5495817Z copying src/executorch/extension/llm/export/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:12.5497324Z copying src/executorch/extension/llm/export/builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:12.5499097Z copying src/executorch/extension/llm/export/export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:12.5500690Z copying src/executorch/extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:12.5502263Z copying src/executorch/extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:12.5503840Z copying src/executorch/extension/llm/export/test_export_passes.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export 2025-06-05T23:55:12.5505074Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:12.5506264Z copying src/executorch/extension/llm/modules/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:12.5507817Z copying src/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:12.5509502Z copying src/executorch/extension/llm/modules/attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:12.5511012Z copying src/executorch/extension/llm/modules/kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules 2025-06-05T23:55:12.5512204Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:12.5513442Z copying src/executorch/extension/llm/tokenizers/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers 2025-06-05T23:55:12.5514758Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:12.5516316Z copying src/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:12.5517952Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:12.5519740Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:12.5521995Z copying src/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:12.5523553Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:55:12.5524815Z copying src/executorch/extension/llm/export/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:55:12.5526454Z copying src/executorch/extension/llm/export/test/test_builder.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test 2025-06-05T23:55:12.5527750Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:12.5529404Z copying src/executorch/extension/llm/modules/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:12.5531071Z copying src/executorch/extension/llm/modules/test/test_attention.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:12.5532780Z copying src/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:12.5534709Z copying src/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test 2025-06-05T23:55:12.5536228Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:12.5537845Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:12.5539960Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:12.5542217Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:12.5544362Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:12.5546459Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:12.5548074Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:12.5549651Z copying src/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:12.5551227Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:12.5553315Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:12.5555163Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:12.5557145Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:12.5559781Z copying src/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:12.5561703Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:12.5563521Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:12.5565943Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:12.5567749Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:12.5569714Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:12.5571962Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:12.5573961Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:12.5576680Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:12.5729089Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:12.5747338Z copying src/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:12.5749743Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:12.5751869Z copying src/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:12.5753925Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:12.5755910Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:12.5757939Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:12.5760064Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:12.5762181Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:12.5764269Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:12.5766328Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:12.5768331Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:12.5770252Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:12.5772049Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:12.5774401Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:12.5776730Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:12.5779097Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:12.5781922Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:12.5784305Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:12.5786625Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:12.5789251Z copying src/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:12.5791069Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:12.5792849Z copying src/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:12.5794608Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:12.5796301Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:12.5798481Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:12.5804435Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:12.5806145Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:12.5807888Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:12.5810165Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:12.5812360Z copying src/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:12.5814112Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:12.5816077Z copying src/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:12.5818035Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:12.5819966Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:12.5821934Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:12.5824033Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:12.5826748Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:12.5829388Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:12.5831677Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:12.5834874Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:12.5838021Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:12.5841224Z copying src/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:12.5843456Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:12.5845295Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:12.5847679Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:14.6026830Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:14.6029571Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:14.6032008Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:14.6033923Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:14.6035899Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:14.6037925Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:14.6040041Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:14.6042803Z copying src/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:14.6044689Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:55:14.6046142Z copying src/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/module/test/resources 2025-06-05T23:55:14.6047566Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:14.6049230Z copying src/executorch/extension/pybindings/test/make_test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:14.6050965Z copying src/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:14.6052744Z copying src/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test 2025-06-05T23:55:14.6054225Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:14.6055414Z copying src/executorch/extension/pytree/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test 2025-06-05T23:55:14.6056619Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:14.6058026Z copying src/executorch/extension/training/pybindings/_training_module.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:14.6059443Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:14.6060862Z copying src/executorch/extension/training/examples/XOR/export_model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:14.6062673Z copying src/executorch/extension/training/examples/XOR/model.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR 2025-06-05T23:55:14.6064094Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:14.6065612Z copying src/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:14.6067125Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:55:14.6068676Z copying src/executorch/extension/training/pybindings/test/test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test 2025-06-05T23:55:14.6070024Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:14.6071129Z copying src/executorch/kernels/quantized/__init__.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:14.6072245Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:14.6073527Z copying src/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:14.6075233Z copying src/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:14.6076502Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:55:14.6077560Z copying src/executorch/runtime/test/test_runtime.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test 2025-06-05T23:55:14.6078409Z running egg_info 2025-06-05T23:55:14.6078736Z creating executorch.egg-info 2025-06-05T23:55:14.6079275Z writing executorch.egg-info/PKG-INFO 2025-06-05T23:55:14.6079935Z writing dependency_links to executorch.egg-info/dependency_links.txt 2025-06-05T23:55:14.6080631Z writing entry points to executorch.egg-info/entry_points.txt 2025-06-05T23:55:14.6081265Z writing requirements to executorch.egg-info/requires.txt 2025-06-05T23:55:14.6081901Z writing top-level names to executorch.egg-info/top_level.txt 2025-06-05T23:55:14.6082520Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:14.6083116Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:14.6083618Z adding license file 'LICENSE' 2025-06-05T23:55:14.6084086Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2025-06-05T23:55:14.6085158Z copying src/executorch/exir/delegate.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir 2025-06-05T23:55:14.6086055Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:14.6086962Z copying src/executorch/schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:14.6088097Z copying src/executorch/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/schema 2025-06-05T23:55:14.6089680Z copying src/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:55:14.6091463Z copying src/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization 2025-06-05T23:55:14.6093008Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:14.6094743Z copying src/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:14.6097213Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:14.6099817Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:14.6102072Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:14.6104967Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:14.6107810Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:14.6110100Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:14.6112434Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:14.6115428Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:14.6118455Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:14.6120770Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:14.6126785Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:14.6129720Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6133005Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6135888Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6138979Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6141933Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6144834Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6147735Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6150744Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6153641Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6156550Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6159444Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6162377Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6165348Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6168295Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6171249Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6174272Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6177419Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6180350Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6183291Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6186177Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6189264Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6192282Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6195226Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:14.6197568Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:14.6200328Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:14.6202912Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:14.6205540Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:14.6208037Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:14.6210338Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:14.6213352Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:14.6216354Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:14.6218684Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:14.6221312Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:14.6224408Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:14.6226948Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:14.6229414Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:14.6232498Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:14.6234898Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:14.6237405Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:14.6239973Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:14.6242702Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:14.6245290Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:14.6247619Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:14.6250833Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:14.6254250Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:14.6256834Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:14.6259353Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:14.6262638Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:14.6265966Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:14.6269082Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:14.6272191Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:14.6274560Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:14.6277040Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:14.6280227Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:14.6282623Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:14.6285055Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:14.6287516Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:14.6289987Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:14.6292459Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:14.6295009Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:14.6298305Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:14.6301726Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:14.6305003Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:14.6308302Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:14.6311911Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:14.6314476Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:14.6317305Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:14.6320902Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:14.6324520Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:14.6327140Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6329572Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6332753Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6335982Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6339267Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6342530Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6345786Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6349140Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6352386Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6355828Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6359159Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6362588Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6365922Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:14.6369121Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:14.6371512Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:14.6373976Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:14.6376445Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:14.6378942Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:14.6382149Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:14.6384576Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:14.6386940Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:14.6390126Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:14.6393260Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:14.6395669Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:14.6398108Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:14.6401605Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:14.6404089Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:14.6406841Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:14.6410195Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:14.6412831Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:14.6415722Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:14.6419541Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:14.6426464Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:14.6429518Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:14.6432449Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:14.6435156Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:14.6437892Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:14.6440609Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:14.6444173Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:14.6447734Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:14.6450592Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:14.6453086Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:14.6456553Z copying src/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:14.6458721Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:14.6460011Z copying src/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:14.6461640Z copying src/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:14.6463215Z copying src/executorch/backends/cadence/aot/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:14.6464818Z copying src/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:14.6466432Z copying src/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot 2025-06-05T23:55:14.6468007Z copying src/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops 2025-06-05T23:55:14.6469830Z copying src/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization 2025-06-05T23:55:14.6471232Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:14.6472475Z copying src/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:14.6474143Z copying src/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization 2025-06-05T23:55:14.6475555Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6477174Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6479344Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6481501Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6483570Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6485596Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6487650Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6489847Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6492016Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6494230Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6496465Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6498524Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6500719Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6502729Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6504736Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6506836Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6509105Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6511328Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6513529Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6515649Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6517853Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6519967Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6522190Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6561654Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6563828Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6565985Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6568114Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6570527Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6572494Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6574516Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6576747Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6578832Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6580961Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6583087Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6585210Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6587318Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6589545Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6591867Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6594003Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6596092Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6598173Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6600542Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6602746Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6604804Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6606821Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6609050Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6611312Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6613633Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6615699Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6617714Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6619899Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6621986Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6624121Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6626274Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6628475Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6630719Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6632717Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6634764Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6636898Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6638975Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6641015Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6643077Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6645148Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6647174Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6649165Z copying src/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:14.6650619Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:14.6651937Z copying src/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:14.6653700Z copying src/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:14.6655724Z copying src/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:14.6657194Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:14.6658716Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:14.6692944Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:14.6694961Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:14.6696913Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:14.6699143Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:14.6701155Z copying src/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:14.6703063Z copying src/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:14.6704898Z copying src/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization 2025-06-05T23:55:14.6706910Z copying src/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party 2025-06-05T23:55:14.6708897Z copying src/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:14.6710752Z copying src/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:14.6712643Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:14.6714621Z copying src/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:14.6716843Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:14.6719166Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:14.6720847Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6722522Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6724717Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6726898Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6729131Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6731746Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6733969Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6736294Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6738484Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6740663Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6742834Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6745006Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6747254Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6749535Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6751621Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6753715Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6755806Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6757924Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6760136Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6762349Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6764480Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6766631Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6768813Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6771002Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6773343Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6775493Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6777709Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6779886Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6782094Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6784275Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6786443Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6788692Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6824323Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6826478Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6828766Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6831020Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6833238Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6835405Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6837585Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6839797Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6842048Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6844256Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6846336Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6848722Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6850811Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6852902Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6855223Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6857449Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6859724Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6861958Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6864193Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6866473Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6868839Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6871126Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6873410Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6875687Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6877964Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6880249Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6882550Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6884820Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6887114Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6889418Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6891834Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6893997Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6896148Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6898476Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6900879Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6903143Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6905311Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6907394Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6909568Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6911689Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6913818Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6915898Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6917945Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:14.6920123Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8401804Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8404248Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8406627Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8409041Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8411388Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8414012Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8416305Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8418622Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8421082Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8423342Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8425653Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8428018Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8430621Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8433011Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8435281Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8437532Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8439764Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8442005Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8444292Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8446665Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8449069Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8451364Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8453609Z copying src/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:14.8455872Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:14.8458355Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:14.8460674Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:14.8463011Z copying src/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:14.8464882Z copying src/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:14.8466349Z copying src/executorch/devtools/etdump/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump 2025-06-05T23:55:14.8468028Z copying src/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:14.8469961Z copying src/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema 2025-06-05T23:55:14.8471710Z copying src/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:14.8473476Z copying src/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:14.8475224Z copying src/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:14.8476930Z copying src/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:14.8478659Z copying src/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini 2025-06-05T23:55:14.8480217Z copying src/executorch/exir/dialects/edge/edge.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge 2025-06-05T23:55:14.8481701Z copying src/executorch/extension/pybindings/pybindings.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:14.8483369Z copying src/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:14.8485159Z copying src/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:14.8487301Z copying src/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:14.8489928Z copying src/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:14.8492235Z copying src/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings 2025-06-05T23:55:14.8493884Z copying src/executorch/kernels/quantized/quantized.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:14.8495512Z copying src/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test 2025-06-05T23:55:14.8496816Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:14.8498188Z copying src/executorch/runtime/kernel/test/functions.yaml -> pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test 2025-06-05T23:55:14.8547239Z copying schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:14.8549155Z copying schema/program.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize 2025-06-05T23:55:14.8550562Z copying devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:14.8552573Z copying devtools/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:14.8553789Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake 2025-06-05T23:55:14.8554973Z copying tools/cmake/executorch-wheel-config.cmake -> pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake 2025-06-05T23:55:14.8556287Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8557428Z copying runtime/core/array_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8558714Z copying runtime/core/data_loader.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8560006Z copying runtime/core/defines.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8561260Z copying runtime/core/error.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8562517Z copying runtime/core/evalue.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8563810Z copying runtime/core/event_tracer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8565168Z copying runtime/core/event_tracer_hooks.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8566607Z copying runtime/core/event_tracer_hooks_delegate.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8568038Z copying runtime/core/freeable_buffer.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8569392Z copying runtime/core/function_ref.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8570799Z copying runtime/core/hierarchical_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8572221Z copying runtime/core/memory_allocator.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8573586Z copying runtime/core/named_data_map.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8574893Z copying runtime/core/result.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8576135Z copying runtime/core/span.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8577360Z copying runtime/core/tag.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8578634Z copying runtime/core/tensor_layout.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8580023Z copying runtime/core/tensor_shape_dynamism.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core 2025-06-05T23:55:14.8581309Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:14.8582644Z copying runtime/core/exec_aten/exec_aten.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:14.8584302Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:14.8585929Z copying runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:14.8587846Z copying runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:14.8589594Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:14.8591071Z copying runtime/core/exec_aten/util/dim_order_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:14.8592804Z copying runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:14.8594606Z copying runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:14.8596465Z copying runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:14.8598227Z copying runtime/core/exec_aten/util/tensor_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:14.8599907Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8601345Z copying runtime/core/portable_type/bfloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8603039Z copying runtime/core/portable_type/bfloat16_math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8604844Z copying runtime/core/portable_type/bits_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8606519Z copying runtime/core/portable_type/complex.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8608178Z copying runtime/core/portable_type/device.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8609794Z copying runtime/core/portable_type/half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8611431Z copying runtime/core/portable_type/optional.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8613101Z copying runtime/core/portable_type/qint_types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8614759Z copying runtime/core/portable_type/scalar.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8616422Z copying runtime/core/portable_type/scalar_type.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8618116Z copying runtime/core/portable_type/string_view.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8619780Z copying runtime/core/portable_type/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8621467Z copying runtime/core/portable_type/tensor_impl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8623410Z copying runtime/core/portable_type/tensor_options.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:14.8624964Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:14.8626681Z copying runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:14.8628938Z copying runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:14.8630657Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.8632359Z copying runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.8634418Z copying runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.8636446Z copying runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.8638431Z copying runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.9506438Z copying runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.9508734Z copying runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.9511546Z copying runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.9513755Z copying runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.9516222Z copying runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.9518488Z copying runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.9520947Z copying runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.9523262Z copying runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:14.9525013Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:14.9526525Z copying runtime/kernel/kernel_includes.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:14.9528242Z copying runtime/kernel/kernel_runtime_context.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:14.9530023Z copying runtime/kernel/operator_registry.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:14.9531824Z copying runtime/kernel/thread_parallel_interface.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:14.9533975Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:14.9535590Z copying runtime/kernel/test/test_util.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:14.9537060Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9538450Z copying runtime/platform/abort.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9540417Z copying runtime/platform/assert.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9542107Z copying runtime/platform/clock.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9543881Z copying runtime/platform/compat_unistd.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9545688Z copying runtime/platform/compiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9547492Z copying runtime/platform/log.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9549246Z copying runtime/platform/platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9550935Z copying runtime/platform/profiler.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9552546Z copying runtime/platform/runtime.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9554241Z copying runtime/platform/system.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9555869Z copying runtime/platform/types.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform 2025-06-05T23:55:14.9557408Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:14.9558980Z copying runtime/platform/test/pal_spy.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:14.9560702Z copying runtime/platform/test/stub_platform.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:14.9562155Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:14.9563888Z copying extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:14.9565726Z copying extension/kernel_util/meta_programming.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:14.9567596Z copying extension/kernel_util/type_list.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:14.9569112Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:14.9570681Z copying extension/tensor/tensor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:14.9572384Z copying extension/tensor/tensor_accessor.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:14.9574074Z copying extension/tensor/tensor_ptr.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:14.9575783Z copying extension/tensor/tensor_ptr_maker.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor 2025-06-05T23:55:14.9577268Z creating pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:14.9579185Z copying extension/threadpool/cpuinfo_utils.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:14.9580990Z copying extension/threadpool/threadpool.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:14.9582908Z copying extension/threadpool/threadpool_guard.h -> pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:14.9583994Z running build_ext 2025-06-05T23:55:14.9584839Z creating /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-06-05T23:55:14.9587108Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/third-party/flatbuffers_external_project/bin/flatc -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin 2025-06-05T23:55:14.9589574Z copying tools/wheel/pip_data_bin_init.py.in -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py 2025-06-05T23:55:14.9591657Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings 2025-06-05T23:55:14.9594694Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/backends/apple/coreml/executorchcoreml.cpython-310-aarch64-linux-gnu.so -> pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml 2025-06-05T23:55:14.9597757Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops 2025-06-05T23:55:14.9601196Z copying /pytorch/executorch/pip-out/temp.linux-aarch64-cpython-310/cmake-out/kernels/quantized/libquantized_ops_aot_lib.so -> /pytorch/executorch/pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized 2025-06-05T23:55:14.9603223Z installing to pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:14.9603762Z running install 2025-06-05T23:55:14.9604257Z running install_lib 2025-06-05T23:55:14.9604696Z creating pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:14.9605398Z creating pip-out/bdist.linux-aarch64/wheel/executorch 2025-06-05T23:55:14.9606246Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen 2025-06-05T23:55:14.9607428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:14.9609042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:14.9610647Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:14.9612275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/parse.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen 2025-06-05T23:55:14.9613642Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api 2025-06-05T23:55:14.9614797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api 2025-06-05T23:55:14.9616659Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api 2025-06-05T23:55:14.9618291Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/et_cpp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api 2025-06-05T23:55:14.9619899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/unboxing.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api 2025-06-05T23:55:14.9621108Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/api/types 2025-06-05T23:55:14.9622693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api/types 2025-06-05T23:55:14.9624527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types/signatures.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api/types 2025-06-05T23:55:14.9626453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/api/types/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/api/types 2025-06-05T23:55:14.9627696Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/test 2025-06-05T23:55:14.9629267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:14.9631178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:14.9633074Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_signatures.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:14.9635059Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:14.9637068Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_executorch_unboxing.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:14.9639035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/test/test_selective_build.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/test 2025-06-05T23:55:14.9640582Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools 2025-06-05T23:55:14.9642031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:14.9644082Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:14.9646097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:14.9648140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_ops_def.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:14.9650228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:14.9652262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/merge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:14.9654401Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/yaml_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools 2025-06-05T23:55:14.9655782Z creating pip-out/bdist.linux-aarch64/wheel/executorch/codegen/tools/test 2025-06-05T23:55:14.9657348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_all_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:14.9659710Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:14.9662169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_oplist_real_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:14.9664809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/codegen/tools/test/test_gen_selected_op_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/codegen/tools/test 2025-06-05T23:55:14.9666669Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools 2025-06-05T23:55:14.9667980Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools 2025-06-05T23:55:14.9670390Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug 2025-06-05T23:55:14.9671873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:55:14.9674434Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug 2025-06-05T23:55:14.9676230Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/backend_debug/tests 2025-06-05T23:55:14.9678120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/backend_debug/tests/test_delegation_info.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/backend_debug/tests 2025-06-05T23:55:14.9680006Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program 2025-06-05T23:55:14.9681632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:55:14.9684064Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/core.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:55:14.9686459Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program 2025-06-05T23:55:14.9688098Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema 2025-06-05T23:55:14.9689965Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:14.9692723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:14.9694836Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:14.9697103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema/test 2025-06-05T23:55:14.9700065Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:14.9702919Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/schema 2025-06-05T23:55:14.9704794Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize 2025-06-05T23:55:14.9706694Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:55:14.9708884Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:14.9711226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize/test 2025-06-05T23:55:14.9714382Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:55:14.9718061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/serialize 2025-06-05T23:55:14.9720106Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/test 2025-06-05T23:55:14.9721837Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:55:14.9724678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:55:14.9734515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/test 2025-06-05T23:55:14.9736487Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/bundled_program/util 2025-06-05T23:55:14.9738202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/bundled_program/util/test_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/bundled_program/util 2025-06-05T23:55:14.9739959Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/debug_format 2025-06-05T23:55:14.9741577Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/base_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-06-05T23:55:14.9743894Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/debug_format/et_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/debug_format 2025-06-05T23:55:14.9745704Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump 2025-06-05T23:55:14.9747480Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/schema_flatcc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:14.9750368Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:14.9752097Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etdump/tests 2025-06-05T23:55:14.9753766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/tests/serialize_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump/tests 2025-06-05T23:55:14.9756131Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:14.9758441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etdump/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etdump 2025-06-05T23:55:14.9760082Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord 2025-06-05T23:55:14.9761781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-06-05T23:55:14.9763753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/_etrecord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord 2025-06-05T23:55:14.9765243Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/etrecord/tests 2025-06-05T23:55:14.9766821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/etrecord/tests 2025-06-05T23:55:14.9768323Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector 2025-06-05T23:55:14.9769686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:14.9771823Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:14.9774341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_inspector_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:14.9776712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/_intermediate_output_capturer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:14.9779094Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/inspector_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector 2025-06-05T23:55:14.9780815Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/inspector/tests 2025-06-05T23:55:14.9782649Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:14.9785489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:14.9788148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_test_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:14.9790979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:14.9793617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/inspector/tests/intermediate_output_capturer_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/inspector/tests 2025-06-05T23:55:14.9795515Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/size_analysis_tool 2025-06-05T23:55:14.9797208Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:55:14.9800267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/size_analysis_tool 2025-06-05T23:55:14.9802049Z creating pip-out/bdist.linux-aarch64/wheel/executorch/devtools/visualization 2025-06-05T23:55:14.9803869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-06-05T23:55:14.9806342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-06-05T23:55:14.9809061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/devtools/visualization/visualization_utils_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/devtools/visualization 2025-06-05T23:55:14.9810970Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir 2025-06-05T23:55:14.9812227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9813971Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9815559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9817255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/control_flow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9819161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9821264Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9822995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9824734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9826380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9828360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/graph_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9830295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9831934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9833655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9835215Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9836740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9838546Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9840200Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/scalar_type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9842011Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9843625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/sym_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9845402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9851099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9853077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9854651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9856299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/wrap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:14.9857603Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize 2025-06-05T23:55:14.9858836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9860800Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9862926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9864986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9866751Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9868779Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9870479Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9872220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/data_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9874255Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/padding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9875554Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/_serialize/test 2025-06-05T23:55:14.9876852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:14.9878963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:14.9880833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:14.9899561Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_named_data_store.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:14.9901545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize/test 2025-06-05T23:55:14.9903369Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9905098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/_serialize 2025-06-05T23:55:14.9906316Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend 2025-06-05T23:55:14.9907524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:14.9909323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:14.9911108Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:14.9912891Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/operator_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:14.9914631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:14.9916358Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend 2025-06-05T23:55:14.9917671Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:14.9919385Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/all_node_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:14.9921786Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/config_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:14.9924221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:14.9927069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:14.9929522Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/canonical_partitioners 2025-06-05T23:55:14.9931120Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test 2025-06-05T23:55:14.9932703Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9934791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9936856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9938890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/backend_with_preprocess_all_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9940905Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9942830Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9944717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9946696Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backend_with_named_data_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9948735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9950631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9952568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9954497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9956439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9958413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9960374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9962358Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9975650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9977732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9979658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_to_backend_multi_method.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9981580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test 2025-06-05T23:55:14.9983026Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos 2025-06-05T23:55:14.9984527Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:55:14.9986628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos 2025-06-05T23:55:14.9988117Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:14.9989842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:14.9992170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:14.9994370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/backend/test/demos/rpc 2025-06-05T23:55:14.9995762Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/capture 2025-06-05T23:55:14.9996922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-06-05T23:55:14.9998559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-06-05T23:55:15.0000356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-06-05T23:55:15.0001965Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/capture 2025-06-05T23:55:15.0003149Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects 2025-06-05T23:55:15.0004338Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-06-05T23:55:15.0005972Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects 2025-06-05T23:55:15.0007200Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend 2025-06-05T23:55:15.0008572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend 2025-06-05T23:55:15.0009928Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/backend/test 2025-06-05T23:55:15.0011441Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/backend/test 2025-06-05T23:55:15.0012893Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge 2025-06-05T23:55:15.0014172Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:55:15.0015468Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/arg 2025-06-05T23:55:15.0017138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:55:15.0019030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/arg 2025-06-05T23:55:15.0020383Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/dtype 2025-06-05T23:55:15.0021976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:55:15.0023992Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:55:15.0025978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/dtype 2025-06-05T23:55:15.0027380Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op 2025-06-05T23:55:15.0028828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:55:15.0030722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op 2025-06-05T23:55:15.0032142Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/op/test 2025-06-05T23:55:15.0033597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/op/test 2025-06-05T23:55:15.0035034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/spec 2025-06-05T23:55:15.0036414Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:55:15.0038312Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/spec 2025-06-05T23:55:15.0039697Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/edge/test 2025-06-05T23:55:15.0041121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:55:15.0043133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge/test 2025-06-05T23:55:15.0045038Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/edge 2025-06-05T23:55:15.0046333Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/dialects/test 2025-06-05T23:55:15.0047705Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/dialects/test 2025-06-05T23:55:15.0049033Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit 2025-06-05T23:55:15.0050132Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-06-05T23:55:15.0051706Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-06-05T23:55:15.0053272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit 2025-06-05T23:55:15.0054431Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/emit/test 2025-06-05T23:55:15.0055873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/emit/test 2025-06-05T23:55:15.0057093Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator 2025-06-05T23:55:15.0058319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-06-05T23:55:15.0060154Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/manip.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-06-05T23:55:15.0061819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator 2025-06-05T23:55:15.0063021Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/operator/test 2025-06-05T23:55:15.0064348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/operator/test 2025-06-05T23:55:15.0065660Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/passes 2025-06-05T23:55:15.0066805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0089232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0091137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0093126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0095136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0097177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0099287Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0101296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0103295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/external_constants_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0105263Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/init_mutable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0107225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0109345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0111315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0113537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0115590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0117983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0119896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0121848Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0123921Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0125903Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0127922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0129893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0131826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/remove_unused_parameters_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0133835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0136013Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0138125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0140102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0142120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0144107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0146031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0147888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0149920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0151846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/passes/weights_to_outputs_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/passes 2025-06-05T23:55:15.0153248Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program 2025-06-05T23:55:15.0154567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-06-05T23:55:15.0156366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-06-05T23:55:15.0158177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program 2025-06-05T23:55:15.0159549Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/program/test 2025-06-05T23:55:15.0161265Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-06-05T23:55:15.0163272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-06-05T23:55:15.0165288Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/program/test 2025-06-05T23:55:15.0166890Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/serde 2025-06-05T23:55:15.0168216Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:15.0170092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:15.0171903Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:15.0173622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:15.0175409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:15.0177169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/serde/union.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/serde 2025-06-05T23:55:15.0178425Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/tests 2025-06-05T23:55:15.0179733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0181456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0183383Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0185253Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0187086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0189000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0214359Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0216137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0217792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0219544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0221370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0223127Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0224783Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_joint_graph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0226901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0228833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0230718Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0233126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0234898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0236595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0238236Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0239906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0241695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_prune_empty_tensors_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0243484Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0245326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0247056Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_quantize_io_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0248879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_remove_unused_parameters_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0250701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0252373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0253998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0255628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0257370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0259075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/test_warnings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0260752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/tests 2025-06-05T23:55:15.0261972Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification 2025-06-05T23:55:15.0263294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-06-05T23:55:15.0265110Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-06-05T23:55:15.0267156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-06-05T23:55:15.0269090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification 2025-06-05T23:55:15.0270409Z creating pip-out/bdist.linux-aarch64/wheel/executorch/exir/verification/test 2025-06-05T23:55:15.0271935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir/verification/test 2025-06-05T23:55:15.0273683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/exir/delegate.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/exir 2025-06-05T23:55:15.0274744Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime 2025-06-05T23:55:15.0275836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime 2025-06-05T23:55:15.0276925Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/test 2025-06-05T23:55:15.0278138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/test/test_runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/test 2025-06-05T23:55:15.0279363Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel 2025-06-05T23:55:15.0280132Z creating pip-out/bdist.linux-aarch64/wheel/executorch/runtime/kernel/test 2025-06-05T23:55:15.0281498Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/runtime/kernel/test/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/runtime/kernel/test 2025-06-05T23:55:15.0282763Z creating pip-out/bdist.linux-aarch64/wheel/executorch/util 2025-06-05T23:55:15.0283922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-06-05T23:55:15.0285503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/collect_env.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-06-05T23:55:15.0287001Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/util/python_profiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/util 2025-06-05T23:55:15.0288106Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends 2025-06-05T23:55:15.0288802Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm 2025-06-05T23:55:15.0290009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0291666Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0293350Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0295104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/ethosu_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0296848Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/process_node.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0298555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0300437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0302159Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0304158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0305918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_specification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0311181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0313142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/vgf_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0314885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/vgf_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm 2025-06-05T23:55:15.0316146Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/_passes 2025-06-05T23:55:15.0317468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0319301Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/_debug_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0321304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0323426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/annotate_decomposed_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0325362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0327225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0329126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/arm_pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0331051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/broadcast_args_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0332983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0334901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/cast_to_int32_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0336851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0338886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0340964Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0343031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_full_like_to_full_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0345052Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_int_pow_to_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0347202Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_minmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0349300Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_split_to_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0351306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_squeezes_to_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0353382Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0355431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0357481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_div_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0359438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_gelu_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0361431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_groupnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0363471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_layernorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0365509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_leaky_relu_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0367594Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0369652Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_linear_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0371657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_meandim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0373623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_ne_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0375562Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0377529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_silu_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0379513Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0381580Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0383617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_sqrt_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0385582Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_sum_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0387714Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/decompose_var_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0389898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0392134Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0394148Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0396165Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0398258Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/fuse_quantized_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0400494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_rescales_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0402439Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/insert_table_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0409283Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/match_arg_ranks_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0411314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0413297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/mm_to_bmm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0415198Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/remove_clone_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0417175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/replace_inf_values_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0419214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0421276Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/scalars_to_attribute_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0423291Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/size_adjust_conv2d_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0425344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0427466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/_passes 2025-06-05T23:55:15.0429192Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operator_support 2025-06-05T23:55:15.0430722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0433325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/convolution_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0435596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/ethos_u55_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0438006Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/minmax_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0440259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/pool_2d_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0442437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/reduce_sum_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0444740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/right_shift_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0446939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/sin_cos_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0449128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/slice_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0451298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/to_copy_support.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0453530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operator_support/tosa_supported_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operator_support 2025-06-05T23:55:15.0455100Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/operators 2025-06-05T23:55:15.0456466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0458473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0460407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0462294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0464275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0466171Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0468143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0470194Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0472230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0474332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0476318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0478393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0480471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0482398Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0484272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0486162Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_erf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0488139Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0490049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0491961Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0493828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0495881Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0497762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0499970Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0501999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0512397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0514375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0516275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0518187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0520104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0522044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0524335Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0526261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rescale.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0528273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rshift_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0530412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0532361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0534296Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0536219Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0538109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0539999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0541897Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_table.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0543797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0545709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0547679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_to_dim_order_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0549873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0551998Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0554135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0556144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0558051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/op_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0560170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/operator_validation_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0562325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_binary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0564540Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_identity.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0566924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/operators/ops_unary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/operators 2025-06-05T23:55:15.0568411Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/quantizer 2025-06-05T23:55:15.0569845Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:15.0572030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:15.0574159Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:15.0576405Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:15.0578581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/quantizer 2025-06-05T23:55:15.0580109Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/scripts 2025-06-05T23:55:15.0581634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/scripts/parse_test_names.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/scripts 2025-06-05T23:55:15.0583156Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test 2025-06-05T23:55:15.0584558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:15.0586351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/conftest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:15.0588169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:15.0590070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/test_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test 2025-06-05T23:55:15.0591488Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/misc 2025-06-05T23:55:15.0593033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0595221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_custom_partition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0597262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0599521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_dim_order_guards.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0601791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_lifted_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0603889Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0606172Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_delegates.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0608745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_multiple_outputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0610930Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_non_persistent_buffers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0613329Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0615623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/misc/test_tosa_spec.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/misc 2025-06-05T23:55:15.0617199Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/models 2025-06-05T23:55:15.0618720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_conformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0621002Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_deit_tiny_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0623110Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_dl3_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0625251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0627308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_lstm_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0629546Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0631665Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_mobilenet_v3_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0633822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_functional.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0635903Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_nn_modules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0637986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_torch_functions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0640052Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/models/test_w2l_arm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/models 2025-06-05T23:55:15.0641462Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/ops 2025-06-05T23:55:15.0642819Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0644709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0646644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_alias_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0648579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0650662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_amin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0652552Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0654720Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0656758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_at.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0658851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0660926Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0662884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bitwise.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0664893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0667031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0669200Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0671126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0673302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0675375Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0677451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0679528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv3d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0681573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0683600Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0685603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0687572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0689579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0691673Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0693559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_erf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0695504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0697520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0699587Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_eye.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0701635Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0703594Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0705534Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0707522Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_group_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0709811Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0711875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0714136Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0716179Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0718342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0720345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0722344Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0724564Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_linalg_vector_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0726808Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0728847Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0730869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logical.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0732840Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_logsoftmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0735183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_lshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0737075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0738979Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0741266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_max_pool.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0743234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0745193Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0747142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0749163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0751168Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0753181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ne.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0755058Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0756959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_ones.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0758977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0760896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0762918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_reciprocal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0764995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0767045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0769088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rshift.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0771017Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0772999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_scalar_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0774978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_scalars.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0777079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0778994Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_select.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0781010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0783122Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_16bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0785155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sigmoid_32bit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0787118Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_silu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0789098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0791005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0793010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0795010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_split.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0797008Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0799084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0801122Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0803096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0808892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0810835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0812772Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_unary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0814712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0816766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0818869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0820851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_var.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0823080Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0824993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0827110Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/ops/test_zeros.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/ops 2025-06-05T23:55:15.0828625Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/passes 2025-06-05T23:55:15.0830141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_broadcast_args_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0832289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_cast_int64_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0834525Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0836958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0839212Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_split_to_slice.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0841452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_convert_to_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0843693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0846049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_div_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0848291Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0850622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0852882Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_meandim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0855122Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_softmax_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0857332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_decompose_var_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0859450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fold_qdq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0861569Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0863985Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0866366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0868804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_insert_table_ops_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0871111Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_ioquantization_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0873312Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_remove_clone_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0875494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_rescale_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0877675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/passes 2025-06-05T23:55:15.0879304Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/quantizer 2025-06-05T23:55:15.0880910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/quantizer/test_generic_annotater.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/quantizer 2025-06-05T23:55:15.0882511Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tester 2025-06-05T23:55:15.0883960Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:15.0886004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/analyze_output_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:15.0888069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:15.0890103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tester/test_pipeline.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tester 2025-06-05T23:55:15.0891602Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/test/tosautil 2025-06-05T23:55:15.0893039Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/test/tosautil 2025-06-05T23:55:15.0894434Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/util 2025-06-05T23:55:15.0895782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/util/arm_model_evaluator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/util 2025-06-05T23:55:15.0897192Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party 2025-06-05T23:55:15.0898198Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:15.0900152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib 2025-06-05T23:55:15.0901950Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2025-06-05T23:55:15.0903366Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:15.0906013Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:15.0909107Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/serializer 2025-06-05T23:55:15.0911677Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0914022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0917088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0919890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0922812Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0925818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0928684Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0931529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0934424Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0937335Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0940264Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0943261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0946112Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0949789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0952961Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0955705Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0958793Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0961857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0964789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0967897Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0970832Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0973751Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0976590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0979444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0982424Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0985265Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0988133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0991147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0994008Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.0997106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.1000303Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.1003669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.1006570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.1009758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.1012634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/python/tosa 2025-06-05T23:55:15.1014897Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2025-06-05T23:55:15.1016192Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:15.1018370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts 2025-06-05T23:55:15.1020464Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:15.1022721Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2025-06-05T23:55:15.1025097Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party 2025-06-05T23:55:15.1026563Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:15.1028991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:15.1031475Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:15.1033939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan 2025-06-05T23:55:15.1036551Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:15.1039159Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package 2025-06-05T23:55:15.1042145Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:15.1044746Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:15.1048293Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens 2025-06-05T23:55:15.1050822Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:15.1053333Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp 2025-06-05T23:55:15.1055937Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:15.1058635Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp 2025-06-05T23:55:15.1061250Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:15.1063852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart 2025-06-05T23:55:15.1066446Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:15.1069117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go 2025-06-05T23:55:15.1071682Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:15.1074210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java 2025-06-05T23:55:15.1076735Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:15.1079284Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin 2025-06-05T23:55:15.1081931Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:15.1084571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster 2025-06-05T23:55:15.1087357Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:15.1089929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua 2025-06-05T23:55:15.1092415Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:15.1095066Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim 2025-06-05T23:55:15.1097561Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:15.1100294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php 2025-06-05T23:55:15.1102842Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:15.1105376Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:15.1108805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:15.1112304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:15.1115641Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py 2025-06-05T23:55:15.1118123Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:15.1120737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust 2025-06-05T23:55:15.1123260Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:15.1125799Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift 2025-06-05T23:55:15.1128314Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:15.1130786Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts 2025-06-05T23:55:15.1133617Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:15.1136161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema 2025-06-05T23:55:15.1138784Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:15.1141157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:15.1144445Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:15.1146882Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1149581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1153115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1156677Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1160272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1163892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1167496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1171122Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1174791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1178485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1182016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers 2025-06-05T23:55:15.1184818Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1187758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1191809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1195732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1199741Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1203615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1207490Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1211436Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1215309Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1219177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1223075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1227325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1231483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1235387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection 2025-06-05T23:55:15.1238914Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python 2025-06-05T23:55:15.1241278Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:15.1243744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:15.1247069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples 2025-06-05T23:55:15.1249478Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:15.1251936Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:15.1255419Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:15.1258906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:15.1262306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:15.1265668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts 2025-06-05T23:55:15.1268170Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1270817Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1274166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1277589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1279992Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:15.1282658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:15.1286257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:15.1289756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame 2025-06-05T23:55:15.1292293Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1294958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1298559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1302396Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1306222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1310029Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1313815Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1317704Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1321532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1325179Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1328930Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1332586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1336284Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1339922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1343598Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1347442Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1351275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1354892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1358680Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1362481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1366248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1369898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1373616Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example 2025-06-05T23:55:15.1376432Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:15.1379325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:15.1383256Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:15.1387287Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:15.1391422Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:15.1395568Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:15.1399852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:15.1403769Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion 2025-06-05T23:55:15.1406722Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:15.1410351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:15.1414306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2 2025-06-05T23:55:15.1417246Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:15.1420158Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:15.1423962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:15.1427742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary 2025-06-05T23:55:15.1430527Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1433211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1436666Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1440143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1443571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1446981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1450458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1453882Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1457457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1460899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc 2025-06-05T23:55:15.1463425Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:15.1465958Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:15.1469586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:15.1473153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar 2025-06-05T23:55:15.1475744Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:15.1478353Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:15.1481916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz 2025-06-05T23:55:15.1484503Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:15.1486939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim 2025-06-05T23:55:15.1489455Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:15.1492196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:15.1495923Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:15.1499735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars 2025-06-05T23:55:15.1502568Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:15.1505147Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:15.1508983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts 2025-06-05T23:55:15.1511681Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:15.1514682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex 2025-06-05T23:55:15.1517601Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:15.1520476Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:15.1524538Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:15.1528583Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir 2025-06-05T23:55:15.1531386Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:15.1534057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:15.1537776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir 2025-06-05T23:55:15.1540617Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:15.1542535Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:15.1545599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:15.1549908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:15.1554038Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:15.1557967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA 2025-06-05T23:55:15.1560890Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:15.1564114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:15.1568824Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:15.1573313Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:15.1577759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:15.1582053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB 2025-06-05T23:55:15.1585145Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:15.1588096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:15.1592053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC 2025-06-05T23:55:15.1595987Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:15.1600109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test 2025-06-05T23:55:15.1603631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1607097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1610650Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1614272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1617837Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1621297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1624700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1628088Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1631496Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1634784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1638230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1641802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1645284Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1648828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1652298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1655809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1659260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1663537Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1666948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1670438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1674294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1677912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1681571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests 2025-06-05T23:55:15.1684420Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:15.1687037Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit 2025-06-05T23:55:15.1689789Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:15.1692509Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:15.1716167Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution 2025-06-05T23:55:15.1719033Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:15.1721742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:15.1725410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test 2025-06-05T23:55:15.1728206Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:15.1730920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:15.1734578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test 2025-06-05T23:55:15.1737266Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:15.1739993Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:15.1743695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub 2025-06-05T23:55:15.1746421Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:15.1749101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field 2025-06-05T23:55:15.1751723Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:15.1754366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums 2025-06-05T23:55:15.1757269Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:15.1760051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:15.1763727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:15.1767378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:15.1771081Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test 2025-06-05T23:55:15.1773782Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:15.1776797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:15.1780744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:15.1784674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test 2025-06-05T23:55:15.1787456Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1790159Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1793721Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1797323Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1801242Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1805051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1808691Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1812310Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1815922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1819575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1823272Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1826965Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1830755Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest 2025-06-05T23:55:15.1833458Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:15.1836156Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector 2025-06-05T23:55:15.1838739Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift 2025-06-05T23:55:15.1840369Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests 2025-06-05T23:55:15.1842156Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:15.1845504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:15.1849785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests 2025-06-05T23:55:15.1852774Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources 2025-06-05T23:55:15.1854652Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:15.1857873Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers 2025-06-05T23:55:15.1860748Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc 2025-06-05T23:55:15.1862294Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:15.1864787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests 2025-06-05T23:55:15.1867279Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:15.1869004Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python 2025-06-05T23:55:15.1870771Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:15.1873596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:15.1877440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter 2025-06-05T23:55:15.1880319Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:15.1883329Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:15.1887462Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:15.1891707Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:15.1895883Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models 2025-06-05T23:55:15.1899804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples 2025-06-05T23:55:15.1902443Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples 2025-06-05T23:55:15.1904103Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:15.1906784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter 2025-06-05T23:55:15.1909427Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java 2025-06-05T23:55:15.1910947Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src 2025-06-05T23:55:15.1912522Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test 2025-06-05T23:55:15.1914160Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java 2025-06-05T23:55:15.1915874Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:15.1918735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:15.1922632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:15.1926420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame 2025-06-05T23:55:15.1929218Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1932163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1936384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1940597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1944770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1948963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1953028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1957027Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1961023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1965106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1969145Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1973163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1977162Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1981139Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1985297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1989658Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1993781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.1997748Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.2002061Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.2006259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.2010267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.2014204Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.2018251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example 2025-06-05T23:55:15.2021341Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:15.2024535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:15.2028922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:15.2033603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:15.2038177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:15.2042660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:15.2047205Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:15.2051510Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion 2025-06-05T23:55:15.2054602Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:15.2057549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:15.2061529Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2 2025-06-05T23:55:15.2064411Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:15.2067317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:15.2071350Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:15.2075288Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:15.2079342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA 2025-06-05T23:55:15.2082319Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:15.2085492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:15.2089876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:15.2094235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:15.2098589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:15.2102992Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB 2025-06-05T23:55:15.2105968Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:15.2108894Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:15.2112761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC 2025-06-05T23:55:15.2115605Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:15.2118602Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:15.2122666Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:15.2126867Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars 2025-06-05T23:55:15.2129879Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:15.2132942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector 2025-06-05T23:55:15.2136448Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers 2025-06-05T23:55:15.2138729Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:15.2141140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:15.2144383Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart 2025-06-05T23:55:15.2146761Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:15.2149315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:15.2152689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:15.2156059Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test 2025-06-05T23:55:15.2158539Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:15.2161045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection 2025-06-05T23:55:15.2163480Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:15.2165851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap 2025-06-05T23:55:15.2168380Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android 2025-06-05T23:55:15.2169100Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app 2025-06-05T23:55:15.2169841Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src 2025-06-05T23:55:15.2170705Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main 2025-06-05T23:55:15.2171514Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:15.2173306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs 2025-06-05T23:55:15.2174034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks 2025-06-05T23:55:15.2174772Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp 2025-06-05T23:55:15.2175587Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:15.2177410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers 2025-06-05T23:55:15.2178114Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples 2025-06-05T23:55:15.2178864Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:15.2180531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:15.2182174Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo 2025-06-05T23:55:15.2182708Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:15.2183924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/third-party/serialization_lib/schema 2025-06-05T23:55:15.2184233Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa 2025-06-05T23:55:15.2184593Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/arm/tosa/schemas 2025-06-05T23:55:15.2185539Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_0.80.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:55:15.2186468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/arm/tosa/schemas/tosa_1.0.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/arm/tosa/schemas 2025-06-05T23:55:15.2186903Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example 2025-06-05T23:55:15.2187766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-06-05T23:55:15.2188723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-06-05T23:55:15.2189725Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-06-05T23:55:15.2190633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example 2025-06-05T23:55:15.2191149Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:15.2192415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:15.2193739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_backend_delegate_passes 2025-06-05T23:55:15.2194164Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/example/example_operators 2025-06-05T23:55:15.2195289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2196347Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2197401Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2198452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2199615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2200664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2201701Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2202729Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2203743Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2204767Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/example/example_operators 2025-06-05T23:55:15.2205081Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek 2025-06-05T23:55:15.2205891Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-06-05T23:55:15.2206944Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-06-05T23:55:15.2207797Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek 2025-06-05T23:55:15.2208159Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/_passes 2025-06-05T23:55:15.2209184Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:55:15.2210302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/_passes 2025-06-05T23:55:15.2210686Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/mediatek/quantizer 2025-06-05T23:55:15.2211643Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:15.2212631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/annotator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:15.2213635Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:15.2214638Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/mediatek/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/mediatek/quantizer 2025-06-05T23:55:15.2214927Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp 2025-06-05T23:55:15.2215781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/neutron_node_extraction.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp 2025-06-05T23:55:15.2216615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/neutron_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp 2025-06-05T23:55:15.2217451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/neutron_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp 2025-06-05T23:55:15.2218227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/nxp_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp 2025-06-05T23:55:15.2218575Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/aten_passes 2025-06-05T23:55:15.2219595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:55:15.2220637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:55:15.2221628Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/aten_passes 2025-06-05T23:55:15.2221965Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend 2025-06-05T23:55:15.2222854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/edge_helper.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:15.2223803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/edge_program_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:15.2224780Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/neutron_converter_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:15.2225846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/node_format_inference.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend 2025-06-05T23:55:15.2226187Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir 2025-06-05T23:55:15.2227163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/conversion_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:15.2228227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/conversion_context.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:15.2229229Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/logger.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:15.2230205Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tensor_formatting.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir 2025-06-05T23:55:15.2230612Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:15.2231643Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:15.2232730Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:15.2233856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/quantization_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:15.2234938Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/tensor_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter 2025-06-05T23:55:15.2235403Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:15.2236530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:15.2237807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:15.2238995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/model_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:15.2240288Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/builder 2025-06-05T23:55:15.2240790Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:15.2241971Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:15.2243227Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:15.2244418Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/common.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:15.2245753Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/conversion/translator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/conversion 2025-06-05T23:55:15.2246283Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:15.2247605Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters 2025-06-05T23:55:15.2248320Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2249782Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2251339Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2252850Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2254394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2255927Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2257437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2258904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2260430Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2261981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2263505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2264983Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2266648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2268149Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters 2025-06-05T23:55:15.2268890Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:15.2270232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:15.2271629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:15.2272990Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:15.2274425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/converter/node_converters/shared 2025-06-05T23:55:15.2274802Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:15.2275733Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib 2025-06-05T23:55:15.2276154Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2277264Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2278353Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2279549Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2280648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2281737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2282856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2283968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2285154Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2286421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2287607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2288974Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2290274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2291393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2292562Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2293722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2294864Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2295919Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2297062Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2298183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2299457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2300590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2301685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2302792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2303893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2305109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2306286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2307578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2308762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2309988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2311109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2312303Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2313464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2314588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2315757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2316949Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2318105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2319214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2320362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2321481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2322562Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2323784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2325035Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2326143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2327234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2328491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2329627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2330803Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2331952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2333078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2334278Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2335581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2336727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2337844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2338946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2340117Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2341250Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2342387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2343572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2344775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2345909Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2347096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2348171Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2349475Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2350588Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2351853Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2353027Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2354150Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2355246Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2356385Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2357521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2358621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2359922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2361070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2362233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2363379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2364515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2365671Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2366846Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2368036Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2369109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2370369Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2371516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2372674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2373780Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2374877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2376113Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2377342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2378486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2379596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2380674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Operator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2381849Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2382952Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2384042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2385141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2386209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Padding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2387319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2388412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2389672Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2390981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2392126Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2393299Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2394426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2395535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2396632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2397798Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2399137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2400315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2401443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2402572Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2403760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2405018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2406214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2407356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2408471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2409625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2410728Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2412026Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2413161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2414494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2415630Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2416759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2417930Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2419032Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2420130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2421243Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2422383Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2423483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2424623Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2425807Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2426978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2428133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2429425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2430596Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2431696Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2432915Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2434033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2435321Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2436476Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2437744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2438961Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2440219Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2441427Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2442668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2443914Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2445142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2446376Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2447630Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2448836Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2450022Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2451193Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2452406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2453608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2454988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2456261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2457553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2458754Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2459937Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2461152Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2462334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2463511Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2464578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2465661Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2466714Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2467791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2468962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2470068Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2471178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2472363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2473502Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2474606Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2475824Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2477181Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2478389Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2479515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2480750Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2481968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2483203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2484429Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2485569Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2486691Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2487805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2488906Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2490041Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2491081Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/lib/tflite/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/lib/tflite 2025-06-05T23:55:15.2491540Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:15.2492642Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:15.2493776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator 2025-06-05T23:55:15.2494343Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2495785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2497120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2498589Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2500157Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2501532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2502889Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2504303Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2505691Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2507196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2508781Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2510175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2511570Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2512912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2514331Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2515685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2517244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2518604Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2520124Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2521565Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2522962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2524297Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2525662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2527002Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2528393Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2529813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2531186Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2532558Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2533901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2535318Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2536685Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2538171Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2539555Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2541004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2542374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2543776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2545164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2546557Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2547933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2549363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2550722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2552091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2553470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2554815Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2556183Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2557571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2559005Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2560409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2561823Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2563210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2564577Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2565911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2567266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2568605Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2570028Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2571390Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2572760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2574140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2575528Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2576892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2578308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2579909Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2581337Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2582798Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2584182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2585552Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2586898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2588259Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2589712Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2591121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2592483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2593838Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2595192Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2596634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2597999Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2601039Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2602634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2603968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2605458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2606888Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2608284Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2609785Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2611283Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/builtin_options 2025-06-05T23:55:15.2611852Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:15.2613249Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/custom_options 2025-06-05T23:55:15.2613744Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:15.2614923Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:15.2616079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:15.2636166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_generator/meta 2025-06-05T23:55:15.2636673Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:15.2637766Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:15.2638904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:15.2640051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:15.2641177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:15.2642493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:15.2643624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer 2025-06-05T23:55:15.2644272Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2645579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2646961Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2648460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2649868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2651294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2652778Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2654232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2655619Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2657013Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2658560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2659951Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2661361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2662891Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2664309Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2665848Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2667428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations 2025-06-05T23:55:15.2667771Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/quantizer 2025-06-05T23:55:15.2668818Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer/neutron_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:55:15.2669724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer/patterns.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:55:15.2670592Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/quantizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/quantizer 2025-06-05T23:55:15.2670914Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests 2025-06-05T23:55:15.2671823Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/executorch_pipeline.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2672677Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/executors.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2673632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/exported_program_vizualize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2674457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2675365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_batch_norm_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2676281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_neutron_backend.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2677250Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_neutron_converter_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2678187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_node_format_inference.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2679106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_operator_selector.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2680023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_qdq_clustering_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2747827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/test_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests 2025-06-05T23:55:15.2748676Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir 2025-06-05T23:55:15.2749077Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter 2025-06-05T23:55:15.2749584Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2751066Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2752418Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2753681Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2754961Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2756260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2757567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2758832Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2760119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2761408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/nxp/tests/ir/converter/node_converter 2025-06-05T23:55:15.2761725Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino 2025-06-05T23:55:15.2762526Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino 2025-06-05T23:55:15.2763391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino 2025-06-05T23:55:15.2764243Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino 2025-06-05T23:55:15.2764612Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/quantizer 2025-06-05T23:55:15.2765560Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:55:15.2766544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/quantizer 2025-06-05T23:55:15.2766887Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests 2025-06-05T23:55:15.2767955Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/test_runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests 2025-06-05T23:55:15.2768350Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/models 2025-06-05T23:55:15.2769428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/models/test_classification.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/models 2025-06-05T23:55:15.2769818Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2771009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/base_openvino_op_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2771986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2772962Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_addmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2773950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2774957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2775968Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_convolution.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2776941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_mean.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2777935Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2778916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_pooling.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2779913Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2780875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/openvino/tests/ops/test_view.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/openvino/tests/ops 2025-06-05T23:55:15.2781196Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm 2025-06-05T23:55:15.2782065Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm 2025-06-05T23:55:15.2782420Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2783319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2784355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2785334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_quant_attrs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2786293Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_stack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2787372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/annotate_unbind.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2788310Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/build_quant_io.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2789477Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2790494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2791469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/convert_square_to_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2851059Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_any.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2852119Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_cdist.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2853130Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_einsum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2854100Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_expm1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2855153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2856112Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_roll.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2857060Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/decompose_silu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2858102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2859097Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2860010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fold_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2861008Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2862034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2862949Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/i64_to_i32.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2863893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_io_qdq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2865260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/insert_requantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2866229Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/layout_transform.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2867428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2868395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/qnn_pass_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2869518Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2870510Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/recompose_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2871489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/reduce_dynamic_range.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2872451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/remove_0d_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2873428Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/remove_redundancy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2874403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_arange_args.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2875407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_index_put_input.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2876373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/replace_inf_values.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2877298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/tag_quant_io.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2878195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/_passes/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/_passes 2025-06-05T23:55:15.2878557Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2879492Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2880465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2881388Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2882412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2883343Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2884556Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_amax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2885489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_and.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2886514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_arange.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2887470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_argmin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2888443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2889417Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2890342Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2891277Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2892207Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2893143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2894101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2895023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cos.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2947637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_cum_sum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2948761Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2949744Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2950700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2952240Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2955401Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2956333Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_eq.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2957371Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2958700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2959633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2960752Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_full_like.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2961723Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gather.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2962637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ge.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2963573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2964538Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_group_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2965458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_gt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2966437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2967407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2968370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2969308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2970281Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_index_put.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2971267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_instance_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2972239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2973161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_le.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2974104Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2975040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2976012Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2976986Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_logical_not.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2978030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_lt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2978977Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2979988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2980970Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2981916Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2982844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_min.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2983770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2984687Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_ne.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2985620Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_neg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2986536Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_or.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2987464Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2988391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2989452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2990411Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2991345Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2992292Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_repeat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2993239Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.2994194Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_resize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3042078Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3043084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3044443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_scalar_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3045421Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3046550Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3047497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sin.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3048446Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3049426Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3050379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3051372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3052378Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3053306Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3054294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3055232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_stack.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3056161Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3057140Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3058070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3058996Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3059936Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_topk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3060909Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3061856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_unbind.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3062822Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3063981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3065004Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3066040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/op_where.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3067034Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3067972Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/builders 2025-06-05T23:55:15.3068341Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/debugger 2025-06-05T23:55:15.3069574Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/debugger/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/debugger 2025-06-05T23:55:15.3069962Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/partition 2025-06-05T23:55:15.3070960Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:55:15.3071967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:55:15.3072922Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/partition/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/partition 2025-06-05T23:55:15.3073299Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer 2025-06-05T23:55:15.3074285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/annotators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:15.3075317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/custom_annotation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:15.3076355Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/qconfig.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:15.3077341Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer 2025-06-05T23:55:15.3077798Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:15.3078991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:15.3080211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/quantizer/observers 2025-06-05T23:55:15.3080611Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/serialization 2025-06-05T23:55:15.3081625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:55:15.3082874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_schema_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:55:15.3083939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/serialization 2025-06-05T23:55:15.3084283Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/tests 2025-06-05T23:55:15.3085282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:55:15.3086260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:55:15.3156217Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/tests 2025-06-05T23:55:15.3156673Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/utils 2025-06-05T23:55:15.3157603Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:55:15.3158499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/utils 2025-06-05T23:55:15.3158847Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot 2025-06-05T23:55:15.3159195Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:15.3160106Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/qualcomm/aot/ir 2025-06-05T23:55:15.3160436Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms 2025-06-05T23:55:15.3161269Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3162180Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3163096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3163990Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3164981Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3165929Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3166840Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3167728Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3168611Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3169488Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3170751Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3171654Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/remove_getitem_op.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3172831Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/replace_scalar_with_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3173693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3174670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms 2025-06-05T23:55:15.3175033Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/transforms/test 2025-06-05T23:55:15.3176138Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_create_delete_constant_placeholder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-06-05T23:55:15.3177206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-06-05T23:55:15.3178185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/transforms/test/test_rank_0_to_rank_1.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/transforms/test 2025-06-05T23:55:15.3178487Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan 2025-06-05T23:55:15.3179260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:15.3180101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/custom_ops_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:15.3180912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/op_registry.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:15.3181689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:15.3182559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan 2025-06-05T23:55:15.3182905Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3183769Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3184722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/fuse_quantized_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3185674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/insert_prepack_nodes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3186660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3187582Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_asserts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3188669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3189749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/remove_redundant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3190734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3191801Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/_passes/tag_memory_meta_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/_passes 2025-06-05T23:55:15.3192195Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/partitioner 2025-06-05T23:55:15.3193234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/partitioner 2025-06-05T23:55:15.3193666Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/quantizer 2025-06-05T23:55:15.3194657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/quantizer/vulkan_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/quantizer 2025-06-05T23:55:15.3195001Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime 2025-06-05T23:55:15.3195931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime 2025-06-05T23:55:15.3196320Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph 2025-06-05T23:55:15.3196736Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops 2025-06-05T23:55:15.3197179Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3198383Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3243709Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3244919Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3246053Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3247196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3248339Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3249475Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3250742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3251934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3253377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3254486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3255765Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3256899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3258036Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3259238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3260468Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3261697Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3262913Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3264044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3265206Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3266386Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3267655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3268953Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3270102Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3271316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3272466Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3273678Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3274788Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3276016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3277182Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3278340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3279531Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3280693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3281842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3283018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3284209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3285381Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3286567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3287708Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3288887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3335073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3336256Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3337407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3338842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3340196Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3341554Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3342739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3343870Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3345006Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3346128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3347339Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3348609Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3349804Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3351055Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3352187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3353278Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3354470Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3355655Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3356790Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3357941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3359073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3360373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3361471Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3362660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/runtime/graph/ops/glsl 2025-06-05T23:55:15.3363073Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/serialization 2025-06-05T23:55:15.3364154Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:15.3365218Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:15.3366302Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:15.3367298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/serialization 2025-06-05T23:55:15.3367625Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test 2025-06-05T23:55:15.3368561Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:15.3369503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:15.3370478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:15.3371399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/test_vulkan_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test 2025-06-05T23:55:15.3371780Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:15.3372734Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:15.3373789Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:15.3374874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests 2025-06-05T23:55:15.3375305Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:15.3376360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/aten_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:15.3377438Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:15.3378652Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:15.3379756Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:15.3441420Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:15.3442515Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/op_tests/utils/test_suite.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/op_tests/utils 2025-06-05T23:55:15.3442876Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/test/glsl 2025-06-05T23:55:15.3443874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:55:15.3444907Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:55:15.3445956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/test/glsl 2025-06-05T23:55:15.3446339Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party 2025-06-05T23:55:15.3446739Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:15.3447760Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/volk 2025-06-05T23:55:15.3448247Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2025-06-05T23:55:15.3448808Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:15.3450128Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:15.3451425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:15.3452717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:15.3454006Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:15.3455248Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:15.3456479Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:15.3457796Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2025-06-05T23:55:15.3458614Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:15.3459997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2025-06-05T23:55:15.3460532Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2025-06-05T23:55:15.3461215Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2025-06-05T23:55:15.3461895Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:15.3463499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2025-06-05T23:55:15.3463840Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools 2025-06-05T23:55:15.3464229Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo 2025-06-05T23:55:15.3464646Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:15.3465757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:15.3466893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:15.3467975Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:15.3469169Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:15.3470334Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:15.3471410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/vulkan/tools/gpuinfo/glsl 2025-06-05T23:55:15.3471717Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack 2025-06-05T23:55:15.3472517Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-06-05T23:55:15.3473399Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack 2025-06-05T23:55:15.3473748Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3474637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3475675Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3476643Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3477710Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3478642Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3479762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3480711Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/decompose_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3481677Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_activation_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3482668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3483618Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/prelu_reshape_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3484585Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3533865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/_passes/xnnpack_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/_passes 2025-06-05T23:55:15.3534253Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3535225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3536214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3537145Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3538099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3539052Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3540047Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3540982Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3541908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3542869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3543815Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3545163Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3546090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3547303Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3548349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3549367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3550349Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3551286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3552235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3553205Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3554164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3555141Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3556090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3557020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3558073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3559014Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3559985Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3560945Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3561899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3562856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3563816Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3564871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3565830Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3566857Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3567859Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3568805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3569749Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3570682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3571646Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3572599Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3573567Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3574535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3575478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3576460Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3577415Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3649316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3650472Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3651408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3652379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3653370Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/operators 2025-06-05T23:55:15.3653741Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition 2025-06-05T23:55:15.3655050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:55:15.3656085Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition 2025-06-05T23:55:15.3656495Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/config 2025-06-05T23:55:15.3657711Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:15.3658820Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/gemm_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:15.3659959Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/generic_node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:15.3661042Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/node_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:15.3662172Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/quant_affine_configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:15.3663262Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/config/xnnpack_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/config 2025-06-05T23:55:15.3663687Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:15.3664771Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:15.3665809Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/partition/graphs 2025-06-05T23:55:15.3666168Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/quantizer 2025-06-05T23:55:15.3667185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:55:15.3668235Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/quantizer 2025-06-05T23:55:15.3668816Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/serialization 2025-06-05T23:55:15.3669904Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:15.3671015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:15.3672077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:15.3673091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/serialization 2025-06-05T23:55:15.3673429Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test 2025-06-05T23:55:15.3674532Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:55:15.3675521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test 2025-06-05T23:55:15.3675905Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3677010Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3677972Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3679000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3680000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3681000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3682033Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3683037Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3684050Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3685051Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3686015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3687057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3688057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3689000Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/models 2025-06-05T23:55:15.3689360Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3690286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_abs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3691214Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_add.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3692189Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_avgpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3693164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bilinear2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3756876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_bmm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3757876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_cat.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3759159Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_ceil.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3760223Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_check_quant_params.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3761167Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_clamp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3762133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv1d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3763091Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_conv2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3764023Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_div.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3764957Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_elu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3765876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_exp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3766825Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_floor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3767769Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_gelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3768747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardswish.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3769710Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_hardtanh.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3770682Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_leaky_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3771639Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3772563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_log.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3773506Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_lstm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3774453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_max_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3775407Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maximum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3776657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_maxpool2d.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3777605Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_mean_dim.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3778681Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_minimum.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3779662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_multiply.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3780621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_negate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3781582Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_permute.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3782510Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_pow.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3783454Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_prelu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3784486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3785425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_relu.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3786365Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_rsqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3787308Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3788267Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sigmoid.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3789453Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_slice_copy.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3790425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_softmax.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3791356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sqrt.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3792309Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_square.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3793335Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_static_constant_pad.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3794261Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/ops/test_sub.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/ops 2025-06-05T23:55:15.3794765Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/passes 2025-06-05T23:55:15.3795832Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:15.3796884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:15.3798103Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:15.3799348Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:15.3800431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:15.3801503Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:15.3869099Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/passes 2025-06-05T23:55:15.3869558Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:15.3870680Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:15.3871799Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_representation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:15.3872911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/quantizer 2025-06-05T23:55:15.3873365Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:15.3874514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:15.3875636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/serialization 2025-06-05T23:55:15.3876019Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/test/tester 2025-06-05T23:55:15.3876974Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:55:15.3877946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/test/tester 2025-06-05T23:55:15.3878323Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party 2025-06-05T23:55:15.3878738Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:15.3879802Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:15.3880267Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2025-06-05T23:55:15.3881128Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:15.3882316Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:15.3883645Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:15.3884841Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/include/fp16 2025-06-05T23:55:15.3885290Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2025-06-05T23:55:15.3885799Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:15.3886992Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16/test/peachpy 2025-06-05T23:55:15.3888020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FP16 2025-06-05T23:55:15.3888446Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:15.3889512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:15.3890553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/FXdiv 2025-06-05T23:55:15.3890993Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:15.3892081Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:15.3892571Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:15.3893832Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:15.3895134Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:15.3896391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/scripts 2025-06-05T23:55:15.3896873Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2025-06-05T23:55:15.3897376Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:15.3898607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:15.3899978Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2025-06-05T23:55:15.3901220Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/cpuinfo 2025-06-05T23:55:15.3901684Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:15.3902827Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:15.3904073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/pthreadpool 2025-06-05T23:55:15.3904529Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2025-06-05T23:55:15.3905037Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:15.3906237Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:15.3907473Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:15.3908874Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:15.3910105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/scripts 2025-06-05T23:55:15.3910586Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3911735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3912868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3952768Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3954049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3955350Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3956625Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3957948Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3959245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3960739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3961956Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3963361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3964632Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3965890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3967098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3968410Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3969683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3971184Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3972458Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3973698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3974928Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3976155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3977394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3978653Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3979984Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3981376Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3982616Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3983954Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/tools 2025-06-05T23:55:15.3984450Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3985660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3986863Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3988064Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3989409Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3990668Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3991869Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3993064Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3994260Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3995482Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3996670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.3997870Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4039676Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4040835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4042317Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4043485Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4044791Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4046037Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4047294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4048488Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4049660Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4050856Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4052055Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4053275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4054463Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4055647Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4056792Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4058018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4059221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4060406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4061617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4062946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4064098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4065377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4066622Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4067861Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4069178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4070364Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4071601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4072796Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4074073Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4075238Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4076379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4077525Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4078700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4079844Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4081048Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4082286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4083646Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4084865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4135899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4137199Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4138457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4139705Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4140963Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4142209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4143475Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4144727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4145976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4147226Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4148486Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4149851Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4151114Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4152257Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4153699Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4154931Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4156251Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4157518Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4158680Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4159833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4161015Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4162195Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4163377Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4164520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4165648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party/XNNPACK/test 2025-06-05T23:55:15.4166759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/third-party 2025-06-05T23:55:15.4167099Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/xnnpack/utils 2025-06-05T23:55:15.4167996Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:15.4168910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:15.4169776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:15.4170739Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/xnnpack/utils 2025-06-05T23:55:15.4171034Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple 2025-06-05T23:55:15.4171347Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps 2025-06-05T23:55:15.4172170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-06-05T23:55:15.4173153Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps 2025-06-05T23:55:15.4173533Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4174497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4175601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4176614Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4177615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4178631Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4179667Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4253478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4254535Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4255569Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4256617Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4257586Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4258608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4259621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_quant_dequant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4260608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/op_skip_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4261582Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4262584Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4263573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4264561Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4265901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4266895Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/operators 2025-06-05T23:55:15.4267274Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/partition 2025-06-05T23:55:15.4268403Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:55:15.4269646Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/partition 2025-06-05T23:55:15.4270062Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/serialization 2025-06-05T23:55:15.4271144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:55:15.4272249Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:55:15.4273290Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/serialization 2025-06-05T23:55:15.4273637Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/test 2025-06-05T23:55:15.4274545Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:15.4275512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:15.4276489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:15.4277443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_linear.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:15.4278383Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:15.4279340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:15.4280276Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/test 2025-06-05T23:55:15.4280628Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/mps/utils 2025-06-05T23:55:15.4281553Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:55:15.4282491Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/mps/utils/quant_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/mps/utils 2025-06-05T23:55:15.4282825Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml 2025-06-05T23:55:15.4283217Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/compiler 2025-06-05T23:55:15.4284366Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:55:15.4285431Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/compiler 2025-06-05T23:55:15.4285838Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/partition 2025-06-05T23:55:15.4286924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:55:15.4288031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/partition 2025-06-05T23:55:15.4288439Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:15.4289435Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:15.4290505Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/quantizer 2025-06-05T23:55:15.4290872Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/test 2025-06-05T23:55:15.4291917Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:55:15.4292942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/test 2025-06-05T23:55:15.4293338Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime 2025-06-05T23:55:15.4293755Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:15.4294899Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/runtime/test/export_stateful_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml/runtime/test 2025-06-05T23:55:15.4295879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:55:15.4297040Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/apple/coreml/executorchcoreml.cpython-310-aarch64-linux-gnu.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/apple/coreml 2025-06-05T23:55:15.4297350Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence 2025-06-05T23:55:15.4366049Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot 2025-06-05T23:55:15.4366911Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4367790Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4368717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/compiler_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4369614Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/decompose_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4370525Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4371683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/fuse_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4372573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4373674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4374595Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/memory_planning.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4375514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4376397Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/pass_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4377244Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4378177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/ref_implementations.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4379077Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/remove_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4391241Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/reorder_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4392274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/replace_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4393177Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/simplify_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4394020Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4394418Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:15.4395451Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:15.4396457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:15.4397533Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:15.4398516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/quantizer 2025-06-05T23:55:15.4399044Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4400121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4401144Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4402456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_graph_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4403461Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_memory_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4404607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_pass_filter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4405637Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_remove_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4406666Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4407695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_replace_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4408731Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot/tests 2025-06-05T23:55:15.4409627Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4410573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_fusion_g3.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4411497Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/aot/functions_hifi.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/aot 2025-06-05T23:55:15.4411851Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/runtime 2025-06-05T23:55:15.4412747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:15.4413680Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/executor.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:15.4414598Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/runtime.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:15.4415494Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/runtime/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/runtime 2025-06-05T23:55:15.4415845Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils 2025-06-05T23:55:15.4416735Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/facto_util.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:55:15.4417629Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:55:15.4418578Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils 2025-06-05T23:55:15.4418953Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:15.4419908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO 2025-06-05T23:55:15.4420480Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:15.4421581Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:15.4468934Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/calibrator/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/calibrator 2025-06-05T23:55:15.4469567Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:15.4470698Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:15.4471862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/minimal_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:15.4472988Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/examples/random_seed.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/examples 2025-06-05T23:55:15.4473404Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:15.4474450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto 2025-06-05T23:55:15.4474929Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:15.4476090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen 2025-06-05T23:55:15.4476651Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:15.4477950Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:15.4479273Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:15.4480575Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple 2025-06-05T23:55:15.4481122Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:15.4482461Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:15.4483775Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:15.4485069Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:15.4486373Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/argument 2025-06-05T23:55:15.4487058Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:15.4488367Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:15.4489833Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:15.4491178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:15.4492508Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute 2025-06-05T23:55:15.4493037Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:15.4494286Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:15.4495550Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/specs 2025-06-05T23:55:15.4496072Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:15.4497315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:15.4498636Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/utils 2025-06-05T23:55:15.4499380Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:15.4500679Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:15.4502026Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:15.4503312Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:15.4504620Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:15.4505925Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:15.4507215Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:15.4508821Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/inputgen/variable 2025-06-05T23:55:15.4509293Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:15.4510573Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/db.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:15.4511759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/default.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:15.4512901Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:15.4514074Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/facto/specdb/function.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/facto/specdb 2025-06-05T23:55:15.4514481Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test 2025-06-05T23:55:15.4514950Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4578456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4579742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4581030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4582294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4583524Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4584770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4586017Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4587234Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4588469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4589724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4591211Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4592481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4593839Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4595086Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4596319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cadence/utils/FACTO/test/inputgen 2025-06-05T23:55:15.4596664Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m 2025-06-05T23:55:15.4597005Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/ops 2025-06-05T23:55:15.4597879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops/operators.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:55:15.4598991Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/ops/operators.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cortex_m/ops 2025-06-05T23:55:15.4599370Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/passes 2025-06-05T23:55:15.4600359Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cortex_m/passes 2025-06-05T23:55:15.4600704Z creating pip-out/bdist.linux-aarch64/wheel/executorch/backends/cortex_m/test 2025-06-05T23:55:15.4601669Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/backends/cortex_m/test/test_replace_quant_nodes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/backends/cortex_m/test 2025-06-05T23:55:15.4601930Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples 2025-06-05T23:55:15.4602296Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4603219Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4604178Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_exporter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4605155Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/model_loading_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4606076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/runner.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4607031Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/training_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4608009Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/llama3_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4609027Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4610221Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/phi3_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4611200Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/llm_pte_finetuning 2025-06-05T23:55:15.4611504Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models 2025-06-05T23:55:15.4612436Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-06-05T23:55:15.4613282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/checkpoint.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-06-05T23:55:15.4614092Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_base.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-06-05T23:55:15.4614919Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models 2025-06-05T23:55:15.4615291Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/deeplab_v3 2025-06-05T23:55:15.4616200Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:55:15.4617115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/deeplab_v3 2025-06-05T23:55:15.4617455Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/edsr 2025-06-05T23:55:15.4618294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-06-05T23:55:15.4619142Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/edsr 2025-06-05T23:55:15.4619533Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam 2025-06-05T23:55:15.4620493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:55:15.4621452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam 2025-06-05T23:55:15.4621973Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:15.4687392Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:15.4688717Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:15.4690014Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:15.4691295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:15.4692686Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:15.4693947Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/efficient_sam/efficient_sam_core 2025-06-05T23:55:15.4694338Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/emformer_rnnt 2025-06-05T23:55:15.4695434Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:55:15.4696406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/emformer_rnnt 2025-06-05T23:55:15.4696802Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v3 2025-06-05T23:55:15.4697747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:55:15.4698689Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v3 2025-06-05T23:55:15.4699230Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/inception_v4 2025-06-05T23:55:15.4700193Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:55:15.4701135Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/inception_v4 2025-06-05T23:55:15.4701482Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama 2025-06-05T23:55:15.4702335Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4703228Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4704125Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4705030Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/eval_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4705933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4706871Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/export_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4707755Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/fairseq2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4708729Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/hf_download.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4709737Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/install_requirement_helper.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4710670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4711757Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4712642Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/model_args.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4713489Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4714478Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4715424Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama 2025-06-05T23:55:15.4715818Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/evaluate 2025-06-05T23:55:15.4716796Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:55:15.4717801Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/evaluate/eager_eval.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/evaluate 2025-06-05T23:55:15.4718216Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/experimental 2025-06-05T23:55:15.4719295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:15.4720374Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:15.4721448Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:15.4722544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/experimental/test_subclass.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/experimental 2025-06-05T23:55:15.4722917Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/runner 2025-06-05T23:55:15.4723879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:55:15.4724884Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:55:15.4725854Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/runner 2025-06-05T23:55:15.4726335Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4727476Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4728693Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4729866Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4731225Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4791561Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/custom_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4792976Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/lora.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4794210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/pre_quantization.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4795413Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/prune_vocab.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4796616Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/quantize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4797773Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rms_norm.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4799070Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4800207Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4801384Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/spin_quant.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4802607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_attention_sink.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4803842Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4805067Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4806361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4807530Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/source_transformation/vulkan_rope.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/source_transformation 2025-06-05T23:55:15.4807915Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tests 2025-06-05T23:55:15.4808942Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_export_llama_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:15.4810319Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_pre_quantization_transforms.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:15.4811358Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_replace_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:15.4812379Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_ring_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:15.4814810Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_ring_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:15.4816990Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_simple_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:15.4819187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tests/test_static_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tests 2025-06-05T23:55:15.4820777Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama/tokenizer 2025-06-05T23:55:15.4822351Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama/tokenizer/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama/tokenizer 2025-06-05T23:55:15.4823926Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision 2025-06-05T23:55:15.4825444Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision 2025-06-05T23:55:15.4827024Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:15.4828877Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:15.4831352Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:15.4833801Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:15.4836233Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/preprocess 2025-06-05T23:55:15.4837999Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:15.4839657Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:15.4841939Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/exported.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:15.4844264Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/generation.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:15.4846559Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/runner/native.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/runner 2025-06-05T23:55:15.4848407Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:15.4850175Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder 2025-06-05T23:55:15.4851951Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:15.4853933Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:15.4856544Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/text_decoder/test 2025-06-05T23:55:15.4858453Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:15.4860264Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:15.4862700Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder 2025-06-05T23:55:15.4919653Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:15.4921634Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:15.4924295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llama3_2_vision/vision_encoder/test 2025-06-05T23:55:15.4926105Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava 2025-06-05T23:55:15.4927456Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-06-05T23:55:15.4929380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-06-05T23:55:15.4931282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava 2025-06-05T23:55:15.4932648Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/llava/test 2025-06-05T23:55:15.4934120Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:55:15.4936172Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/llava/test/test_pte.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/llava/test 2025-06-05T23:55:15.4937590Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/lstm 2025-06-05T23:55:15.4938910Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-06-05T23:55:15.4940747Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/lstm/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/lstm 2025-06-05T23:55:15.4942103Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilebert 2025-06-05T23:55:15.4943908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:55:15.4945920Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilebert 2025-06-05T23:55:15.4947375Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v2 2025-06-05T23:55:15.4949199Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:55:15.4951266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v2 2025-06-05T23:55:15.4952734Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/mobilenet_v3 2025-06-05T23:55:15.4954222Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:55:15.4956278Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/mobilenet_v3 2025-06-05T23:55:15.4957766Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:15.4959332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini-lora/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini-lora 2025-06-05T23:55:15.4960857Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi-3-mini 2025-06-05T23:55:15.4962274Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:15.4964245Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:15.4966231Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/phi_3_mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:15.4968252Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/static_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:15.4970340Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi-3-mini 2025-06-05T23:55:15.4971829Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/phi_4_mini 2025-06-05T23:55:15.4973242Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:55:15.4975266Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/phi_4_mini/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/phi_4_mini 2025-06-05T23:55:15.4976724Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen2_5 2025-06-05T23:55:15.4978090Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:55:15.4980054Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen2_5/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen2_5 2025-06-05T23:55:15.4981468Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/qwen3 2025-06-05T23:55:15.4982813Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:55:15.4984898Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/qwen3/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/qwen3 2025-06-05T23:55:15.4986308Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/resnet 2025-06-05T23:55:15.4987672Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-06-05T23:55:15.4989750Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/resnet 2025-06-05T23:55:15.4991135Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/smollm2 2025-06-05T23:55:15.4992520Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:55:15.4994499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/smollm2/convert_weights.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/smollm2 2025-06-05T23:55:15.4995928Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/test 2025-06-05T23:55:15.4997247Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-06-05T23:55:15.4999784Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/test 2025-06-05T23:55:15.5001234Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/torchvision_vit 2025-06-05T23:55:15.5002762Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:55:15.5004886Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/torchvision_vit 2025-06-05T23:55:15.5006374Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/toy_model 2025-06-05T23:55:15.5007770Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:55:15.5009721Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/toy_model 2025-06-05T23:55:15.5011130Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/wav2letter 2025-06-05T23:55:15.5042653Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:55:15.5044738Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/wav2letter 2025-06-05T23:55:15.5046156Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi 2025-06-05T23:55:15.5046992Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/models/moshi/mimi 2025-06-05T23:55:15.5048469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/models/moshi/mimi/test_mimi.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/models/moshi/mimi 2025-06-05T23:55:15.5049867Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple 2025-06-05T23:55:15.5050636Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml 2025-06-05T23:55:15.5051488Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/llama 2025-06-05T23:55:15.5053282Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:15.5055406Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/llama_transformer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:15.5057670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/run.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:15.5059696Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:15.5061727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/llama/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/llama 2025-06-05T23:55:15.5063216Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/coreml/scripts 2025-06-05T23:55:15.5064769Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/debugger_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:15.5066918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:15.5069294Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/extract_coreml_models.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:15.5071556Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_cli.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:15.5073787Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/coreml/scripts/inspector_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/coreml/scripts 2025-06-05T23:55:15.5075294Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps 2025-06-05T23:55:15.5076124Z creating pip-out/bdist.linux-aarch64/wheel/executorch/examples/apple/mps/scripts 2025-06-05T23:55:15.5077607Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts/bench_utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:55:15.5079683Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/examples/apple/mps/scripts/mps_example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/examples/apple/mps/scripts 2025-06-05T23:55:15.5081060Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension 2025-06-05T23:55:15.5081801Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/export_util 2025-06-05T23:55:15.5083143Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-06-05T23:55:15.5085032Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/export_util 2025-06-05T23:55:15.5086390Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor 2025-06-05T23:55:15.5087742Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor 2025-06-05T23:55:15.5089174Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/serialize 2025-06-05T23:55:15.5090687Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:15.5093002Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor_schema.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:15.5095187Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:15.5097469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/flat_tensor.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:15.5099852Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/serialize/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/serialize 2025-06-05T23:55:15.5101373Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/flat_tensor/test 2025-06-05T23:55:15.5102858Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/flat_tensor/test/test_serialize.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/flat_tensor/test 2025-06-05T23:55:15.5104287Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util 2025-06-05T23:55:15.5105615Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-06-05T23:55:15.5107465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-06-05T23:55:15.5109360Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util 2025-06-05T23:55:15.5110721Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/gguf_util/converters 2025-06-05T23:55:15.5112298Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/gguf_util/converters 2025-06-05T23:55:15.5113788Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings 2025-06-05T23:55:15.5115166Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-06-05T23:55:15.5116571Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pybindings/test 2025-06-05T23:55:15.5118018Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:55:15.5120133Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_backend_pybinding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:55:15.5122288Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings/test 2025-06-05T23:55:15.5124315Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/pybindings.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-06-05T23:55:15.5126443Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pybindings 2025-06-05T23:55:15.5127974Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree 2025-06-05T23:55:15.5129232Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree 2025-06-05T23:55:15.5130510Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/pytree/test 2025-06-05T23:55:15.5132079Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/pytree/test 2025-06-05T23:55:15.5133392Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training 2025-06-05T23:55:15.5134664Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training 2025-06-05T23:55:15.5155802Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings 2025-06-05T23:55:15.5157670Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_module.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:55:15.5159287Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/pybindings/test 2025-06-05T23:55:15.5160908Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/test/test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings/test 2025-06-05T23:55:15.5163123Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/pybindings/_training_lib.pyi -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/pybindings 2025-06-05T23:55:15.5164648Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples 2025-06-05T23:55:15.5165566Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR 2025-06-05T23:55:15.5167190Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/export_model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:55:15.5169372Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/model.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR 2025-06-05T23:55:15.5170956Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/training/examples/XOR/test 2025-06-05T23:55:15.5172647Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/training/examples/XOR/test/test_export.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/training/examples/XOR/test 2025-06-05T23:55:15.5174174Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm 2025-06-05T23:55:15.5174964Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5176346Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5178285Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5180270Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/model_sharding.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5182275Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/op_tile_crop_aot.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5184325Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5186469Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5188724Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_quantized_sdpa.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5190828Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5193076Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/test_update_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5194586Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:15.5196380Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant 2025-06-05T23:55:15.5198194Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party 2025-06-05T23:55:15.5199538Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:15.5201493Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:15.5204098Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops/spinquant/third-party/FFHT 2025-06-05T23:55:15.5206437Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/custom_ops 2025-06-05T23:55:15.5207874Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export 2025-06-05T23:55:15.5209185Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:15.5211041Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:15.5212946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:15.5214900Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:15.5216862Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:15.5218832Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test_export_passes.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export 2025-06-05T23:55:15.5220244Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/export/test 2025-06-05T23:55:15.5221662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:55:15.5223662Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/export/test/test_builder.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/export/test 2025-06-05T23:55:15.5225098Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules 2025-06-05T23:55:15.5226447Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:15.5228395Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:15.5230465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:15.5232624Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules 2025-06-05T23:55:15.5233989Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/modules/test 2025-06-05T23:55:15.5235425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:15.5237648Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_attention.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:15.5239759Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_kv_cache.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:15.5241912Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/modules/test/test_position_embeddings.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/modules/test 2025-06-05T23:55:15.5243440Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers 2025-06-05T23:55:15.5244840Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers 2025-06-05T23:55:15.5246370Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:15.5248139Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:15.5254450Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:15.5257019Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:15.5259504Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:15.5261973Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers 2025-06-05T23:55:15.5263812Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:15.5265719Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools 2025-06-05T23:55:15.5267669Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:15.5269876Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:15.5272750Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:15.5274641Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/test 2025-06-05T23:55:15.5276394Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/test/test_tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/test 2025-06-05T23:55:15.5277997Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party 2025-06-05T23:55:15.5279109Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:15.5281109Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:15.5283722Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp 2025-06-05T23:55:15.5285638Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:15.5286941Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:15.5289037Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:15.5291967Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts 2025-06-05T23:55:15.5294890Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl 2025-06-05T23:55:15.5296865Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json 2025-06-05T23:55:15.5298001Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs 2025-06-05T23:55:15.5299443Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs 2025-06-05T23:55:15.5300767Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:15.5303001Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts 2025-06-05T23:55:15.5305118Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests 2025-06-05T23:55:15.5306369Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty 2025-06-05T23:55:15.5307757Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:15.5310115Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl 2025-06-05T23:55:15.5312255Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools 2025-06-05T23:55:15.5313502Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:15.5315651Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate 2025-06-05T23:55:15.5318094Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:15.5320387Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer 2025-06-05T23:55:15.5322658Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:15.5325057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis 2025-06-05T23:55:15.5327291Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:15.5329457Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/json/tools/serve_header 2025-06-05T23:55:15.5331485Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2 2025-06-05T23:55:15.5332630Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:15.5334597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:15.5337304Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:15.5339992Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:15.5342715Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:15.5345498Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:15.5348247Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:15.5352721Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:15.5355479Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/pcre2/maint 2025-06-05T23:55:15.5357408Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2 2025-06-05T23:55:15.5358549Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:15.5360483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/benchlog 2025-06-05T23:55:15.5362556Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:15.5364408Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:15.5366941Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:15.5369613Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python 2025-06-05T23:55:15.5371573Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:15.5373695Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/python/toolchains 2025-06-05T23:55:15.5375725Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:15.5377621Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:15.5380258Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:15.5382835Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/re2/re2 2025-06-05T23:55:15.5384727Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece 2025-06-05T23:55:15.5385991Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:15.5388089Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python 2025-06-05T23:55:15.5390291Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:15.5392484Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:15.5395571Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test 2025-06-05T23:55:15.5397842Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src 2025-06-05T23:55:15.5399518Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:15.5401997Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:15.5405361Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:15.5409105Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:15.5412805Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece 2025-06-05T23:55:15.5415061Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build 2025-06-05T23:55:15.5416031Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib 2025-06-05T23:55:15.5417160Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:15.5419160Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:15.5421932Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:15.5424732Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:15.5427516Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:15.5430362Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers 2025-06-05T23:55:15.5432419Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:15.5434542Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools 2025-06-05T23:55:15.5436708Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:15.5439003Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:15.5442131Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c 2025-06-05T23:55:15.5444083Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module 2025-06-05T23:55:15.5444879Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test 2025-06-05T23:55:15.5445757Z creating pip-out/bdist.linux-aarch64/wheel/executorch/extension/module/test/resources 2025-06-05T23:55:15.5447402Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/extension/module/test/resources/gen_bundled_program.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/extension/module/test/resources 2025-06-05T23:55:15.5449021Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels 2025-06-05T23:55:15.5449731Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized 2025-06-05T23:55:15.5458452Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-06-05T23:55:15.5459788Z creating pip-out/bdist.linux-aarch64/wheel/executorch/kernels/quantized/test 2025-06-05T23:55:15.5461363Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_out_variants.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:55:15.5463465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/test_quant_dequant_per_token.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:55:15.5465600Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/test/supported_features_def.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized/test 2025-06-05T23:55:15.5467597Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/quantized.yaml -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-06-05T23:55:15.5469671Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/kernels/quantized/libquantized_ops_aot_lib.so -> pip-out/bdist.linux-aarch64/wheel/./executorch/kernels/quantized 2025-06-05T23:55:15.5471000Z creating pip-out/bdist.linux-aarch64/wheel/executorch/schema 2025-06-05T23:55:15.5472075Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/program.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-06-05T23:55:15.5473608Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-aarch64/wheel/./executorch/schema 2025-06-05T23:55:15.5475041Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/version.py -> pip-out/bdist.linux-aarch64/wheel/./executorch 2025-06-05T23:55:15.5476023Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share 2025-06-05T23:55:15.5476686Z creating pip-out/bdist.linux-aarch64/wheel/executorch/share/cmake 2025-06-05T23:55:15.5477949Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/share/cmake/executorch-config.cmake -> pip-out/bdist.linux-aarch64/wheel/./executorch/share/cmake 2025-06-05T23:55:15.5479193Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include 2025-06-05T23:55:15.5479913Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch 2025-06-05T23:55:15.5480739Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime 2025-06-05T23:55:15.5481639Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5483210Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/array_ref.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5485412Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/data_loader.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5487590Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/defines.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5489740Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/error.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5491893Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/evalue.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5494230Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5496472Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5498966Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5501487Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/freeable_buffer.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5503758Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/function_ref.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5506072Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/hierarchical_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5508391Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/memory_allocator.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5510728Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/named_data_map.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5512918Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/result.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5515045Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/span.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5517167Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tag.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5519326Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_layout.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5521600Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/tensor_shape_dynamism.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core 2025-06-05T23:55:15.5523310Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:15.5525057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/exec_aten.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten 2025-06-05T23:55:15.5526897Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:15.5528946Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:15.5531745Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/testing_util 2025-06-05T23:55:15.5533703Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:15.5535579Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:15.5538390Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:15.5541044Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:15.5543868Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:15.5546499Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/exec_aten/util 2025-06-05T23:55:15.5548362Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5550328Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5552879Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5555481Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/bits_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5558016Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/complex.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5560521Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/device.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5563008Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5565512Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/optional.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5568049Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/qint_types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5570563Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5573084Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/scalar_type.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5575644Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/string_view.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5578170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5580887Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_impl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5583483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/tensor_options.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type 2025-06-05T23:55:15.5585492Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10 2025-06-05T23:55:15.5586746Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10 2025-06-05T23:55:15.5588067Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:15.5590295Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:15.5593219Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/macros 2025-06-05T23:55:15.5595332Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5597465Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5600548Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5603483Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5606356Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5609198Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5612121Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5615057Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5617924Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5620826Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5623995Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5626974Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5630137Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/core/portable_type/c10/c10/util 2025-06-05T23:55:15.5632077Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel 2025-06-05T23:55:15.5633727Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_includes.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:15.5636096Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/kernel_runtime_context.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:15.5638461Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/operator_registry.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:15.5640865Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/thread_parallel_interface.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel 2025-06-05T23:55:15.5642607Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:15.5644310Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/kernel/test/test_util.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/kernel/test 2025-06-05T23:55:15.5645994Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.5647633Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/abort.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.5649896Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/assert.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6122514Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/clock.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6124937Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compat_unistd.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6127332Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/compiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6129601Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/log.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6131892Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6134209Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/profiler.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6136885Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/runtime.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6139164Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/system.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6141425Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/types.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform 2025-06-05T23:55:15.6143291Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:15.6145208Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test/pal_spy.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:15.6147666Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/runtime/platform/test/stub_platform.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/runtime/platform/test 2025-06-05T23:55:15.6149430Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension 2025-06-05T23:55:15.6150425Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:15.6152289Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:15.6154875Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/meta_programming.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:15.6157314Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/kernel_util/type_list.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/kernel_util 2025-06-05T23:55:15.6159025Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/tensor 2025-06-05T23:55:15.6160677Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:15.6163101Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_accessor.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:15.6165440Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:15.6167776Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/tensor/tensor_ptr_maker.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/tensor 2025-06-05T23:55:15.6169502Z creating pip-out/bdist.linux-aarch64/wheel/executorch/include/executorch/extension/threadpool 2025-06-05T23:55:15.6171265Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/cpuinfo_utils.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:55:15.6173726Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:55:15.6176203Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/include/executorch/extension/threadpool/threadpool_guard.h -> pip-out/bdist.linux-aarch64/wheel/./executorch/include/executorch/extension/threadpool 2025-06-05T23:55:15.6177943Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data 2025-06-05T23:55:15.6178597Z creating pip-out/bdist.linux-aarch64/wheel/executorch/data/bin 2025-06-05T23:55:15.6179674Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/flatc -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-06-05T23:55:15.6181170Z copying pip-out/lib.linux-aarch64-cpython-310/executorch/data/bin/__init__.py -> pip-out/bdist.linux-aarch64/wheel/./executorch/data/bin 2025-06-05T23:55:15.6182127Z running install_egg_info 2025-06-05T23:55:15.6183005Z Copying executorch.egg-info to pip-out/bdist.linux-aarch64/wheel/./executorch-0.7.0a0+bd57234-py3.10.egg-info 2025-06-05T23:55:15.6183841Z running install_scripts 2025-06-05T23:55:15.6184450Z creating pip-out/bdist.linux-aarch64/wheel/executorch-0.7.0a0+bd57234.dist-info/WHEEL 2025-06-05T23:55:15.6185821Z creating '/tmp/pip-wheel-wvq1b_qj/.tmp-2ozhif8g/executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl' and adding 'pip-out/bdist.linux-aarch64/wheel' to it 2025-06-05T23:55:15.6186933Z adding 'executorch/version.py' 2025-06-05T23:55:15.6187664Z adding 'executorch/backends/apple/coreml/executorchcoreml.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:55:15.6188642Z adding 'executorch/backends/apple/coreml/executorchcoreml.pyi' 2025-06-05T23:55:15.6189318Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2025-06-05T23:55:15.6190054Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2025-06-05T23:55:15.6190800Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2025-06-05T23:55:15.6191564Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2025-06-05T23:55:15.6192332Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2025-06-05T23:55:15.6193065Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2025-06-05T23:55:15.6193908Z adding 'executorch/backends/apple/coreml/runtime/test/export_stateful_model.py' 2025-06-05T23:55:15.6194768Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2025-06-05T23:55:15.6195568Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2025-06-05T23:55:15.6196221Z adding 'executorch/backends/apple/mps/__init__.py' 2025-06-05T23:55:15.6196790Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2025-06-05T23:55:15.6197415Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2025-06-05T23:55:15.6198094Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2025-06-05T23:55:15.6198953Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2025-06-05T23:55:15.6199632Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2025-06-05T23:55:15.6200313Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2025-06-05T23:55:15.6201025Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2025-06-05T23:55:15.6201749Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2025-06-05T23:55:15.6202505Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2025-06-05T23:55:15.6203242Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2025-06-05T23:55:15.6203973Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2025-06-05T23:55:15.6204671Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2025-06-05T23:55:15.6205330Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2025-06-05T23:55:15.6206034Z adding 'executorch/backends/apple/mps/operators/op_quant_dequant.py' 2025-06-05T23:55:15.6206761Z adding 'executorch/backends/apple/mps/operators/op_skip_ops.py' 2025-06-05T23:55:15.6207426Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2025-06-05T23:55:15.6208081Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2025-06-05T23:55:15.6208765Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2025-06-05T23:55:15.6209426Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2025-06-05T23:55:15.6210398Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2025-06-05T23:55:15.6211047Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2025-06-05T23:55:15.6211705Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2025-06-05T23:55:15.6212407Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2025-06-05T23:55:15.6213180Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2025-06-05T23:55:15.6214010Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2025-06-05T23:55:15.6214929Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2025-06-05T23:55:15.6215594Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2025-06-05T23:55:15.6537399Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2025-06-05T23:55:15.6538187Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2025-06-05T23:55:15.6538934Z adding 'executorch/backends/apple/mps/test/test_mps_linear.py' 2025-06-05T23:55:15.6539597Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2025-06-05T23:55:15.6540283Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2025-06-05T23:55:15.6540957Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2025-06-05T23:55:15.6541589Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2025-06-05T23:55:15.6542207Z adding 'executorch/backends/apple/mps/utils/quant_utils.py' 2025-06-05T23:55:15.6542779Z adding 'executorch/backends/arm/arm_backend.py' 2025-06-05T23:55:15.6543295Z adding 'executorch/backends/arm/arm_vela.py' 2025-06-05T23:55:15.6543797Z adding 'executorch/backends/arm/ethosu_backend.py' 2025-06-05T23:55:15.6544354Z adding 'executorch/backends/arm/ethosu_partitioner.py' 2025-06-05T23:55:15.6544891Z adding 'executorch/backends/arm/process_node.py' 2025-06-05T23:55:15.6545406Z adding 'executorch/backends/arm/tosa_backend.py' 2025-06-05T23:55:15.6545924Z adding 'executorch/backends/arm/tosa_mapping.py' 2025-06-05T23:55:15.6546455Z adding 'executorch/backends/arm/tosa_partitioner.py' 2025-06-05T23:55:15.6547002Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2025-06-05T23:55:15.6547560Z adding 'executorch/backends/arm/tosa_specification.py' 2025-06-05T23:55:15.6548095Z adding 'executorch/backends/arm/tosa_utils.py' 2025-06-05T23:55:15.6548670Z adding 'executorch/backends/arm/vgf_backend.py' 2025-06-05T23:55:15.6549199Z adding 'executorch/backends/arm/vgf_partitioner.py' 2025-06-05T23:55:15.6549735Z adding 'executorch/backends/arm/_passes/__init__.py' 2025-06-05T23:55:15.6550370Z adding 'executorch/backends/arm/_passes/_debug_passes.py' 2025-06-05T23:55:15.6551118Z adding 'executorch/backends/arm/_passes/annotate_channels_last_dim_order_pass.py' 2025-06-05T23:55:15.6551941Z adding 'executorch/backends/arm/_passes/annotate_decomposed_matmul.py' 2025-06-05T23:55:15.6552598Z adding 'executorch/backends/arm/_passes/arm_pass.py' 2025-06-05T23:55:15.6553198Z adding 'executorch/backends/arm/_passes/arm_pass_manager.py' 2025-06-05T23:55:15.6553819Z adding 'executorch/backends/arm/_passes/arm_pass_utils.py' 2025-06-05T23:55:15.6554458Z adding 'executorch/backends/arm/_passes/broadcast_args_pass.py' 2025-06-05T23:55:15.6555101Z adding 'executorch/backends/arm/_passes/cast_int64_pass.py' 2025-06-05T23:55:15.6555739Z adding 'executorch/backends/arm/_passes/cast_to_int32_pass.py' 2025-06-05T23:55:15.6556405Z adding 'executorch/backends/arm/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:15.6557174Z adding 'executorch/backends/arm/_passes/convert_any_default_dim_dims_pass.py' 2025-06-05T23:55:15.6557995Z adding 'executorch/backends/arm/_passes/convert_expand_copy_to_repeat.py' 2025-06-05T23:55:15.6558785Z adding 'executorch/backends/arm/_passes/convert_full_like_to_full_pass.py' 2025-06-05T23:55:15.6559539Z adding 'executorch/backends/arm/_passes/convert_int_pow_to_mul.py' 2025-06-05T23:55:15.6560220Z adding 'executorch/backends/arm/_passes/convert_minmax_pass.py' 2025-06-05T23:55:15.6561358Z adding 'executorch/backends/arm/_passes/convert_split_to_slice.py' 2025-06-05T23:55:15.6562076Z adding 'executorch/backends/arm/_passes/convert_squeezes_to_view.py' 2025-06-05T23:55:15.6562756Z adding 'executorch/backends/arm/_passes/convert_to_clamp.py' 2025-06-05T23:55:15.6563650Z adding 'executorch/backends/arm/_passes/decompose_cosine_similarity_pass.py' 2025-06-05T23:55:15.6564408Z adding 'executorch/backends/arm/_passes/decompose_div_pass.py' 2025-06-05T23:55:15.6565074Z adding 'executorch/backends/arm/_passes/decompose_gelu_pass.py' 2025-06-05T23:55:15.6565979Z adding 'executorch/backends/arm/_passes/decompose_groupnorm_pass.py' 2025-06-05T23:55:15.6566736Z adding 'executorch/backends/arm/_passes/decompose_layernorm_pass.py' 2025-06-05T23:55:15.6567474Z adding 'executorch/backends/arm/_passes/decompose_leaky_relu_pass.py' 2025-06-05T23:55:15.6568265Z adding 'executorch/backends/arm/_passes/decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:15.6569050Z adding 'executorch/backends/arm/_passes/decompose_linear_pass.py' 2025-06-05T23:55:15.6569749Z adding 'executorch/backends/arm/_passes/decompose_meandim_pass.py' 2025-06-05T23:55:15.6570429Z adding 'executorch/backends/arm/_passes/decompose_ne_pass.py' 2025-06-05T23:55:15.6571067Z adding 'executorch/backends/arm/_passes/decompose_select.py' 2025-06-05T23:55:15.6571724Z adding 'executorch/backends/arm/_passes/decompose_silu_pass.py' 2025-06-05T23:55:15.6572412Z adding 'executorch/backends/arm/_passes/decompose_softmax_pass.py' 2025-06-05T23:55:15.6573184Z adding 'executorch/backends/arm/_passes/decompose_softmax_unstable_pass.py' 2025-06-05T23:55:15.6573450Z adding 'executorch/backends/arm/_passes/decompose_sqrt_pass.py' 2025-06-05T23:55:15.6573710Z adding 'executorch/backends/arm/_passes/decompose_sum_pass.py' 2025-06-05T23:55:15.6573961Z adding 'executorch/backends/arm/_passes/decompose_var_pass.py' 2025-06-05T23:55:15.6574328Z adding 'executorch/backends/arm/_passes/fold_qdq_with_annotated_qparams_pass.py' 2025-06-05T23:55:15.6574608Z adding 'executorch/backends/arm/_passes/fuse_batchnorm2d_pass.py' 2025-06-05T23:55:15.6574898Z adding 'executorch/backends/arm/_passes/fuse_constant_ops_pass.py' 2025-06-05T23:55:15.6575213Z adding 'executorch/backends/arm/_passes/fuse_equal_placeholders_pass.py' 2025-06-05T23:55:15.6575538Z adding 'executorch/backends/arm/_passes/fuse_quantized_activation_pass.py' 2025-06-05T23:55:15.6575813Z adding 'executorch/backends/arm/_passes/insert_rescales_pass.py' 2025-06-05T23:55:15.6576059Z adding 'executorch/backends/arm/_passes/insert_table_ops.py' 2025-06-05T23:55:15.6576325Z adding 'executorch/backends/arm/_passes/match_arg_ranks_pass.py' 2025-06-05T23:55:15.6576659Z adding 'executorch/backends/arm/_passes/match_where_self_arg_dtype_pass.py' 2025-06-05T23:55:15.6576886Z adding 'executorch/backends/arm/_passes/mm_to_bmm_pass.py' 2025-06-05T23:55:15.6577131Z adding 'executorch/backends/arm/_passes/remove_clone_pass.py' 2025-06-05T23:55:15.6577432Z adding 'executorch/backends/arm/_passes/replace_inf_values_pass.py' 2025-06-05T23:55:15.6577763Z adding 'executorch/backends/arm/_passes/replace_scalar_with_tensor_pass.py' 2025-06-05T23:55:15.6578058Z adding 'executorch/backends/arm/_passes/scalars_to_attribute_pass.py' 2025-06-05T23:55:15.6578342Z adding 'executorch/backends/arm/_passes/size_adjust_conv2d_pass.py' 2025-06-05T23:55:15.6578664Z adding 'executorch/backends/arm/_passes/unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:15.6579014Z adding 'executorch/backends/arm/_passes/unsqueeze_scalar_placeholders_pass.py' 2025-06-05T23:55:15.6579271Z adding 'executorch/backends/arm/operator_support/__init__.py' 2025-06-05T23:55:15.6579609Z adding 'executorch/backends/arm/operator_support/convolution_support.py' 2025-06-05T23:55:15.6579913Z adding 'executorch/backends/arm/operator_support/ethos_u55_support.py' 2025-06-05T23:55:15.6580205Z adding 'executorch/backends/arm/operator_support/minmax_support.py' 2025-06-05T23:55:15.6580703Z adding 'executorch/backends/arm/operator_support/pool_2d_support.py' 2025-06-05T23:55:15.6581016Z adding 'executorch/backends/arm/operator_support/reduce_sum_support.py' 2025-06-05T23:55:15.6581339Z adding 'executorch/backends/arm/operator_support/right_shift_support.py' 2025-06-05T23:55:15.6581641Z adding 'executorch/backends/arm/operator_support/sin_cos_support.py' 2025-06-05T23:55:15.6581957Z adding 'executorch/backends/arm/operator_support/slice_copy_support.py' 2025-06-05T23:55:15.6582255Z adding 'executorch/backends/arm/operator_support/to_copy_support.py' 2025-06-05T23:55:15.6582716Z adding 'executorch/backends/arm/operator_support/tosa_supported_operators.py' 2025-06-05T23:55:15.6582956Z adding 'executorch/backends/arm/operators/__init__.py' 2025-06-05T23:55:15.6583193Z adding 'executorch/backends/arm/operators/node_visitor.py' 2025-06-05T23:55:15.6583392Z adding 'executorch/backends/arm/operators/op_abs.py' 2025-06-05T23:55:15.6583606Z adding 'executorch/backends/arm/operators/op_add.py' 2025-06-05T23:55:15.6583809Z adding 'executorch/backends/arm/operators/op_amax.py' 2025-06-05T23:55:15.6584015Z adding 'executorch/backends/arm/operators/op_amin.py' 2025-06-05T23:55:15.6584219Z adding 'executorch/backends/arm/operators/op_any.py' 2025-06-05T23:55:15.6584459Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2025-06-05T23:55:15.6584657Z adding 'executorch/backends/arm/operators/op_bmm.py' 2025-06-05T23:55:15.6584855Z adding 'executorch/backends/arm/operators/op_cat.py' 2025-06-05T23:55:15.6585073Z adding 'executorch/backends/arm/operators/op_clamp.py' 2025-06-05T23:55:15.6585351Z adding 'executorch/backends/arm/operators/op_constant_pad_nd.py' 2025-06-05T23:55:15.6585570Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2025-06-05T23:55:15.6585775Z adding 'executorch/backends/arm/operators/op_cos.py' 2025-06-05T23:55:15.6585968Z adding 'executorch/backends/arm/operators/op_eq.py' 2025-06-05T23:55:15.6586177Z adding 'executorch/backends/arm/operators/op_erf.py' 2025-06-05T23:55:15.6586385Z adding 'executorch/backends/arm/operators/op_exp.py' 2025-06-05T23:55:15.6586577Z adding 'executorch/backends/arm/operators/op_ge.py' 2025-06-05T23:55:15.6586765Z adding 'executorch/backends/arm/operators/op_gt.py' 2025-06-05T23:55:15.6586957Z adding 'executorch/backends/arm/operators/op_le.py' 2025-06-05T23:55:15.6587160Z adding 'executorch/backends/arm/operators/op_log.py' 2025-06-05T23:55:15.6587353Z adding 'executorch/backends/arm/operators/op_lt.py' 2025-06-05T23:55:15.6587594Z adding 'executorch/backends/arm/operators/op_max_pool2d.py' 2025-06-05T23:55:15.6587827Z adding 'executorch/backends/arm/operators/op_maximum.py' 2025-06-05T23:55:15.6588051Z adding 'executorch/backends/arm/operators/op_minimum.py' 2025-06-05T23:55:15.6588248Z adding 'executorch/backends/arm/operators/op_mul.py' 2025-06-05T23:55:15.6588450Z adding 'executorch/backends/arm/operators/op_neg.py' 2025-06-05T23:55:15.6588804Z adding 'executorch/backends/arm/operators/op_permute.py' 2025-06-05T23:55:15.6589009Z adding 'executorch/backends/arm/operators/op_pow.py' 2025-06-05T23:55:15.6589252Z adding 'executorch/backends/arm/operators/op_reciprocal.py' 2025-06-05T23:55:15.6589477Z adding 'executorch/backends/arm/operators/op_repeat.py' 2025-06-05T23:55:15.6589697Z adding 'executorch/backends/arm/operators/op_rescale.py' 2025-06-05T23:55:15.6589956Z adding 'executorch/backends/arm/operators/op_rshift_tensor.py' 2025-06-05T23:55:15.6590173Z adding 'executorch/backends/arm/operators/op_rsqrt.py' 2025-06-05T23:55:15.6590402Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2025-06-05T23:55:15.6590600Z adding 'executorch/backends/arm/operators/op_sin.py' 2025-06-05T23:55:15.6590816Z adding 'executorch/backends/arm/operators/op_slice.py' 2025-06-05T23:55:15.6591014Z adding 'executorch/backends/arm/operators/op_sub.py' 2025-06-05T23:55:15.6591210Z adding 'executorch/backends/arm/operators/op_sum.py' 2025-06-05T23:55:15.6591559Z adding 'executorch/backends/arm/operators/op_table.py' 2025-06-05T23:55:15.6591769Z adding 'executorch/backends/arm/operators/op_tanh.py' 2025-06-05T23:55:15.6591996Z adding 'executorch/backends/arm/operators/op_to_copy.py' 2025-06-05T23:55:15.6592279Z adding 'executorch/backends/arm/operators/op_to_dim_order_copy.py' 2025-06-05T23:55:15.6955829Z adding 'executorch/backends/arm/operators/op_transpose.py' 2025-06-05T23:55:15.6956163Z adding 'executorch/backends/arm/operators/op_upsample_bilinear2d.py' 2025-06-05T23:55:15.6956467Z adding 'executorch/backends/arm/operators/op_upsample_nearest2d.py' 2025-06-05T23:55:15.6957129Z adding 'executorch/backends/arm/operators/op_view.py' 2025-06-05T23:55:15.6957368Z adding 'executorch/backends/arm/operators/op_where.py' 2025-06-05T23:55:15.6957693Z adding 'executorch/backends/arm/operators/operator_validation_utils.py' 2025-06-05T23:55:15.6957918Z adding 'executorch/backends/arm/operators/ops_binary.py' 2025-06-05T23:55:15.6958175Z adding 'executorch/backends/arm/operators/ops_identity.py' 2025-06-05T23:55:15.6958403Z adding 'executorch/backends/arm/operators/ops_unary.py' 2025-06-05T23:55:15.6958614Z adding 'executorch/backends/arm/quantizer/__init__.py' 2025-06-05T23:55:15.6958851Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2025-06-05T23:55:15.6959137Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2025-06-05T23:55:15.6959440Z adding 'executorch/backends/arm/quantizer/quantization_annotator.py' 2025-06-05T23:55:15.6959718Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2025-06-05T23:55:15.6959969Z adding 'executorch/backends/arm/scripts/parse_test_names.py' 2025-06-05T23:55:15.6960159Z adding 'executorch/backends/arm/test/common.py' 2025-06-05T23:55:15.6960347Z adding 'executorch/backends/arm/test/conftest.py' 2025-06-05T23:55:15.6960550Z adding 'executorch/backends/arm/test/runner_utils.py' 2025-06-05T23:55:15.6960747Z adding 'executorch/backends/arm/test/test_model.py' 2025-06-05T23:55:15.6961055Z adding 'executorch/backends/arm/test/misc/test_bn_relu_folding_qat.py' 2025-06-05T23:55:15.6961344Z adding 'executorch/backends/arm/test/misc/test_custom_partition.py' 2025-06-05T23:55:15.6961603Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2025-06-05T23:55:15.6961887Z adding 'executorch/backends/arm/test/misc/test_dim_order_guards.py' 2025-06-05T23:55:15.6962156Z adding 'executorch/backends/arm/test/misc/test_lifted_tensor.py' 2025-06-05T23:55:15.6962443Z adding 'executorch/backends/arm/test/misc/test_model_evaluator.py' 2025-06-05T23:55:15.6962746Z adding 'executorch/backends/arm/test/misc/test_multiple_delegates.py' 2025-06-05T23:55:15.6963035Z adding 'executorch/backends/arm/test/misc/test_multiple_outputs.py' 2025-06-05T23:55:15.6963360Z adding 'executorch/backends/arm/test/misc/test_non_persistent_buffers.py' 2025-06-05T23:55:15.6963770Z adding 'executorch/backends/arm/test/misc/test_partition_decomposed_quantized_ops.py' 2025-06-05T23:55:15.6964020Z adding 'executorch/backends/arm/test/misc/test_tosa_spec.py' 2025-06-05T23:55:15.6964273Z adding 'executorch/backends/arm/test/models/test_conformer.py' 2025-06-05T23:55:15.6964557Z adding 'executorch/backends/arm/test/models/test_deit_tiny_arm.py' 2025-06-05T23:55:15.6964796Z adding 'executorch/backends/arm/test/models/test_dl3_arm.py' 2025-06-05T23:55:15.6965025Z adding 'executorch/backends/arm/test/models/test_llama.py' 2025-06-05T23:55:15.6965276Z adding 'executorch/backends/arm/test/models/test_lstm_arm.py' 2025-06-05T23:55:15.6965576Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2025-06-05T23:55:15.6965869Z adding 'executorch/backends/arm/test/models/test_mobilenet_v3_arm.py' 2025-06-05T23:55:15.6966150Z adding 'executorch/backends/arm/test/models/test_nn_functional.py' 2025-06-05T23:55:15.6966422Z adding 'executorch/backends/arm/test/models/test_nn_modules.py' 2025-06-05T23:55:15.6966718Z adding 'executorch/backends/arm/test/models/test_torch_functions.py' 2025-06-05T23:55:15.6967193Z adding 'executorch/backends/arm/test/models/test_w2l_arm.py' 2025-06-05T23:55:15.6967404Z adding 'executorch/backends/arm/test/ops/test_abs.py' 2025-06-05T23:55:15.6967607Z adding 'executorch/backends/arm/test/ops/test_add.py' 2025-06-05T23:55:15.6967846Z adding 'executorch/backends/arm/test/ops/test_alias_copy.py' 2025-06-05T23:55:15.6968061Z adding 'executorch/backends/arm/test/ops/test_amax.py' 2025-06-05T23:55:15.6968266Z adding 'executorch/backends/arm/test/ops/test_amin.py' 2025-06-05T23:55:15.6968467Z adding 'executorch/backends/arm/test/ops/test_any.py' 2025-06-05T23:55:15.6968816Z adding 'executorch/backends/arm/test/ops/test_arange.py' 2025-06-05T23:55:15.6969039Z adding 'executorch/backends/arm/test/ops/test_at.py' 2025-06-05T23:55:15.6969283Z adding 'executorch/backends/arm/test/ops/test_avg_pool2d.py' 2025-06-05T23:55:15.6969522Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2025-06-05T23:55:15.6969762Z adding 'executorch/backends/arm/test/ops/test_bitwise.py' 2025-06-05T23:55:15.6969964Z adding 'executorch/backends/arm/test/ops/test_bmm.py' 2025-06-05T23:55:15.6970164Z adding 'executorch/backends/arm/test/ops/test_cat.py' 2025-06-05T23:55:15.6970385Z adding 'executorch/backends/arm/test/ops/test_clamp.py' 2025-06-05T23:55:15.6970599Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2025-06-05T23:55:15.6970874Z adding 'executorch/backends/arm/test/ops/test_constant_pad_nd.py' 2025-06-05T23:55:15.6971095Z adding 'executorch/backends/arm/test/ops/test_conv1d.py' 2025-06-05T23:55:15.6971332Z adding 'executorch/backends/arm/test/ops/test_conv2d.py' 2025-06-05T23:55:15.6971552Z adding 'executorch/backends/arm/test/ops/test_conv3d.py' 2025-06-05T23:55:15.6971799Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2025-06-05T23:55:15.6972111Z adding 'executorch/backends/arm/test/ops/test_conv_constant_pad_nd.py' 2025-06-05T23:55:15.6972315Z adding 'executorch/backends/arm/test/ops/test_cos.py' 2025-06-05T23:55:15.6972590Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2025-06-05T23:55:15.6972797Z adding 'executorch/backends/arm/test/ops/test_div.py' 2025-06-05T23:55:15.6973176Z adding 'executorch/backends/arm/test/ops/test_eq.py' 2025-06-05T23:55:15.6973383Z adding 'executorch/backends/arm/test/ops/test_erf.py' 2025-06-05T23:55:15.6973580Z adding 'executorch/backends/arm/test/ops/test_exp.py' 2025-06-05T23:55:15.6973812Z adding 'executorch/backends/arm/test/ops/test_expand.py' 2025-06-05T23:55:15.6974013Z adding 'executorch/backends/arm/test/ops/test_eye.py' 2025-06-05T23:55:15.6974228Z adding 'executorch/backends/arm/test/ops/test_full.py' 2025-06-05T23:55:15.6974435Z adding 'executorch/backends/arm/test/ops/test_ge.py' 2025-06-05T23:55:15.6974643Z adding 'executorch/backends/arm/test/ops/test_gelu.py' 2025-06-05T23:55:15.6974882Z adding 'executorch/backends/arm/test/ops/test_group_norm.py' 2025-06-05T23:55:15.6975097Z adding 'executorch/backends/arm/test/ops/test_gt.py' 2025-06-05T23:55:15.6975351Z adding 'executorch/backends/arm/test/ops/test_hardsigmoid.py' 2025-06-05T23:55:15.6975618Z adding 'executorch/backends/arm/test/ops/test_hardswish.py' 2025-06-05T23:55:15.6975849Z adding 'executorch/backends/arm/test/ops/test_hardtanh.py' 2025-06-05T23:55:15.6976100Z adding 'executorch/backends/arm/test/ops/test_layer_norm.py' 2025-06-05T23:55:15.6976294Z adding 'executorch/backends/arm/test/ops/test_le.py' 2025-06-05T23:55:15.6976535Z adding 'executorch/backends/arm/test/ops/test_leaky_relu.py' 2025-06-05T23:55:15.6976834Z adding 'executorch/backends/arm/test/ops/test_linalg_vector_norm.py' 2025-06-05T23:55:15.6977053Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2025-06-05T23:55:15.6977254Z adding 'executorch/backends/arm/test/ops/test_log.py' 2025-06-05T23:55:15.6977485Z adding 'executorch/backends/arm/test/ops/test_logical.py' 2025-06-05T23:55:15.6977733Z adding 'executorch/backends/arm/test/ops/test_logsoftmax.py' 2025-06-05T23:55:15.6978097Z adding 'executorch/backends/arm/test/ops/test_lshift.py' 2025-06-05T23:55:15.6978302Z adding 'executorch/backends/arm/test/ops/test_lt.py' 2025-06-05T23:55:15.6978520Z adding 'executorch/backends/arm/test/ops/test_matmul.py' 2025-06-05T23:55:15.6978750Z adding 'executorch/backends/arm/test/ops/test_max_pool.py' 2025-06-05T23:55:15.6978973Z adding 'executorch/backends/arm/test/ops/test_maximum.py' 2025-06-05T23:55:15.6979211Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2025-06-05T23:55:15.6979435Z adding 'executorch/backends/arm/test/ops/test_minimum.py' 2025-06-05T23:55:15.6979715Z adding 'executorch/backends/arm/test/ops/test_mm.py' 2025-06-05T23:55:15.6979943Z adding 'executorch/backends/arm/test/ops/test_mul.py' 2025-06-05T23:55:15.6980141Z adding 'executorch/backends/arm/test/ops/test_ne.py' 2025-06-05T23:55:15.6980343Z adding 'executorch/backends/arm/test/ops/test_neg.py' 2025-06-05T23:55:15.6980560Z adding 'executorch/backends/arm/test/ops/test_ones.py' 2025-06-05T23:55:15.6980793Z adding 'executorch/backends/arm/test/ops/test_permute.py' 2025-06-05T23:55:15.6980995Z adding 'executorch/backends/arm/test/ops/test_pow.py' 2025-06-05T23:55:15.6981419Z adding 'executorch/backends/arm/test/ops/test_reciprocal.py' 2025-06-05T23:55:15.6981643Z adding 'executorch/backends/arm/test/ops/test_relu.py' 2025-06-05T23:55:15.6981866Z adding 'executorch/backends/arm/test/ops/test_repeat.py' 2025-06-05T23:55:15.6982089Z adding 'executorch/backends/arm/test/ops/test_rshift.py' 2025-06-05T23:55:15.6982312Z adding 'executorch/backends/arm/test/ops/test_rsqrt.py' 2025-06-05T23:55:15.6982583Z adding 'executorch/backends/arm/test/ops/test_scalar_tensor.py' 2025-06-05T23:55:15.6982810Z adding 'executorch/backends/arm/test/ops/test_scalars.py' 2025-06-05T23:55:15.6983030Z adding 'executorch/backends/arm/test/ops/test_sdpa.py' 2025-06-05T23:55:15.6983254Z adding 'executorch/backends/arm/test/ops/test_select.py' 2025-06-05T23:55:15.6983488Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2025-06-05T23:55:15.6983747Z adding 'executorch/backends/arm/test/ops/test_sigmoid_16bit.py' 2025-06-05T23:55:15.6984012Z adding 'executorch/backends/arm/test/ops/test_sigmoid_32bit.py' 2025-06-05T23:55:15.6984221Z adding 'executorch/backends/arm/test/ops/test_silu.py' 2025-06-05T23:55:15.6984423Z adding 'executorch/backends/arm/test/ops/test_sin.py' 2025-06-05T23:55:15.6984648Z adding 'executorch/backends/arm/test/ops/test_slice.py' 2025-06-05T23:55:15.6984876Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2025-06-05T23:55:15.6985097Z adding 'executorch/backends/arm/test/ops/test_split.py' 2025-06-05T23:55:15.6985318Z adding 'executorch/backends/arm/test/ops/test_sqrt.py' 2025-06-05T23:55:15.6985544Z adding 'executorch/backends/arm/test/ops/test_squeeze.py' 2025-06-05T23:55:15.6985745Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2025-06-05T23:55:15.6985947Z adding 'executorch/backends/arm/test/ops/test_sum.py' 2025-06-05T23:55:15.6986170Z adding 'executorch/backends/arm/test/ops/test_tanh.py' 2025-06-05T23:55:15.6986398Z adding 'executorch/backends/arm/test/ops/test_to_copy.py' 2025-06-05T23:55:15.6986617Z adding 'executorch/backends/arm/test/ops/test_unary.py' 2025-06-05T23:55:15.6986856Z adding 'executorch/backends/arm/test/ops/test_unsqueeze.py' 2025-06-05T23:55:15.6987158Z adding 'executorch/backends/arm/test/ops/test_upsample_bilinear2d.py' 2025-06-05T23:55:15.6987454Z adding 'executorch/backends/arm/test/ops/test_upsample_nearest2d.py' 2025-06-05T23:55:15.6987671Z adding 'executorch/backends/arm/test/ops/test_var.py' 2025-06-05T23:55:15.6987881Z adding 'executorch/backends/arm/test/ops/test_view.py' 2025-06-05T23:55:15.6988096Z adding 'executorch/backends/arm/test/ops/test_where.py' 2025-06-05T23:55:15.6988311Z adding 'executorch/backends/arm/test/ops/test_zeros.py' 2025-06-05T23:55:15.6988812Z adding 'executorch/backends/arm/test/passes/test_broadcast_args_pass.py' 2025-06-05T23:55:15.6989256Z adding 'executorch/backends/arm/test/passes/test_cast_int64_pass.py' 2025-06-05T23:55:15.7233043Z adding 'executorch/backends/arm/test/passes/test_convert_expand_copy_to_repeat.py' 2025-06-05T23:55:15.7233422Z adding 'executorch/backends/arm/test/passes/test_convert_int_pow_to_muls.py' 2025-06-05T23:55:15.7233965Z adding 'executorch/backends/arm/test/passes/test_convert_split_to_slice.py' 2025-06-05T23:55:15.7234280Z adding 'executorch/backends/arm/test/passes/test_convert_to_clamp.py' 2025-06-05T23:55:15.7234692Z adding 'executorch/backends/arm/test/passes/test_decompose_cosine_similarity_pass.py' 2025-06-05T23:55:15.7235379Z adding 'executorch/backends/arm/test/passes/test_decompose_div_pass.py' 2025-06-05T23:55:15.7235756Z adding 'executorch/backends/arm/test/passes/test_decompose_layernorm_pass.py' 2025-06-05T23:55:15.7236169Z adding 'executorch/backends/arm/test/passes/test_decompose_linalg_vector_norm_pass.py' 2025-06-05T23:55:15.7236527Z adding 'executorch/backends/arm/test/passes/test_decompose_meandim_pass.py' 2025-06-05T23:55:15.7236863Z adding 'executorch/backends/arm/test/passes/test_decompose_softmax_pass.py' 2025-06-05T23:55:15.7237182Z adding 'executorch/backends/arm/test/passes/test_decompose_var_pass.py' 2025-06-05T23:55:15.7237464Z adding 'executorch/backends/arm/test/passes/test_fold_qdq_pass.py' 2025-06-05T23:55:15.7237784Z adding 'executorch/backends/arm/test/passes/test_fuse_batchnorm_pass.py' 2025-06-05T23:55:15.7238175Z adding 'executorch/backends/arm/test/passes/test_fuse_constant_ops_pass.py' 2025-06-05T23:55:15.7238580Z adding 'executorch/backends/arm/test/passes/test_fuse_equal_placeholders_ops_pass.py' 2025-06-05T23:55:15.7238913Z adding 'executorch/backends/arm/test/passes/test_insert_table_ops_pass.py' 2025-06-05T23:55:15.7239244Z adding 'executorch/backends/arm/test/passes/test_ioquantization_pass.py' 2025-06-05T23:55:15.7239547Z adding 'executorch/backends/arm/test/passes/test_remove_clone_pass.py' 2025-06-05T23:55:15.7239832Z adding 'executorch/backends/arm/test/passes/test_rescale_pass.py' 2025-06-05T23:55:15.7240214Z adding 'executorch/backends/arm/test/passes/test_unsqueeze_before_repeat_pass.py' 2025-06-05T23:55:15.7240541Z adding 'executorch/backends/arm/test/quantizer/test_generic_annotater.py' 2025-06-05T23:55:15.7240768Z adding 'executorch/backends/arm/test/tester/__init__.py' 2025-06-05T23:55:15.7241071Z adding 'executorch/backends/arm/test/tester/analyze_output_utils.py' 2025-06-05T23:55:15.7241301Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2025-06-05T23:55:15.7241554Z adding 'executorch/backends/arm/test/tester/test_pipeline.py' 2025-06-05T23:55:15.7241784Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2025-06-05T23:55:15.7242104Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2025-06-05T23:55:15.7242551Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2025-06-05T23:55:15.7243053Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2025-06-05T23:55:15.7243622Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2025-06-05T23:55:15.7244030Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2025-06-05T23:55:15.7244469Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2025-06-05T23:55:15.7244919Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2025-06-05T23:55:15.7245375Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2025-06-05T23:55:15.7245811Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2025-06-05T23:55:15.7246264Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2025-06-05T23:55:15.7246646Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2025-06-05T23:55:15.7247302Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2025-06-05T23:55:15.7247821Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2025-06-05T23:55:15.7248271Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2025-06-05T23:55:15.7248700Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2025-06-05T23:55:15.7249414Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2025-06-05T23:55:15.7249806Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2025-06-05T23:55:15.7250236Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2025-06-05T23:55:15.7250673Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2025-06-05T23:55:15.7251124Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2025-06-05T23:55:15.7251581Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2025-06-05T23:55:15.7252037Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2025-06-05T23:55:15.7252492Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2025-06-05T23:55:15.7252903Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2025-06-05T23:55:15.7253351Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2025-06-05T23:55:15.7253802Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2025-06-05T23:55:15.7254237Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2025-06-05T23:55:15.7254683Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2025-06-05T23:55:15.7255119Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2025-06-05T23:55:15.7255547Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2025-06-05T23:55:15.7255956Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2025-06-05T23:55:15.7256374Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2025-06-05T23:55:15.7256854Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2025-06-05T23:55:15.7270587Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2025-06-05T23:55:15.7271103Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2025-06-05T23:55:15.7271591Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2025-06-05T23:55:15.7272021Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2025-06-05T23:55:15.7272375Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2025-06-05T23:55:15.7272830Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2025-06-05T23:55:15.7273255Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2025-06-05T23:55:15.7273767Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conanfile.py' 2025-06-05T23:55:15.7274272Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/pnpm-lock.yaml' 2025-06-05T23:55:15.7274914Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/android/app/src/main/fbs/animal.fbs' 2025-06-05T23:55:15.7275565Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/benchmarks/cpp/flatbuffers/bench.fbs' 2025-06-05T23:55:15.7276296Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/build.py' 2025-06-05T23:55:15.7276910Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/conan/test_package/conanfile.py' 2025-06-05T23:55:15.7277495Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/analysis_options.yaml' 2025-06-05T23:55:15.7278131Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/pubspec.yaml' 2025-06-05T23:55:15.7278720Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/bool_structs.fbs' 2025-06-05T23:55:15.7279306Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/list_of_enums.fbs' 2025-06-05T23:55:15.7279874Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/dart/test/monster_test.fbs' 2025-06-05T23:55:15.7280446Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/hero.fbs' 2025-06-05T23:55:15.7281013Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/examples/go-echo/net.fbs' 2025-06-05T23:55:15.7281597Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/generate_goldens.py' 2025-06-05T23:55:15.7282150Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/golden_utils.py' 2025-06-05T23:55:15.7282719Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/cpp/generate.py' 2025-06-05T23:55:15.7283293Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/csharp/generate.py' 2025-06-05T23:55:15.7283850Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/dart/generate.py' 2025-06-05T23:55:15.7284412Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/go/generate.py' 2025-06-05T23:55:15.7284971Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/java/generate.py' 2025-06-05T23:55:15.7285544Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/kotlin/generate.py' 2025-06-05T23:55:15.7419092Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lobster/generate.py' 2025-06-05T23:55:15.7419706Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/lua/generate.py' 2025-06-05T23:55:15.7420275Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/nim/generate.py' 2025-06-05T23:55:15.7420844Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/php/generate.py' 2025-06-05T23:55:15.7421403Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Galaxy.py' 2025-06-05T23:55:15.7421957Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/Universe.py' 2025-06-05T23:55:15.7422514Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/__init__.py' 2025-06-05T23:55:15.7423064Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/py/generate.py' 2025-06-05T23:55:15.7423635Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/rust/generate.py' 2025-06-05T23:55:15.7424202Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/schema/basic.fbs' 2025-06-05T23:55:15.7424769Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/swift/generate.py' 2025-06-05T23:55:15.7425697Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/goldens/ts/generate.py' 2025-06-05T23:55:15.7426273Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/greeter.fbs' 2025-06-05T23:55:15.7426946Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/client.py' 2025-06-05T23:55:15.7427608Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/server.py' 2025-06-05T23:55:15.7428703Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloReply.py' 2025-06-05T23:55:15.7429498Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/HelloRequest.py' 2025-06-05T23:55:15.7430224Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/__init__.py' 2025-06-05T23:55:15.7431016Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/examples/python/greeter/models/greeter_grpc_fb.py' 2025-06-05T23:55:15.7431635Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/samples/greeter/greeter.fbs' 2025-06-05T23:55:15.7432187Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/grpc/tests/grpctest.py' 2025-06-05T23:55:15.7433064Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/InParentNamespace.py' 2025-06-05T23:55:15.7433751Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/MonsterExtra.py' 2025-06-05T23:55:15.7434394Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/__init__.py' 2025-06-05T23:55:15.7435111Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Ability.py' 2025-06-05T23:55:15.7435780Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Any.py' 2025-06-05T23:55:15.7436583Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:15.7437367Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:15.7438098Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:15.7438862Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:15.7439562Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Color.py' 2025-06-05T23:55:15.7440269Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/LongEnum.py' 2025-06-05T23:55:15.7441106Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Monster.py' 2025-06-05T23:55:15.7441858Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:15.7442538Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Race.py' 2025-06-05T23:55:15.7443270Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Referrable.py' 2025-06-05T23:55:15.7443940Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Stat.py' 2025-06-05T23:55:15.7444854Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:15.7445701Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:15.7446375Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Test.py' 2025-06-05T23:55:15.7447177Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestEnum.py' 2025-06-05T23:55:15.7448044Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:15.7448779Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:15.7449458Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/Vec3.py' 2025-06-05T23:55:15.7450165Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/__init__.py' 2025-06-05T23:55:15.7450959Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:55:15.7451730Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:15.7452512Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:15.7453366Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:15.7454141Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:15.7455070Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:15.7455836Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:15.7456639Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:15.7457355Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/Monster.py' 2025-06-05T23:55:15.7458074Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/MyGame/Example2/__init__.py' 2025-06-05T23:55:15.7458802Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:15.7459484Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInC.py' 2025-06-05T23:55:15.7460215Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:15.7460892Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/__init__.py' 2025-06-05T23:55:15.7461708Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:15.7462539Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:15.7684332Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:15.7685183Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:15.7685960Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:15.7687054Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/TableInC.py' 2025-06-05T23:55:15.7687751Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/NamespaceC/__init__.py' 2025-06-05T23:55:15.7688509Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/OptionalByte.py' 2025-06-05T23:55:15.7689283Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:15.7690003Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/optional_scalars/__init__.py' 2025-06-05T23:55:15.7690729Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/java/src/test/java/union_vector/union_vector.fbs' 2025-06-05T23:55:15.7691279Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/__init__.py' 2025-06-05T23:55:15.7691790Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/py.typed' 2025-06-05T23:55:15.7692295Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/setup.py' 2025-06-05T23:55:15.7692918Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/__init__.py' 2025-06-05T23:55:15.7693519Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/_version.py' 2025-06-05T23:55:15.7694118Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/builder.py' 2025-06-05T23:55:15.7694716Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/compat.py' 2025-06-05T23:55:15.7695311Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/encode.py' 2025-06-05T23:55:15.7695941Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/flexbuffers.py' 2025-06-05T23:55:15.7696586Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/number_types.py' 2025-06-05T23:55:15.7697186Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/packer.py' 2025-06-05T23:55:15.7697769Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/table.py' 2025-06-05T23:55:15.7698349Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/util.py' 2025-06-05T23:55:15.7699313Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/AdvancedFeatures.py' 2025-06-05T23:55:15.7700012Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/BaseType.py' 2025-06-05T23:55:15.7700679Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Enum.py' 2025-06-05T23:55:15.7701354Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/EnumVal.py' 2025-06-05T23:55:15.7702244Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Field.py' 2025-06-05T23:55:15.7702939Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/KeyValue.py' 2025-06-05T23:55:15.7703607Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Object.py' 2025-06-05T23:55:15.7704403Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/RPCCall.py' 2025-06-05T23:55:15.7705096Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Schema.py' 2025-06-05T23:55:15.7705800Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/SchemaFile.py' 2025-06-05T23:55:15.7706481Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Service.py' 2025-06-05T23:55:15.7707141Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/Type.py' 2025-06-05T23:55:15.7707818Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/python/flatbuffers/reflection/__init__.py' 2025-06-05T23:55:15.7708394Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/reflection/reflection.fbs' 2025-06-05T23:55:15.7709114Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/monster.fbs' 2025-06-05T23:55:15.7709685Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/samples/sample_binary.py' 2025-06-05T23:55:15.7710340Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check-grpc-generated-code.py' 2025-06-05T23:55:15.7710956Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/check_generate_code.py' 2025-06-05T23:55:15.7711515Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_code.py' 2025-06-05T23:55:15.7712140Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/generate_grpc_examples.py' 2025-06-05T23:55:15.7712652Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/scripts/util.py' 2025-06-05T23:55:15.7713189Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/snap/snapcraft.yaml' 2025-06-05T23:55:15.7713741Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MutatingBool.fbs' 2025-06-05T23:55:15.7714310Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/alignment_test.fbs' 2025-06-05T23:55:15.7714859Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/arrays_test.fbs' 2025-06-05T23:55:15.7715440Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/dictionary_lookup.fbs' 2025-06-05T23:55:15.7716005Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/included_test.fbs' 2025-06-05T23:55:15.7716563Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/includer_test.fbs' 2025-06-05T23:55:15.7717122Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/keyword_test.fbs' 2025-06-05T23:55:15.7717676Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_extra.fbs' 2025-06-05T23:55:15.7718231Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test.fbs' 2025-06-05T23:55:15.7718991Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/monster_test_generated.py' 2025-06-05T23:55:15.7719550Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/more_defaults.fbs' 2025-06-05T23:55:15.7720109Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nan_inf_test.fbs' 2025-06-05T23:55:15.7720743Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_inline_table_test.fbs' 2025-06-05T23:55:15.7721403Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/native_type_test.fbs' 2025-06-05T23:55:15.7722003Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_union_test.fbs' 2025-06-05T23:55:15.7722578Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars.fbs' 2025-06-05T23:55:15.7723209Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/private_annotation_test.fbs' 2025-06-05T23:55:15.7723808Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_flexbuffers_test.py' 2025-06-05T23:55:15.7724320Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/py_test.py' 2025-06-05T23:55:15.7724895Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/required_strings.fbs' 2025-06-05T23:55:15.7725471Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/rust_namer_test.fbs' 2025-06-05T23:55:15.7725970Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/test.fbs' 2025-06-05T23:55:15.7726564Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/type_field_collsion.fbs' 2025-06-05T23:55:15.7871774Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_underlying_type_test.fbs' 2025-06-05T23:55:15.7872441Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_value_collision.fbs' 2025-06-05T23:55:15.7873012Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/vector_has_test.fbs' 2025-06-05T23:55:15.7873589Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/test_64bit.fbs' 2025-06-05T23:55:15.7874192Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v1.fbs' 2025-06-05T23:55:15.7874780Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/64bit/evolution/v2.fbs' 2025-06-05T23:55:15.7875437Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/InParentNamespace.py' 2025-06-05T23:55:15.7876036Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/MonsterExtra.py' 2025-06-05T23:55:15.7876592Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/__init__.py' 2025-06-05T23:55:15.7877212Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Ability.py' 2025-06-05T23:55:15.7877791Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Any.py' 2025-06-05T23:55:15.7878503Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyAmbiguousAliases.py' 2025-06-05T23:55:15.7879222Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/AnyUniqueAliases.py' 2025-06-05T23:55:15.7879862Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayStruct.py' 2025-06-05T23:55:15.7880888Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/ArrayTable.py' 2025-06-05T23:55:15.7881481Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Color.py' 2025-06-05T23:55:15.7882098Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/LongEnum.py' 2025-06-05T23:55:15.7882711Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Monster.py' 2025-06-05T23:55:15.7883560Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedStruct.py' 2025-06-05T23:55:15.7884165Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Race.py' 2025-06-05T23:55:15.7884802Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Referrable.py' 2025-06-05T23:55:15.7885394Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Stat.py' 2025-06-05T23:55:15.7886064Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructs.py' 2025-06-05T23:55:15.7886815Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/StructOfStructsOfStructs.py' 2025-06-05T23:55:15.7887403Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Test.py' 2025-06-05T23:55:15.7888028Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestEnum.py' 2025-06-05T23:55:15.7888776Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TestSimpleTableWithEnum.py' 2025-06-05T23:55:15.7889418Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/TypeAliases.py' 2025-06-05T23:55:15.7890012Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/Vec3.py' 2025-06-05T23:55:15.7890634Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/__init__.py' 2025-06-05T23:55:15.7891340Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/monster_test_grpc_fb.py' 2025-06-05T23:55:15.7892012Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Any.py' 2025-06-05T23:55:15.7892699Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Color.py' 2025-06-05T23:55:15.7893631Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/NestedUnionTest.py' 2025-06-05T23:55:15.7894318Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Test.py' 2025-06-05T23:55:15.7895153Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/TestSimpleTableWithEnum.py' 2025-06-05T23:55:15.7895823Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/Vec3.py' 2025-06-05T23:55:15.7896532Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example/NestedUnion/__init__.py' 2025-06-05T23:55:15.7897159Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/Monster.py' 2025-06-05T23:55:15.7897779Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/MyGame/Example2/__init__.py' 2025-06-05T23:55:15.7898589Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary.fbs' 2025-06-05T23:55:15.7899489Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/annotated_binary_old.fbs' 2025-06-05T23:55:15.7900209Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/annotated_binary/generate_annotations.py' 2025-06-05T23:55:15.7900853Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v1.fbs' 2025-06-05T23:55:15.7901660Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/evolution_test/evolution_v2.fbs' 2025-06-05T23:55:15.7902315Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/enum_val_attributes.fbs' 2025-06-05T23:55:15.7902922Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_cpp_tests.py' 2025-06-05T23:55:15.7903559Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_kotlin_tests.py' 2025-06-05T23:55:15.7904179Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_schema_tests.py' 2025-06-05T23:55:15.7904744Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_test.py' 2025-06-05T23:55:15.7905341Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/flatc_ts_tests.py' 2025-06-05T23:55:15.7905878Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo.fbs' 2025-06-05T23:55:15.7906462Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/foo_with_ns.fbs' 2025-06-05T23:55:15.7907005Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/main.py' 2025-06-05T23:55:15.7907564Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar.fbs' 2025-06-05T23:55:15.7908183Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_foo.fbs' 2025-06-05T23:55:15.7908969Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/bar_with_ns.fbs' 2025-06-05T23:55:15.7909554Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz.fbs' 2025-06-05T23:55:15.7910189Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/flatc/bar/baz/baz_with_ns.fbs' 2025-06-05T23:55:15.7910844Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/include_test1.fbs' 2025-06-05T23:55:15.7911431Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/order.fbs' 2025-06-05T23:55:15.7912108Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/include_test2.fbs' 2025-06-05T23:55:15.7912778Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/include_test/sub/no_namespace.fbs' 2025-06-05T23:55:15.7913417Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/key_field/key_field_sample.fbs' 2025-06-05T23:55:15.7914021Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/minified_enums/enums.fbs' 2025-06-05T23:55:15.8181744Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test1.fbs' 2025-06-05T23:55:15.8182481Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/invalid_test2.fbs' 2025-06-05T23:55:15.8183548Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test1.fbs' 2025-06-05T23:55:15.8184193Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/name_clash_test/valid_test2.fbs' 2025-06-05T23:55:15.8184863Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test1.fbs' 2025-06-05T23:55:15.8185542Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/namespace_test2.fbs' 2025-06-05T23:55:15.8186474Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/SecondTableInA.py' 2025-06-05T23:55:15.8187185Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInC.py' 2025-06-05T23:55:15.8187938Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/TableInFirstNS.py' 2025-06-05T23:55:15.8188730Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/__init__.py' 2025-06-05T23:55:15.8189547Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/EnumInNestedNS.py' 2025-06-05T23:55:15.8190380Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/StructInNestedNS.py' 2025-06-05T23:55:15.8191200Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/TableInNestedNS.py' 2025-06-05T23:55:15.8192016Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/UnionInNestedNS.py' 2025-06-05T23:55:15.8192790Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/__init__.py' 2025-06-05T23:55:15.8193489Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/TableInC.py' 2025-06-05T23:55:15.8194179Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/namespace_test/NamespaceC/__init__.py' 2025-06-05T23:55:15.8194947Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test1.fbs' 2025-06-05T23:55:15.8195715Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test2.fbs' 2025-06-05T23:55:15.8196483Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nested_namespace_test/nested_namespace_test3.fbs' 2025-06-05T23:55:15.8197034Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/nim/testnim.py' 2025-06-05T23:55:15.8197701Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/OptionalByte.py' 2025-06-05T23:55:15.8198351Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/ScalarStuff.py' 2025-06-05T23:55:15.8199116Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/optional_scalars/__init__.py' 2025-06-05T23:55:15.8199755Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test.golden.fbs' 2025-06-05T23:55:15.8200387Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_id.golden.fbs' 2025-06-05T23:55:15.8201064Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include.golden.fbs' 2025-06-05T23:55:15.8201917Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_include_id.golden.fbs' 2025-06-05T23:55:15.8202577Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix.golden.fbs' 2025-06-05T23:55:15.8203261Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_suffix_id.golden.fbs' 2025-06-05T23:55:15.8203909Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union.golden.fbs' 2025-06-05T23:55:15.8204702Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_id.golden.fbs' 2025-06-05T23:55:15.8205435Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include.golden.fbs' 2025-06-05T23:55:15.8206165Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_include_id.golden.fbs' 2025-06-05T23:55:15.8206874Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix.golden.fbs' 2025-06-05T23:55:15.8207606Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/prototest/test_union_suffix_id.golden.fbs' 2025-06-05T23:55:15.8208383Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_import.fbs' 2025-06-05T23:55:15.8209190Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/CodeGenerationTests/test_no_include.fbs' 2025-06-05T23:55:15.8209970Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/swift/tests/Sources/SwiftFlatBuffers/fuzzer.fbs' 2025-06-05T23:55:15.8210552Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/TypeScriptTest.py' 2025-06-05T23:55:15.8211177Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/typescript_keywords.fbs' 2025-06-05T23:55:15.8211944Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/arrays_test_complex/arrays_test_complex.fbs' 2025-06-05T23:55:15.8212623Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/one.fbs' 2025-06-05T23:55:15.8213360Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/pnpm-lock.yaml' 2025-06-05T23:55:15.8214049Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/bazel_repository_test_dir/two.fbs' 2025-06-05T23:55:15.8214718Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_include.fbs' 2025-06-05T23:55:15.8215471Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/ts/test_dir/typescript_transitive_include.fbs' 2025-06-05T23:55:15.8216113Z adding 'executorch/backends/arm/third-party/serialization_lib/third_party/flatbuffers/tests/union_vector/union_vector.fbs' 2025-06-05T23:55:15.8216347Z adding 'executorch/backends/arm/tosa/schemas/tosa_0.80.fbs' 2025-06-05T23:55:15.8216575Z adding 'executorch/backends/arm/tosa/schemas/tosa_1.0.fbs' 2025-06-05T23:55:15.8216825Z adding 'executorch/backends/arm/util/arm_model_evaluator.py' 2025-06-05T23:55:15.8217027Z adding 'executorch/backends/cadence/aot/__init__.py' 2025-06-05T23:55:15.8217229Z adding 'executorch/backends/cadence/aot/compiler.py' 2025-06-05T23:55:15.8217471Z adding 'executorch/backends/cadence/aot/compiler_utils.py' 2025-06-05T23:55:15.8217700Z adding 'executorch/backends/cadence/aot/decompose_ops.py' 2025-06-05T23:55:15.8217932Z adding 'executorch/backends/cadence/aot/export_example.py' 2025-06-05T23:55:15.8218317Z adding 'executorch/backends/cadence/aot/functions.yaml' 2025-06-05T23:55:15.8218605Z adding 'executorch/backends/cadence/aot/functions_fusion_g3.yaml' 2025-06-05T23:55:15.8218848Z adding 'executorch/backends/cadence/aot/functions_hifi.yaml' 2025-06-05T23:55:15.8219047Z adding 'executorch/backends/cadence/aot/fuse_ops.py' 2025-06-05T23:55:15.8219281Z adding 'executorch/backends/cadence/aot/graph_builder.py' 2025-06-05T23:55:15.8219540Z adding 'executorch/backends/cadence/aot/memory_constraints.py' 2025-06-05T23:55:15.8219778Z adding 'executorch/backends/cadence/aot/memory_planning.py' 2025-06-05T23:55:15.8220160Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2025-06-05T23:55:15.8220394Z adding 'executorch/backends/cadence/aot/pass_utils.py' 2025-06-05T23:55:15.8220590Z adding 'executorch/backends/cadence/aot/passes.py' 2025-06-05T23:55:15.8220859Z adding 'executorch/backends/cadence/aot/ref_implementations.py' 2025-06-05T23:55:15.8221084Z adding 'executorch/backends/cadence/aot/remove_ops.py' 2025-06-05T23:55:15.8221301Z adding 'executorch/backends/cadence/aot/reorder_ops.py' 2025-06-05T23:55:15.8221518Z adding 'executorch/backends/cadence/aot/replace_ops.py' 2025-06-05T23:55:15.8221745Z adding 'executorch/backends/cadence/aot/simplify_ops.py' 2025-06-05T23:55:15.8221928Z adding 'executorch/backends/cadence/aot/utils.py' 2025-06-05T23:55:15.8222205Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2025-06-05T23:55:15.8222471Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2025-06-05T23:55:15.8222743Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2025-06-05T23:55:15.8222982Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2025-06-05T23:55:15.8573691Z adding 'executorch/backends/cadence/aot/tests/test_decompose_ops_passes.py' 2025-06-05T23:55:15.8574034Z adding 'executorch/backends/cadence/aot/tests/test_fusion_ops_passes.py' 2025-06-05T23:55:15.8574335Z adding 'executorch/backends/cadence/aot/tests/test_graph_builder.py' 2025-06-05T23:55:15.8574664Z adding 'executorch/backends/cadence/aot/tests/test_memory_passes.py' 2025-06-05T23:55:15.8574957Z adding 'executorch/backends/cadence/aot/tests/test_pass_filter.py' 2025-06-05T23:55:15.8575278Z adding 'executorch/backends/cadence/aot/tests/test_remove_ops_passes.py' 2025-06-05T23:55:15.8575602Z adding 'executorch/backends/cadence/aot/tests/test_reorder_ops_passes.py' 2025-06-05T23:55:15.8575984Z adding 'executorch/backends/cadence/aot/tests/test_replace_ops_passes.py' 2025-06-05T23:55:15.8576336Z adding 'executorch/backends/cadence/aot/tests/test_simplify_ops_passes.py' 2025-06-05T23:55:15.8576567Z adding 'executorch/backends/cadence/runtime/__init__.py' 2025-06-05T23:55:15.8576789Z adding 'executorch/backends/cadence/runtime/executor.py' 2025-06-05T23:55:15.8577008Z adding 'executorch/backends/cadence/runtime/runtime.py' 2025-06-05T23:55:15.8577213Z adding 'executorch/backends/cadence/runtime/utils.py' 2025-06-05T23:55:15.8577448Z adding 'executorch/backends/cadence/utils/facto_util.py' 2025-06-05T23:55:15.8577669Z adding 'executorch/backends/cadence/utils/gen_header.py' 2025-06-05T23:55:15.8577930Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2025-06-05T23:55:15.8578164Z adding 'executorch/backends/cadence/utils/FACTO/setup.py' 2025-06-05T23:55:15.8578480Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/__init__.py' 2025-06-05T23:55:15.8578778Z adding 'executorch/backends/cadence/utils/FACTO/calibrator/runner.py' 2025-06-05T23:55:15.8579083Z adding 'executorch/backends/cadence/utils/FACTO/examples/example.py' 2025-06-05T23:55:15.8579439Z adding 'executorch/backends/cadence/utils/FACTO/examples/minimal_example.py' 2025-06-05T23:55:15.8579763Z adding 'executorch/backends/cadence/utils/FACTO/examples/random_seed.py' 2025-06-05T23:55:15.8580049Z adding 'executorch/backends/cadence/utils/FACTO/facto/__init__.py' 2025-06-05T23:55:15.8580387Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/__init__.py' 2025-06-05T23:55:15.8581169Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/__init__.py' 2025-06-05T23:55:15.8581559Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/engine.py' 2025-06-05T23:55:15.8581936Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argtuple/gen.py' 2025-06-05T23:55:15.8582335Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/__init__.py' 2025-06-05T23:55:15.8582723Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/engine.py' 2025-06-05T23:55:15.8583269Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/gen.py' 2025-06-05T23:55:15.8583674Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/argument/type.py' 2025-06-05T23:55:15.8584078Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/__init__.py' 2025-06-05T23:55:15.8584479Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/engine.py' 2025-06-05T23:55:15.8584877Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/model.py' 2025-06-05T23:55:15.8585263Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/attribute/solve.py' 2025-06-05T23:55:15.8585646Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/__init__.py' 2025-06-05T23:55:15.8586003Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/specs/model.py' 2025-06-05T23:55:15.8586379Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/__init__.py' 2025-06-05T23:55:15.8586812Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/utils/random_manager.py' 2025-06-05T23:55:15.8587208Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/__init__.py' 2025-06-05T23:55:15.8587615Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/constants.py' 2025-06-05T23:55:15.8588002Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/gen.py' 2025-06-05T23:55:15.8588394Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/solve.py' 2025-06-05T23:55:15.8588868Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/space.py' 2025-06-05T23:55:15.8589247Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/type.py' 2025-06-05T23:55:15.8589635Z adding 'executorch/backends/cadence/utils/FACTO/facto/inputgen/variable/utils.py' 2025-06-05T23:55:15.8589925Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/db.py' 2025-06-05T23:55:15.8590255Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/default.py' 2025-06-05T23:55:15.8590582Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/dtypes.py' 2025-06-05T23:55:15.8590912Z adding 'executorch/backends/cadence/utils/FACTO/facto/specdb/function.py' 2025-06-05T23:55:15.8591320Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_engine.py' 2025-06-05T23:55:15.8591769Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argtuple_generator.py' 2025-06-05T23:55:15.8592206Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_attributes.py' 2025-06-05T23:55:15.8592641Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_generator.py' 2025-06-05T23:55:15.8593047Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_argument_types.py' 2025-06-05T23:55:15.8593457Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_engine.py' 2025-06-05T23:55:15.8593876Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_attribute_solver.py' 2025-06-05T23:55:15.8594274Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_constraints.py' 2025-06-05T23:55:15.8594677Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_meta_arg_engine.py' 2025-06-05T23:55:15.8595026Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_specs.py' 2025-06-05T23:55:15.8595582Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_structural_engine.py' 2025-06-05T23:55:15.8596025Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_generation.py' 2025-06-05T23:55:15.8596440Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_solving.py' 2025-06-05T23:55:15.8596843Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_space.py' 2025-06-05T23:55:15.8597255Z adding 'executorch/backends/cadence/utils/FACTO/test/inputgen/test_variable_types.py' 2025-06-05T23:55:15.8597554Z adding 'executorch/backends/cortex_m/ops/operators.py' 2025-06-05T23:55:15.8597793Z adding 'executorch/backends/cortex_m/ops/operators.yaml' 2025-06-05T23:55:15.8598306Z adding 'executorch/backends/cortex_m/passes/replace_quant_nodes_pass.py' 2025-06-05T23:55:15.8598611Z adding 'executorch/backends/cortex_m/test/test_replace_quant_nodes.py' 2025-06-05T23:55:15.8599052Z adding 'executorch/backends/example/example_backend.py' 2025-06-05T23:55:15.8599310Z adding 'executorch/backends/example/example_partitioner.py' 2025-06-05T23:55:15.8599540Z adding 'executorch/backends/example/example_quantizer.py' 2025-06-05T23:55:15.8599791Z adding 'executorch/backends/example/test_example_delegate.py' 2025-06-05T23:55:15.8600212Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2025-06-05T23:55:15.8600706Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2025-06-05T23:55:15.8601067Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2025-06-05T23:55:15.8601323Z adding 'executorch/backends/example/example_operators/add.py' 2025-06-05T23:55:15.8601603Z adding 'executorch/backends/example/example_operators/conv2d.py' 2025-06-05T23:55:15.8601893Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2025-06-05T23:55:15.8602180Z adding 'executorch/backends/example/example_operators/dropout.py' 2025-06-05T23:55:15.8602466Z adding 'executorch/backends/example/example_operators/flatten.py' 2025-06-05T23:55:15.8602733Z adding 'executorch/backends/example/example_operators/linear.py' 2025-06-05T23:55:15.8603007Z adding 'executorch/backends/example/example_operators/op_base.py' 2025-06-05T23:55:15.8603262Z adding 'executorch/backends/example/example_operators/ops.py' 2025-06-05T23:55:15.8603524Z adding 'executorch/backends/example/example_operators/utils.py' 2025-06-05T23:55:15.8603707Z adding 'executorch/backends/mediatek/__init__.py' 2025-06-05T23:55:15.8603917Z adding 'executorch/backends/mediatek/partitioner.py' 2025-06-05T23:55:15.8604125Z adding 'executorch/backends/mediatek/preprocess.py' 2025-06-05T23:55:15.8604350Z adding 'executorch/backends/mediatek/_passes/__init__.py' 2025-06-05T23:55:15.8604761Z adding 'executorch/backends/mediatek/_passes/decompose_scaled_dot_product_attention.py' 2025-06-05T23:55:15.8605014Z adding 'executorch/backends/mediatek/quantizer/__init__.py' 2025-06-05T23:55:15.8605260Z adding 'executorch/backends/mediatek/quantizer/annotator.py' 2025-06-05T23:55:15.8605492Z adding 'executorch/backends/mediatek/quantizer/qconfig.py' 2025-06-05T23:55:15.8605745Z adding 'executorch/backends/mediatek/quantizer/quantizer.py' 2025-06-05T23:55:15.8605984Z adding 'executorch/backends/nxp/neutron_node_extraction.py' 2025-06-05T23:55:15.8606204Z adding 'executorch/backends/nxp/neutron_partitioner.py' 2025-06-05T23:55:15.8606426Z adding 'executorch/backends/nxp/neutron_pass_manager.py' 2025-06-05T23:55:15.8606622Z adding 'executorch/backends/nxp/nxp_backend.py' 2025-06-05T23:55:15.8606971Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_conv_pass.py' 2025-06-05T23:55:15.8607336Z adding 'executorch/backends/nxp/aten_passes/fuse_batch_norm_with_linear_pass.py' 2025-06-05T23:55:15.8607664Z adding 'executorch/backends/nxp/aten_passes/neutron_aten_pass_manager.py' 2025-06-05T23:55:15.8608139Z adding 'executorch/backends/nxp/backend/edge_helper.py' 2025-06-05T23:55:15.8608423Z adding 'executorch/backends/nxp/backend/edge_program_converter.py' 2025-06-05T23:55:15.8608731Z adding 'executorch/backends/nxp/backend/neutron_converter_manager.py' 2025-06-05T23:55:15.8609006Z adding 'executorch/backends/nxp/backend/node_format_inference.py' 2025-06-05T23:55:15.8609277Z adding 'executorch/backends/nxp/backend/ir/conversion_config.py' 2025-06-05T23:55:15.8609562Z adding 'executorch/backends/nxp/backend/ir/conversion_context.py' 2025-06-05T23:55:15.8609902Z adding 'executorch/backends/nxp/backend/ir/logger.py' 2025-06-05T23:55:15.8610195Z adding 'executorch/backends/nxp/backend/ir/tensor_formatting.py' 2025-06-05T23:55:15.8610468Z adding 'executorch/backends/nxp/backend/ir/converter/__init__.py' 2025-06-05T23:55:15.8878044Z adding 'executorch/backends/nxp/backend/ir/converter/node_converter.py' 2025-06-05T23:55:15.8878411Z adding 'executorch/backends/nxp/backend/ir/converter/quantization_utils.py' 2025-06-05T23:55:15.8878752Z adding 'executorch/backends/nxp/backend/ir/converter/tensor_utils.py' 2025-06-05T23:55:15.8879094Z adding 'executorch/backends/nxp/backend/ir/converter/builder/__init__.py' 2025-06-05T23:55:15.8879558Z adding 'executorch/backends/nxp/backend/ir/converter/builder/aten_model_builder_director.py' 2025-06-05T23:55:15.8879978Z adding 'executorch/backends/nxp/backend/ir/converter/builder/model_builder.py' 2025-06-05T23:55:15.8880427Z adding 'executorch/backends/nxp/backend/ir/converter/builder/quantization_verification.py' 2025-06-05T23:55:15.8880794Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/__init__.py' 2025-06-05T23:55:15.8881198Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/aten_translator.py' 2025-06-05T23:55:15.8881536Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/common.py' 2025-06-05T23:55:15.8881896Z adding 'executorch/backends/nxp/backend/ir/converter/conversion/translator.py' 2025-06-05T23:55:15.8882276Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/__init__.py' 2025-06-05T23:55:15.8882756Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/__init__.py' 2025-06-05T23:55:15.8883278Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/addmm_converter.py' 2025-06-05T23:55:15.8883835Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/avg_pool_2d_converter.py' 2025-06-05T23:55:15.8884436Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/constant_pad_nd_converter.py' 2025-06-05T23:55:15.8884998Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/convolution_converter.py' 2025-06-05T23:55:15.8885551Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/max_pool_2d_converter.py' 2025-06-05T23:55:15.8886056Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/mm_converter.py' 2025-06-05T23:55:15.8886629Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/permute_copy_converter.py' 2025-06-05T23:55:15.8887205Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_dequantize_converter.py' 2025-06-05T23:55:15.8887777Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/qdq_quantize_converter.py' 2025-06-05T23:55:15.8888289Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/relu_converter.py' 2025-06-05T23:55:15.8888828Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/softmax_converter.py' 2025-06-05T23:55:15.8889381Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/ops_converters/view_copy_converter.py' 2025-06-05T23:55:15.8889799Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/__init__.py' 2025-06-05T23:55:15.8890676Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/recurrent_utils.py' 2025-06-05T23:55:15.8891131Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reduce_utils.py' 2025-06-05T23:55:15.8891641Z adding 'executorch/backends/nxp/backend/ir/converter/node_converters/shared/reshape_transposition.py' 2025-06-05T23:55:15.8891876Z adding 'executorch/backends/nxp/backend/ir/lib/__init__.py' 2025-06-05T23:55:15.8892196Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ATan2Options.py' 2025-06-05T23:55:15.8892706Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AbsOptions.py' 2025-06-05T23:55:15.8893118Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ActivationFunctionType.py' 2025-06-05T23:55:15.8893430Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddNOptions.py' 2025-06-05T23:55:15.8893726Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AddOptions.py' 2025-06-05T23:55:15.8894052Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMaxOptions.py' 2025-06-05T23:55:15.8894372Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ArgMinOptions.py' 2025-06-05T23:55:15.8894755Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/AssignVariableOptions.py' 2025-06-05T23:55:15.8895110Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchMatMulOptions.py' 2025-06-05T23:55:15.8895486Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BatchToSpaceNDOptions.py' 2025-06-05T23:55:15.8895961Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:15.8896418Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BidirectionalSequenceRNNOptions.py' 2025-06-05T23:55:15.8896746Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitcastOptions.py' 2025-06-05T23:55:15.8897245Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BitwiseXorOptions.py' 2025-06-05T23:55:15.8897613Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BroadcastToOptions.py' 2025-06-05T23:55:15.8897957Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BucketizeOptions.py' 2025-06-05T23:55:15.8898237Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Buffer.py' 2025-06-05T23:55:15.8898572Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOperator.py' 2025-06-05T23:55:15.8899001Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions.py' 2025-06-05T23:55:15.8899339Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/BuiltinOptions2.py' 2025-06-05T23:55:15.8899685Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOnceOptions.py' 2025-06-05T23:55:15.8899987Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CallOptions.py' 2025-06-05T23:55:15.8900288Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CastOptions.py' 2025-06-05T23:55:15.8900603Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CombinerType.py' 2025-06-05T23:55:15.8900993Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatEmbeddingsOptions.py' 2025-06-05T23:55:15.8901369Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ConcatenationOptions.py' 2025-06-05T23:55:15.8901695Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv2DOptions.py' 2025-06-05T23:55:15.8902015Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Conv3DOptions.py' 2025-06-05T23:55:15.8902315Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CosOptions.py' 2025-06-05T23:55:15.8902638Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CumsumOptions.py' 2025-06-05T23:55:15.8903001Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomOptionsFormat.py' 2025-06-05T23:55:15.8903356Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/CustomQuantization.py' 2025-06-05T23:55:15.8903681Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DensifyOptions.py' 2025-06-05T23:55:15.8904052Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthToSpaceOptions.py' 2025-06-05T23:55:15.8904643Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DepthwiseConv2DOptions.py' 2025-06-05T23:55:15.8904991Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DequantizeOptions.py' 2025-06-05T23:55:15.8905314Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DilateOptions.py' 2025-06-05T23:55:15.8905659Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionMetadata.py' 2025-06-05T23:55:15.8905977Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DimensionType.py' 2025-06-05T23:55:15.8906281Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DivOptions.py' 2025-06-05T23:55:15.8906821Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/DynamicUpdateSliceOptions.py' 2025-06-05T23:55:15.8907270Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EmbeddingLookupSparseOptions.py' 2025-06-05T23:55:15.8907586Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/EqualOptions.py' 2025-06-05T23:55:15.8907885Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpOptions.py' 2025-06-05T23:55:15.8908242Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ExpandDimsOptions.py' 2025-06-05T23:55:15.8908689Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FakeQuantOptions.py' 2025-06-05T23:55:15.8909000Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FillOptions.py' 2025-06-05T23:55:15.8909334Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorDivOptions.py' 2025-06-05T23:55:15.8909668Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FloorModOptions.py' 2025-06-05T23:55:15.8910059Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptions.py' 2025-06-05T23:55:15.8910545Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/FullyConnectedOptionsWeightsFormat.py' 2025-06-05T23:55:15.8910877Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherNdOptions.py' 2025-06-05T23:55:15.8911206Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GatherOptions.py' 2025-06-05T23:55:15.8911513Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GeluOptions.py' 2025-06-05T23:55:15.8911875Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterEqualOptions.py' 2025-06-05T23:55:15.8912205Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/GreaterOptions.py' 2025-06-05T23:55:15.8912544Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HardSwishOptions.py' 2025-06-05T23:55:15.8912909Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableFindOptions.py' 2025-06-05T23:55:15.8913301Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableImportOptions.py' 2025-06-05T23:55:15.8913644Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableOptions.py' 2025-06-05T23:55:15.8914011Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/HashtableSizeOptions.py' 2025-06-05T23:55:15.8914301Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/IfOptions.py' 2025-06-05T23:55:15.8914604Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Int32Vector.py' 2025-06-05T23:55:15.8914929Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/L2NormOptions.py' 2025-06-05T23:55:15.8915297Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionOptions.py' 2025-06-05T23:55:15.8915656Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSHProjectionType.py' 2025-06-05T23:55:15.8915982Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMKernelType.py' 2025-06-05T23:55:15.8916284Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LSTMOptions.py' 2025-06-05T23:55:15.8916631Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LeakyReluOptions.py' 2025-06-05T23:55:15.9159407Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessEqualOptions.py' 2025-06-05T23:55:15.9159743Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LessOptions.py' 2025-06-05T23:55:15.9160239Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LocalResponseNormalizationOptions.py' 2025-06-05T23:55:15.9160589Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogSoftmaxOptions.py' 2025-06-05T23:55:15.9161301Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalAndOptions.py' 2025-06-05T23:55:15.9161654Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalNotOptions.py' 2025-06-05T23:55:15.9161993Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/LogicalOrOptions.py' 2025-06-05T23:55:15.9162336Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixDiagOptions.py' 2025-06-05T23:55:15.9162703Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MatrixSetDiagOptions.py' 2025-06-05T23:55:15.9163261Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MaximumMinimumOptions.py' 2025-06-05T23:55:15.9163563Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Metadata.py' 2025-06-05T23:55:15.9163885Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadMode.py' 2025-06-05T23:55:15.9164286Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MirrorPadOptions.py' 2025-06-05T23:55:15.9164557Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Model.py' 2025-06-05T23:55:15.9164860Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/MulOptions.py' 2025-06-05T23:55:15.9165153Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NegOptions.py' 2025-06-05T23:55:15.9165569Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV4Options.py' 2025-06-05T23:55:15.9165991Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NonMaxSuppressionV5Options.py' 2025-06-05T23:55:15.9166331Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/NotEqualOptions.py' 2025-06-05T23:55:15.9166656Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OneHotOptions.py' 2025-06-05T23:55:15.9166943Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Operator.py' 2025-06-05T23:55:15.9167259Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/OperatorCode.py' 2025-06-05T23:55:15.9167560Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PackOptions.py' 2025-06-05T23:55:15.9167865Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadOptions.py' 2025-06-05T23:55:15.9168176Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PadV2Options.py' 2025-06-05T23:55:15.9168453Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Padding.py' 2025-06-05T23:55:15.9168774Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Pool2DOptions.py' 2025-06-05T23:55:15.9169079Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/PowOptions.py' 2025-06-05T23:55:15.9169442Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationDetails.py' 2025-06-05T23:55:15.9169833Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizationParameters.py' 2025-06-05T23:55:15.9170175Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/QuantizeOptions.py' 2025-06-05T23:55:15.9170471Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RNNOptions.py' 2025-06-05T23:55:15.9170786Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RandomOptions.py' 2025-06-05T23:55:15.9171099Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RangeOptions.py' 2025-06-05T23:55:15.9171410Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RankOptions.py' 2025-06-05T23:55:15.9171772Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReadVariableOptions.py' 2025-06-05T23:55:15.9172139Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowFunction.py' 2025-06-05T23:55:15.9172503Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReduceWindowOptions.py' 2025-06-05T23:55:15.9172829Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReducerOptions.py' 2025-06-05T23:55:15.9173163Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReshapeOptions.py' 2025-06-05T23:55:15.9173547Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeBilinearOptions.py' 2025-06-05T23:55:15.9173979Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ResizeNearestNeighborOptions.py' 2025-06-05T23:55:15.9174365Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseSequenceOptions.py' 2025-06-05T23:55:15.9174868Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ReverseV2Options.py' 2025-06-05T23:55:15.9175185Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Rfft2dOptions.py' 2025-06-05T23:55:15.9175536Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RightShiftOptions.py' 2025-06-05T23:55:15.9175850Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/RngAlgorithm.py' 2025-06-05T23:55:15.9176147Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SVDFOptions.py' 2025-06-05T23:55:15.9176570Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ScatterNdOptions.py' 2025-06-05T23:55:15.9176930Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SegmentSumOptions.py' 2025-06-05T23:55:15.9177261Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectOptions.py' 2025-06-05T23:55:15.9177596Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SelectV2Options.py' 2025-06-05T23:55:15.9177958Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SequenceRNNOptions.py' 2025-06-05T23:55:15.9178269Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ShapeOptions.py' 2025-06-05T23:55:15.9178569Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignOptions.py' 2025-06-05T23:55:15.9178876Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SignatureDef.py' 2025-06-05T23:55:15.9179215Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SkipGramOptions.py' 2025-06-05T23:55:15.9179522Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SliceOptions.py' 2025-06-05T23:55:15.9179854Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SoftmaxOptions.py' 2025-06-05T23:55:15.9180243Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToBatchNDOptions.py' 2025-06-05T23:55:15.9180608Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SpaceToDepthOptions.py' 2025-06-05T23:55:15.9180956Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseIndexVector.py' 2025-06-05T23:55:15.9181329Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparseToDenseOptions.py' 2025-06-05T23:55:15.9181690Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SparsityParameters.py' 2025-06-05T23:55:15.9182005Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitOptions.py' 2025-06-05T23:55:15.9182325Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SplitVOptions.py' 2025-06-05T23:55:15.9182649Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquareOptions.py' 2025-06-05T23:55:15.9183046Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SquaredDifferenceOptions.py' 2025-06-05T23:55:15.9183378Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SqueezeOptions.py' 2025-06-05T23:55:15.9183833Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloBroadcastInDimOptions.py' 2025-06-05T23:55:15.9184226Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCompareOptions.py' 2025-06-05T23:55:15.9184654Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonDirection.py' 2025-06-05T23:55:15.9185059Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloComparisonType.py' 2025-06-05T23:55:15.9185477Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConcatenateOptions.py' 2025-06-05T23:55:15.9185897Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloConvolutionOptions.py' 2025-06-05T23:55:15.9186308Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloCustomCallOptions.py' 2025-06-05T23:55:15.9186730Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDotGeneralOptions.py' 2025-06-05T23:55:15.9187163Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloDynamicSliceOptions.py' 2025-06-05T23:55:15.9187551Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloGatherOptions.py' 2025-06-05T23:55:15.9187925Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloIotaOptions.py' 2025-06-05T23:55:15.9188428Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPadOptions.py' 2025-06-05T23:55:15.9188943Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloPrecisionConfig.py' 2025-06-05T23:55:15.9189343Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceOptions.py' 2025-06-05T23:55:15.9189772Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloReduceWindowOptions.py' 2025-06-05T23:55:15.9190227Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloRngBitGeneratorOptions.py' 2025-06-05T23:55:15.9190622Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloScatterOptions.py' 2025-06-05T23:55:15.9191090Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSliceOptions.py' 2025-06-05T23:55:15.9191473Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloSortOptions.py' 2025-06-05T23:55:15.9191887Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloTransposeOptions.py' 2025-06-05T23:55:15.9192272Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StablehloWhileOptions.py' 2025-06-05T23:55:15.9192634Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/StridedSliceOptions.py' 2025-06-05T23:55:15.9192920Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubGraph.py' 2025-06-05T23:55:15.9193223Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/SubOptions.py' 2025-06-05T23:55:15.9193493Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Tensor.py' 2025-06-05T23:55:15.9193782Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorMap.py' 2025-06-05T23:55:15.9194092Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TensorType.py' 2025-06-05T23:55:15.9194397Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TileOptions.py' 2025-06-05T23:55:15.9194716Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TopKV2Options.py' 2025-06-05T23:55:15.9195093Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeConvOptions.py' 2025-06-05T23:55:15.9195438Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/TransposeOptions.py' 2025-06-05T23:55:15.9195746Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint16Vector.py' 2025-06-05T23:55:15.9196053Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/Uint8Vector.py' 2025-06-05T23:55:15.9196538Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnidirectionalSequenceLSTMOptions.py' 2025-06-05T23:55:15.9196863Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UniqueOptions.py' 2025-06-05T23:55:15.9197183Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnpackOptions.py' 2025-06-05T23:55:15.9366158Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMaxOptions.py' 2025-06-05T23:55:15.9366584Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentMinOptions.py' 2025-06-05T23:55:15.9367001Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentProdOptions.py' 2025-06-05T23:55:15.9367418Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/UnsortedSegmentSumOptions.py' 2025-06-05T23:55:15.9367779Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VarHandleOptions.py' 2025-06-05T23:55:15.9368104Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/VariantSubType.py' 2025-06-05T23:55:15.9368417Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhereOptions.py' 2025-06-05T23:55:15.9368722Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/WhileOptions.py' 2025-06-05T23:55:15.9369059Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/ZerosLikeOptions.py' 2025-06-05T23:55:15.9369348Z adding 'executorch/backends/nxp/backend/ir/lib/tflite/__init__.py' 2025-06-05T23:55:15.9369675Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/__init__.py' 2025-06-05T23:55:15.9370023Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/tflite_model.py' 2025-06-05T23:55:15.9370451Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/__init__.py' 2025-06-05T23:55:15.9371310Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/abs_options.py' 2025-06-05T23:55:15.9371768Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_n_options.py' 2025-06-05T23:55:15.9372203Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/add_options.py' 2025-06-05T23:55:15.9372658Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_max_options.py' 2025-06-05T23:55:15.9373113Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/arg_min_options.py' 2025-06-05T23:55:15.9373801Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/average_pool_2d_options.py' 2025-06-05T23:55:15.9374320Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/batch_mat_mul_options.py' 2025-06-05T23:55:15.9374918Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_lstm_options.py' 2025-06-05T23:55:15.9375518Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bidirectional_sequence_rnn_options.py' 2025-06-05T23:55:15.9376002Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/bitwise_xor_options.py' 2025-06-05T23:55:15.9376494Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/broadcast_to_options.py' 2025-06-05T23:55:15.9376947Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cast_options.py' 2025-06-05T23:55:15.9377444Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/concatenation_options.py' 2025-06-05T23:55:15.9377904Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_2d_options.py' 2025-06-05T23:55:15.9378364Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/conv_3d_options.py' 2025-06-05T23:55:15.9378815Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/cum_sum_options.py' 2025-06-05T23:55:15.9379324Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depth_to_space_options.py' 2025-06-05T23:55:15.9379856Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/depthwise_conv_2d_options.py' 2025-06-05T23:55:15.9380333Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/dequantize_options.py' 2025-06-05T23:55:15.9380767Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/div_options.py' 2025-06-05T23:55:15.9381219Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/equal_options.py' 2025-06-05T23:55:15.9381660Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/exp_options.py' 2025-06-05T23:55:15.9382131Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/floor_mod_options.py' 2025-06-05T23:55:15.9382642Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/fully_connected_options.py' 2025-06-05T23:55:15.9383119Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_nd_options.py' 2025-06-05T23:55:15.9383573Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gather_options.py' 2025-06-05T23:55:15.9384023Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/gelu_options.py' 2025-06-05T23:55:15.9384517Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_equal_options.py' 2025-06-05T23:55:15.9384972Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/greater_options.py' 2025-06-05T23:55:15.9385453Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/hard_swish_options.py' 2025-06-05T23:55:15.9385934Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/leaky_relu_options.py' 2025-06-05T23:55:15.9386412Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_equal_options.py' 2025-06-05T23:55:15.9387032Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/less_options.py' 2025-06-05T23:55:15.9387524Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/log_softmax_options.py' 2025-06-05T23:55:15.9388006Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_and_options.py' 2025-06-05T23:55:15.9388488Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_not_options.py' 2025-06-05T23:55:15.9389255Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/logical_or_options.py' 2025-06-05T23:55:15.9389711Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lrn_options.py' 2025-06-05T23:55:15.9390153Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/lstm_options.py' 2025-06-05T23:55:15.9390641Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/max_pool_2d_options.py' 2025-06-05T23:55:15.9391105Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/maximum_options.py' 2025-06-05T23:55:15.9391546Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mean_options.py' 2025-06-05T23:55:15.9392010Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/minimum_options.py' 2025-06-05T23:55:15.9392489Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mirror_pad_options.py' 2025-06-05T23:55:15.9392925Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/mul_options.py' 2025-06-05T23:55:15.9393422Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/multinomial_options.py' 2025-06-05T23:55:15.9393861Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/neg_options.py' 2025-06-05T23:55:15.9394336Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/not_equal_options.py' 2025-06-05T23:55:15.9394816Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/one_hot_options.py' 2025-06-05T23:55:15.9395254Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_options.py' 2025-06-05T23:55:15.9395705Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pad_v2_options.py' 2025-06-05T23:55:15.9396155Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/pow_options.py' 2025-06-05T23:55:15.9396621Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/quantize_options.py' 2025-06-05T23:55:15.9397070Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/range_options.py' 2025-06-05T23:55:15.9397547Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_max_options.py' 2025-06-05T23:55:15.9398030Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_min_options.py' 2025-06-05T23:55:15.9398524Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reduce_prod_options.py' 2025-06-05T23:55:15.9399150Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reshape_options.py' 2025-06-05T23:55:15.9399676Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_bilinear_options.py' 2025-06-05T23:55:15.9400240Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/resize_nearest_neighbor_options.py' 2025-06-05T23:55:15.9400765Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/reverse_sequence_options.py' 2025-06-05T23:55:15.9401250Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/scatter_nd_options.py' 2025-06-05T23:55:15.9401717Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/select_v2_options.py' 2025-06-05T23:55:15.9402162Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/shape_options.py' 2025-06-05T23:55:15.9402822Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sign_options.py' 2025-06-05T23:55:15.9403264Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/slice_options.py' 2025-06-05T23:55:15.9403721Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/softmax_options.py' 2025-06-05T23:55:15.9404226Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/space_to_depth_options.py' 2025-06-05T23:55:15.9404804Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_options.py' 2025-06-05T23:55:15.9405279Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/split_v_options.py' 2025-06-05T23:55:15.9405736Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/square_options.py' 2025-06-05T23:55:15.9691259Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squared_difference_options.py' 2025-06-05T23:55:15.9691780Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/squeeze_options.py' 2025-06-05T23:55:15.9692291Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/strided_slice_options.py' 2025-06-05T23:55:15.9692730Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sub_options.py' 2025-06-05T23:55:15.9693233Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/sum_options.py' 2025-06-05T23:55:15.9693689Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/tile_options.py' 2025-06-05T23:55:15.9694198Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_conv_options.py' 2025-06-05T23:55:15.9694685Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/transpose_options.py' 2025-06-05T23:55:15.9695292Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_lstm_options.py' 2025-06-05T23:55:15.9695891Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/builtin_options/unidirectional_sequence_rnn_options.py' 2025-06-05T23:55:15.9696389Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/custom_options/flex_transpose_options.py' 2025-06-05T23:55:15.9696744Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/__init__.py' 2025-06-05T23:55:15.9697068Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/meta.py' 2025-06-05T23:55:15.9697396Z adding 'executorch/backends/nxp/backend/ir/tflite_generator/meta/types.py' 2025-06-05T23:55:15.9697724Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/__init__.py' 2025-06-05T23:55:15.9698062Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/graph_utils.py' 2025-06-05T23:55:15.9698416Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/operator_rules.py' 2025-06-05T23:55:15.9698924Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizer.py' 2025-06-05T23:55:15.9699329Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/pattern_matcher.py' 2025-06-05T23:55:15.9699673Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/tensor_rules.py' 2025-06-05T23:55:15.9700085Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/__init__.py' 2025-06-05T23:55:15.9700551Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/base_optimization.py' 2025-06-05T23:55:15.9701193Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/combine_hard_sigmoid_and_mul_to_hard_swish.py' 2025-06-05T23:55:15.9701703Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/eliminate_dead_branches.py' 2025-06-05T23:55:15.9702221Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_activation_functions.py' 2025-06-05T23:55:15.9702826Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_fully_connected_and_add_operators.py' 2025-06-05T23:55:15.9703807Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/fuse_quanitze_into_preceding_ops.py' 2025-06-05T23:55:15.9704332Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/keep_one_empty_buffer.py' 2025-06-05T23:55:15.9704994Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/move_relu_before_concat.py' 2025-06-05T23:55:15.9705678Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/permute_fully_connected_weights_after_reshape.py' 2025-06-05T23:55:15.9706341Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_cast_operators.py' 2025-06-05T23:55:15.9706891Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_quantize_operators.py' 2025-06-05T23:55:15.9707394Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_reshape_operators.py' 2025-06-05T23:55:15.9707923Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/prune_transpose_operators.py' 2025-06-05T23:55:15.9708492Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/remove_unused_tensors_and_buffers.py' 2025-06-05T23:55:15.9709297Z adding 'executorch/backends/nxp/backend/ir/tflite_optimizer/optimizations/replace_average_pool_before_fully_connected_with_sum.py' 2025-06-05T23:55:15.9709576Z adding 'executorch/backends/nxp/quantizer/neutron_quantizer.py' 2025-06-05T23:55:15.9709794Z adding 'executorch/backends/nxp/quantizer/patterns.py' 2025-06-05T23:55:15.9709994Z adding 'executorch/backends/nxp/quantizer/utils.py' 2025-06-05T23:55:15.9710259Z adding 'executorch/backends/nxp/tests/executorch_pipeline.py' 2025-06-05T23:55:15.9710454Z adding 'executorch/backends/nxp/tests/executors.py' 2025-06-05T23:55:15.9711345Z adding 'executorch/backends/nxp/tests/exported_program_vizualize.py' 2025-06-05T23:55:15.9711545Z adding 'executorch/backends/nxp/tests/models.py' 2025-06-05T23:55:15.9711825Z adding 'executorch/backends/nxp/tests/test_batch_norm_fusion.py' 2025-06-05T23:55:15.9712080Z adding 'executorch/backends/nxp/tests/test_neutron_backend.py' 2025-06-05T23:55:15.9712400Z adding 'executorch/backends/nxp/tests/test_neutron_converter_manager.py' 2025-06-05T23:55:15.9712701Z adding 'executorch/backends/nxp/tests/test_node_format_inference.py' 2025-06-05T23:55:15.9712972Z adding 'executorch/backends/nxp/tests/test_operator_selector.py' 2025-06-05T23:55:15.9713252Z adding 'executorch/backends/nxp/tests/test_qdq_clustering_conv.py' 2025-06-05T23:55:15.9713553Z adding 'executorch/backends/nxp/tests/test_quantizer.py' 2025-06-05T23:55:15.9714023Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_avg_pool2d_converter.py' 2025-06-05T23:55:15.9714523Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_constant_pad_nd_converter.py' 2025-06-05T23:55:15.9714959Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_conv_converter.py' 2025-06-05T23:55:15.9715408Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_linear_converter.py' 2025-06-05T23:55:15.9715879Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_max_pool_2d_converter.py' 2025-06-05T23:55:15.9716365Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_permute_copy_converter.py' 2025-06-05T23:55:15.9716791Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_relu_converter.py' 2025-06-05T23:55:15.9717242Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_softmax_converter.py' 2025-06-05T23:55:15.9717710Z adding 'executorch/backends/nxp/tests/ir/converter/node_converter/test_view_copy_converter.py' 2025-06-05T23:55:15.9717897Z adding 'executorch/backends/openvino/__init__.py' 2025-06-05T23:55:15.9718104Z adding 'executorch/backends/openvino/partitioner.py' 2025-06-05T23:55:15.9718479Z adding 'executorch/backends/openvino/preprocess.py' 2025-06-05T23:55:15.9718724Z adding 'executorch/backends/openvino/quantizer/__init__.py' 2025-06-05T23:55:15.9718973Z adding 'executorch/backends/openvino/quantizer/quantizer.py' 2025-06-05T23:55:15.9719205Z adding 'executorch/backends/openvino/tests/test_runner.py' 2025-06-05T23:55:15.9719545Z adding 'executorch/backends/openvino/tests/models/test_classification.py' 2025-06-05T23:55:15.9719866Z adding 'executorch/backends/openvino/tests/ops/base_openvino_op_test.py' 2025-06-05T23:55:15.9720101Z adding 'executorch/backends/openvino/tests/ops/test_add.py' 2025-06-05T23:55:15.9720448Z adding 'executorch/backends/openvino/tests/ops/test_addmm.py' 2025-06-05T23:55:15.9720725Z adding 'executorch/backends/openvino/tests/ops/test_arange.py' 2025-06-05T23:55:15.9721013Z adding 'executorch/backends/openvino/tests/ops/test_batch_norm.py' 2025-06-05T23:55:15.9721307Z adding 'executorch/backends/openvino/tests/ops/test_convolution.py' 2025-06-05T23:55:15.9721572Z adding 'executorch/backends/openvino/tests/ops/test_mean.py' 2025-06-05T23:55:15.9721835Z adding 'executorch/backends/openvino/tests/ops/test_permute.py' 2025-06-05T23:55:15.9722100Z adding 'executorch/backends/openvino/tests/ops/test_pooling.py' 2025-06-05T23:55:15.9722381Z adding 'executorch/backends/openvino/tests/ops/test_unary_ops.py' 2025-06-05T23:55:15.9722624Z adding 'executorch/backends/openvino/tests/ops/test_view.py' 2025-06-05T23:55:15.9722844Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2025-06-05T23:55:15.9723075Z adding 'executorch/backends/qualcomm/_passes/__init__.py' 2025-06-05T23:55:15.9723431Z adding 'executorch/backends/qualcomm/_passes/annotate_adaptive_avg_pool1d.py' 2025-06-05T23:55:15.9723728Z adding 'executorch/backends/qualcomm/_passes/annotate_quant_attrs.py' 2025-06-05T23:55:15.9723996Z adding 'executorch/backends/qualcomm/_passes/annotate_stack.py' 2025-06-05T23:55:15.9724267Z adding 'executorch/backends/qualcomm/_passes/annotate_unbind.py' 2025-06-05T23:55:15.9724534Z adding 'executorch/backends/qualcomm/_passes/build_quant_io.py' 2025-06-05T23:55:15.9724835Z adding 'executorch/backends/qualcomm/_passes/convert_bmm_to_matmul.py' 2025-06-05T23:55:15.9725163Z adding 'executorch/backends/qualcomm/_passes/convert_conv1d_to_conv2d.py' 2025-06-05T23:55:15.9725464Z adding 'executorch/backends/qualcomm/_passes/convert_square_to_pow.py' 2025-06-05T23:55:15.9725719Z adding 'executorch/backends/qualcomm/_passes/decompose_any.py' 2025-06-05T23:55:15.9725997Z adding 'executorch/backends/qualcomm/_passes/decompose_cdist.py' 2025-06-05T23:55:15.9726279Z adding 'executorch/backends/qualcomm/_passes/decompose_einsum.py' 2025-06-05T23:55:15.9726551Z adding 'executorch/backends/qualcomm/_passes/decompose_expm1.py' 2025-06-05T23:55:15.9726905Z adding 'executorch/backends/qualcomm/_passes/decompose_linalg_vector_norm.py' 2025-06-05T23:55:15.9727166Z adding 'executorch/backends/qualcomm/_passes/decompose_roll.py' 2025-06-05T23:55:15.9727434Z adding 'executorch/backends/qualcomm/_passes/decompose_silu.py' 2025-06-05T23:55:15.9727786Z adding 'executorch/backends/qualcomm/_passes/expand_broadcast_tensor_shape.py' 2025-06-05T23:55:15.9728100Z adding 'executorch/backends/qualcomm/_passes/fixed_linear_keep_dim.py' 2025-06-05T23:55:15.9728324Z adding 'executorch/backends/qualcomm/_passes/fold_qdq.py' 2025-06-05T23:55:15.9728628Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_cast.py' 2025-06-05T23:55:15.9728981Z adding 'executorch/backends/qualcomm/_passes/fuse_consecutive_transpose.py' 2025-06-05T23:55:15.9729214Z adding 'executorch/backends/qualcomm/_passes/i64_to_i32.py' 2025-06-05T23:55:15.9729469Z adding 'executorch/backends/qualcomm/_passes/insert_io_qdq.py' 2025-06-05T23:55:16.0154317Z adding 'executorch/backends/qualcomm/_passes/insert_requantize.py' 2025-06-05T23:55:16.0155665Z adding 'executorch/backends/qualcomm/_passes/layout_transform.py' 2025-06-05T23:55:16.0156637Z adding 'executorch/backends/qualcomm/_passes/lift_constant_scalar_operands.py' 2025-06-05T23:55:16.0158278Z adding 'executorch/backends/qualcomm/_passes/qnn_pass_manager.py' 2025-06-05T23:55:16.0159369Z adding 'executorch/backends/qualcomm/_passes/recompose_pixel_unshuffle.py' 2025-06-05T23:55:16.0160251Z adding 'executorch/backends/qualcomm/_passes/recompose_rms_norm.py' 2025-06-05T23:55:16.0161166Z adding 'executorch/backends/qualcomm/_passes/reduce_dynamic_range.py' 2025-06-05T23:55:16.0162071Z adding 'executorch/backends/qualcomm/_passes/remove_0d_tensor.py' 2025-06-05T23:55:16.0163050Z adding 'executorch/backends/qualcomm/_passes/remove_redundancy.py' 2025-06-05T23:55:16.0164470Z adding 'executorch/backends/qualcomm/_passes/replace_arange_args.py' 2025-06-05T23:55:16.0165437Z adding 'executorch/backends/qualcomm/_passes/replace_index_put_input.py' 2025-06-05T23:55:16.0166405Z adding 'executorch/backends/qualcomm/_passes/replace_inf_values.py' 2025-06-05T23:55:16.0167347Z adding 'executorch/backends/qualcomm/_passes/tag_quant_io.py' 2025-06-05T23:55:16.0168283Z adding 'executorch/backends/qualcomm/_passes/utils.py' 2025-06-05T23:55:16.0169001Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2025-06-05T23:55:16.0169847Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2025-06-05T23:55:16.0170492Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2025-06-05T23:55:16.0171342Z adding 'executorch/backends/qualcomm/builders/op_abs.py' 2025-06-05T23:55:16.0172144Z adding 'executorch/backends/qualcomm/builders/op_adaptive_avg_pool2d.py' 2025-06-05T23:55:16.0173080Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2025-06-05T23:55:16.0173808Z adding 'executorch/backends/qualcomm/builders/op_amax.py' 2025-06-05T23:55:16.0174630Z adding 'executorch/backends/qualcomm/builders/op_and.py' 2025-06-05T23:55:16.0175509Z adding 'executorch/backends/qualcomm/builders/op_arange.py' 2025-06-05T23:55:16.0176184Z adding 'executorch/backends/qualcomm/builders/op_argmin.py' 2025-06-05T23:55:16.0177076Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2025-06-05T23:55:16.0178007Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2025-06-05T23:55:16.0178834Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2025-06-05T23:55:16.0179585Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2025-06-05T23:55:16.0180414Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2025-06-05T23:55:16.0181212Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2025-06-05T23:55:16.0182013Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2025-06-05T23:55:16.0182678Z adding 'executorch/backends/qualcomm/builders/op_cos.py' 2025-06-05T23:55:16.0183441Z adding 'executorch/backends/qualcomm/builders/op_cum_sum.py' 2025-06-05T23:55:16.0184378Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2025-06-05T23:55:16.0185233Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2025-06-05T23:55:16.0186049Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2025-06-05T23:55:16.0186874Z adding 'executorch/backends/qualcomm/builders/op_elu.py' 2025-06-05T23:55:16.0187764Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2025-06-05T23:55:16.0188456Z adding 'executorch/backends/qualcomm/builders/op_eq.py' 2025-06-05T23:55:16.0189416Z adding 'executorch/backends/qualcomm/builders/op_exp.py' 2025-06-05T23:55:16.0190217Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2025-06-05T23:55:16.0191017Z adding 'executorch/backends/qualcomm/builders/op_full.py' 2025-06-05T23:55:16.0191849Z adding 'executorch/backends/qualcomm/builders/op_full_like.py' 2025-06-05T23:55:16.0192724Z adding 'executorch/backends/qualcomm/builders/op_gather.py' 2025-06-05T23:55:16.0193523Z adding 'executorch/backends/qualcomm/builders/op_ge.py' 2025-06-05T23:55:16.0194248Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2025-06-05T23:55:16.0195151Z adding 'executorch/backends/qualcomm/builders/op_group_norm.py' 2025-06-05T23:55:16.0196537Z adding 'executorch/backends/qualcomm/builders/op_gt.py' 2025-06-05T23:55:16.0197289Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2025-06-05T23:55:16.0198314Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2025-06-05T23:55:16.0199430Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2025-06-05T23:55:16.0200399Z adding 'executorch/backends/qualcomm/builders/op_index.py' 2025-06-05T23:55:16.0201243Z adding 'executorch/backends/qualcomm/builders/op_index_put.py' 2025-06-05T23:55:16.0202616Z adding 'executorch/backends/qualcomm/builders/op_instance_norm.py' 2025-06-05T23:55:16.0203673Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2025-06-05T23:55:16.0204527Z adding 'executorch/backends/qualcomm/builders/op_le.py' 2025-06-05T23:55:16.0205200Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2025-06-05T23:55:16.0206077Z adding 'executorch/backends/qualcomm/builders/op_log.py' 2025-06-05T23:55:16.0206966Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2025-06-05T23:55:16.0207898Z adding 'executorch/backends/qualcomm/builders/op_logical_not.py' 2025-06-05T23:55:16.0208692Z adding 'executorch/backends/qualcomm/builders/op_lt.py' 2025-06-05T23:55:16.0209644Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2025-06-05T23:55:16.0210621Z adding 'executorch/backends/qualcomm/builders/op_max.py' 2025-06-05T23:55:16.0211537Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2025-06-05T23:55:16.0212256Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2025-06-05T23:55:16.0213226Z adding 'executorch/backends/qualcomm/builders/op_min.py' 2025-06-05T23:55:16.0214130Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2025-06-05T23:55:16.0214774Z adding 'executorch/backends/qualcomm/builders/op_ne.py' 2025-06-05T23:55:16.0215487Z adding 'executorch/backends/qualcomm/builders/op_neg.py' 2025-06-05T23:55:16.0216207Z adding 'executorch/backends/qualcomm/builders/op_or.py' 2025-06-05T23:55:16.0217169Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2025-06-05T23:55:16.0217834Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2025-06-05T23:55:16.0218611Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2025-06-05T23:55:16.0219361Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2025-06-05T23:55:16.0220190Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2025-06-05T23:55:16.0221014Z adding 'executorch/backends/qualcomm/builders/op_repeat.py' 2025-06-05T23:55:16.0221863Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2025-06-05T23:55:16.0222793Z adding 'executorch/backends/qualcomm/builders/op_resize.py' 2025-06-05T23:55:16.0224040Z adding 'executorch/backends/qualcomm/builders/op_rms_norm.py' 2025-06-05T23:55:16.0225040Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2025-06-05T23:55:16.0225928Z adding 'executorch/backends/qualcomm/builders/op_scalar_tensor.py' 2025-06-05T23:55:16.0227102Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2025-06-05T23:55:16.0228016Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2025-06-05T23:55:16.0229266Z adding 'executorch/backends/qualcomm/builders/op_sin.py' 2025-06-05T23:55:16.0229994Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2025-06-05T23:55:16.0230996Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2025-06-05T23:55:16.0231926Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2025-06-05T23:55:16.0233096Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2025-06-05T23:55:16.0234116Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2025-06-05T23:55:16.0234973Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2025-06-05T23:55:16.0235849Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2025-06-05T23:55:16.0237186Z adding 'executorch/backends/qualcomm/builders/op_stack.py' 2025-06-05T23:55:16.0237993Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2025-06-05T23:55:16.0239019Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2025-06-05T23:55:16.0239835Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2025-06-05T23:55:16.0240558Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2025-06-05T23:55:16.0241415Z adding 'executorch/backends/qualcomm/builders/op_topk.py' 2025-06-05T23:55:16.0242264Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2025-06-05T23:55:16.0243488Z adding 'executorch/backends/qualcomm/builders/op_unbind.py' 2025-06-05T23:55:16.0244481Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2025-06-05T23:55:16.0245387Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2025-06-05T23:55:16.0246409Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2025-06-05T23:55:16.0247452Z adding 'executorch/backends/qualcomm/builders/op_where.py' 2025-06-05T23:55:16.0248312Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2025-06-05T23:55:16.0249139Z adding 'executorch/backends/qualcomm/builders/utils.py' 2025-06-05T23:55:16.0249911Z adding 'executorch/backends/qualcomm/debugger/utils.py' 2025-06-05T23:55:16.0250819Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2025-06-05T23:55:16.0251817Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2025-06-05T23:55:16.0252788Z adding 'executorch/backends/qualcomm/partition/utils.py' 2025-06-05T23:55:16.0253689Z adding 'executorch/backends/qualcomm/quantizer/annotators.py' 2025-06-05T23:55:16.0255023Z adding 'executorch/backends/qualcomm/quantizer/custom_annotation.py' 2025-06-05T23:55:16.0255981Z adding 'executorch/backends/qualcomm/quantizer/qconfig.py' 2025-06-05T23:55:16.0256947Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2025-06-05T23:55:16.0257916Z adding 'executorch/backends/qualcomm/quantizer/observers/per_block_param_observer.py' 2025-06-05T23:55:16.0259244Z adding 'executorch/backends/qualcomm/quantizer/observers/per_channel_param_observer.py' 2025-06-05T23:55:16.0260263Z adding 'executorch/backends/qualcomm/serialization/qc_compiler_spec.fbs' 2025-06-05T23:55:16.0261269Z adding 'executorch/backends/qualcomm/serialization/qc_schema.py' 2025-06-05T23:55:16.0262245Z adding 'executorch/backends/qualcomm/serialization/qc_schema_serialize.py' 2025-06-05T23:55:16.0263266Z adding 'executorch/backends/qualcomm/tests/models.py' 2025-06-05T23:55:16.0264303Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2025-06-05T23:55:16.0265125Z adding 'executorch/backends/qualcomm/tests/utils.py' 2025-06-05T23:55:16.0265827Z adding 'executorch/backends/qualcomm/utils/constants.py' 2025-06-05T23:55:16.0266628Z adding 'executorch/backends/qualcomm/utils/utils.py' 2025-06-05T23:55:16.0267484Z adding 'executorch/backends/transforms/__init__.py' 2025-06-05T23:55:16.0268347Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2025-06-05T23:55:16.0269186Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2025-06-05T23:55:16.0270036Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2025-06-05T23:55:16.0270805Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:16.0476378Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:16.0477163Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2025-06-05T23:55:16.0477811Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2025-06-05T23:55:16.0498273Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2025-06-05T23:55:16.0499120Z adding 'executorch/backends/transforms/rank_0_to_rank_1.py' 2025-06-05T23:55:16.0499753Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2025-06-05T23:55:16.0500389Z adding 'executorch/backends/transforms/remove_getitem_op.py' 2025-06-05T23:55:16.0501533Z adding 'executorch/backends/transforms/replace_scalar_with_tensor.py' 2025-06-05T23:55:16.0502195Z adding 'executorch/backends/transforms/utils.py' 2025-06-05T23:55:16.0502862Z adding 'executorch/backends/transforms/view_copy_to_squeeze_unsqueeze.py' 2025-06-05T23:55:16.0503756Z adding 'executorch/backends/transforms/test/test_create_delete_constant_placeholder.py' 2025-06-05T23:55:16.0504865Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2025-06-05T23:55:16.0505706Z adding 'executorch/backends/transforms/test/test_rank_0_to_rank_1.py' 2025-06-05T23:55:16.0506550Z adding 'executorch/backends/vulkan/__init__.py' 2025-06-05T23:55:16.0507113Z adding 'executorch/backends/vulkan/custom_ops_lib.py' 2025-06-05T23:55:16.0507653Z adding 'executorch/backends/vulkan/op_registry.py' 2025-06-05T23:55:16.0508162Z adding 'executorch/backends/vulkan/utils.py' 2025-06-05T23:55:16.0508970Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2025-06-05T23:55:16.0509583Z adding 'executorch/backends/vulkan/_passes/__init__.py' 2025-06-05T23:55:16.0510216Z adding 'executorch/backends/vulkan/_passes/fuse_quantized_ops.py' 2025-06-05T23:55:16.0510932Z adding 'executorch/backends/vulkan/_passes/insert_prepack_nodes.py' 2025-06-05T23:55:16.0511692Z adding 'executorch/backends/vulkan/_passes/int4_weight_only_quantizer.py' 2025-06-05T23:55:16.0512421Z adding 'executorch/backends/vulkan/_passes/remove_asserts.py' 2025-06-05T23:55:16.0513160Z adding 'executorch/backends/vulkan/_passes/remove_local_scalar_dense_ops.py' 2025-06-05T23:55:16.0513952Z adding 'executorch/backends/vulkan/_passes/remove_redundant_ops.py' 2025-06-05T23:55:16.0514714Z adding 'executorch/backends/vulkan/_passes/squeeze_unsqueeze_inputs.py' 2025-06-05T23:55:16.0515562Z adding 'executorch/backends/vulkan/_passes/tag_memory_meta_pass.py' 2025-06-05T23:55:16.0516326Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2025-06-05T23:55:16.0517077Z adding 'executorch/backends/vulkan/quantizer/vulkan_quantizer.py' 2025-06-05T23:55:16.0517764Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2025-06-05T23:55:16.0518559Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_buffer.yaml' 2025-06-05T23:55:16.0519513Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive_texture3d.yaml' 2025-06-05T23:55:16.0520461Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2025-06-05T23:55:16.0521298Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2025-06-05T23:55:16.0522100Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2025-06-05T23:55:16.0522930Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2025-06-05T23:55:16.0523750Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2025-06-05T23:55:16.0524714Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/bitw8_image_to_nchw_nobitw8buffer.yaml' 2025-06-05T23:55:16.0525738Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_buffer.yaml' 2025-06-05T23:55:16.0526634Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/buffer_to_nchw.yaml' 2025-06-05T23:55:16.0527445Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2025-06-05T23:55:16.0528313Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2025-06-05T23:55:16.0529090Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2025-06-05T23:55:16.0529870Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2025-06-05T23:55:16.0530777Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2025-06-05T23:55:16.0531773Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2025-06-05T23:55:16.0532810Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_sned_output_tile.yaml' 2025-06-05T23:55:16.0534051Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2025-06-05T23:55:16.0534944Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2025-06-05T23:55:16.0535782Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw_s1p0.yaml' 2025-06-05T23:55:16.0536666Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2025-06-05T23:55:16.0537691Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2025-06-05T23:55:16.0538832Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2025-06-05T23:55:16.0539751Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2025-06-05T23:55:16.0540671Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_packed_dim_offset.yaml' 2025-06-05T23:55:16.0541580Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2025-06-05T23:55:16.0542375Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/flip.yaml' 2025-06-05T23:55:16.0543118Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2025-06-05T23:55:16.0543908Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/grid_priors.yaml' 2025-06-05T23:55:16.0544763Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2025-06-05T23:55:16.0545612Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2025-06-05T23:55:16.0546515Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2025-06-05T23:55:16.0547444Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/kv_cache_update.yaml' 2025-06-05T23:55:16.0548319Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw.yaml' 2025-06-05T23:55:16.0549321Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_coop.yaml' 2025-06-05T23:55:16.0550256Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qcsnw_tiled.yaml' 2025-06-05T23:55:16.0551191Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_coop.yaml' 2025-06-05T23:55:16.0552108Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/linear_qga4w_tiled.yaml' 2025-06-05T23:55:16.0552989Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2025-06-05T23:55:16.0553854Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2025-06-05T23:55:16.0554884Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_bitw8_image_nobitw8buffer.yaml' 2025-06-05T23:55:16.0555900Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_buffer.yaml' 2025-06-05T23:55:16.0556764Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2025-06-05T23:55:16.0557577Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2025-06-05T23:55:16.0558600Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pack_int4_linear_weight_transposed_interleaved.yaml' 2025-06-05T23:55:16.0559688Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2025-06-05T23:55:16.0560559Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2025-06-05T23:55:16.0561419Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2025-06-05T23:55:16.0562199Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/reduce.yaml' 2025-06-05T23:55:16.0562961Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat.yaml' 2025-06-05T23:55:16.0563789Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2025-06-05T23:55:16.0564871Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_interleave.yaml' 2025-06-05T23:55:16.0565804Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/rotary_embedding.yaml' 2025-06-05T23:55:16.0566799Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sdpa_attn_weight_scale_and_mask.yaml' 2025-06-05T23:55:16.0567995Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax.yaml' 2025-06-05T23:55:16.0568759Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tan.yaml' 2025-06-05T23:55:16.0569566Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_buffer.yaml' 2025-06-05T23:55:16.0570469Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/transfer_texture.yaml' 2025-06-05T23:55:16.0571320Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2025-06-05T23:55:16.0572141Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_2d.yaml' 2025-06-05T23:55:16.0573114Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_buffer.yaml' 2025-06-05T23:55:16.0573978Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/var_texture3d.yaml' 2025-06-05T23:55:16.0574782Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2025-06-05T23:55:16.0575521Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/where.yaml' 2025-06-05T23:55:16.0576235Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2025-06-05T23:55:16.0576967Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2025-06-05T23:55:16.0577782Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2025-06-05T23:55:16.0578614Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2025-06-05T23:55:16.0579374Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2025-06-05T23:55:16.0580059Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2025-06-05T23:55:16.0580798Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2025-06-05T23:55:16.0581525Z adding 'executorch/backends/vulkan/test/test_vulkan_passes.py' 2025-06-05T23:55:16.0582186Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2025-06-05T23:55:16.0582921Z adding 'executorch/backends/vulkan/test/glsl/dynamic_dispatch_test.yaml' 2025-06-05T23:55:16.0583748Z adding 'executorch/backends/vulkan/test/glsl/reference_matmul_common.yaml' 2025-06-05T23:55:16.0584470Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2025-06-05T23:55:16.0585200Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_benchmarks.py' 2025-06-05T23:55:16.0944128Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_correctness_tests.py' 2025-06-05T23:55:16.0945105Z adding 'executorch/backends/vulkan/test/op_tests/utils/aten_types.py' 2025-06-05T23:55:16.0945906Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_benchmark_vk.py' 2025-06-05T23:55:16.0946772Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_computegraph.py' 2025-06-05T23:55:16.0947635Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_base.py' 2025-06-05T23:55:16.0948496Z adding 'executorch/backends/vulkan/test/op_tests/utils/gen_correctness_vk.py' 2025-06-05T23:55:16.0949385Z adding 'executorch/backends/vulkan/test/op_tests/utils/test_suite.py' 2025-06-05T23:55:16.0950299Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2025-06-05T23:55:16.0951287Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2025-06-05T23:55:16.0952255Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2025-06-05T23:55:16.0953218Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2025-06-05T23:55:16.0954137Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2025-06-05T23:55:16.0955037Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2025-06-05T23:55:16.0955970Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2025-06-05T23:55:16.0956979Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2025-06-05T23:55:16.0958537Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2025-06-05T23:55:16.0959535Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2025-06-05T23:55:16.0960294Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2025-06-05T23:55:16.0961138Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2025-06-05T23:55:16.0961958Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2025-06-05T23:55:16.0962742Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_bandwidth.yaml' 2025-06-05T23:55:16.0963795Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/tex_cacheline_concurr.yaml' 2025-06-05T23:55:16.0964652Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2025-06-05T23:55:16.0965302Z adding 'executorch/backends/xnnpack/__init__.py' 2025-06-05T23:55:16.0965877Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2025-06-05T23:55:16.0966502Z adding 'executorch/backends/xnnpack/_passes/__init__.py' 2025-06-05T23:55:16.0967242Z adding 'executorch/backends/xnnpack/_passes/channels_last_tagged_reshape_pass.py' 2025-06-05T23:55:16.0968062Z adding 'executorch/backends/xnnpack/_passes/conv1d_unsqueeze_pass.py' 2025-06-05T23:55:16.0968797Z adding 'executorch/backends/xnnpack/_passes/convert_to_linear.py' 2025-06-05T23:55:16.0969479Z adding 'executorch/backends/xnnpack/_passes/convert_to_sdpa.py' 2025-06-05T23:55:16.0970255Z adding 'executorch/backends/xnnpack/_passes/convert_to_upsample_bilinear2d.py' 2025-06-05T23:55:16.0971028Z adding 'executorch/backends/xnnpack/_passes/decompose_cat.py' 2025-06-05T23:55:16.0971720Z adding 'executorch/backends/xnnpack/_passes/fuse_activation_pass.py' 2025-06-05T23:55:16.0972492Z adding 'executorch/backends/xnnpack/_passes/fuse_batch_norm_with_conv.py' 2025-06-05T23:55:16.0973243Z adding 'executorch/backends/xnnpack/_passes/prelu_reshape_pass.py' 2025-06-05T23:55:16.0973985Z adding 'executorch/backends/xnnpack/_passes/tag_implicit_q_dq_pass.py' 2025-06-05T23:55:16.0974700Z adding 'executorch/backends/xnnpack/_passes/xnnpack_pass.py' 2025-06-05T23:55:16.0975330Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2025-06-05T23:55:16.0975980Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2025-06-05T23:55:16.0976609Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2025-06-05T23:55:16.0977209Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2025-06-05T23:55:16.0977817Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2025-06-05T23:55:16.0978503Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2025-06-05T23:55:16.0979166Z adding 'executorch/backends/xnnpack/operators/op_bmm.py' 2025-06-05T23:55:16.0979769Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2025-06-05T23:55:16.0980391Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2025-06-05T23:55:16.0981020Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2025-06-05T23:55:16.0981659Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2025-06-05T23:55:16.0982270Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2025-06-05T23:55:16.0982992Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2025-06-05T23:55:16.0983823Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2025-06-05T23:55:16.0984534Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2025-06-05T23:55:16.0985136Z adding 'executorch/backends/xnnpack/operators/op_exp.py' 2025-06-05T23:55:16.0985749Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2025-06-05T23:55:16.0986368Z adding 'executorch/backends/xnnpack/operators/op_gelu.py' 2025-06-05T23:55:16.0987004Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2025-06-05T23:55:16.0987674Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2025-06-05T23:55:16.0988341Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2025-06-05T23:55:16.0989289Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2025-06-05T23:55:16.0989906Z adding 'executorch/backends/xnnpack/operators/op_log.py' 2025-06-05T23:55:16.0990614Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2025-06-05T23:55:16.0991356Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2025-06-05T23:55:16.0992012Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2025-06-05T23:55:16.0992679Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2025-06-05T23:55:16.0993479Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2025-06-05T23:55:16.0994148Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2025-06-05T23:55:16.0994801Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2025-06-05T23:55:16.0995439Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2025-06-05T23:55:16.0996081Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2025-06-05T23:55:16.0996716Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2025-06-05T23:55:16.0997387Z adding 'executorch/backends/xnnpack/operators/op_quant_dequant.py' 2025-06-05T23:55:16.0998051Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2025-06-05T23:55:16.0998673Z adding 'executorch/backends/xnnpack/operators/op_rsqrt.py' 2025-06-05T23:55:16.0999472Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2025-06-05T23:55:16.1000096Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2025-06-05T23:55:16.1000754Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2025-06-05T23:55:16.1001418Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2025-06-05T23:55:16.1002081Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2025-06-05T23:55:16.1002714Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2025-06-05T23:55:16.1003379Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2025-06-05T23:55:16.1004060Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2025-06-05T23:55:16.1004781Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2025-06-05T23:55:16.1005622Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2025-06-05T23:55:16.1006358Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2025-06-05T23:55:16.1006975Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2025-06-05T23:55:16.1007623Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2025-06-05T23:55:16.1008273Z adding 'executorch/backends/xnnpack/partition/configs.py' 2025-06-05T23:55:16.1008991Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2025-06-05T23:55:16.1009729Z adding 'executorch/backends/xnnpack/partition/config/__init__.py' 2025-06-05T23:55:16.1010466Z adding 'executorch/backends/xnnpack/partition/config/gemm_configs.py' 2025-06-05T23:55:16.1011282Z adding 'executorch/backends/xnnpack/partition/config/generic_node_configs.py' 2025-06-05T23:55:16.1012100Z adding 'executorch/backends/xnnpack/partition/config/node_configs.py' 2025-06-05T23:55:16.1012910Z adding 'executorch/backends/xnnpack/partition/config/quant_affine_configs.py' 2025-06-05T23:55:16.1013752Z adding 'executorch/backends/xnnpack/partition/config/xnnpack_config.py' 2025-06-05T23:55:16.1014694Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2025-06-05T23:55:16.1015398Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2025-06-05T23:55:16.1016120Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer.py' 2025-06-05T23:55:16.1016900Z adding 'executorch/backends/xnnpack/quantizer/xnnpack_quantizer_utils.py' 2025-06-05T23:55:16.1017693Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2025-06-05T23:55:16.1031936Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2025-06-05T23:55:16.1032717Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2025-06-05T23:55:16.1033956Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2025-06-05T23:55:16.1034877Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2025-06-05T23:55:16.1035619Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2025-06-05T23:55:16.1036347Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2025-06-05T23:55:16.1036977Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2025-06-05T23:55:16.1037626Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2025-06-05T23:55:16.1038517Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2025-06-05T23:55:16.1039242Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2025-06-05T23:55:16.1039961Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2025-06-05T23:55:16.1040680Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2025-06-05T23:55:16.1041376Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2025-06-05T23:55:16.1042066Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2025-06-05T23:55:16.1042733Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2025-06-05T23:55:16.1043399Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2025-06-05T23:55:16.1044133Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2025-06-05T23:55:16.1044786Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2025-06-05T23:55:16.1045388Z adding 'executorch/backends/xnnpack/test/ops/test_abs.py' 2025-06-05T23:55:16.1288338Z adding 'executorch/backends/xnnpack/test/ops/test_add.py' 2025-06-05T23:55:16.1289226Z adding 'executorch/backends/xnnpack/test/ops/test_avgpool2d.py' 2025-06-05T23:55:16.1289941Z adding 'executorch/backends/xnnpack/test/ops/test_bilinear2d.py' 2025-06-05T23:55:16.1290599Z adding 'executorch/backends/xnnpack/test/ops/test_bmm.py' 2025-06-05T23:55:16.1291237Z adding 'executorch/backends/xnnpack/test/ops/test_cat.py' 2025-06-05T23:55:16.1291845Z adding 'executorch/backends/xnnpack/test/ops/test_ceil.py' 2025-06-05T23:55:16.1292545Z adding 'executorch/backends/xnnpack/test/ops/test_check_quant_params.py' 2025-06-05T23:55:16.1293263Z adding 'executorch/backends/xnnpack/test/ops/test_clamp.py' 2025-06-05T23:55:16.1293886Z adding 'executorch/backends/xnnpack/test/ops/test_conv1d.py' 2025-06-05T23:55:16.1294526Z adding 'executorch/backends/xnnpack/test/ops/test_conv2d.py' 2025-06-05T23:55:16.1295152Z adding 'executorch/backends/xnnpack/test/ops/test_div.py' 2025-06-05T23:55:16.1295763Z adding 'executorch/backends/xnnpack/test/ops/test_elu.py' 2025-06-05T23:55:16.1296371Z adding 'executorch/backends/xnnpack/test/ops/test_exp.py' 2025-06-05T23:55:16.1296976Z adding 'executorch/backends/xnnpack/test/ops/test_floor.py' 2025-06-05T23:55:16.1297597Z adding 'executorch/backends/xnnpack/test/ops/test_gelu.py' 2025-06-05T23:55:16.1298250Z adding 'executorch/backends/xnnpack/test/ops/test_hardswish.py' 2025-06-05T23:55:16.1299083Z adding 'executorch/backends/xnnpack/test/ops/test_hardtanh.py' 2025-06-05T23:55:16.1299773Z adding 'executorch/backends/xnnpack/test/ops/test_leaky_relu.py' 2025-06-05T23:55:16.1300433Z adding 'executorch/backends/xnnpack/test/ops/test_linear.py' 2025-06-05T23:55:16.1301060Z adding 'executorch/backends/xnnpack/test/ops/test_log.py' 2025-06-05T23:55:16.1301659Z adding 'executorch/backends/xnnpack/test/ops/test_lstm.py' 2025-06-05T23:55:16.1302288Z adding 'executorch/backends/xnnpack/test/ops/test_max_dim.py' 2025-06-05T23:55:16.1302938Z adding 'executorch/backends/xnnpack/test/ops/test_maximum.py' 2025-06-05T23:55:16.1303615Z adding 'executorch/backends/xnnpack/test/ops/test_maxpool2d.py' 2025-06-05T23:55:16.1304292Z adding 'executorch/backends/xnnpack/test/ops/test_mean_dim.py' 2025-06-05T23:55:16.1304943Z adding 'executorch/backends/xnnpack/test/ops/test_minimum.py' 2025-06-05T23:55:16.1305975Z adding 'executorch/backends/xnnpack/test/ops/test_multiply.py' 2025-06-05T23:55:16.1306619Z adding 'executorch/backends/xnnpack/test/ops/test_negate.py' 2025-06-05T23:55:16.1307268Z adding 'executorch/backends/xnnpack/test/ops/test_permute.py' 2025-06-05T23:55:16.1307897Z adding 'executorch/backends/xnnpack/test/ops/test_pow.py' 2025-06-05T23:55:16.1308509Z adding 'executorch/backends/xnnpack/test/ops/test_prelu.py' 2025-06-05T23:55:16.1309336Z adding 'executorch/backends/xnnpack/test/ops/test_quantize_per_tensor.py' 2025-06-05T23:55:16.1310049Z adding 'executorch/backends/xnnpack/test/ops/test_relu.py' 2025-06-05T23:55:16.1310871Z adding 'executorch/backends/xnnpack/test/ops/test_rsqrt.py' 2025-06-05T23:55:16.1311509Z adding 'executorch/backends/xnnpack/test/ops/test_sdpa.py' 2025-06-05T23:55:16.1312145Z adding 'executorch/backends/xnnpack/test/ops/test_sigmoid.py' 2025-06-05T23:55:16.1312816Z adding 'executorch/backends/xnnpack/test/ops/test_slice_copy.py' 2025-06-05T23:55:16.1313501Z adding 'executorch/backends/xnnpack/test/ops/test_softmax.py' 2025-06-05T23:55:16.1314139Z adding 'executorch/backends/xnnpack/test/ops/test_sqrt.py' 2025-06-05T23:55:16.1314768Z adding 'executorch/backends/xnnpack/test/ops/test_square.py' 2025-06-05T23:55:16.1315495Z adding 'executorch/backends/xnnpack/test/ops/test_static_constant_pad.py' 2025-06-05T23:55:16.1316202Z adding 'executorch/backends/xnnpack/test/ops/test_sub.py' 2025-06-05T23:55:16.1316923Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2025-06-05T23:55:16.1317758Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2025-06-05T23:55:16.1318663Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2025-06-05T23:55:16.1319570Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2025-06-05T23:55:16.1320398Z adding 'executorch/backends/xnnpack/test/passes/test_decompose_cat_pass.py' 2025-06-05T23:55:16.1321263Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2025-06-05T23:55:16.1322128Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2025-06-05T23:55:16.1323010Z adding 'executorch/backends/xnnpack/test/quantizer/test_pt2e_quantization.py' 2025-06-05T23:55:16.1323857Z adding 'executorch/backends/xnnpack/test/quantizer/test_representation.py' 2025-06-05T23:55:16.1324722Z adding 'executorch/backends/xnnpack/test/quantizer/test_xnnpack_quantizer.py' 2025-06-05T23:55:16.1325597Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2025-06-05T23:55:16.1326454Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2025-06-05T23:55:16.1327195Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2025-06-05T23:55:16.1327818Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2025-06-05T23:55:16.1328571Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2025-06-05T23:55:16.1329384Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2025-06-05T23:55:16.1330106Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2025-06-05T23:55:16.1330891Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2025-06-05T23:55:16.1331724Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2025-06-05T23:55:16.1332540Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2025-06-05T23:55:16.1333358Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2025-06-05T23:55:16.1334160Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2025-06-05T23:55:16.1334893Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2025-06-05T23:55:16.1335692Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_config.py' 2025-06-05T23:55:16.1336640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/check_files_changed.py' 2025-06-05T23:55:16.1337944Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/generate-build-identifier.py' 2025-06-05T23:55:16.1338953Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2025-06-05T23:55:16.1339881Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2025-06-05T23:55:16.1340821Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2025-06-05T23:55:16.1341755Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2025-06-05T23:55:16.1342862Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2025-06-05T23:55:16.1343905Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2025-06-05T23:55:16.1344878Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rdsum.yaml' 2025-06-05T23:55:16.1345802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2025-06-05T23:55:16.1346732Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2025-06-05T23:55:16.1347661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2025-06-05T23:55:16.1348698Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2025-06-05T23:55:16.1349622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2025-06-05T23:55:16.1350615Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2025-06-05T23:55:16.1351557Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2025-06-05T23:55:16.1352392Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2025-06-05T23:55:16.1353245Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2025-06-05T23:55:16.1354085Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2025-06-05T23:55:16.1354974Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2025-06-05T23:55:16.1355932Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2025-06-05T23:55:16.1356888Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2025-06-05T23:55:16.1357792Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2025-06-05T23:55:16.1358697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2025-06-05T23:55:16.1359640Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2025-06-05T23:55:16.1360587Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2025-06-05T23:55:16.1361531Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2025-06-05T23:55:16.1362442Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2025-06-05T23:55:16.1363317Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2025-06-05T23:55:16.1364213Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2025-06-05T23:55:16.1365161Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2025-06-05T23:55:16.1366088Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2025-06-05T23:55:16.1366999Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2025-06-05T23:55:16.1367929Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2025-06-05T23:55:16.1368815Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2025-06-05T23:55:16.1369697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2025-06-05T23:55:16.1370657Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:16.1371825Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:16.1372794Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2025-06-05T23:55:16.1373708Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2025-06-05T23:55:16.1374647Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2025-06-05T23:55:16.1375594Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2025-06-05T23:55:16.1376667Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2025-06-05T23:55:16.4529611Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rdsum.yaml' 2025-06-05T23:55:16.4530633Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2025-06-05T23:55:16.4531653Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2025-06-05T23:55:16.4532684Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2025-06-05T23:55:16.4533527Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2025-06-05T23:55:16.4534408Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2025-06-05T23:55:16.4535362Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2025-06-05T23:55:16.4536365Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2025-06-05T23:55:16.4537354Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2025-06-05T23:55:16.4538413Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:16.4539476Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:16.4540516Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:16.4541560Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:16.4542600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:16.4543622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:16.4544651Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2025-06-05T23:55:16.4545698Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2025-06-05T23:55:16.4546745Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qb4w-gemm-minmax.yaml' 2025-06-05T23:55:16.4547790Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qp8-f32-qc4w-gemm-minmax.yaml' 2025-06-05T23:55:16.4548907Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2025-06-05T23:55:16.4550058Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2025-06-05T23:55:16.4551099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rdsum-minmax-fp32.yaml' 2025-06-05T23:55:16.4552014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-rsum.yaml' 2025-06-05T23:55:16.4552920Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2025-06-05T23:55:16.4553964Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2025-06-05T23:55:16.4554976Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2025-06-05T23:55:16.4555996Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2025-06-05T23:55:16.4556924Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rdsum.yaml' 2025-06-05T23:55:16.4558188Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-rsum.yaml' 2025-06-05T23:55:16.4559039Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2025-06-05T23:55:16.4559928Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2025-06-05T23:55:16.4560804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2025-06-05T23:55:16.4561663Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2025-06-05T23:55:16.4562568Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2025-06-05T23:55:16.4563743Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2025-06-05T23:55:16.4564804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2025-06-05T23:55:16.4565839Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2025-06-05T23:55:16.4567022Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2025-06-05T23:55:16.4568162Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2025-06-05T23:55:16.4569236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2025-06-05T23:55:16.4569694Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2025-06-05T23:55:16.4570173Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2025-06-05T23:55:16.4570613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2025-06-05T23:55:16.4571037Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2025-06-05T23:55:16.4571435Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2025-06-05T23:55:16.4571911Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2025-06-05T23:55:16.4572468Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2025-06-05T23:55:16.4573010Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2025-06-05T23:55:16.4573449Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-benchmark.py' 2025-06-05T23:55:16.4573848Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rdsum-test.py' 2025-06-05T23:55:16.4574267Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2025-06-05T23:55:16.4574676Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2025-06-05T23:55:16.4575089Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2025-06-05T23:55:16.4575530Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2025-06-05T23:55:16.4576031Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2025-06-05T23:55:16.4576486Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2025-06-05T23:55:16.4576900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2025-06-05T23:55:16.4577228Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2025-06-05T23:55:16.4577630Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2025-06-05T23:55:16.4577979Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2025-06-05T23:55:16.4578325Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2025-06-05T23:55:16.4578628Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2025-06-05T23:55:16.4578918Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2025-06-05T23:55:16.4579290Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2025-06-05T23:55:16.4579830Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2025-06-05T23:55:16.4580249Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2025-06-05T23:55:16.4580713Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2025-06-05T23:55:16.4581134Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2025-06-05T23:55:16.4581464Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2025-06-05T23:55:16.4581876Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2025-06-05T23:55:16.4582104Z adding 'executorch/backends/xnnpack/utils/configs.py' 2025-06-05T23:55:16.4582336Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2025-06-05T23:55:16.4582539Z adding 'executorch/backends/xnnpack/utils/utils.py' 2025-06-05T23:55:16.4582814Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2025-06-05T23:55:16.4582964Z adding 'executorch/codegen/__init__.py' 2025-06-05T23:55:16.4583104Z adding 'executorch/codegen/gen.py' 2025-06-05T23:55:16.4583259Z adding 'executorch/codegen/model.py' 2025-06-05T23:55:16.4583403Z adding 'executorch/codegen/parse.py' 2025-06-05T23:55:16.4583564Z adding 'executorch/codegen/api/__init__.py' 2025-06-05T23:55:16.4583742Z adding 'executorch/codegen/api/custom_ops.py' 2025-06-05T23:55:16.4583899Z adding 'executorch/codegen/api/et_cpp.py' 2025-06-05T23:55:16.4584066Z adding 'executorch/codegen/api/unboxing.py' 2025-06-05T23:55:16.4584258Z adding 'executorch/codegen/api/types/__init__.py' 2025-06-05T23:55:16.4584460Z adding 'executorch/codegen/api/types/signatures.py' 2025-06-05T23:55:16.4584633Z adding 'executorch/codegen/api/types/types.py' 2025-06-05T23:55:16.4584886Z adding 'executorch/codegen/test/test_executorch_custom_ops.py' 2025-06-05T23:55:16.4585115Z adding 'executorch/codegen/test/test_executorch_gen.py' 2025-06-05T23:55:16.4585370Z adding 'executorch/codegen/test/test_executorch_signatures.py' 2025-06-05T23:55:16.4585596Z adding 'executorch/codegen/test/test_executorch_types.py' 2025-06-05T23:55:16.4585846Z adding 'executorch/codegen/test/test_executorch_unboxing.py' 2025-06-05T23:55:16.4586066Z adding 'executorch/codegen/test/test_selective_build.py' 2025-06-05T23:55:16.4586234Z adding 'executorch/codegen/tools/__init__.py' 2025-06-05T23:55:16.4586428Z adding 'executorch/codegen/tools/gen_all_oplist.py' 2025-06-05T23:55:16.4586613Z adding 'executorch/codegen/tools/gen_oplist.py' 2025-06-05T23:55:16.4586804Z adding 'executorch/codegen/tools/gen_ops_def.py' 2025-06-05T23:55:16.4587053Z adding 'executorch/codegen/tools/gen_selected_op_variants.py' 2025-06-05T23:55:16.4587242Z adding 'executorch/codegen/tools/merge_yaml.py' 2025-06-05T23:55:16.4587416Z adding 'executorch/codegen/tools/yaml_util.py' 2025-06-05T23:55:16.4587663Z adding 'executorch/codegen/tools/test/test_gen_all_oplist.py' 2025-06-05T23:55:16.4587900Z adding 'executorch/codegen/tools/test/test_gen_oplist.py' 2025-06-05T23:55:16.4588194Z adding 'executorch/codegen/tools/test/test_gen_oplist_real_model.py' 2025-06-05T23:55:16.4588507Z adding 'executorch/codegen/tools/test/test_gen_selected_op_variants.py' 2025-06-05T23:55:16.4588841Z adding 'executorch/data/bin/__init__.py' 2025-06-05T23:55:16.4588998Z adding 'executorch/data/bin/flatc' 2025-06-05T23:55:16.4589150Z adding 'executorch/devtools/__init__.py' 2025-06-05T23:55:16.4589360Z adding 'executorch/devtools/backend_debug/__init__.py' 2025-06-05T23:55:16.4589625Z adding 'executorch/devtools/backend_debug/delegation_info.py' 2025-06-05T23:55:16.5006129Z adding 'executorch/devtools/backend_debug/tests/test_delegation_info.py' 2025-06-05T23:55:16.5006939Z adding 'executorch/devtools/bundled_program/config.py' 2025-06-05T23:55:16.5007510Z adding 'executorch/devtools/bundled_program/core.py' 2025-06-05T23:55:16.5008477Z adding 'executorch/devtools/bundled_program/version.py' 2025-06-05T23:55:16.5009102Z adding 'executorch/devtools/bundled_program/schema/__init__.py' 2025-06-05T23:55:16.5009868Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.fbs' 2025-06-05T23:55:16.5010718Z adding 'executorch/devtools/bundled_program/schema/bundled_program_schema.py' 2025-06-05T23:55:16.5011509Z adding 'executorch/devtools/bundled_program/schema/scalar_type.fbs' 2025-06-05T23:55:16.5012250Z adding 'executorch/devtools/bundled_program/schema/test/test_schema.py' 2025-06-05T23:55:16.5013302Z adding 'executorch/devtools/bundled_program/serialize/__init__.py' 2025-06-05T23:55:16.5014129Z adding 'executorch/devtools/bundled_program/serialize/bundled_program_schema.fbs' 2025-06-05T23:55:16.5014957Z adding 'executorch/devtools/bundled_program/serialize/scalar_type.fbs' 2025-06-05T23:55:16.5015757Z adding 'executorch/devtools/bundled_program/serialize/test/test_serialize.py' 2025-06-05T23:55:16.5016560Z adding 'executorch/devtools/bundled_program/test/test_bundle_data.py' 2025-06-05T23:55:16.5017283Z adding 'executorch/devtools/bundled_program/test/test_config.py' 2025-06-05T23:55:16.5017974Z adding 'executorch/devtools/bundled_program/test/test_end2end.py' 2025-06-05T23:55:16.5018653Z adding 'executorch/devtools/bundled_program/util/test_util.py' 2025-06-05T23:55:16.5019282Z adding 'executorch/devtools/debug_format/base_schema.py' 2025-06-05T23:55:16.5019856Z adding 'executorch/devtools/debug_format/et_schema.py' 2025-06-05T23:55:16.5020469Z adding 'executorch/devtools/etdump/etdump_schema_flatcc.fbs' 2025-06-05T23:55:16.5021060Z adding 'executorch/devtools/etdump/scalar_type.fbs' 2025-06-05T23:55:16.5021610Z adding 'executorch/devtools/etdump/schema_flatcc.py' 2025-06-05T23:55:16.5022137Z adding 'executorch/devtools/etdump/serialize.py' 2025-06-05T23:55:16.5022713Z adding 'executorch/devtools/etdump/tests/serialize_test.py' 2025-06-05T23:55:16.5023286Z adding 'executorch/devtools/etrecord/__init__.py' 2025-06-05T23:55:16.5023811Z adding 'executorch/devtools/etrecord/_etrecord.py' 2025-06-05T23:55:16.5024392Z adding 'executorch/devtools/etrecord/tests/etrecord_test.py' 2025-06-05T23:55:16.5024971Z adding 'executorch/devtools/inspector/__init__.py' 2025-06-05T23:55:16.5025517Z adding 'executorch/devtools/inspector/_inspector.py' 2025-06-05T23:55:16.5026096Z adding 'executorch/devtools/inspector/_inspector_utils.py' 2025-06-05T23:55:16.5026797Z adding 'executorch/devtools/inspector/_intermediate_output_capturer.py' 2025-06-05T23:55:16.5027697Z adding 'executorch/devtools/inspector/inspector_cli.py' 2025-06-05T23:55:16.5028360Z adding 'executorch/devtools/inspector/tests/event_blocks_test.py' 2025-06-05T23:55:16.5029140Z adding 'executorch/devtools/inspector/tests/inspector_test.py' 2025-06-05T23:55:16.5029851Z adding 'executorch/devtools/inspector/tests/inspector_test_utils.py' 2025-06-05T23:55:16.5030600Z adding 'executorch/devtools/inspector/tests/inspector_utils_test.py' 2025-06-05T23:55:16.5031433Z adding 'executorch/devtools/inspector/tests/intermediate_output_capturer_test.py' 2025-06-05T23:55:16.5032271Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool.py' 2025-06-05T23:55:16.5033048Z adding 'executorch/devtools/size_analysis_tool/size_analysis_tool_test.py' 2025-06-05T23:55:16.5033741Z adding 'executorch/devtools/visualization/__init__.py' 2025-06-05T23:55:16.5034387Z adding 'executorch/devtools/visualization/visualization_utils.py' 2025-06-05T23:55:16.5035122Z adding 'executorch/devtools/visualization/visualization_utils_test.py' 2025-06-05T23:55:16.5035827Z adding 'executorch/examples/apple/coreml/llama/export.py' 2025-06-05T23:55:16.5036508Z adding 'executorch/examples/apple/coreml/llama/llama_transformer.py' 2025-06-05T23:55:16.5037179Z adding 'executorch/examples/apple/coreml/llama/run.py' 2025-06-05T23:55:16.5037756Z adding 'executorch/examples/apple/coreml/llama/test.py' 2025-06-05T23:55:16.5038535Z adding 'executorch/examples/apple/coreml/llama/utils.py' 2025-06-05T23:55:16.5039186Z adding 'executorch/examples/apple/coreml/scripts/debugger_cli.py' 2025-06-05T23:55:16.5039860Z adding 'executorch/examples/apple/coreml/scripts/export.py' 2025-06-05T23:55:16.5040593Z adding 'executorch/examples/apple/coreml/scripts/extract_coreml_models.py' 2025-06-05T23:55:16.5041371Z adding 'executorch/examples/apple/coreml/scripts/inspector_cli.py' 2025-06-05T23:55:16.5042109Z adding 'executorch/examples/apple/coreml/scripts/inspector_utils.py' 2025-06-05T23:55:16.5042803Z adding 'executorch/examples/apple/mps/scripts/bench_utils.py' 2025-06-05T23:55:16.5043617Z adding 'executorch/examples/apple/mps/scripts/mps_example.py' 2025-06-05T23:55:16.5044286Z adding 'executorch/examples/llm_pte_finetuning/__init__.py' 2025-06-05T23:55:16.5044950Z adding 'executorch/examples/llm_pte_finetuning/llama3_config.yaml' 2025-06-05T23:55:16.5045666Z adding 'executorch/examples/llm_pte_finetuning/model_exporter.py' 2025-06-05T23:55:16.5046390Z adding 'executorch/examples/llm_pte_finetuning/model_loading_lib.py' 2025-06-05T23:55:16.5047170Z adding 'executorch/examples/llm_pte_finetuning/phi3_alpaca_code_config.yaml' 2025-06-05T23:55:16.5047942Z adding 'executorch/examples/llm_pte_finetuning/phi3_config.yaml' 2025-06-05T23:55:16.5048645Z adding 'executorch/examples/llm_pte_finetuning/qwen_05b_config.yaml' 2025-06-05T23:55:16.5049318Z adding 'executorch/examples/llm_pte_finetuning/runner.py' 2025-06-05T23:55:16.5049955Z adding 'executorch/examples/llm_pte_finetuning/training_lib.py' 2025-06-05T23:55:16.5050544Z adding 'executorch/examples/models/__init__.py' 2025-06-05T23:55:16.5051061Z adding 'executorch/examples/models/checkpoint.py' 2025-06-05T23:55:16.5051592Z adding 'executorch/examples/models/model_base.py' 2025-06-05T23:55:16.5052121Z adding 'executorch/examples/models/model_factory.py' 2025-06-05T23:55:16.5052702Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2025-06-05T23:55:16.5053314Z adding 'executorch/examples/models/deeplab_v3/model.py' 2025-06-05T23:55:16.5053872Z adding 'executorch/examples/models/edsr/__init__.py' 2025-06-05T23:55:16.5054407Z adding 'executorch/examples/models/edsr/model.py' 2025-06-05T23:55:16.5054985Z adding 'executorch/examples/models/efficient_sam/__init__.py' 2025-06-05T23:55:16.5055617Z adding 'executorch/examples/models/efficient_sam/model.py' 2025-06-05T23:55:16.5056430Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/build_efficient_sam.py' 2025-06-05T23:55:16.5057422Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam.py' 2025-06-05T23:55:16.5058437Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_decoder.py' 2025-06-05T23:55:16.5059491Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/efficient_sam_encoder.py' 2025-06-05T23:55:16.5060438Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/mlp.py' 2025-06-05T23:55:16.5061366Z adding 'executorch/examples/models/efficient_sam/efficient_sam_core/two_way_transformer.py' 2025-06-05T23:55:16.5062209Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2025-06-05T23:55:16.5062842Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2025-06-05T23:55:16.5063462Z adding 'executorch/examples/models/inception_v3/__init__.py' 2025-06-05T23:55:16.5064079Z adding 'executorch/examples/models/inception_v3/model.py' 2025-06-05T23:55:16.5064694Z adding 'executorch/examples/models/inception_v4/__init__.py' 2025-06-05T23:55:16.5065317Z adding 'executorch/examples/models/inception_v4/model.py' 2025-06-05T23:55:16.5065900Z adding 'executorch/examples/models/llama/__init__.py' 2025-06-05T23:55:16.5066468Z adding 'executorch/examples/models/llama/attention.py' 2025-06-05T23:55:16.5067041Z adding 'executorch/examples/models/llama/eval_llama.py' 2025-06-05T23:55:16.5067647Z adding 'executorch/examples/models/llama/eval_llama_lib.py' 2025-06-05T23:55:16.5068512Z adding 'executorch/examples/models/llama/export_llama.py' 2025-06-05T23:55:16.5069236Z adding 'executorch/examples/models/llama/export_llama_lib.py' 2025-06-05T23:55:16.5069846Z adding 'executorch/examples/models/llama/fairseq2.py' 2025-06-05T23:55:16.5070420Z adding 'executorch/examples/models/llama/hf_download.py' 2025-06-05T23:55:16.5071113Z adding 'executorch/examples/models/llama/install_requirement_helper.py' 2025-06-05T23:55:16.5071836Z adding 'executorch/examples/models/llama/llama_transformer.py' 2025-06-05T23:55:16.5072438Z adding 'executorch/examples/models/llama/model.py' 2025-06-05T23:55:16.5073108Z adding 'executorch/examples/models/llama/model_args.py' 2025-06-05T23:55:16.5073670Z adding 'executorch/examples/models/llama/norm.py' 2025-06-05T23:55:16.5074193Z adding 'executorch/examples/models/llama/rope.py' 2025-06-05T23:55:16.5074779Z adding 'executorch/examples/models/llama/static_attention.py' 2025-06-05T23:55:16.5075437Z adding 'executorch/examples/models/llama/evaluate/__init__.py' 2025-06-05T23:55:16.5076120Z adding 'executorch/examples/models/llama/evaluate/eager_eval.py' 2025-06-05T23:55:16.5076831Z adding 'executorch/examples/models/llama/experimental/generate.py' 2025-06-05T23:55:16.5077594Z adding 'executorch/examples/models/llama/experimental/load_gguf_q4_0.py' 2025-06-05T23:55:16.5078359Z adding 'executorch/examples/models/llama/experimental/subclass.py' 2025-06-05T23:55:16.5079124Z adding 'executorch/examples/models/llama/experimental/test_subclass.py' 2025-06-05T23:55:16.5079823Z adding 'executorch/examples/models/llama/runner/eager.py' 2025-06-05T23:55:16.5080470Z adding 'executorch/examples/models/llama/runner/generation.py' 2025-06-05T23:55:16.5081111Z adding 'executorch/examples/models/llama/runner/native.py' 2025-06-05T23:55:16.5081846Z adding 'executorch/examples/models/llama/source_transformation/__init__.py' 2025-06-05T23:55:16.5082778Z adding 'executorch/examples/models/llama/source_transformation/apply_spin_quant_r1_r2.py' 2025-06-05T23:55:16.5083717Z adding 'executorch/examples/models/llama/source_transformation/attention.py' 2025-06-05T23:55:16.5084603Z adding 'executorch/examples/models/llama/source_transformation/attention_sink.py' 2025-06-05T23:55:16.5085520Z adding 'executorch/examples/models/llama/source_transformation/custom_kv_cache.py' 2025-06-05T23:55:16.5086379Z adding 'executorch/examples/models/llama/source_transformation/lora.py' 2025-06-05T23:55:16.5087241Z adding 'executorch/examples/models/llama/source_transformation/pre_quantization.py' 2025-06-05T23:55:16.5088157Z adding 'executorch/examples/models/llama/source_transformation/prune_vocab.py' 2025-06-05T23:55:16.5089024Z adding 'executorch/examples/models/llama/source_transformation/quantize.py' 2025-06-05T23:55:16.5089854Z adding 'executorch/examples/models/llama/source_transformation/rms_norm.py' 2025-06-05T23:55:16.5090667Z adding 'executorch/examples/models/llama/source_transformation/rope.py' 2025-06-05T23:55:16.5091451Z adding 'executorch/examples/models/llama/source_transformation/sdpa.py' 2025-06-05T23:55:16.5092289Z adding 'executorch/examples/models/llama/source_transformation/spin_quant.py' 2025-06-05T23:55:16.5528516Z adding 'executorch/examples/models/llama/source_transformation/test_attention_sink.py' 2025-06-05T23:55:16.5529655Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_kv_cache.py' 2025-06-05T23:55:16.5530653Z adding 'executorch/examples/models/llama/source_transformation/test_quantized_sdpa.py' 2025-06-05T23:55:16.5531722Z adding 'executorch/examples/models/llama/source_transformation/test_sdpa_with_quantized_kv_cache.py' 2025-06-05T23:55:16.5532768Z adding 'executorch/examples/models/llama/source_transformation/vulkan_rope.py' 2025-06-05T23:55:16.5533609Z adding 'executorch/examples/models/llama/tests/test_export_llama_lib.py' 2025-06-05T23:55:16.5534477Z adding 'executorch/examples/models/llama/tests/test_pre_quantization_transforms.py' 2025-06-05T23:55:16.5535345Z adding 'executorch/examples/models/llama/tests/test_replace_kv_cache.py' 2025-06-05T23:55:16.5536555Z adding 'executorch/examples/models/llama/tests/test_ring_attention.py' 2025-06-05T23:55:16.5537311Z adding 'executorch/examples/models/llama/tests/test_ring_kv_cache.py' 2025-06-05T23:55:16.5538062Z adding 'executorch/examples/models/llama/tests/test_simple_sdpa.py' 2025-06-05T23:55:16.5538830Z adding 'executorch/examples/models/llama/tests/test_static_attention.py' 2025-06-05T23:55:16.5539569Z adding 'executorch/examples/models/llama/tokenizer/tiktoken.py' 2025-06-05T23:55:16.5540243Z adding 'executorch/examples/models/llama3_2_vision/__init__.py' 2025-06-05T23:55:16.5541188Z adding 'executorch/examples/models/llama3_2_vision/preprocess/__init__.py' 2025-06-05T23:55:16.5542089Z adding 'executorch/examples/models/llama3_2_vision/preprocess/export_preprocess.py' 2025-06-05T23:55:16.5542953Z adding 'executorch/examples/models/llama3_2_vision/preprocess/model.py' 2025-06-05T23:55:16.5543796Z adding 'executorch/examples/models/llama3_2_vision/preprocess/test_preprocess.py' 2025-06-05T23:55:16.5544631Z adding 'executorch/examples/models/llama3_2_vision/runner/eager.py' 2025-06-05T23:55:16.5545369Z adding 'executorch/examples/models/llama3_2_vision/runner/exported.py' 2025-06-05T23:55:16.5546150Z adding 'executorch/examples/models/llama3_2_vision/runner/generation.py' 2025-06-05T23:55:16.5546948Z adding 'executorch/examples/models/llama3_2_vision/runner/native.py' 2025-06-05T23:55:16.5547715Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/model.py' 2025-06-05T23:55:16.5548679Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/__init__.py' 2025-06-05T23:55:16.5549633Z adding 'executorch/examples/models/llama3_2_vision/text_decoder/test/test_text_decoder.py' 2025-06-05T23:55:16.5550562Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/__init__.py' 2025-06-05T23:55:16.5551397Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/model.py' 2025-06-05T23:55:16.5552288Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/__init__.py' 2025-06-05T23:55:16.5553274Z adding 'executorch/examples/models/llama3_2_vision/vision_encoder/test/test_vision_encoder.py' 2025-06-05T23:55:16.5554075Z adding 'executorch/examples/models/llava/__init__.py' 2025-06-05T23:55:16.5554659Z adding 'executorch/examples/models/llava/export_llava.py' 2025-06-05T23:55:16.5555225Z adding 'executorch/examples/models/llava/model.py' 2025-06-05T23:55:16.5555821Z adding 'executorch/examples/models/llava/test/test_llava.py' 2025-06-05T23:55:16.5556452Z adding 'executorch/examples/models/llava/test/test_pte.py' 2025-06-05T23:55:16.5557035Z adding 'executorch/examples/models/lstm/__init__.py' 2025-06-05T23:55:16.5557569Z adding 'executorch/examples/models/lstm/model.py' 2025-06-05T23:55:16.5558133Z adding 'executorch/examples/models/mobilebert/__init__.py' 2025-06-05T23:55:16.5558741Z adding 'executorch/examples/models/mobilebert/model.py' 2025-06-05T23:55:16.5559355Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2025-06-05T23:55:16.5559981Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2025-06-05T23:55:16.5560591Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2025-06-05T23:55:16.5561216Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2025-06-05T23:55:16.5561833Z adding 'executorch/examples/models/moshi/mimi/test_mimi.py' 2025-06-05T23:55:16.5562450Z adding 'executorch/examples/models/phi-3-mini/__init__.py' 2025-06-05T23:55:16.5563053Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2025-06-05T23:55:16.5563715Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2025-06-05T23:55:16.5564407Z adding 'executorch/examples/models/phi-3-mini/phi_3_mini.py' 2025-06-05T23:55:16.5565052Z adding 'executorch/examples/models/phi-3-mini/static_cache.py' 2025-06-05T23:55:16.5565750Z adding 'executorch/examples/models/phi-3-mini-lora/export_model.py' 2025-06-05T23:55:16.5566647Z adding 'executorch/examples/models/phi_4_mini/__init__.py' 2025-06-05T23:55:16.5567300Z adding 'executorch/examples/models/phi_4_mini/convert_weights.py' 2025-06-05T23:55:16.5567945Z adding 'executorch/examples/models/qwen2_5/__init__.py' 2025-06-05T23:55:16.5568563Z adding 'executorch/examples/models/qwen2_5/convert_weights.py' 2025-06-05T23:55:16.5569184Z adding 'executorch/examples/models/qwen3/__init__.py' 2025-06-05T23:55:16.5569776Z adding 'executorch/examples/models/qwen3/convert_weights.py' 2025-06-05T23:55:16.5570385Z adding 'executorch/examples/models/resnet/__init__.py' 2025-06-05T23:55:16.5571038Z adding 'executorch/examples/models/resnet/model.py' 2025-06-05T23:55:16.5571607Z adding 'executorch/examples/models/smollm2/__init__.py' 2025-06-05T23:55:16.5572231Z adding 'executorch/examples/models/smollm2/convert_weights.py' 2025-06-05T23:55:16.5572841Z adding 'executorch/examples/models/test/__init__.py' 2025-06-05T23:55:16.5573412Z adding 'executorch/examples/models/test/test_export.py' 2025-06-05T23:55:16.5574046Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2025-06-05T23:55:16.5574705Z adding 'executorch/examples/models/torchvision_vit/model.py' 2025-06-05T23:55:16.5575329Z adding 'executorch/examples/models/toy_model/__init__.py' 2025-06-05T23:55:16.5575909Z adding 'executorch/examples/models/toy_model/model.py' 2025-06-05T23:55:16.5576500Z adding 'executorch/examples/models/wav2letter/__init__.py' 2025-06-05T23:55:16.5577095Z adding 'executorch/examples/models/wav2letter/model.py' 2025-06-05T23:55:16.5577607Z adding 'executorch/exir/__init__.py' 2025-06-05T23:55:16.5578031Z adding 'executorch/exir/_warnings.py' 2025-06-05T23:55:16.5578455Z adding 'executorch/exir/common.py' 2025-06-05T23:55:16.5578879Z adding 'executorch/exir/control_flow.py' 2025-06-05T23:55:16.5579318Z adding 'executorch/exir/delegate.py' 2025-06-05T23:55:16.5579751Z adding 'executorch/exir/delegate.pyi' 2025-06-05T23:55:16.5580205Z adding 'executorch/exir/dim_order_utils.py' 2025-06-05T23:55:16.5580672Z adding 'executorch/exir/dynamic_shape.py' 2025-06-05T23:55:16.5581105Z adding 'executorch/exir/error.py' 2025-06-05T23:55:16.5581511Z adding 'executorch/exir/graph.py' 2025-06-05T23:55:16.5581926Z adding 'executorch/exir/graph_module.py' 2025-06-05T23:55:16.5582417Z adding 'executorch/exir/lowered_backend_module.py' 2025-06-05T23:55:16.5582888Z adding 'executorch/exir/memory.py' 2025-06-05T23:55:16.5583330Z adding 'executorch/exir/memory_planning.py' 2025-06-05T23:55:16.5583782Z adding 'executorch/exir/pass_base.py' 2025-06-05T23:55:16.5584237Z adding 'executorch/exir/pass_manager.py' 2025-06-05T23:55:16.5584693Z adding 'executorch/exir/print_program.py' 2025-06-05T23:55:16.5585138Z adding 'executorch/exir/scalar_type.py' 2025-06-05T23:55:16.5585574Z adding 'executorch/exir/schema.py' 2025-06-05T23:55:16.5585987Z adding 'executorch/exir/sym_util.py' 2025-06-05T23:55:16.5586405Z adding 'executorch/exir/tensor.py' 2025-06-05T23:55:16.5586820Z adding 'executorch/exir/tracer.py' 2025-06-05T23:55:16.5587231Z adding 'executorch/exir/types.py' 2025-06-05T23:55:16.5587639Z adding 'executorch/exir/version.py' 2025-06-05T23:55:16.5588065Z adding 'executorch/exir/wrap.py' 2025-06-05T23:55:16.5588506Z adding 'executorch/exir/_serialize/__init__.py' 2025-06-05T23:55:16.5589110Z adding 'executorch/exir/_serialize/_cord.py' 2025-06-05T23:55:16.5589608Z adding 'executorch/exir/_serialize/_dataclass.py' 2025-06-05T23:55:16.5590132Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2025-06-05T23:55:16.5590688Z adding 'executorch/exir/_serialize/_named_data_store.py' 2025-06-05T23:55:16.5591240Z adding 'executorch/exir/_serialize/_program.py' 2025-06-05T23:55:16.5591754Z adding 'executorch/exir/_serialize/_serialize.py' 2025-06-05T23:55:16.5592294Z adding 'executorch/exir/_serialize/data_serializer.py' 2025-06-05T23:55:16.5592834Z adding 'executorch/exir/_serialize/padding.py' 2025-06-05T23:55:16.5593564Z adding 'executorch/exir/_serialize/program.fbs' 2025-06-05T23:55:16.5594079Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2025-06-05T23:55:16.5594616Z adding 'executorch/exir/_serialize/test/__init__.py' 2025-06-05T23:55:16.5595153Z adding 'executorch/exir/_serialize/test/test_cord.py' 2025-06-05T23:55:16.5595745Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2025-06-05T23:55:16.5596394Z adding 'executorch/exir/_serialize/test/test_named_data_store.py' 2025-06-05T23:55:16.5597043Z adding 'executorch/exir/_serialize/test/test_program.py' 2025-06-05T23:55:16.5597599Z adding 'executorch/exir/backend/backend_api.py' 2025-06-05T23:55:16.5598234Z adding 'executorch/exir/backend/backend_details.py' 2025-06-05T23:55:16.5599126Z adding 'executorch/exir/backend/compile_spec_schema.py' 2025-06-05T23:55:16.5599708Z adding 'executorch/exir/backend/operator_support.py' 2025-06-05T23:55:16.5600241Z adding 'executorch/exir/backend/partitioner.py' 2025-06-05T23:55:16.5600726Z adding 'executorch/exir/backend/utils.py' 2025-06-05T23:55:16.5601406Z adding 'executorch/exir/backend/canonical_partitioners/all_node_partitioner.py' 2025-06-05T23:55:16.5602281Z adding 'executorch/exir/backend/canonical_partitioners/config_partitioner.py' 2025-06-05T23:55:16.5603210Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2025-06-05T23:55:16.5604179Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2025-06-05T23:55:16.5605114Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2025-06-05T23:55:16.5605948Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2025-06-05T23:55:16.5606721Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2025-06-05T23:55:16.5607512Z adding 'executorch/exir/backend/test/backend_with_named_data_map.py' 2025-06-05T23:55:16.5608285Z adding 'executorch/exir/backend/test/backend_with_preprocess_all_demo.py' 2025-06-05T23:55:16.5609016Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2025-06-05T23:55:16.5609665Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2025-06-05T23:55:16.5610282Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2025-06-05T23:55:16.5610978Z adding 'executorch/exir/backend/test/test_backend_with_named_data_map.py' 2025-06-05T23:55:16.5611660Z adding 'executorch/exir/backend/test/test_backends.py' 2025-06-05T23:55:16.5612268Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2025-06-05T23:55:16.5612920Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2025-06-05T23:55:16.5613567Z adding 'executorch/exir/backend/test/test_compatibility.py' 2025-06-05T23:55:16.5614217Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2025-06-05T23:55:16.5614899Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2025-06-05T23:55:16.6368395Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2025-06-05T23:55:16.6369318Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2025-06-05T23:55:16.6370132Z adding 'executorch/exir/backend/test/test_partitioner.py' 2025-06-05T23:55:16.6370718Z adding 'executorch/exir/backend/test/test_passes.py' 2025-06-05T23:55:16.6371357Z adding 'executorch/exir/backend/test/test_to_backend_multi_method.py' 2025-06-05T23:55:16.6372010Z adding 'executorch/exir/backend/test/test_utils.py' 2025-06-05T23:55:16.6372657Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2025-06-05T23:55:16.6373403Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2025-06-05T23:55:16.6374233Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2025-06-05T23:55:16.6375122Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2025-06-05T23:55:16.6375877Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2025-06-05T23:55:16.6376439Z adding 'executorch/exir/capture/__init__.py' 2025-06-05T23:55:16.6377265Z adding 'executorch/exir/capture/_capture.py' 2025-06-05T23:55:16.6377751Z adding 'executorch/exir/capture/_config.py' 2025-06-05T23:55:16.6378215Z adding 'executorch/exir/capture/_unlift.py' 2025-06-05T23:55:16.6378695Z adding 'executorch/exir/dialects/__init__.py' 2025-06-05T23:55:16.6379159Z adding 'executorch/exir/dialects/_ops.py' 2025-06-05T23:55:16.6379640Z adding 'executorch/exir/dialects/backend/_ops.py' 2025-06-05T23:55:16.6381224Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2025-06-05T23:55:16.6381838Z adding 'executorch/exir/dialects/edge/_ops.py' 2025-06-05T23:55:16.6382535Z adding 'executorch/exir/dialects/edge/edge.yaml' 2025-06-05T23:55:16.6383071Z adding 'executorch/exir/dialects/edge/arg/model.py' 2025-06-05T23:55:16.6383599Z adding 'executorch/exir/dialects/edge/arg/type.py' 2025-06-05T23:55:16.6384138Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2025-06-05T23:55:16.6384729Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2025-06-05T23:55:16.6385325Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2025-06-05T23:55:16.6385857Z adding 'executorch/exir/dialects/edge/op/api.py' 2025-06-05T23:55:16.6386406Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2025-06-05T23:55:16.6387020Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2025-06-05T23:55:16.6387589Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2025-06-05T23:55:16.6388117Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2025-06-05T23:55:16.6388815Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2025-06-05T23:55:16.6389467Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2025-06-05T23:55:16.6390127Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2025-06-05T23:55:16.6390691Z adding 'executorch/exir/emit/__init__.py' 2025-06-05T23:55:16.6391161Z adding 'executorch/exir/emit/_emit_program.py' 2025-06-05T23:55:16.6391634Z adding 'executorch/exir/emit/_emitter.py' 2025-06-05T23:55:16.6392107Z adding 'executorch/exir/emit/test/test_emit.py' 2025-06-05T23:55:16.6392607Z adding 'executorch/exir/operator/convert.py' 2025-06-05T23:55:16.6393080Z adding 'executorch/exir/operator/manip.py' 2025-06-05T23:55:16.6393542Z adding 'executorch/exir/operator/util.py' 2025-06-05T23:55:16.6394055Z adding 'executorch/exir/operator/test/test_operator.py' 2025-06-05T23:55:16.6394587Z adding 'executorch/exir/passes/__init__.py' 2025-06-05T23:55:16.6395183Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2025-06-05T23:55:16.6395830Z adding 'executorch/exir/passes/const_prop_pass.py' 2025-06-05T23:55:16.6396388Z adding 'executorch/exir/passes/constant_prop_pass.py' 2025-06-05T23:55:16.6396995Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2025-06-05T23:55:16.6397633Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2025-06-05T23:55:16.6398239Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2025-06-05T23:55:16.6399064Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2025-06-05T23:55:16.6399718Z adding 'executorch/exir/passes/external_constants_pass.py' 2025-06-05T23:55:16.6400297Z adding 'executorch/exir/passes/init_mutable_pass.py' 2025-06-05T23:55:16.6400948Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2025-06-05T23:55:16.6401625Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2025-06-05T23:55:16.6402223Z adding 'executorch/exir/passes/memory_planning_pass.py' 2025-06-05T23:55:16.6402828Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2025-06-05T23:55:16.6403503Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2025-06-05T23:55:16.6404106Z adding 'executorch/exir/passes/pass_registry.py' 2025-06-05T23:55:16.6404688Z adding 'executorch/exir/passes/prune_empty_tensors_pass.py' 2025-06-05T23:55:16.6405303Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2025-06-05T23:55:16.6406099Z adding 'executorch/exir/passes/quantize_io_pass.py' 2025-06-05T23:55:16.6406687Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2025-06-05T23:55:16.6407340Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2025-06-05T23:55:16.6407951Z adding 'executorch/exir/passes/remove_noop_pass.py' 2025-06-05T23:55:16.6408561Z adding 'executorch/exir/passes/remove_unused_parameters_pass.py' 2025-06-05T23:55:16.6409244Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2025-06-05T23:55:16.6409992Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2025-06-05T23:55:16.6410931Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2025-06-05T23:55:16.6411624Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2025-06-05T23:55:16.6412297Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2025-06-05T23:55:16.6412969Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2025-06-05T23:55:16.6413538Z adding 'executorch/exir/passes/spec_prop_pass.py' 2025-06-05T23:55:16.6414098Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2025-06-05T23:55:16.6414664Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2025-06-05T23:55:16.6415257Z adding 'executorch/exir/passes/weights_to_outputs_pass.py' 2025-06-05T23:55:16.6415809Z adding 'executorch/exir/program/__init__.py' 2025-06-05T23:55:16.6416306Z adding 'executorch/exir/program/_fake_program.py' 2025-06-05T23:55:16.6416817Z adding 'executorch/exir/program/_program.py' 2025-06-05T23:55:16.6417311Z adding 'executorch/exir/program/test/__init__.py' 2025-06-05T23:55:16.6417893Z adding 'executorch/exir/program/test/test_fake_program.py' 2025-06-05T23:55:16.6418480Z adding 'executorch/exir/program/test/test_program.py' 2025-06-05T23:55:16.6418998Z adding 'executorch/exir/serde/__init__.py' 2025-06-05T23:55:16.6419490Z adding 'executorch/exir/serde/export_serialize.py' 2025-06-05T23:55:16.6419980Z adding 'executorch/exir/serde/schema.py' 2025-06-05T23:55:16.6420457Z adding 'executorch/exir/serde/schema_check.py' 2025-06-05T23:55:16.6420939Z adding 'executorch/exir/serde/serialize.py' 2025-06-05T23:55:16.6421398Z adding 'executorch/exir/serde/union.py' 2025-06-05T23:55:16.6421853Z adding 'executorch/exir/tests/asr_joiner.py' 2025-06-05T23:55:16.6422318Z adding 'executorch/exir/tests/common.py' 2025-06-05T23:55:16.6422815Z adding 'executorch/exir/tests/control_flow_models.py' 2025-06-05T23:55:16.6423427Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2025-06-05T23:55:16.6424014Z adding 'executorch/exir/tests/models.py' 2025-06-05T23:55:16.6424515Z adding 'executorch/exir/tests/test_arg_validator.py' 2025-06-05T23:55:16.6425153Z adding 'executorch/exir/tests/test_capture.py' 2025-06-05T23:55:16.6425726Z adding 'executorch/exir/tests/test_common.py' 2025-06-05T23:55:16.6426227Z adding 'executorch/exir/tests/test_delegate.py' 2025-06-05T23:55:16.6426757Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2025-06-05T23:55:16.6427403Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2025-06-05T23:55:16.6427997Z adding 'executorch/exir/tests/test_error.py' 2025-06-05T23:55:16.6428492Z adding 'executorch/exir/tests/test_joint_graph.py' 2025-06-05T23:55:16.6429190Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2025-06-05T23:55:16.6429860Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2025-06-05T23:55:16.6430582Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2025-06-05T23:55:16.6431226Z adding 'executorch/exir/tests/test_memory_planning.py' 2025-06-05T23:55:16.6431779Z adding 'executorch/exir/tests/test_op_convert.py' 2025-06-05T23:55:16.6432302Z adding 'executorch/exir/tests/test_pass_infra.py' 2025-06-05T23:55:16.6432799Z adding 'executorch/exir/tests/test_passes.py' 2025-06-05T23:55:16.6433317Z adding 'executorch/exir/tests/test_print_program.py' 2025-06-05T23:55:16.6433915Z adding 'executorch/exir/tests/test_prune_empty_tensors_pass.py' 2025-06-05T23:55:16.6434810Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2025-06-05T23:55:16.6435366Z adding 'executorch/exir/tests/test_quantization.py' 2025-06-05T23:55:16.6435922Z adding 'executorch/exir/tests/test_quantize_io_pass.py' 2025-06-05T23:55:16.6436582Z adding 'executorch/exir/tests/test_remove_unused_parameters_pass.py' 2025-06-05T23:55:16.6437237Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2025-06-05T23:55:16.6437770Z adding 'executorch/exir/tests/test_serde.py' 2025-06-05T23:55:16.6438241Z adding 'executorch/exir/tests/test_tensor.py' 2025-06-05T23:55:16.6438840Z adding 'executorch/exir/tests/test_tracer.py' 2025-06-05T23:55:16.6439367Z adding 'executorch/exir/tests/test_verification.py' 2025-06-05T23:55:16.6439890Z adding 'executorch/exir/tests/test_warnings.py' 2025-06-05T23:55:16.6440383Z adding 'executorch/exir/tests/transformer.py' 2025-06-05T23:55:16.6440918Z adding 'executorch/exir/verification/arg_validator.py' 2025-06-05T23:55:16.6441476Z adding 'executorch/exir/verification/dev_html.py' 2025-06-05T23:55:16.6442014Z adding 'executorch/exir/verification/interpreter.py' 2025-06-05T23:55:16.6442561Z adding 'executorch/exir/verification/verifier.py' 2025-06-05T23:55:16.6443137Z adding 'executorch/exir/verification/test/test_verifier.py' 2025-06-05T23:55:16.6443739Z adding 'executorch/extension/export_util/__init__.py' 2025-06-05T23:55:16.6444276Z adding 'executorch/extension/export_util/utils.py' 2025-06-05T23:55:16.6444823Z adding 'executorch/extension/flat_tensor/__init__.py' 2025-06-05T23:55:16.6445436Z adding 'executorch/extension/flat_tensor/serialize/__init__.py' 2025-06-05T23:55:16.6446145Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor.fbs' 2025-06-05T23:55:16.6446908Z adding 'executorch/extension/flat_tensor/serialize/flat_tensor_schema.py' 2025-06-05T23:55:16.6447670Z adding 'executorch/extension/flat_tensor/serialize/scalar_type.fbs' 2025-06-05T23:55:16.6448393Z adding 'executorch/extension/flat_tensor/serialize/serialize.py' 2025-06-05T23:55:16.6449078Z adding 'executorch/extension/flat_tensor/test/test_serialize.py' 2025-06-05T23:55:16.6449716Z adding 'executorch/extension/gguf_util/convert_main.py' 2025-06-05T23:55:16.6450275Z adding 'executorch/extension/gguf_util/converter.py' 2025-06-05T23:55:16.6450823Z adding 'executorch/extension/gguf_util/load_gguf.py' 2025-06-05T23:55:16.6451472Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2025-06-05T23:55:16.6452142Z adding 'executorch/extension/llm/custom_ops/__init__.py' 2025-06-05T23:55:16.6452752Z adding 'executorch/extension/llm/custom_ops/custom_ops.py' 2025-06-05T23:55:16.6453425Z adding 'executorch/extension/llm/custom_ops/libcustom_ops_aot_lib.so' 2025-06-05T23:55:16.6454136Z adding 'executorch/extension/llm/custom_ops/model_sharding.py' 2025-06-05T23:55:17.4038429Z adding 'executorch/extension/llm/custom_ops/op_tile_crop_aot.py' 2025-06-05T23:55:17.4039307Z adding 'executorch/extension/llm/custom_ops/preprocess_custom_ops.py' 2025-06-05T23:55:17.4040097Z adding 'executorch/extension/llm/custom_ops/test_preprocess_custom_ops.py' 2025-06-05T23:55:17.4040959Z adding 'executorch/extension/llm/custom_ops/test_quantized_sdpa.py' 2025-06-05T23:55:17.4041705Z adding 'executorch/extension/llm/custom_ops/test_sdpa_with_kv_cache.py' 2025-06-05T23:55:17.4042449Z adding 'executorch/extension/llm/custom_ops/test_update_cache.py' 2025-06-05T23:55:17.4043258Z adding 'executorch/extension/llm/custom_ops/spinquant/special_hadamard_code_gen.py' 2025-06-05T23:55:17.4044191Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/example.py' 2025-06-05T23:55:17.4045087Z adding 'executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/gen.py' 2025-06-05T23:55:17.4045790Z adding 'executorch/extension/llm/export/__init__.py' 2025-06-05T23:55:17.4046338Z adding 'executorch/extension/llm/export/builder.py' 2025-06-05T23:55:17.4046907Z adding 'executorch/extension/llm/export/export_passes.py' 2025-06-05T23:55:17.4047987Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2025-06-05T23:55:17.4048608Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2025-06-05T23:55:17.4049236Z adding 'executorch/extension/llm/export/test_export_passes.py' 2025-06-05T23:55:17.4049871Z adding 'executorch/extension/llm/export/test/__init__.py' 2025-06-05T23:55:17.4050489Z adding 'executorch/extension/llm/export/test/test_builder.py' 2025-06-05T23:55:17.4051096Z adding 'executorch/extension/llm/modules/__init__.py' 2025-06-05T23:55:17.4051918Z adding 'executorch/extension/llm/modules/_position_embeddings.py' 2025-06-05T23:55:17.4052585Z adding 'executorch/extension/llm/modules/attention.py' 2025-06-05T23:55:17.4053146Z adding 'executorch/extension/llm/modules/kv_cache.py' 2025-06-05T23:55:17.4053726Z adding 'executorch/extension/llm/modules/test/__init__.py' 2025-06-05T23:55:17.4054379Z adding 'executorch/extension/llm/modules/test/test_attention.py' 2025-06-05T23:55:17.4055072Z adding 'executorch/extension/llm/modules/test/test_kv_cache.py' 2025-06-05T23:55:17.4055820Z adding 'executorch/extension/llm/modules/test/test_position_embeddings.py' 2025-06-05T23:55:17.4056517Z adding 'executorch/extension/llm/tokenizers/setup.py' 2025-06-05T23:55:17.4057467Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:17.4058457Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/constants.py' 2025-06-05T23:55:17.4059457Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:17.4060461Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:17.4061422Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:17.4062438Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:17.4063546Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:17.4064699Z adding 'executorch/extension/llm/tokenizers/build/lib/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:17.4065700Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/__init__.py' 2025-06-05T23:55:17.4066539Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/constants.py' 2025-06-05T23:55:17.4067416Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/hf_tokenizer.py' 2025-06-05T23:55:17.4068281Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/llama2c.py' 2025-06-05T23:55:17.4069214Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tiktoken.py' 2025-06-05T23:55:17.4070100Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/__init__.py' 2025-06-05T23:55:17.4071054Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/__init__.py' 2025-06-05T23:55:17.4072067Z adding 'executorch/extension/llm/tokenizers/pytorch_tokenizers/tools/llama2c/convert.py' 2025-06-05T23:55:17.4072934Z adding 'executorch/extension/llm/tokenizers/test/test_tiktoken.py' 2025-06-05T23:55:17.4073757Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/conanfile.py' 2025-06-05T23:55:17.4074665Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/create_lts.py' 2025-06-05T23:55:17.4075672Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2025-06-05T23:55:17.4076723Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/copts.py' 2025-06-05T23:55:17.4077773Z adding 'executorch/extension/llm/tokenizers/third-party/abseil-cpp/absl/copts/generate_copts.py' 2025-06-05T23:55:17.4078908Z adding 'executorch/extension/llm/tokenizers/third-party/json/docs/mkdocs/scripts/check_structure.py' 2025-06-05T23:55:17.4080053Z adding 'executorch/extension/llm/tokenizers/third-party/json/tests/thirdparty/imapdl/filterbr.py' 2025-06-05T23:55:17.4081520Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/amalgamate/amalgamate.py' 2025-06-05T23:55:17.4082659Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/gdb_pretty_printer/nlohmann-json.py' 2025-06-05T23:55:17.4083844Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/generate_natvis/generate_natvis.py' 2025-06-05T23:55:17.4084989Z adding 'executorch/extension/llm/tokenizers/third-party/json/tools/serve_header/serve_header.py' 2025-06-05T23:55:17.4086148Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateCommon.py' 2025-06-05T23:55:17.4087147Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateTest.py' 2025-06-05T23:55:17.4088105Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcd.py' 2025-06-05T23:55:17.4089088Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpHeader.py' 2025-06-05T23:55:17.4090128Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/GenerateUcpTables.py' 2025-06-05T23:55:17.4091118Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateCommon.py' 2025-06-05T23:55:17.4092069Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateDates.py' 2025-06-05T23:55:17.4093032Z adding 'executorch/extension/llm/tokenizers/third-party/pcre2/maint/UpdateRelease.py' 2025-06-05T23:55:17.4093981Z adding 'executorch/extension/llm/tokenizers/third-party/re2/benchlog/benchplot.py' 2025-06-05T23:55:17.4094865Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2.py' 2025-06-05T23:55:17.4095709Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/re2_test.py' 2025-06-05T23:55:17.4096572Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/setup.py' 2025-06-05T23:55:17.4097506Z adding 'executorch/extension/llm/tokenizers/third-party/re2/python/toolchains/generate.py' 2025-06-05T23:55:17.4098546Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_casefold.py' 2025-06-05T23:55:17.4099747Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/make_unicode_groups.py' 2025-06-05T23:55:17.4100660Z adding 'executorch/extension/llm/tokenizers/third-party/re2/re2/unicode.py' 2025-06-05T23:55:17.4101565Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/setup.py' 2025-06-05T23:55:17.4102696Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2025-06-05T23:55:17.4103991Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2025-06-05T23:55:17.4105393Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2025-06-05T23:55:17.4106853Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2025-06-05T23:55:17.4108110Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/__init__.py' 2025-06-05T23:55:17.4109354Z adding 'executorch/extension/llm/tokenizers/third-party/sentencepiece/python/test/sentencepiece_test.py' 2025-06-05T23:55:17.4110389Z adding 'executorch/extension/module/test/resources/gen_bundled_program.py' 2025-06-05T23:55:17.4111303Z adding 'executorch/extension/pybindings/_portable_lib.cpython-310-aarch64-linux-gnu.so' 2025-06-05T23:55:17.4112100Z adding 'executorch/extension/pybindings/portable_lib.py' 2025-06-05T23:55:17.4112711Z adding 'executorch/extension/pybindings/pybindings.pyi' 2025-06-05T23:55:17.4113315Z adding 'executorch/extension/pybindings/test/make_test.py' 2025-06-05T23:55:17.4114020Z adding 'executorch/extension/pybindings/test/test_backend_pybinding.py' 2025-06-05T23:55:17.4114762Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2025-06-05T23:55:17.4115673Z adding 'executorch/extension/pytree/__init__.py' 2025-06-05T23:55:17.4116190Z adding 'executorch/extension/pytree/test/test.py' 2025-06-05T23:55:17.4116709Z adding 'executorch/extension/training/__init__.py' 2025-06-05T23:55:17.4117340Z adding 'executorch/extension/training/examples/XOR/export_model.py' 2025-06-05T23:55:17.4118023Z adding 'executorch/extension/training/examples/XOR/model.py' 2025-06-05T23:55:17.4118739Z adding 'executorch/extension/training/examples/XOR/test/test_export.py' 2025-06-05T23:55:17.4119500Z adding 'executorch/extension/training/pybindings/_training_lib.pyi' 2025-06-05T23:55:17.4120420Z adding 'executorch/extension/training/pybindings/_training_module.py' 2025-06-05T23:55:17.4121157Z adding 'executorch/extension/training/pybindings/test/test.py' 2025-06-05T23:55:17.4122029Z adding 'executorch/include/executorch/extension/kernel_util/make_boxed_from_unboxed_functor.h' 2025-06-05T23:55:17.4123022Z adding 'executorch/include/executorch/extension/kernel_util/meta_programming.h' 2025-06-05T23:55:17.4123880Z adding 'executorch/include/executorch/extension/kernel_util/type_list.h' 2025-06-05T23:55:17.4124629Z adding 'executorch/include/executorch/extension/tensor/tensor.h' 2025-06-05T23:55:17.4125377Z adding 'executorch/include/executorch/extension/tensor/tensor_accessor.h' 2025-06-05T23:55:17.4126166Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr.h' 2025-06-05T23:55:17.4126953Z adding 'executorch/include/executorch/extension/tensor/tensor_ptr_maker.h' 2025-06-05T23:55:17.4127782Z adding 'executorch/include/executorch/extension/threadpool/cpuinfo_utils.h' 2025-06-05T23:55:17.4128618Z adding 'executorch/include/executorch/extension/threadpool/threadpool.h' 2025-06-05T23:55:18.0809711Z adding 'executorch/include/executorch/extension/threadpool/threadpool_guard.h' 2025-06-05T23:55:18.0810555Z adding 'executorch/include/executorch/runtime/core/array_ref.h' 2025-06-05T23:55:18.0811254Z adding 'executorch/include/executorch/runtime/core/data_loader.h' 2025-06-05T23:55:18.0811958Z adding 'executorch/include/executorch/runtime/core/defines.h' 2025-06-05T23:55:18.0812598Z adding 'executorch/include/executorch/runtime/core/error.h' 2025-06-05T23:55:18.0813231Z adding 'executorch/include/executorch/runtime/core/evalue.h' 2025-06-05T23:55:18.0813902Z adding 'executorch/include/executorch/runtime/core/event_tracer.h' 2025-06-05T23:55:18.0814661Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks.h' 2025-06-05T23:55:18.0815508Z adding 'executorch/include/executorch/runtime/core/event_tracer_hooks_delegate.h' 2025-06-05T23:55:18.0816358Z adding 'executorch/include/executorch/runtime/core/freeable_buffer.h' 2025-06-05T23:55:18.0817092Z adding 'executorch/include/executorch/runtime/core/function_ref.h' 2025-06-05T23:55:18.0817879Z adding 'executorch/include/executorch/runtime/core/hierarchical_allocator.h' 2025-06-05T23:55:18.0818724Z adding 'executorch/include/executorch/runtime/core/memory_allocator.h' 2025-06-05T23:55:18.0819485Z adding 'executorch/include/executorch/runtime/core/named_data_map.h' 2025-06-05T23:55:18.0820177Z adding 'executorch/include/executorch/runtime/core/result.h' 2025-06-05T23:55:18.0820797Z adding 'executorch/include/executorch/runtime/core/span.h' 2025-06-05T23:55:18.0821411Z adding 'executorch/include/executorch/runtime/core/tag.h' 2025-06-05T23:55:18.0822072Z adding 'executorch/include/executorch/runtime/core/tensor_layout.h' 2025-06-05T23:55:18.0822905Z adding 'executorch/include/executorch/runtime/core/tensor_shape_dynamism.h' 2025-06-05T23:55:18.0823744Z adding 'executorch/include/executorch/runtime/core/exec_aten/exec_aten.h' 2025-06-05T23:55:18.0824664Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_factory.h' 2025-06-05T23:55:18.0825682Z adding 'executorch/include/executorch/runtime/core/exec_aten/testing_util/tensor_util.h' 2025-06-05T23:55:18.0826647Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/dim_order_util.h' 2025-06-05T23:55:18.0827985Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/scalar_type_util.h' 2025-06-05T23:55:18.0829172Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_dimension_limit.h' 2025-06-05T23:55:18.0830219Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_shape_to_c_string.h' 2025-06-05T23:55:18.0831195Z adding 'executorch/include/executorch/runtime/core/exec_aten/util/tensor_util.h' 2025-06-05T23:55:18.0841701Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16.h' 2025-06-05T23:55:18.0842917Z adding 'executorch/include/executorch/runtime/core/portable_type/bfloat16_math.h' 2025-06-05T23:55:18.0843852Z adding 'executorch/include/executorch/runtime/core/portable_type/bits_types.h' 2025-06-05T23:55:18.0844705Z adding 'executorch/include/executorch/runtime/core/portable_type/complex.h' 2025-06-05T23:55:18.0845543Z adding 'executorch/include/executorch/runtime/core/portable_type/device.h' 2025-06-05T23:55:18.0846374Z adding 'executorch/include/executorch/runtime/core/portable_type/half.h' 2025-06-05T23:55:18.0847191Z adding 'executorch/include/executorch/runtime/core/portable_type/optional.h' 2025-06-05T23:55:18.0848058Z adding 'executorch/include/executorch/runtime/core/portable_type/qint_types.h' 2025-06-05T23:55:18.0849038Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar.h' 2025-06-05T23:55:18.0849906Z adding 'executorch/include/executorch/runtime/core/portable_type/scalar_type.h' 2025-06-05T23:55:18.0850795Z adding 'executorch/include/executorch/runtime/core/portable_type/string_view.h' 2025-06-05T23:55:18.0851667Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor.h' 2025-06-05T23:55:18.0852531Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_impl.h' 2025-06-05T23:55:18.0853435Z adding 'executorch/include/executorch/runtime/core/portable_type/tensor_options.h' 2025-06-05T23:55:18.0854405Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Export.h' 2025-06-05T23:55:18.0855417Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/macros/Macros.h' 2025-06-05T23:55:18.0856461Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-inl.h' 2025-06-05T23:55:18.0857530Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16-math.h' 2025-06-05T23:55:18.0858566Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/BFloat16.h' 2025-06-05T23:55:18.0859579Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half-inl.h' 2025-06-05T23:55:18.0860553Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/Half.h' 2025-06-05T23:55:18.0861598Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/TypeSafeSignMath.h' 2025-06-05T23:55:18.0862659Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/bit_cast.h' 2025-06-05T23:55:18.0863666Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex.h' 2025-06-05T23:55:18.0864691Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_math.h' 2025-06-05T23:55:18.0865751Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/complex_utils.h' 2025-06-05T23:55:18.0866872Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/floating_point_utils.h' 2025-06-05T23:55:18.0867937Z adding 'executorch/include/executorch/runtime/core/portable_type/c10/c10/util/irange.h' 2025-06-05T23:55:18.0868946Z adding 'executorch/include/executorch/runtime/kernel/kernel_includes.h' 2025-06-05T23:55:18.0869784Z adding 'executorch/include/executorch/runtime/kernel/kernel_runtime_context.h' 2025-06-05T23:55:18.0870622Z adding 'executorch/include/executorch/runtime/kernel/operator_registry.h' 2025-06-05T23:55:18.0871493Z adding 'executorch/include/executorch/runtime/kernel/thread_parallel_interface.h' 2025-06-05T23:55:18.0872534Z adding 'executorch/include/executorch/runtime/kernel/test/test_util.h' 2025-06-05T23:55:18.0873266Z adding 'executorch/include/executorch/runtime/platform/abort.h' 2025-06-05T23:55:18.0873960Z adding 'executorch/include/executorch/runtime/platform/assert.h' 2025-06-05T23:55:18.0874643Z adding 'executorch/include/executorch/runtime/platform/clock.h' 2025-06-05T23:55:18.0875384Z adding 'executorch/include/executorch/runtime/platform/compat_unistd.h' 2025-06-05T23:55:18.0876142Z adding 'executorch/include/executorch/runtime/platform/compiler.h' 2025-06-05T23:55:18.0876948Z adding 'executorch/include/executorch/runtime/platform/log.h' 2025-06-05T23:55:18.0877650Z adding 'executorch/include/executorch/runtime/platform/platform.h' 2025-06-05T23:55:18.0878379Z adding 'executorch/include/executorch/runtime/platform/profiler.h' 2025-06-05T23:55:18.0879095Z adding 'executorch/include/executorch/runtime/platform/runtime.h' 2025-06-05T23:55:18.0879799Z adding 'executorch/include/executorch/runtime/platform/system.h' 2025-06-05T23:55:18.0880492Z adding 'executorch/include/executorch/runtime/platform/types.h' 2025-06-05T23:55:18.0881213Z adding 'executorch/include/executorch/runtime/platform/test/pal_spy.h' 2025-06-05T23:55:18.0882032Z adding 'executorch/include/executorch/runtime/platform/test/stub_platform.h' 2025-06-05T23:55:18.0882713Z adding 'executorch/kernels/quantized/__init__.py' 2025-06-05T23:55:18.0883327Z adding 'executorch/kernels/quantized/libquantized_ops_aot_lib.so' 2025-06-05T23:55:18.0883968Z adding 'executorch/kernels/quantized/quantized.yaml' 2025-06-05T23:55:18.0884626Z adding 'executorch/kernels/quantized/test/supported_features_def.yaml' 2025-06-05T23:55:18.0885359Z adding 'executorch/kernels/quantized/test/test_out_variants.py' 2025-06-05T23:55:18.0886102Z adding 'executorch/kernels/quantized/test/test_quant_dequant_per_token.py' 2025-06-05T23:55:18.0886746Z adding 'executorch/runtime/__init__.py' 2025-06-05T23:55:18.0887254Z adding 'executorch/runtime/kernel/test/functions.yaml' 2025-06-05T23:55:18.0887804Z adding 'executorch/runtime/test/test_runtime.py' 2025-06-05T23:55:18.0888281Z adding 'executorch/schema/program.fbs' 2025-06-05T23:55:18.0888735Z adding 'executorch/schema/scalar_type.fbs' 2025-06-05T23:55:18.0889268Z adding 'executorch/share/cmake/executorch-config.cmake' 2025-06-05T23:55:18.0889855Z adding 'executorch/util/activation_memory_profiler.py' 2025-06-05T23:55:18.0890369Z adding 'executorch/util/collect_env.py' 2025-06-05T23:55:18.0890821Z adding 'executorch/util/python_profiler.py' 2025-06-05T23:55:18.0891395Z adding 'executorch-0.7.0a0+bd57234.dist-info/licenses/LICENSE' 2025-06-05T23:55:18.0892016Z adding 'executorch-0.7.0a0+bd57234.dist-info/METADATA' 2025-06-05T23:55:18.0892569Z adding 'executorch-0.7.0a0+bd57234.dist-info/WHEEL' 2025-06-05T23:55:18.0893171Z adding 'executorch-0.7.0a0+bd57234.dist-info/entry_points.txt' 2025-06-05T23:55:18.0893825Z adding 'executorch-0.7.0a0+bd57234.dist-info/top_level.txt' 2025-06-05T23:55:18.0894418Z adding 'executorch-0.7.0a0+bd57234.dist-info/RECORD' 2025-06-05T23:55:18.0894925Z removing pip-out/bdist.linux-aarch64/wheel 2025-06-05T23:55:18.0895815Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2025-06-05T23:55:18.0897176Z Created wheel for executorch: filename=executorch-0.7.0a0+bd57234-cp310-cp310-linux_aarch64.whl size=10880754 sha256=e68ed83af23481e0c01e3564d316a9f091c5f7d5c571c3510636f120039767e0 2025-06-05T23:55:18.0899200Z Stored in directory: /tmp/pip-ephem-wheel-cache-wx2ccvpz/wheels/9e/f0/2b/6a778c77421b91e006bef425e288a1e5c7c35b04c51317756b 2025-06-05T23:55:18.0902830Z  DEPRECATION: Building 'coremltools' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'coremltools'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-06-05T23:55:18.0906034Z  Running command python setup.py bdist_wheel 2025-06-05T23:55:18.0906471Z running bdist_wheel 2025-06-05T23:55:18.0906778Z running build 2025-06-05T23:55:18.0907052Z running build_py 2025-06-05T23:55:18.0907374Z creating build/lib/coremltools 2025-06-05T23:55:18.0907848Z copying coremltools/__init__.py -> build/lib/coremltools 2025-06-05T23:55:18.0908446Z copying coremltools/version.py -> build/lib/coremltools 2025-06-05T23:55:18.0909264Z creating build/lib/coremltools/_deps 2025-06-05T23:55:18.1079714Z copying coremltools/_deps/__init__.py -> build/lib/coremltools/_deps 2025-06-05T23:55:18.1080435Z creating build/lib/coremltools/converters 2025-06-05T23:55:18.1081102Z copying coremltools/converters/__init__.py -> build/lib/coremltools/converters 2025-06-05T23:55:18.1082047Z copying coremltools/converters/_converters_entry.py -> build/lib/coremltools/converters 2025-06-05T23:55:18.1082998Z copying coremltools/converters/_profile_utils.py -> build/lib/coremltools/converters 2025-06-05T23:55:18.1083684Z creating build/lib/coremltools/models 2025-06-05T23:55:18.1084271Z copying coremltools/models/__init__.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1085064Z copying coremltools/models/_compiled_model.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1085898Z copying coremltools/models/_deprecation.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1086757Z copying coremltools/models/_feature_management.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1087648Z copying coremltools/models/_interface_management.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1088571Z copying coremltools/models/array_feature_extractor.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1089455Z copying coremltools/models/compute_device.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1090297Z copying coremltools/models/compute_plan.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1091096Z copying coremltools/models/datatypes.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1091934Z copying coremltools/models/feature_vectorizer.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1092749Z copying coremltools/models/model.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1093499Z copying coremltools/models/pipeline.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1094302Z copying coremltools/models/tree_ensemble.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1095086Z copying coremltools/models/utils.py -> build/lib/coremltools/models 2025-06-05T23:55:18.1095694Z creating build/lib/coremltools/optimize 2025-06-05T23:55:18.1096304Z copying coremltools/optimize/__init__.py -> build/lib/coremltools/optimize 2025-06-05T23:55:18.1097107Z copying coremltools/optimize/_utils.py -> build/lib/coremltools/optimize 2025-06-05T23:55:18.1097739Z creating build/lib/coremltools/proto 2025-06-05T23:55:18.1098433Z copying coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1099588Z copying coremltools/proto/AudioFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1100564Z copying coremltools/proto/BayesianProbitRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1101556Z copying coremltools/proto/CategoricalMapping_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1102585Z copying coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1103549Z copying coremltools/proto/CustomModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1104411Z copying coremltools/proto/DataStructures_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1105285Z copying coremltools/proto/DictVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1106570Z copying coremltools/proto/FeatureTypes_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1107482Z copying coremltools/proto/FeatureVectorizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1108383Z copying coremltools/proto/GLMClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1109457Z copying coremltools/proto/GLMRegressor_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1110284Z copying coremltools/proto/Gazetteer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1111093Z copying coremltools/proto/Identity_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1112081Z copying coremltools/proto/Imputer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1113023Z copying coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1113979Z copying coremltools/proto/LinkedModel_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1114763Z copying coremltools/proto/MIL_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1115522Z copying coremltools/proto/Model_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1116341Z copying coremltools/proto/NamedParameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1117252Z copying coremltools/proto/NearestNeighbors_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1118138Z copying coremltools/proto/NeuralNetwork_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1119065Z copying coremltools/proto/NonMaximumSuppression_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1119982Z copying coremltools/proto/Normalizer_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1120823Z copying coremltools/proto/OneHotEncoder_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1121676Z copying coremltools/proto/Parameters_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1122454Z copying coremltools/proto/SVM_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1123215Z copying coremltools/proto/Scaler_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1124132Z copying coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1125118Z copying coremltools/proto/TextClassifier_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1125988Z copying coremltools/proto/TreeEnsemble_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1126882Z copying coremltools/proto/VisionFeaturePrint_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1127790Z copying coremltools/proto/WordEmbedding_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1128639Z copying coremltools/proto/WordTagger_pb2.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1129424Z copying coremltools/proto/__init__.py -> build/lib/coremltools/proto 2025-06-05T23:55:18.1130015Z creating build/lib/coremltools/test 2025-06-05T23:55:18.1130565Z copying coremltools/test/__init__.py -> build/lib/coremltools/test 2025-06-05T23:55:18.1131274Z copying coremltools/test/utils.py -> build/lib/coremltools/test 2025-06-05T23:55:18.1131869Z creating build/lib/coremltools/converters/libsvm 2025-06-05T23:55:18.1132630Z copying coremltools/converters/libsvm/__init__.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:18.1133697Z copying coremltools/converters/libsvm/_libsvm_converter.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:18.1134804Z copying coremltools/converters/libsvm/_libsvm_util.py -> build/lib/coremltools/converters/libsvm 2025-06-05T23:55:18.1135594Z creating build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1136303Z copying coremltools/converters/mil/__init__.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1137365Z copying coremltools/converters/mil/_deployment_compatibility.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1138437Z copying coremltools/converters/mil/conftest.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1139607Z copying coremltools/converters/mil/converter.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1140628Z copying coremltools/converters/mil/debugging_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1141659Z copying coremltools/converters/mil/input_types.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1142745Z copying coremltools/converters/mil/test_inputs_outputs_shape.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1143829Z copying coremltools/converters/mil/testing_reqs.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1144990Z copying coremltools/converters/mil/testing_utils.py -> build/lib/coremltools/converters/mil 2025-06-05T23:55:18.1145791Z creating build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1146593Z copying coremltools/converters/sklearn/_LinearSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1147674Z copying coremltools/converters/sklearn/_LinearSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1148848Z copying coremltools/converters/sklearn/_NuSVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1149879Z copying coremltools/converters/sklearn/_NuSVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1150878Z copying coremltools/converters/sklearn/_SVC.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1151873Z copying coremltools/converters/sklearn/_SVR.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1152886Z copying coremltools/converters/sklearn/__init__.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1153937Z copying coremltools/converters/sklearn/_converter.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1155069Z copying coremltools/converters/sklearn/_converter_internal.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1156293Z copying coremltools/converters/sklearn/_decision_tree_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1157552Z copying coremltools/converters/sklearn/_decision_tree_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1158750Z copying coremltools/converters/sklearn/_dict_vectorizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1159976Z copying coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1161295Z copying coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1162467Z copying coremltools/converters/sklearn/_imputer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1163615Z copying coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1164827Z copying coremltools/converters/sklearn/_linear_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1166024Z copying coremltools/converters/sklearn/_logistic_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1167172Z copying coremltools/converters/sklearn/_normalizer.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1168274Z copying coremltools/converters/sklearn/_one_hot_encoder.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1302382Z copying coremltools/converters/sklearn/_random_forest_classifier.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1303859Z copying coremltools/converters/sklearn/_random_forest_regressor.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1305109Z copying coremltools/converters/sklearn/_ridge_regression.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1306235Z copying coremltools/converters/sklearn/_sklearn_util.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1307356Z copying coremltools/converters/sklearn/_standard_scaler.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1308990Z copying coremltools/converters/sklearn/_svm_common.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1310091Z copying coremltools/converters/sklearn/_tree_ensemble.py -> build/lib/coremltools/converters/sklearn 2025-06-05T23:55:18.1310907Z creating build/lib/coremltools/converters/xgboost 2025-06-05T23:55:18.1311689Z copying coremltools/converters/xgboost/__init__.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:18.1312708Z copying coremltools/converters/xgboost/_tree.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:18.1313973Z copying coremltools/converters/xgboost/_tree_ensemble.py -> build/lib/coremltools/converters/xgboost 2025-06-05T23:55:18.1314833Z creating build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:18.1315665Z copying coremltools/converters/mil/backend/__init__.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:18.1316847Z copying coremltools/converters/mil/backend/backend_helper.py -> build/lib/coremltools/converters/mil/backend 2025-06-05T23:55:18.1317801Z creating build/lib/coremltools/converters/mil/experimental 2025-06-05T23:55:18.1318742Z copying coremltools/converters/mil/experimental/__init__.py -> build/lib/coremltools/converters/mil/experimental 2025-06-05T23:55:18.1319667Z creating build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:18.1320515Z copying coremltools/converters/mil/frontend/__init__.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:18.1321667Z copying coremltools/converters/mil/frontend/_utils.py -> build/lib/coremltools/converters/mil/frontend 2025-06-05T23:55:18.1322509Z creating build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1323270Z copying coremltools/converters/mil/mil/__init__.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1324287Z copying coremltools/converters/mil/mil/block.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1325323Z copying coremltools/converters/mil/mil/builder.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1326385Z copying coremltools/converters/mil/mil/input_type.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1327456Z copying coremltools/converters/mil/mil/operation.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1328522Z copying coremltools/converters/mil/mil/program.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1329553Z copying coremltools/converters/mil/mil/scope.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1330569Z copying coremltools/converters/mil/mil/utils.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1331572Z copying coremltools/converters/mil/mil/var.py -> build/lib/coremltools/converters/mil/mil 2025-06-05T23:55:18.1332371Z creating build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.1333281Z copying coremltools/converters/mil/backend/mil/__init__.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.1334525Z copying coremltools/converters/mil/backend/mil/helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.1335745Z copying coremltools/converters/mil/backend/mil/load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.1336993Z copying coremltools/converters/mil/backend/mil/test_helper.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.1338259Z copying coremltools/converters/mil/backend/mil/test_load.py -> build/lib/coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.1339203Z creating build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.1340106Z copying coremltools/converters/mil/backend/nn/__init__.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.1341287Z copying coremltools/converters/mil/backend/nn/load.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.1342763Z copying coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.1344103Z copying coremltools/converters/mil/backend/nn/op_mapping.py -> build/lib/coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.1345086Z creating build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.1346155Z copying coremltools/converters/mil/backend/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.1347821Z copying coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.1349593Z copying coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.1351158Z copying coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.1352940Z copying coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.1354637Z copying coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.1356202Z copying coremltools/converters/mil/backend/mil/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.1357300Z creating build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1358350Z copying coremltools/converters/mil/backend/nn/passes/__init__.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1359843Z copying coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1361445Z copying coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1363051Z copying coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1364717Z copying coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1366413Z copying coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1368039Z copying coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1369592Z copying coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1371125Z copying coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1372654Z copying coremltools/converters/mil/backend/nn/passes/test_passes.py -> build/lib/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.1373758Z creating build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.1374855Z copying coremltools/converters/mil/experimental/passes/__init__.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.1376476Z copying coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.1378220Z copying coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.1379928Z copying coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.1381982Z copying coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.1383833Z copying coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.1385585Z copying coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.1386815Z creating build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.1387966Z copying coremltools/converters/mil/frontend/milproto/__init__.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.1389487Z copying coremltools/converters/mil/frontend/milproto/helper.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.1390894Z copying coremltools/converters/mil/frontend/milproto/load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.1392316Z copying coremltools/converters/mil/frontend/milproto/test_load.py -> build/lib/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.1393404Z creating build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1394481Z copying coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1488272Z copying coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1489971Z copying coremltools/converters/mil/frontend/tensorflow/convert_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1491530Z copying coremltools/converters/mil/frontend/tensorflow/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1493072Z copying coremltools/converters/mil/frontend/tensorflow/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1494723Z copying coremltools/converters/mil/frontend/tensorflow/dot_visitor.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1496204Z copying coremltools/converters/mil/frontend/tensorflow/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1497695Z copying coremltools/converters/mil/frontend/tensorflow/naming_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1499306Z copying coremltools/converters/mil/frontend/tensorflow/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1500774Z copying coremltools/converters/mil/frontend/tensorflow/parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1502291Z copying coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1503852Z copying coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1505364Z copying coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/lib/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.1506468Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.1507577Z copying coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.1509370Z copying coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.1510889Z copying coremltools/converters/mil/frontend/tensorflow2/load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.1512356Z copying coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.1513804Z creating build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1514773Z copying coremltools/converters/mil/frontend/torch/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1516110Z copying coremltools/converters/mil/frontend/torch/converter.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1517476Z copying coremltools/converters/mil/frontend/torch/dialect_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1519089Z copying coremltools/converters/mil/frontend/torch/exir_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1520501Z copying coremltools/converters/mil/frontend/torch/internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1521855Z copying coremltools/converters/mil/frontend/torch/load.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1523145Z copying coremltools/converters/mil/frontend/torch/ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1524511Z copying coremltools/converters/mil/frontend/torch/quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1525979Z copying coremltools/converters/mil/frontend/torch/torch_op_registry.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1527424Z copying coremltools/converters/mil/frontend/torch/torchir_passes.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1528879Z copying coremltools/converters/mil/frontend/torch/torchscript_utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1530278Z copying coremltools/converters/mil/frontend/torch/utils.py -> build/lib/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.1531361Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.1532688Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.1534568Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/backfill_make_list_elem_type.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.1536635Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.1538499Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.1540355Z copying coremltools/converters/mil/frontend/tensorflow/ssa_passes/tf_lstm_to_core_lstm.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.1541686Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1542893Z copying coremltools/converters/mil/frontend/tensorflow/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1544573Z copying coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1546318Z copying coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1548031Z copying coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1549779Z copying coremltools/converters/mil/frontend/tensorflow/test/test_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1551422Z copying coremltools/converters/mil/frontend/tensorflow/test/test_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1553237Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parse.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1554941Z copying coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1556726Z copying coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1558573Z copying coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.1559905Z creating build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1561271Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1563127Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/cond_to_where.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1565081Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/constant_propagation.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1567053Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_asserts.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1568982Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_constant.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1570987Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_disconnected_nodes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1573022Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/functionalize_loops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1575001Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/fuse_dilation_conv.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1576943Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/insert_get_tuple.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1578895Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/quantization_pass.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1580893Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/tensor_array_transform.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1582915Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/variable_node_transform.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1698814Z copying coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py -> build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.1700251Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:18.1701599Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:18.1703487Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:18.1705397Z copying coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:18.1706734Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.1708316Z copying coremltools/converters/mil/frontend/tensorflow2/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.1710213Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.1711987Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.1713963Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.1715800Z copying coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.1717575Z copying coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.1718915Z creating build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:18.1720307Z copying coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:18.1722295Z copying coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/rewrite_control_flow_functions.py -> build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:18.1723778Z creating build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:18.1724988Z copying coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:18.1726712Z copying coremltools/converters/mil/frontend/torch/ssa_passes/torch_tensor_assign_to_core.py -> build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:18.1728594Z copying coremltools/converters/mil/frontend/torch/ssa_passes/torch_upsample_to_core_upsample.py -> build/lib/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:18.1729898Z creating build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1730982Z copying coremltools/converters/mil/frontend/torch/test/__init__.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1732493Z copying coremltools/converters/mil/frontend/torch/test/test_custom_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1734058Z copying coremltools/converters/mil/frontend/torch/test/test_examples.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1735653Z copying coremltools/converters/mil/frontend/torch/test/test_internal_graph.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1737228Z copying coremltools/converters/mil/frontend/torch/test/test_passes.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1738838Z copying coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1740573Z copying coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1742336Z copying coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1744006Z copying coremltools/converters/mil/frontend/torch/test/test_torch_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1745645Z copying coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1747558Z copying coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1749274Z copying coremltools/converters/mil/frontend/torch/test/testing_utils.py -> build/lib/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.1750349Z creating build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:18.1751181Z copying coremltools/converters/mil/mil/ops/__init__.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:18.1752309Z copying coremltools/converters/mil/mil/ops/helper.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:18.1753561Z copying coremltools/converters/mil/mil/ops/registry.py -> build/lib/coremltools/converters/mil/mil/ops 2025-06-05T23:55:18.1754467Z creating build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.1755356Z copying coremltools/converters/mil/mil/passes/__init__.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.1756602Z copying coremltools/converters/mil/mil/passes/graph_pass.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.1757848Z copying coremltools/converters/mil/mil/passes/helper.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.1759106Z copying coremltools/converters/mil/mil/passes/pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.1760411Z copying coremltools/converters/mil/mil/passes/pass_registry.py -> build/lib/coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.1761355Z creating build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.1762235Z copying coremltools/converters/mil/mil/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.1763432Z copying coremltools/converters/mil/mil/tests/test_block.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.1764651Z copying coremltools/converters/mil/mil/tests/test_debug.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.1765908Z copying coremltools/converters/mil/mil/tests/test_programs.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.1767146Z copying coremltools/converters/mil/mil/tests/test_types.py -> build/lib/coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.1768062Z creating build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1768939Z copying coremltools/converters/mil/mil/types/__init__.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1770136Z copying coremltools/converters/mil/mil/types/annotate.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1771384Z copying coremltools/converters/mil/mil/types/get_type_info.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1772652Z copying coremltools/converters/mil/mil/types/global_methods.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1773906Z copying coremltools/converters/mil/mil/types/symbolic.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1775146Z copying coremltools/converters/mil/mil/types/type_bool.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1776564Z copying coremltools/converters/mil/mil/types/type_complex.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1777810Z copying coremltools/converters/mil/mil/types/type_dict.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1779047Z copying coremltools/converters/mil/mil/types/type_double.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1780383Z copying coremltools/converters/mil/mil/types/type_globals_pseudo_type.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1781679Z copying coremltools/converters/mil/mil/types/type_int.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1782883Z copying coremltools/converters/mil/mil/types/type_list.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1784317Z copying coremltools/converters/mil/mil/types/type_mapping.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1785549Z copying coremltools/converters/mil/mil/types/type_spec.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1786773Z copying coremltools/converters/mil/mil/types/type_state.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1787973Z copying coremltools/converters/mil/mil/types/type_str.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1789388Z copying coremltools/converters/mil/mil/types/type_tensor.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1790643Z copying coremltools/converters/mil/mil/types/type_tuple.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.1791879Z copying coremltools/converters/mil/mil/types/type_unknown.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.2094360Z copying coremltools/converters/mil/mil/types/type_void.py -> build/lib/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.2095382Z creating build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:18.2096319Z copying coremltools/converters/mil/mil/visitors/__init__.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:18.2097604Z copying coremltools/converters/mil/mil/visitors/dot_visitor.py -> build/lib/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:18.2098571Z creating build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.2099688Z copying coremltools/converters/mil/mil/ops/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.2100940Z copying coremltools/converters/mil/mil/ops/defs/_op_reqs.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.2102173Z copying coremltools/converters/mil/mil/ops/defs/_utils.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.2103520Z copying coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.2104547Z creating build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:18.2105511Z copying coremltools/converters/mil/mil/ops/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:18.2106818Z copying coremltools/converters/mil/mil/ops/tests/test_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:18.2108175Z copying coremltools/converters/mil/mil/ops/tests/testing_utils.py -> build/lib/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:18.2109363Z creating build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:18.2110595Z copying coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:18.2112249Z copying coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:18.2113419Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2114469Z copying coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2115938Z copying coremltools/converters/mil/mil/ops/defs/iOS15/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2117447Z copying coremltools/converters/mil/mil/ops/defs/iOS15/classify.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2118939Z copying coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2120391Z copying coremltools/converters/mil/mil/ops/defs/iOS15/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2122264Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2123873Z copying coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2125439Z copying coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2126912Z copying coremltools/converters/mil/mil/ops/defs/iOS15/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2128601Z copying coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2130100Z copying coremltools/converters/mil/mil/ops/defs/iOS15/pool.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2131519Z copying coremltools/converters/mil/mil/ops/defs/iOS15/random.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2132992Z copying coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2134471Z copying coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2135986Z copying coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2137552Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2139158Z copying coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.2140347Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.2141411Z copying coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.2142891Z copying coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.2144429Z copying coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.2145962Z copying coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.2147529Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.2149245Z copying coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.2150434Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2151498Z copying coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2152960Z copying coremltools/converters/mil/mil/ops/defs/iOS17/activation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2154416Z copying coremltools/converters/mil/mil/ops/defs/iOS17/conv.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2155903Z copying coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2157484Z copying coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2158973Z copying coremltools/converters/mil/mil/ops/defs/iOS17/linear.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2160475Z copying coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2162214Z copying coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2163746Z copying coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2165222Z copying coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2166874Z copying coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2168451Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2170063Z copying coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.2171251Z creating build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.2172301Z copying coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.2173771Z copying coremltools/converters/mil/mil/ops/defs/iOS18/compression.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.2175276Z copying coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.2176746Z copying coremltools/converters/mil/mil/ops/defs/iOS18/states.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.2178293Z copying coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.2179893Z copying coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py -> build/lib/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.2181087Z creating build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:18.2182352Z copying coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:18.2184119Z copying coremltools/converters/mil/mil/ops/tests/coreml_dialect/test_coreml_dialect.py -> build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:18.2185404Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2186481Z copying coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2294378Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2296032Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2297591Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2299357Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2301041Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2302690Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2304259Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2305824Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2307721Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2309394Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2310935Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2312699Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2314308Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2315933Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2317636Z copying coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.2318857Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.2319929Z copying coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.2321477Z copying coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.2323115Z copying coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.2324787Z copying coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.2326013Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.2327078Z copying coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.2328608Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.2330150Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.2331719Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.2333337Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.2334964Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.2336665Z copying coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.2337885Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2338956Z copying coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2340467Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2341999Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2343582Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2345220Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2346939Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2348516Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2350259Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2351952Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2353534Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2355118Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2356760Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2358447Z copying coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.2359660Z creating build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.2360747Z copying coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.2362262Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.2363848Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.2365403Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.2367019Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.2368683Z copying coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py -> build/lib/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.2369825Z creating build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2370822Z copying coremltools/converters/mil/mil/passes/defs/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2372284Z copying coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2373848Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2375482Z copying coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2377062Z copying coremltools/converters/mil/mil/passes/defs/optimize_conv.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2378603Z copying coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2380167Z copying coremltools/converters/mil/mil/passes/defs/optimize_linear.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2381698Z copying coremltools/converters/mil/mil/passes/defs/optimize_normalization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2383277Z copying coremltools/converters/mil/mil/passes/defs/optimize_quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2385005Z copying coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2386481Z copying coremltools/converters/mil/mil/passes/defs/optimize_state.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2388013Z copying coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2516376Z copying coremltools/converters/mil/mil/passes/defs/preprocess.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2518258Z copying coremltools/converters/mil/mil/passes/defs/quantization.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2519736Z copying coremltools/converters/mil/mil/passes/defs/randomize.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2521182Z copying coremltools/converters/mil/mil/passes/defs/symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2522669Z copying coremltools/converters/mil/mil/passes/defs/transformer.py -> build/lib/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.2523735Z creating build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2524752Z copying coremltools/converters/mil/mil/passes/tests/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2526211Z copying coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2527823Z copying coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2529489Z copying coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2531088Z copying coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2532578Z copying coremltools/converters/mil/mil/passes/tests/test_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2534114Z copying coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2535751Z copying coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2537328Z copying coremltools/converters/mil/mil/passes/tests/test_state_passes.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2538873Z copying coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py -> build/lib/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.2540038Z creating build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2541234Z copying coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2542920Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2544738Z copying coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2546520Z copying coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2548305Z copying coremltools/converters/mil/mil/passes/defs/cleanup/dedup_op_and_var_names.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2550194Z copying coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2552227Z copying coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2554007Z copying coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2555792Z copying coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2557651Z copying coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2559471Z copying coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2561274Z copying coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py -> build/lib/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.2562441Z creating build/lib/coremltools/models/ml_program 2025-06-05T23:55:18.2563184Z copying coremltools/models/ml_program/__init__.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:55:18.2564241Z copying coremltools/models/ml_program/compression_utils.py -> build/lib/coremltools/models/ml_program 2025-06-05T23:55:18.2565107Z creating build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:18.2565987Z copying coremltools/models/nearest_neighbors/__init__.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:18.2567181Z copying coremltools/models/nearest_neighbors/builder.py -> build/lib/coremltools/models/nearest_neighbors 2025-06-05T23:55:18.2568053Z creating build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2568874Z copying coremltools/models/neural_network/__init__.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2569963Z copying coremltools/models/neural_network/builder.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2571147Z copying coremltools/models/neural_network/flexible_shape_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2572401Z copying coremltools/models/neural_network/optimization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2573567Z copying coremltools/models/neural_network/printer.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2574750Z copying coremltools/models/neural_network/quantization_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2576001Z copying coremltools/models/neural_network/spec_inspection_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2577287Z copying coremltools/models/neural_network/update_optimizer_utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2578466Z copying coremltools/models/neural_network/utils.py -> build/lib/coremltools/models/neural_network 2025-06-05T23:55:18.2579345Z creating build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:18.2580333Z copying coremltools/models/ml_program/experimental/__init__.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:18.2581671Z copying coremltools/models/ml_program/experimental/async_wrapper.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:18.2583105Z copying coremltools/models/ml_program/experimental/compute_plan_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:18.2584552Z copying coremltools/models/ml_program/experimental/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:18.2586000Z copying coremltools/models/ml_program/experimental/model_structure_path.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:18.2587418Z copying coremltools/models/ml_program/experimental/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:18.2589074Z copying coremltools/models/ml_program/experimental/remote_device.py -> build/lib/coremltools/models/ml_program/experimental 2025-06-05T23:55:18.2590141Z creating build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:18.2591244Z copying coremltools/models/ml_program/experimental/torch/__init__.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:18.2592768Z copying coremltools/models/ml_program/experimental/torch/debugging_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:18.2594490Z copying coremltools/models/ml_program/experimental/torch/perf_utils.py -> build/lib/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:18.2595524Z creating build/lib/coremltools/optimize/coreml 2025-06-05T23:55:18.2596248Z copying coremltools/optimize/coreml/__init__.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:18.2597225Z copying coremltools/optimize/coreml/_config.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:18.2598310Z copying coremltools/optimize/coreml/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:18.2599677Z copying coremltools/optimize/coreml/_quantization_passes.py -> build/lib/coremltools/optimize/coreml 2025-06-05T23:55:18.2600508Z creating build/lib/coremltools/optimize/torch 2025-06-05T23:55:18.2601225Z copying coremltools/optimize/torch/__init__.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:18.2602180Z copying coremltools/optimize/torch/_logging.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:18.2603129Z copying coremltools/optimize/torch/_typing.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:18.2604159Z copying coremltools/optimize/torch/base_model_optimizer.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:18.2605270Z copying coremltools/optimize/torch/optimization_config.py -> build/lib/coremltools/optimize/torch 2025-06-05T23:55:18.2606195Z creating build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.2607170Z copying coremltools/optimize/coreml/experimental/__init__.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.2608463Z copying coremltools/optimize/coreml/experimental/_config.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.2731593Z copying coremltools/optimize/coreml/experimental/_model_debugger.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.2733213Z copying coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.2734816Z copying coremltools/optimize/coreml/experimental/test_post_training_quantization.py -> build/lib/coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.2735911Z creating build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2736871Z copying coremltools/optimize/torch/_utils/__init__.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2737971Z copying coremltools/optimize/torch/_utils/dist_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2739090Z copying coremltools/optimize/torch/_utils/fsdp_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2740214Z copying coremltools/optimize/torch/_utils/graph_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2741432Z copying coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2742628Z copying coremltools/optimize/torch/_utils/k_means.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2743719Z copying coremltools/optimize/torch/_utils/math_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2744868Z copying coremltools/optimize/torch/_utils/metadata_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2746408Z copying coremltools/optimize/torch/_utils/model_size_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2747604Z copying coremltools/optimize/torch/_utils/optimizer_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2748865Z copying coremltools/optimize/torch/_utils/python_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2749993Z copying coremltools/optimize/torch/_utils/registry.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2751383Z copying coremltools/optimize/torch/_utils/report_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2752569Z copying coremltools/optimize/torch/_utils/state_dict_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2753731Z copying coremltools/optimize/torch/_utils/torch_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2754877Z copying coremltools/optimize/torch/_utils/transforms.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2756046Z copying coremltools/optimize/torch/_utils/validation_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2757235Z copying coremltools/optimize/torch/_utils/version_utils.py -> build/lib/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.2758196Z creating build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.2759335Z copying coremltools/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.2760847Z copying coremltools/optimize/torch/layerwise_compression/_quant.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.2762383Z copying coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.2763962Z copying coremltools/optimize/torch/layerwise_compression/input_cacher.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.2765601Z copying coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py -> build/lib/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.2766784Z creating build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2767763Z copying coremltools/optimize/torch/palettization/__init__.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2769142Z copying coremltools/optimize/torch/palettization/_custom_conversion.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2770591Z copying coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2772083Z copying coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2773563Z copying coremltools/optimize/torch/palettization/_partitioner.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2774986Z copying coremltools/optimize/torch/palettization/_supported_modules.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2776353Z copying coremltools/optimize/torch/palettization/_utils.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2777714Z copying coremltools/optimize/torch/palettization/fake_palettize.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2779197Z copying coremltools/optimize/torch/palettization/palettization_config.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2780650Z copying coremltools/optimize/torch/palettization/palettizer.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2782147Z copying coremltools/optimize/torch/palettization/post_training_palettization.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2783816Z copying coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/lib/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.2784828Z creating build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:18.2785682Z copying coremltools/optimize/torch/pruning/__init__.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:18.2786839Z copying coremltools/optimize/torch/pruning/_base_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:18.2788179Z copying coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:18.2789494Z copying coremltools/optimize/torch/pruning/_utils.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:18.2790697Z copying coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:18.2791989Z copying coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/lib/coremltools/optimize/torch/pruning 2025-06-05T23:55:18.2792961Z creating build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2793909Z copying coremltools/optimize/torch/quantization/__init__.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2795238Z copying coremltools/optimize/torch/quantization/_annotation_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2796629Z copying coremltools/optimize/torch/quantization/_backend_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2798038Z copying coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2799568Z copying coremltools/optimize/torch/quantization/_configure.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2800929Z copying coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2802367Z copying coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2803795Z copying coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2805110Z copying coremltools/optimize/torch/quantization/_utils.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2806509Z copying coremltools/optimize/torch/quantization/post_training_quantization.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2808019Z copying coremltools/optimize/torch/quantization/quantization_config.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2809415Z copying coremltools/optimize/torch/quantization/quantizer.py -> build/lib/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.2810455Z creating build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.2811582Z copying coremltools/optimize/torch/quantization/modules/__init__.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.2813127Z copying coremltools/optimize/torch/quantization/modules/conv_transpose.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.2814775Z copying coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.2816415Z copying coremltools/optimize/torch/quantization/modules/fused_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.2818076Z copying coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.2819725Z copying coremltools/optimize/torch/quantization/modules/observers.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.2821601Z copying coremltools/optimize/torch/quantization/modules/qat_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.2823220Z copying coremltools/optimize/torch/quantization/modules/quantized_modules.py -> build/lib/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.2824281Z creating build/lib/coremltools/test/api 2025-06-05T23:55:18.2976816Z copying coremltools/test/api/__init__.py -> build/lib/coremltools/test/api 2025-06-05T23:55:18.2978115Z copying coremltools/test/api/test_api_examples.py -> build/lib/coremltools/test/api 2025-06-05T23:55:18.2979358Z copying coremltools/test/api/test_api_visibilities.py -> build/lib/coremltools/test/api 2025-06-05T23:55:18.2980094Z creating build/lib/coremltools/test/blob 2025-06-05T23:55:18.2980725Z copying coremltools/test/blob/__init__.py -> build/lib/coremltools/test/blob 2025-06-05T23:55:18.2981571Z copying coremltools/test/blob/test_weights.py -> build/lib/coremltools/test/blob 2025-06-05T23:55:18.2982286Z creating build/lib/coremltools/test/ml_program 2025-06-05T23:55:18.2982996Z copying coremltools/test/ml_program/__init__.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:18.2983983Z copying coremltools/test/ml_program/test_compression.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:18.2984996Z copying coremltools/test/ml_program/test_utils.py -> build/lib/coremltools/test/ml_program 2025-06-05T23:55:18.2985743Z creating build/lib/coremltools/test/modelpackage 2025-06-05T23:55:18.2986514Z copying coremltools/test/modelpackage/__init__.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:18.2987559Z copying coremltools/test/modelpackage/test_mlmodel.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:18.2988774Z copying coremltools/test/modelpackage/test_modelpackage.py -> build/lib/coremltools/test/modelpackage 2025-06-05T23:55:18.2989639Z creating build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.2990416Z copying coremltools/test/neural_network/__init__.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.2991522Z copying coremltools/test/neural_network/test_compiled_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.2992721Z copying coremltools/test/neural_network/test_custom_neural_nets.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.2993873Z copying coremltools/test/neural_network/test_model.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.2995020Z copying coremltools/test/neural_network/test_neural_networks.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.2996178Z copying coremltools/test/neural_network/test_nn_builder.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.2997331Z copying coremltools/test/neural_network/test_numpy_nn_layers.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.2998507Z copying coremltools/test/neural_network/test_quantization.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.2999839Z copying coremltools/test/neural_network/test_simple_nn_inference.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.3001028Z copying coremltools/test/neural_network/test_tf_numeric.py -> build/lib/coremltools/test/neural_network 2025-06-05T23:55:18.3001833Z creating build/lib/coremltools/test/optimize 2025-06-05T23:55:18.3002529Z copying coremltools/test/optimize/__init__.py -> build/lib/coremltools/test/optimize 2025-06-05T23:55:18.3003468Z copying coremltools/test/optimize/test_utils.py -> build/lib/coremltools/test/optimize 2025-06-05T23:55:18.3004208Z creating build/lib/coremltools/test/pipeline 2025-06-05T23:55:18.3004899Z copying coremltools/test/pipeline/__init__.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:18.3005910Z copying coremltools/test/pipeline/test_model_updatable.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:18.3006953Z copying coremltools/test/pipeline/test_pipeline.py -> build/lib/coremltools/test/pipeline 2025-06-05T23:55:18.3007969Z creating build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3008732Z copying coremltools/test/sklearn_tests/__init__.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3009756Z copying coremltools/test/sklearn_tests/test_NuSVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3010807Z copying coremltools/test/sklearn_tests/test_NuSVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3011842Z copying coremltools/test/sklearn_tests/test_SVC.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3013002Z copying coremltools/test/sklearn_tests/test_SVR.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3014157Z copying coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3015387Z copying coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3016600Z copying coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3017763Z copying coremltools/test/sklearn_tests/test_feature_names.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3018910Z copying coremltools/test/sklearn_tests/test_glm_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3020033Z copying coremltools/test/sklearn_tests/test_imputer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3021113Z copying coremltools/test/sklearn_tests/test_io_types.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3022289Z copying coremltools/test/sklearn_tests/test_k_neighbors_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3023527Z copying coremltools/test/sklearn_tests/test_linear_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3024780Z copying coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3025997Z copying coremltools/test/sklearn_tests/test_normalizer.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3027131Z copying coremltools/test/sklearn_tests/test_one_hot_encoder.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3028358Z copying coremltools/test/sklearn_tests/test_random_forest_classifier.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3029812Z copying coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3031151Z copying coremltools/test/sklearn_tests/test_random_forest_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3032497Z copying coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3033788Z copying coremltools/test/sklearn_tests/test_ridge_regression.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3034978Z copying coremltools/test/sklearn_tests/test_standard_scalar.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3036099Z copying coremltools/test/sklearn_tests/test_utils.py -> build/lib/coremltools/test/sklearn_tests 2025-06-05T23:55:18.3036881Z creating build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3037645Z copying coremltools/test/xgboost_tests/__init__.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3038799Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3040143Z copying coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3041485Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3042975Z copying coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3044309Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3045641Z copying coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3046976Z copying coremltools/test/xgboost_tests/test_decision_tree_regression.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3048434Z copying coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py -> build/lib/coremltools/test/xgboost_tests 2025-06-05T23:55:18.3049461Z creating build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:18.3050402Z copying coremltools/test/ml_program/experimental/__init__.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:18.3051752Z copying coremltools/test/ml_program/experimental/test_compute_plan_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:18.3053190Z copying coremltools/test/ml_program/experimental/test_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:18.3054579Z copying coremltools/test/ml_program/experimental/test_perf_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:18.3055944Z copying coremltools/test/ml_program/experimental/test_remote_device.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:18.3057393Z copying coremltools/test/ml_program/experimental/test_torch_debugging_utils.py -> build/lib/coremltools/test/ml_program/experimental 2025-06-05T23:55:18.3058406Z creating build/lib/coremltools/test/optimize/api 2025-06-05T23:55:18.3059156Z copying coremltools/test/optimize/api/__init__.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:55:18.3060227Z copying coremltools/test/optimize/api/test_optimize_api.py -> build/lib/coremltools/test/optimize/api 2025-06-05T23:55:18.3061077Z creating build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:18.3061884Z copying coremltools/test/optimize/coreml/__init__.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:18.3062996Z copying coremltools/test/optimize/coreml/test_passes.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:18.3064280Z copying coremltools/test/optimize/coreml/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/coreml 2025-06-05T23:55:18.3065267Z creating build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:18.3895796Z copying coremltools/test/optimize/torch/__init__.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:18.3896987Z copying coremltools/test/optimize/torch/conftest.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:18.3898091Z copying coremltools/test/optimize/torch/smoke_test.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:18.3899428Z copying coremltools/test/optimize/torch/test_api_surface.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:18.3900633Z copying coremltools/test/optimize/torch/test_base_optimizer.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:18.3901759Z copying coremltools/test/optimize/torch/utils.py -> build/lib/coremltools/test/optimize/torch 2025-06-05T23:55:18.3902625Z creating build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:18.3903636Z copying coremltools/test/optimize/torch/conversion/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:18.3905065Z copying coremltools/test/optimize/torch/conversion/conversion_utils.py -> build/lib/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:18.3906224Z creating build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:18.3907453Z copying coremltools/test/optimize/torch/layerwise_compression/__init__.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:18.3909708Z copying coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:18.3911430Z copying coremltools/test/optimize/torch/layerwise_compression/test_quant.py -> build/lib/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:18.3912592Z creating build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:18.3913710Z copying coremltools/test/optimize/torch/models/__init__.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:18.3914959Z copying coremltools/test/optimize/torch/models/mnist.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:18.3916244Z copying coremltools/test/optimize/torch/models/multi_input_net.py -> build/lib/coremltools/test/optimize/torch/models 2025-06-05T23:55:18.3917271Z creating build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.3918361Z copying coremltools/test/optimize/torch/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.3919910Z copying coremltools/test/optimize/torch/palettization/palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.3921567Z copying coremltools/test/optimize/torch/palettization/test_palettization_api.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.3923250Z copying coremltools/test/optimize/torch/palettization/test_palettization_utils.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.3924893Z copying coremltools/test/optimize/torch/palettization/test_palettizer.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.3926574Z copying coremltools/test/optimize/torch/palettization/test_post_training_palettization.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.3928306Z copying coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py -> build/lib/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.3929441Z creating build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.3930385Z copying coremltools/test/optimize/torch/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.3931703Z copying coremltools/test/optimize/torch/pruning/pruning_utils.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.3933082Z copying coremltools/test/optimize/torch/pruning/test_base_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.3934511Z copying coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.3935975Z copying coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py -> build/lib/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.3937080Z creating build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.3938138Z copying coremltools/test/optimize/torch/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.3939607Z copying coremltools/test/optimize/torch/quantization/test_configure.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.3941179Z copying coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.3942839Z copying coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.3944458Z copying coremltools/test/optimize/torch/quantization/test_observers.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.3946113Z copying coremltools/test/optimize/torch/quantization/test_post_training_quantization.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.3947967Z copying coremltools/test/optimize/torch/quantization/test_quantizer.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.3964147Z copying coremltools/test/optimize/torch/quantization/test_utils.py -> build/lib/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.3965427Z creating build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.3966417Z copying coremltools/test/optimize/torch/test_utils/__init__.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.3968012Z copying coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.3969431Z copying coremltools/test/optimize/torch/test_utils/test_k_means.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.3970854Z copying coremltools/test/optimize/torch/test_utils/test_metadata_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.3972353Z copying coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.3973815Z copying coremltools/test/optimize/torch/test_utils/test_report_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.3975260Z copying coremltools/test/optimize/torch/test_utils/test_torch_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.3976733Z copying coremltools/test/optimize/torch/test_utils/test_validation_utils.py -> build/lib/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.3977857Z creating build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:18.3979007Z copying coremltools/test/optimize/torch/conversion/joint/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:18.3980718Z copying coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:18.3982092Z creating build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:18.3983424Z copying coremltools/test/optimize/torch/conversion/palettization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:18.3985355Z copying coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:18.3986801Z creating build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:18.3987991Z copying coremltools/test/optimize/torch/conversion/pruning/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:18.3989843Z copying coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:18.3991197Z creating build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:18.3992486Z copying coremltools/test/optimize/torch/conversion/quantization/__init__.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:18.3994376Z copying coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py -> build/lib/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:18.3996147Z copying coremltools/converters/mil/experimental/passes/README.md -> build/lib/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.3997741Z /opt/conda/envs/py_3.10/lib/python3.10/site-packages/setuptools/_distutils/cmd.py:90: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2025-06-05T23:55:18.3998919Z !! 2025-06-05T23:55:18.3999072Z 2025-06-05T23:55:18.3999231Z ******************************************************************************** 2025-06-05T23:55:18.4000036Z Please avoid running ``setup.py`` directly. 2025-06-05T23:55:18.4000549Z Instead, use pypa/build, pypa/installer or other 2025-06-05T23:55:18.4001014Z standards-based tools. 2025-06-05T23:55:18.4001258Z 2025-06-05T23:55:18.4001655Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2025-06-05T23:55:18.4002342Z ******************************************************************************** 2025-06-05T23:55:18.4002665Z 2025-06-05T23:55:18.4002767Z !! 2025-06-05T23:55:18.4003038Z self.initialize_options() 2025-06-05T23:55:18.4003626Z installing to build/bdist.linux-aarch64/wheel 2025-06-05T23:55:18.4004089Z running install 2025-06-05T23:55:18.4004383Z running install_lib 2025-06-05T23:55:18.4004737Z creating build/bdist.linux-aarch64/wheel 2025-06-05T23:55:18.4032301Z creating build/bdist.linux-aarch64/wheel/coremltools 2025-06-05T23:55:18.4033109Z copying build/lib/coremltools/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:55:18.4034100Z copying build/lib/coremltools/version.py -> build/bdist.linux-aarch64/wheel/./coremltools 2025-06-05T23:55:18.4034902Z creating build/bdist.linux-aarch64/wheel/coremltools/_deps 2025-06-05T23:55:18.4035754Z copying build/lib/coremltools/_deps/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/_deps 2025-06-05T23:55:18.4036638Z creating build/bdist.linux-aarch64/wheel/coremltools/converters 2025-06-05T23:55:18.4037603Z copying build/lib/coremltools/converters/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:18.4038923Z copying build/lib/coremltools/converters/_converters_entry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:18.4040275Z copying build/lib/coremltools/converters/_profile_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters 2025-06-05T23:55:18.4041324Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/libsvm 2025-06-05T23:55:18.4042427Z copying build/lib/coremltools/converters/libsvm/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:18.4043929Z copying build/lib/coremltools/converters/libsvm/_libsvm_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:18.4045460Z copying build/lib/coremltools/converters/libsvm/_libsvm_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/libsvm 2025-06-05T23:55:18.4046573Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil 2025-06-05T23:55:18.4047618Z copying build/lib/coremltools/converters/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:18.4049086Z copying build/lib/coremltools/converters/mil/_deployment_compatibility.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:18.4050594Z copying build/lib/coremltools/converters/mil/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:18.4052021Z copying build/lib/coremltools/converters/mil/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:18.4053473Z copying build/lib/coremltools/converters/mil/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:18.4054929Z copying build/lib/coremltools/converters/mil/input_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:18.4056438Z copying build/lib/coremltools/converters/mil/test_inputs_outputs_shape.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:18.4057959Z copying build/lib/coremltools/converters/mil/testing_reqs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:18.4059407Z copying build/lib/coremltools/converters/mil/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil 2025-06-05T23:55:18.4060743Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend 2025-06-05T23:55:18.4061941Z copying build/lib/coremltools/converters/mil/backend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:55:18.4063573Z copying build/lib/coremltools/converters/mil/backend/backend_helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend 2025-06-05T23:55:18.4064853Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.4066233Z copying build/lib/coremltools/converters/mil/backend/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.4067933Z copying build/lib/coremltools/converters/mil/backend/mil/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.4069815Z copying build/lib/coremltools/converters/mil/backend/mil/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.4071538Z copying build/lib/coremltools/converters/mil/backend/mil/test_helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.4073272Z copying build/lib/coremltools/converters/mil/backend/mil/test_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil 2025-06-05T23:55:18.4074623Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.4076052Z copying build/lib/coremltools/converters/mil/backend/mil/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.4078072Z copying build/lib/coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.4080184Z copying build/lib/coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.4082213Z copying build/lib/coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.4084294Z copying build/lib/coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.4086431Z copying build/lib/coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.4088443Z copying build/lib/coremltools/converters/mil/backend/mil/passes/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/mil/passes 2025-06-05T23:55:18.4089844Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.4091103Z copying build/lib/coremltools/converters/mil/backend/nn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.4092740Z copying build/lib/coremltools/converters/mil/backend/nn/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.4094499Z copying build/lib/coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.4096290Z copying build/lib/coremltools/converters/mil/backend/nn/op_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn 2025-06-05T23:55:18.4097614Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4099200Z copying build/lib/coremltools/converters/mil/backend/nn/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4101415Z copying build/lib/coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4103453Z copying build/lib/coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4105502Z copying build/lib/coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4107759Z copying build/lib/coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4110002Z copying build/lib/coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4112089Z copying build/lib/coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4114088Z copying build/lib/coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4116093Z copying build/lib/coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4118081Z copying build/lib/coremltools/converters/mil/backend/nn/passes/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/backend/nn/passes 2025-06-05T23:55:18.4119481Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental 2025-06-05T23:55:18.4120792Z copying build/lib/coremltools/converters/mil/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental 2025-06-05T23:55:18.4122149Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.4123607Z copying build/lib/coremltools/converters/mil/experimental/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.4125670Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.4145794Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.4147964Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.4150386Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.4152674Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.4154892Z copying build/lib/coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.4156973Z copying build/lib/coremltools/converters/mil/experimental/passes/README.md -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/experimental/passes 2025-06-05T23:55:18.4158352Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend 2025-06-05T23:55:18.4159565Z copying build/lib/coremltools/converters/mil/frontend/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:55:18.4161414Z copying build/lib/coremltools/converters/mil/frontend/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend 2025-06-05T23:55:18.4162674Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.4164086Z copying build/lib/coremltools/converters/mil/frontend/milproto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.4166056Z copying build/lib/coremltools/converters/mil/frontend/milproto/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.4167947Z copying build/lib/coremltools/converters/mil/frontend/milproto/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.4169827Z copying build/lib/coremltools/converters/mil/frontend/milproto/test_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/milproto 2025-06-05T23:55:18.4171268Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4172720Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4174688Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4176704Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/convert_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4178718Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4180713Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4182701Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/dot_visitor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4184643Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4186592Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/naming_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4188634Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4190557Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/parse.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4192533Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4194540Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4196504Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tfssa.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow 2025-06-05T23:55:18.4198047Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.4199883Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.4202445Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/backfill_make_list_elem_type.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.4204796Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.4207056Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.4209542Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/ssa_passes/tf_lstm_to_core_lstm.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/ssa_passes 2025-06-05T23:55:18.4211255Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4212813Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4214921Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4217092Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4219240Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4221330Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4223417Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4225503Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_parse.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4227634Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4229949Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4232135Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/test 2025-06-05T23:55:18.4233801Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4235524Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4237802Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/cond_to_where.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4240176Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/constant_propagation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4260741Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_asserts.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4263364Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_constant.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4265790Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_disconnected_nodes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4268350Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/functionalize_loops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4270930Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/fuse_dilation_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4273303Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/insert_get_tuple.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4275681Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/quantization_pass.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4278097Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/tensor_array_transform.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4280554Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/variable_node_transform.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4282920Z copying build/lib/coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow/tf_graph_pass 2025-06-05T23:55:18.4284563Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.4286030Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.4288020Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.4289996Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.4291915Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2 2025-06-05T23:55:18.4293449Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:18.4295142Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:18.4297427Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:18.4299939Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/ssa_passes 2025-06-05T23:55:18.4301622Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.4303189Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.4306024Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.4308223Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.4310461Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.4312826Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.4315035Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/test 2025-06-05T23:55:18.4316736Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:18.4318496Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:18.4320897Z copying build/lib/coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/rewrite_control_flow_functions.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass 2025-06-05T23:55:18.4322636Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4323981Z copying build/lib/coremltools/converters/mil/frontend/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4325774Z copying build/lib/coremltools/converters/mil/frontend/torch/converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4327626Z copying build/lib/coremltools/converters/mil/frontend/torch/dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4329468Z copying build/lib/coremltools/converters/mil/frontend/torch/exir_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4331314Z copying build/lib/coremltools/converters/mil/frontend/torch/internal_graph.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4333142Z copying build/lib/coremltools/converters/mil/frontend/torch/load.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4334900Z copying build/lib/coremltools/converters/mil/frontend/torch/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4336737Z copying build/lib/coremltools/converters/mil/frontend/torch/quantization_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4338653Z copying build/lib/coremltools/converters/mil/frontend/torch/torch_op_registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4340538Z copying build/lib/coremltools/converters/mil/frontend/torch/torchir_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4342453Z copying build/lib/coremltools/converters/mil/frontend/torch/torchscript_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4344314Z copying build/lib/coremltools/converters/mil/frontend/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch 2025-06-05T23:55:18.4345729Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:18.4347417Z copying build/lib/coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:18.4349641Z copying build/lib/coremltools/converters/mil/frontend/torch/ssa_passes/torch_tensor_assign_to_core.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:18.4351927Z copying build/lib/coremltools/converters/mil/frontend/torch/ssa_passes/torch_upsample_to_core_upsample.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/ssa_passes 2025-06-05T23:55:18.4353671Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4355135Z copying build/lib/coremltools/converters/mil/frontend/torch/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4357082Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_custom_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4389347Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_examples.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4391414Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_internal_graph.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4393461Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4395534Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4397703Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4400084Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4402192Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4404272Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4406426Z copying build/lib/coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4408496Z copying build/lib/coremltools/converters/mil/frontend/torch/test/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/frontend/torch/test 2025-06-05T23:55:18.4409937Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil 2025-06-05T23:55:18.4411059Z copying build/lib/coremltools/converters/mil/mil/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:18.4412511Z copying build/lib/coremltools/converters/mil/mil/block.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:18.4413985Z copying build/lib/coremltools/converters/mil/mil/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:18.4415490Z copying build/lib/coremltools/converters/mil/mil/input_type.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:18.4417012Z copying build/lib/coremltools/converters/mil/mil/operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:18.4418841Z copying build/lib/coremltools/converters/mil/mil/program.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:18.4420321Z copying build/lib/coremltools/converters/mil/mil/scope.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:18.4421773Z copying build/lib/coremltools/converters/mil/mil/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:18.4423217Z copying build/lib/coremltools/converters/mil/mil/var.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil 2025-06-05T23:55:18.4424510Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops 2025-06-05T23:55:18.4425720Z copying build/lib/coremltools/converters/mil/mil/ops/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:18.4427297Z copying build/lib/coremltools/converters/mil/mil/ops/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:18.4429002Z copying build/lib/coremltools/converters/mil/mil/ops/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops 2025-06-05T23:55:18.4430254Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.4431552Z copying build/lib/coremltools/converters/mil/mil/ops/defs/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.4433257Z copying build/lib/coremltools/converters/mil/mil/ops/defs/_op_reqs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.4434955Z copying build/lib/coremltools/converters/mil/mil/ops/defs/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.4436744Z copying build/lib/coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs 2025-06-05T23:55:18.4438231Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:18.4439812Z copying build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:18.4440762Z copying build/lib/coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/coreml_dialect 2025-06-05T23:55:18.4441178Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4442033Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4442942Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4443847Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/classify.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4444755Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4445612Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4446584Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4447536Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4448591Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4449472Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4450407Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4451372Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/pool.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4452280Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/random.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4453180Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4454089Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4455017Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4455959Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4456930Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS15 2025-06-05T23:55:18.4457345Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.4458210Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.4459135Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.4460051Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.4509728Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.4510715Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.4511700Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS16 2025-06-05T23:55:18.4512107Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4512970Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4513885Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4514753Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4515704Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4516881Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4517762Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4518698Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4519823Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4520755Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4521662Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4522583Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4523524Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4524500Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS17 2025-06-05T23:55:18.4524903Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.4525762Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.4526686Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/compression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.4527586Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.4528466Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/states.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.4529442Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.4530377Z copying build/lib/coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/defs/iOS18 2025-06-05T23:55:18.4530762Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:18.4531552Z copying build/lib/coremltools/converters/mil/mil/ops/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:18.4532368Z copying build/lib/coremltools/converters/mil/mil/ops/tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:18.4533221Z copying build/lib/coremltools/converters/mil/mil/ops/tests/testing_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests 2025-06-05T23:55:18.4533701Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:18.4534679Z copying build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:18.4535930Z copying build/lib/coremltools/converters/mil/mil/ops/tests/coreml_dialect/test_coreml_dialect.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/coreml_dialect 2025-06-05T23:55:18.4536342Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4537220Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4538235Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4539196Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4540099Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4541092Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4542068Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4543034Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4543949Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4544908Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4545817Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4546727Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4547664Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4548703Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4549662Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4550633Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4551648Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS14 2025-06-05T23:55:18.4552058Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.4552940Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.4553915Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.4626709Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.4628044Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS15 2025-06-05T23:55:18.4628460Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.4629472Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.4630624Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.4631547Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.4632522Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.4633474Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.4634442Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.4635453Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS16 2025-06-05T23:55:18.4635870Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4636736Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4637681Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4638572Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4639552Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4640513Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4641422Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4642383Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4643334Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4644266Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4645190Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4646147Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4647253Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4648276Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS17 2025-06-05T23:55:18.4651841Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.4652847Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.4653813Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.4654755Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.4655667Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.4656672Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.4657670Z copying build/lib/coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/ops/tests/iOS18 2025-06-05T23:55:18.4658024Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.4658779Z copying build/lib/coremltools/converters/mil/mil/passes/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.4659573Z copying build/lib/coremltools/converters/mil/mil/passes/graph_pass.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.4660341Z copying build/lib/coremltools/converters/mil/mil/passes/helper.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.4661146Z copying build/lib/coremltools/converters/mil/mil/passes/pass_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.4661963Z copying build/lib/coremltools/converters/mil/mil/passes/pass_registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes 2025-06-05T23:55:18.4662348Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4663162Z copying build/lib/coremltools/converters/mil/mil/passes/defs/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4664116Z copying build/lib/coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4665032Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_activation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4666031Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4666921Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_conv.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4667886Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4669022Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4669965Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_normalization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4670896Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4672056Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4672951Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_state.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4673903Z copying build/lib/coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4674779Z copying build/lib/coremltools/converters/mil/mil/passes/defs/preprocess.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4745332Z copying build/lib/coremltools/converters/mil/mil/passes/defs/quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4746303Z copying build/lib/coremltools/converters/mil/mil/passes/defs/randomize.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4747209Z copying build/lib/coremltools/converters/mil/mil/passes/defs/symbol_transform.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4748092Z copying build/lib/coremltools/converters/mil/mil/passes/defs/transformer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs 2025-06-05T23:55:18.4748687Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4749629Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4750660Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4751691Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4752719Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4753741Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/dedup_op_and_var_names.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4754780Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4755769Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4756844Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4757852Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4759165Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4760220Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4761269Z copying build/lib/coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/defs/cleanup 2025-06-05T23:55:18.4762019Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4762890Z copying build/lib/coremltools/converters/mil/mil/passes/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4763809Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4764786Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4765759Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4766676Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4767548Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4768508Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4769473Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4770369Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_state_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4771317Z copying build/lib/coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/passes/tests 2025-06-05T23:55:18.4771663Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.4772396Z copying build/lib/coremltools/converters/mil/mil/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.4773172Z copying build/lib/coremltools/converters/mil/mil/tests/test_block.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.4773931Z copying build/lib/coremltools/converters/mil/mil/tests/test_debug.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.4774719Z copying build/lib/coremltools/converters/mil/mil/tests/test_programs.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.4775497Z copying build/lib/coremltools/converters/mil/mil/tests/test_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/tests 2025-06-05T23:55:18.4775841Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4776577Z copying build/lib/coremltools/converters/mil/mil/types/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4777345Z copying build/lib/coremltools/converters/mil/mil/types/annotate.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4778205Z copying build/lib/coremltools/converters/mil/mil/types/get_type_info.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4779002Z copying build/lib/coremltools/converters/mil/mil/types/global_methods.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4779772Z copying build/lib/coremltools/converters/mil/mil/types/symbolic.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4780720Z copying build/lib/coremltools/converters/mil/mil/types/type_bool.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4781521Z copying build/lib/coremltools/converters/mil/mil/types/type_complex.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4782288Z copying build/lib/coremltools/converters/mil/mil/types/type_dict.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4783063Z copying build/lib/coremltools/converters/mil/mil/types/type_double.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4783912Z copying build/lib/coremltools/converters/mil/mil/types/type_globals_pseudo_type.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4784673Z copying build/lib/coremltools/converters/mil/mil/types/type_int.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4785438Z copying build/lib/coremltools/converters/mil/mil/types/type_list.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4786222Z copying build/lib/coremltools/converters/mil/mil/types/type_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4786980Z copying build/lib/coremltools/converters/mil/mil/types/type_spec.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4787741Z copying build/lib/coremltools/converters/mil/mil/types/type_state.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4788496Z copying build/lib/coremltools/converters/mil/mil/types/type_str.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4789384Z copying build/lib/coremltools/converters/mil/mil/types/type_tensor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4886400Z copying build/lib/coremltools/converters/mil/mil/types/type_tuple.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4888138Z copying build/lib/coremltools/converters/mil/mil/types/type_unknown.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4889861Z copying build/lib/coremltools/converters/mil/mil/types/type_void.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/types 2025-06-05T23:55:18.4891142Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/mil/mil/visitors 2025-06-05T23:55:18.4892437Z copying build/lib/coremltools/converters/mil/mil/visitors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/visitors 2025-06-05T23:55:18.4894186Z copying build/lib/coremltools/converters/mil/mil/visitors/dot_visitor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/mil/mil/visitors 2025-06-05T23:55:18.4895483Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/sklearn 2025-06-05T23:55:18.4896637Z copying build/lib/coremltools/converters/sklearn/_LinearSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4898150Z copying build/lib/coremltools/converters/sklearn/_LinearSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4900073Z copying build/lib/coremltools/converters/sklearn/_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4901527Z copying build/lib/coremltools/converters/sklearn/_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4902961Z copying build/lib/coremltools/converters/sklearn/_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4904801Z copying build/lib/coremltools/converters/sklearn/_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4906265Z copying build/lib/coremltools/converters/sklearn/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4907794Z copying build/lib/coremltools/converters/sklearn/_converter.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4909461Z copying build/lib/coremltools/converters/sklearn/_converter_internal.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4911117Z copying build/lib/coremltools/converters/sklearn/_decision_tree_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4912810Z copying build/lib/coremltools/converters/sklearn/_decision_tree_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4914448Z copying build/lib/coremltools/converters/sklearn/_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4916116Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4917855Z copying build/lib/coremltools/converters/sklearn/_gradient_boosting_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4919456Z copying build/lib/coremltools/converters/sklearn/_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4921032Z copying build/lib/coremltools/converters/sklearn/_k_neighbors_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4922671Z copying build/lib/coremltools/converters/sklearn/_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4924301Z copying build/lib/coremltools/converters/sklearn/_logistic_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4925881Z copying build/lib/coremltools/converters/sklearn/_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4927423Z copying build/lib/coremltools/converters/sklearn/_one_hot_encoder.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4929050Z copying build/lib/coremltools/converters/sklearn/_random_forest_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4930727Z copying build/lib/coremltools/converters/sklearn/_random_forest_regressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4932367Z copying build/lib/coremltools/converters/sklearn/_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4933947Z copying build/lib/coremltools/converters/sklearn/_sklearn_util.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4935505Z copying build/lib/coremltools/converters/sklearn/_standard_scaler.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4937052Z copying build/lib/coremltools/converters/sklearn/_svm_common.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4938742Z copying build/lib/coremltools/converters/sklearn/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/sklearn 2025-06-05T23:55:18.4939903Z creating build/bdist.linux-aarch64/wheel/coremltools/converters/xgboost 2025-06-05T23:55:18.4941023Z copying build/lib/coremltools/converters/xgboost/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:18.4942477Z copying build/lib/coremltools/converters/xgboost/_tree.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:18.4944155Z copying build/lib/coremltools/converters/xgboost/_tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/converters/xgboost 2025-06-05T23:55:18.4945284Z creating build/bdist.linux-aarch64/wheel/coremltools/models 2025-06-05T23:55:18.4946161Z copying build/lib/coremltools/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4947349Z copying build/lib/coremltools/models/_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4948657Z copying build/lib/coremltools/models/_deprecation.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4949910Z copying build/lib/coremltools/models/_feature_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4951216Z copying build/lib/coremltools/models/_interface_management.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4952563Z copying build/lib/coremltools/models/array_feature_extractor.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4954043Z copying build/lib/coremltools/models/compute_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4955284Z copying build/lib/coremltools/models/compute_plan.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4956493Z copying build/lib/coremltools/models/datatypes.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4957755Z copying build/lib/coremltools/models/feature_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4958964Z copying build/lib/coremltools/models/model.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4960123Z copying build/lib/coremltools/models/pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4961324Z copying build/lib/coremltools/models/tree_ensemble.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4962510Z copying build/lib/coremltools/models/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models 2025-06-05T23:55:18.4963466Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program 2025-06-05T23:55:18.4964533Z copying build/lib/coremltools/models/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:55:18.4966005Z copying build/lib/coremltools/models/ml_program/compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program 2025-06-05T23:55:18.4967238Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental 2025-06-05T23:55:18.4968563Z copying build/lib/coremltools/models/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:18.4970346Z copying build/lib/coremltools/models/ml_program/experimental/async_wrapper.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:18.4972211Z copying build/lib/coremltools/models/ml_program/experimental/compute_plan_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:18.4974093Z copying build/lib/coremltools/models/ml_program/experimental/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:18.4976130Z copying build/lib/coremltools/models/ml_program/experimental/model_structure_path.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:18.4977978Z copying build/lib/coremltools/models/ml_program/experimental/perf_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:18.5023420Z copying build/lib/coremltools/models/ml_program/experimental/remote_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental 2025-06-05T23:55:18.5025314Z creating build/bdist.linux-aarch64/wheel/coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:18.5026790Z copying build/lib/coremltools/models/ml_program/experimental/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:18.5028830Z copying build/lib/coremltools/models/ml_program/experimental/torch/debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:18.5030832Z copying build/lib/coremltools/models/ml_program/experimental/torch/perf_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/ml_program/experimental/torch 2025-06-05T23:55:18.5032219Z creating build/bdist.linux-aarch64/wheel/coremltools/models/nearest_neighbors 2025-06-05T23:55:18.5033443Z copying build/lib/coremltools/models/nearest_neighbors/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:55:18.5035067Z copying build/lib/coremltools/models/nearest_neighbors/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/nearest_neighbors 2025-06-05T23:55:18.5036277Z creating build/bdist.linux-aarch64/wheel/coremltools/models/neural_network 2025-06-05T23:55:18.5037437Z copying build/lib/coremltools/models/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:18.5038950Z copying build/lib/coremltools/models/neural_network/builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:18.5040558Z copying build/lib/coremltools/models/neural_network/flexible_shape_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:18.5042243Z copying build/lib/coremltools/models/neural_network/optimization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:18.5043842Z copying build/lib/coremltools/models/neural_network/printer.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:18.5045460Z copying build/lib/coremltools/models/neural_network/quantization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:18.5047139Z copying build/lib/coremltools/models/neural_network/spec_inspection_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:18.5048849Z copying build/lib/coremltools/models/neural_network/update_optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:18.5050457Z copying build/lib/coremltools/models/neural_network/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/models/neural_network 2025-06-05T23:55:18.5051539Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize 2025-06-05T23:55:18.5052509Z copying build/lib/coremltools/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:55:18.5053710Z copying build/lib/coremltools/optimize/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize 2025-06-05T23:55:18.5054674Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml 2025-06-05T23:55:18.5055736Z copying build/lib/coremltools/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:18.5057112Z copying build/lib/coremltools/optimize/coreml/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:18.5058818Z copying build/lib/coremltools/optimize/coreml/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:18.5060416Z copying build/lib/coremltools/optimize/coreml/_quantization_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml 2025-06-05T23:55:18.5061636Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.5063215Z copying build/lib/coremltools/optimize/coreml/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.5064999Z copying build/lib/coremltools/optimize/coreml/experimental/_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.5066805Z copying build/lib/coremltools/optimize/coreml/experimental/_model_debugger.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.5068856Z copying build/lib/coremltools/optimize/coreml/experimental/_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.5070897Z copying build/lib/coremltools/optimize/coreml/experimental/test_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/coreml/experimental 2025-06-05T23:55:18.5072299Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch 2025-06-05T23:55:18.5073359Z copying build/lib/coremltools/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:18.5074715Z copying build/lib/coremltools/optimize/torch/_logging.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:18.5076086Z copying build/lib/coremltools/optimize/torch/_typing.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:18.5077544Z copying build/lib/coremltools/optimize/torch/base_model_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:18.5079093Z copying build/lib/coremltools/optimize/torch/optimization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch 2025-06-05T23:55:18.5080281Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5081434Z copying build/lib/coremltools/optimize/torch/_utils/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5082982Z copying build/lib/coremltools/optimize/torch/_utils/dist_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5084543Z copying build/lib/coremltools/optimize/torch/_utils/fsdp_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5086095Z copying build/lib/coremltools/optimize/torch/_utils/graph_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5087745Z copying build/lib/coremltools/optimize/torch/_utils/joint_compression_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5089362Z copying build/lib/coremltools/optimize/torch/_utils/k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5090890Z copying build/lib/coremltools/optimize/torch/_utils/math_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5092490Z copying build/lib/coremltools/optimize/torch/_utils/metadata_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5094107Z copying build/lib/coremltools/optimize/torch/_utils/model_size_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5095735Z copying build/lib/coremltools/optimize/torch/_utils/optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5097499Z copying build/lib/coremltools/optimize/torch/_utils/python_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5099315Z copying build/lib/coremltools/optimize/torch/_utils/registry.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5100899Z copying build/lib/coremltools/optimize/torch/_utils/report_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5102841Z copying build/lib/coremltools/optimize/torch/_utils/state_dict_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5104461Z copying build/lib/coremltools/optimize/torch/_utils/torch_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5106038Z copying build/lib/coremltools/optimize/torch/_utils/transforms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5107651Z copying build/lib/coremltools/optimize/torch/_utils/validation_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5109376Z copying build/lib/coremltools/optimize/torch/_utils/version_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/_utils 2025-06-05T23:55:18.5110682Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5112165Z copying build/lib/coremltools/optimize/torch/layerwise_compression/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5114093Z copying build/lib/coremltools/optimize/torch/layerwise_compression/_quant.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5116056Z copying build/lib/coremltools/optimize/torch/layerwise_compression/algorithms.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5145729Z copying build/lib/coremltools/optimize/torch/layerwise_compression/input_cacher.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5147829Z copying build/lib/coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5149476Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5150818Z copying build/lib/coremltools/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5152653Z copying build/lib/coremltools/optimize/torch/palettization/_custom_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5154554Z copying build/lib/coremltools/optimize/torch/palettization/_efficient_kmeans.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5156491Z copying build/lib/coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5158408Z copying build/lib/coremltools/optimize/torch/palettization/_partitioner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5160285Z copying build/lib/coremltools/optimize/torch/palettization/_supported_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5162117Z copying build/lib/coremltools/optimize/torch/palettization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5163931Z copying build/lib/coremltools/optimize/torch/palettization/fake_palettize.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5166107Z copying build/lib/coremltools/optimize/torch/palettization/palettization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5168032Z copying build/lib/coremltools/optimize/torch/palettization/palettizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5169973Z copying build/lib/coremltools/optimize/torch/palettization/post_training_palettization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5172259Z copying build/lib/coremltools/optimize/torch/palettization/sensitive_k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/palettization 2025-06-05T23:55:18.5173643Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/pruning 2025-06-05T23:55:18.5174844Z copying build/lib/coremltools/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:18.5176465Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:18.5178152Z copying build/lib/coremltools/optimize/torch/pruning/_base_pruning_method.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:18.5179794Z copying build/lib/coremltools/optimize/torch/pruning/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:18.5181457Z copying build/lib/coremltools/optimize/torch/pruning/magnitude_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:18.5183192Z copying build/lib/coremltools/optimize/torch/pruning/pruning_scheduler.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/pruning 2025-06-05T23:55:18.5184504Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5185819Z copying build/lib/coremltools/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5187598Z copying build/lib/coremltools/optimize/torch/quantization/_annotation_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5189544Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5191409Z copying build/lib/coremltools/optimize/torch/quantization/_backend_config_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5193233Z copying build/lib/coremltools/optimize/torch/quantization/_configure.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5195042Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5196933Z copying build/lib/coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5198951Z copying build/lib/coremltools/optimize/torch/quantization/_qconfig_mapping.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5200763Z copying build/lib/coremltools/optimize/torch/quantization/_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5202618Z copying build/lib/coremltools/optimize/torch/quantization/post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5204570Z copying build/lib/coremltools/optimize/torch/quantization/quantization_config.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5206610Z copying build/lib/coremltools/optimize/torch/quantization/quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization 2025-06-05T23:55:18.5208002Z creating build/bdist.linux-aarch64/wheel/coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.5209480Z copying build/lib/coremltools/optimize/torch/quantization/modules/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.5211792Z copying build/lib/coremltools/optimize/torch/quantization/modules/conv_transpose.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.5213902Z copying build/lib/coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.5215989Z copying build/lib/coremltools/optimize/torch/quantization/modules/fused_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.5218111Z copying build/lib/coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.5220204Z copying build/lib/coremltools/optimize/torch/quantization/modules/observers.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.5222234Z copying build/lib/coremltools/optimize/torch/quantization/modules/qat_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.5224303Z copying build/lib/coremltools/optimize/torch/quantization/modules/quantized_modules.py -> build/bdist.linux-aarch64/wheel/./coremltools/optimize/torch/quantization/modules 2025-06-05T23:55:18.5225675Z creating build/bdist.linux-aarch64/wheel/coremltools/proto 2025-06-05T23:55:18.5226708Z copying build/lib/coremltools/proto/ArrayFeatureExtractor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5228090Z copying build/lib/coremltools/proto/AudioFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5229602Z copying build/lib/coremltools/proto/BayesianProbitRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5231013Z copying build/lib/coremltools/proto/CategoricalMapping_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5232460Z copying build/lib/coremltools/proto/ClassConfidenceThresholding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5233848Z copying build/lib/coremltools/proto/CustomModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5235119Z copying build/lib/coremltools/proto/DataStructures_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5236425Z copying build/lib/coremltools/proto/DictVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5237708Z copying build/lib/coremltools/proto/FeatureTypes_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5239013Z copying build/lib/coremltools/proto/FeatureVectorizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5240327Z copying build/lib/coremltools/proto/GLMClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5241611Z copying build/lib/coremltools/proto/GLMRegressor_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5292193Z copying build/lib/coremltools/proto/Gazetteer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5293471Z copying build/lib/coremltools/proto/Identity_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5294846Z copying build/lib/coremltools/proto/Imputer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5296201Z copying build/lib/coremltools/proto/ItemSimilarityRecommender_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5297573Z copying build/lib/coremltools/proto/LinkedModel_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5298956Z copying build/lib/coremltools/proto/MIL_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5300526Z copying build/lib/coremltools/proto/Model_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5301779Z copying build/lib/coremltools/proto/NamedParameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5303101Z copying build/lib/coremltools/proto/NearestNeighbors_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5304410Z copying build/lib/coremltools/proto/NeuralNetwork_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5305762Z copying build/lib/coremltools/proto/NonMaximumSuppression_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5307096Z copying build/lib/coremltools/proto/Normalizer_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5308482Z copying build/lib/coremltools/proto/OneHotEncoder_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5309807Z copying build/lib/coremltools/proto/Parameters_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5310993Z copying build/lib/coremltools/proto/SVM_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5312128Z copying build/lib/coremltools/proto/Scaler_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5313472Z copying build/lib/coremltools/proto/SoundAnalysisPreprocessing_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5314878Z copying build/lib/coremltools/proto/TextClassifier_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5316151Z copying build/lib/coremltools/proto/TreeEnsemble_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5317471Z copying build/lib/coremltools/proto/VisionFeaturePrint_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5318798Z copying build/lib/coremltools/proto/WordEmbedding_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5320051Z copying build/lib/coremltools/proto/WordTagger_pb2.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5321222Z copying build/lib/coremltools/proto/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/proto 2025-06-05T23:55:18.5322081Z creating build/bdist.linux-aarch64/wheel/coremltools/test 2025-06-05T23:55:18.5322928Z copying build/lib/coremltools/test/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:55:18.5324002Z copying build/lib/coremltools/test/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test 2025-06-05T23:55:18.5324870Z creating build/bdist.linux-aarch64/wheel/coremltools/test/api 2025-06-05T23:55:18.5325787Z copying build/lib/coremltools/test/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:18.5327033Z copying build/lib/coremltools/test/api/test_api_examples.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:18.5328398Z copying build/lib/coremltools/test/api/test_api_visibilities.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/api 2025-06-05T23:55:18.5329428Z creating build/bdist.linux-aarch64/wheel/coremltools/test/blob 2025-06-05T23:55:18.5330370Z copying build/lib/coremltools/test/blob/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:55:18.5331815Z copying build/lib/coremltools/test/blob/test_weights.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/blob 2025-06-05T23:55:18.5332830Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program 2025-06-05T23:55:18.5333874Z copying build/lib/coremltools/test/ml_program/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:18.5335276Z copying build/lib/coremltools/test/ml_program/test_compression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:18.5336903Z copying build/lib/coremltools/test/ml_program/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program 2025-06-05T23:55:18.5338060Z creating build/bdist.linux-aarch64/wheel/coremltools/test/ml_program/experimental 2025-06-05T23:55:18.5339354Z copying build/lib/coremltools/test/ml_program/experimental/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:18.5341148Z copying build/lib/coremltools/test/ml_program/experimental/test_compute_plan_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:18.5343037Z copying build/lib/coremltools/test/ml_program/experimental/test_debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:18.5344849Z copying build/lib/coremltools/test/ml_program/experimental/test_perf_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:18.5346663Z copying build/lib/coremltools/test/ml_program/experimental/test_remote_device.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:18.5348709Z copying build/lib/coremltools/test/ml_program/experimental/test_torch_debugging_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/ml_program/experimental 2025-06-05T23:55:18.5350074Z creating build/bdist.linux-aarch64/wheel/coremltools/test/modelpackage 2025-06-05T23:55:18.5351183Z copying build/lib/coremltools/test/modelpackage/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:18.5352660Z copying build/lib/coremltools/test/modelpackage/test_mlmodel.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:18.5354224Z copying build/lib/coremltools/test/modelpackage/test_modelpackage.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/modelpackage 2025-06-05T23:55:18.5355419Z creating build/bdist.linux-aarch64/wheel/coremltools/test/neural_network 2025-06-05T23:55:18.5356536Z copying build/lib/coremltools/test/neural_network/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5358070Z copying build/lib/coremltools/test/neural_network/test_compiled_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5359701Z copying build/lib/coremltools/test/neural_network/test_custom_neural_nets.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5361283Z copying build/lib/coremltools/test/neural_network/test_model.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5362842Z copying build/lib/coremltools/test/neural_network/test_neural_networks.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5364424Z copying build/lib/coremltools/test/neural_network/test_nn_builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5366017Z copying build/lib/coremltools/test/neural_network/test_numpy_nn_layers.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5367626Z copying build/lib/coremltools/test/neural_network/test_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5369254Z copying build/lib/coremltools/test/neural_network/test_simple_nn_inference.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5371017Z copying build/lib/coremltools/test/neural_network/test_tf_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/neural_network 2025-06-05T23:55:18.5372155Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize 2025-06-05T23:55:18.5373181Z copying build/lib/coremltools/test/optimize/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:55:18.5374672Z copying build/lib/coremltools/test/optimize/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize 2025-06-05T23:55:18.5375839Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/api 2025-06-05T23:55:18.5376961Z copying build/lib/coremltools/test/optimize/api/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:55:18.5378464Z copying build/lib/coremltools/test/optimize/api/test_optimize_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/api 2025-06-05T23:55:18.5379661Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/coreml 2025-06-05T23:55:18.5380829Z copying build/lib/coremltools/test/optimize/coreml/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:18.5382389Z copying build/lib/coremltools/test/optimize/coreml/test_passes.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:18.5414918Z copying build/lib/coremltools/test/optimize/coreml/test_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/coreml 2025-06-05T23:55:18.5416301Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch 2025-06-05T23:55:18.5417433Z copying build/lib/coremltools/test/optimize/torch/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:18.5418952Z copying build/lib/coremltools/test/optimize/torch/conftest.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:18.5420497Z copying build/lib/coremltools/test/optimize/torch/smoke_test.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:18.5422089Z copying build/lib/coremltools/test/optimize/torch/test_api_surface.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:18.5423726Z copying build/lib/coremltools/test/optimize/torch/test_base_optimizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:18.5425316Z copying build/lib/coremltools/test/optimize/torch/utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch 2025-06-05T23:55:18.5426530Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion 2025-06-05T23:55:18.5427889Z copying build/lib/coremltools/test/optimize/torch/conversion/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion 2025-06-05T23:55:18.5429906Z copying build/lib/coremltools/test/optimize/torch/conversion/conversion_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion 2025-06-05T23:55:18.5431385Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:18.5432869Z copying build/lib/coremltools/test/optimize/torch/conversion/joint/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:18.5435019Z copying build/lib/coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/joint 2025-06-05T23:55:18.5436750Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:18.5438420Z copying build/lib/coremltools/test/optimize/torch/conversion/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:18.5441036Z copying build/lib/coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/palettization 2025-06-05T23:55:18.5442814Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:18.5444336Z copying build/lib/coremltools/test/optimize/torch/conversion/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:18.5446846Z copying build/lib/coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/pruning 2025-06-05T23:55:18.5448549Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:18.5450182Z copying build/lib/coremltools/test/optimize/torch/conversion/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:18.5452499Z copying build/lib/coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/conversion/quantization 2025-06-05T23:55:18.5454259Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5455849Z copying build/lib/coremltools/test/optimize/torch/layerwise_compression/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5457966Z copying build/lib/coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5460105Z copying build/lib/coremltools/test/optimize/torch/layerwise_compression/test_quant.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/layerwise_compression 2025-06-05T23:55:18.5461599Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/models 2025-06-05T23:55:18.5462883Z copying build/lib/coremltools/test/optimize/torch/models/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:18.5464567Z copying build/lib/coremltools/test/optimize/torch/models/mnist.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:18.5466323Z copying build/lib/coremltools/test/optimize/torch/models/multi_input_net.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/models 2025-06-05T23:55:18.5467713Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.5469237Z copying build/lib/coremltools/test/optimize/torch/palettization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.5471255Z copying build/lib/coremltools/test/optimize/torch/palettization/palettization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.5473369Z copying build/lib/coremltools/test/optimize/torch/palettization/test_palettization_api.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.5475500Z copying build/lib/coremltools/test/optimize/torch/palettization/test_palettization_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.5477598Z copying build/lib/coremltools/test/optimize/torch/palettization/test_palettizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.5479730Z copying build/lib/coremltools/test/optimize/torch/palettization/test_post_training_palettization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.5482000Z copying build/lib/coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/palettization 2025-06-05T23:55:18.5483496Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.5484795Z copying build/lib/coremltools/test/optimize/torch/pruning/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.5486813Z copying build/lib/coremltools/test/optimize/torch/pruning/pruning_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.5488679Z copying build/lib/coremltools/test/optimize/torch/pruning/test_base_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.5490569Z copying build/lib/coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.5492502Z copying build/lib/coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/pruning 2025-06-05T23:55:18.5493936Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.5495353Z copying build/lib/coremltools/test/optimize/torch/quantization/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.5497286Z copying build/lib/coremltools/test/optimize/torch/quantization/test_configure.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.5499507Z copying build/lib/coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.5501614Z copying build/lib/coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.5503682Z copying build/lib/coremltools/test/optimize/torch/quantization/test_observers.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.5505762Z copying build/lib/coremltools/test/optimize/torch/quantization/test_post_training_quantization.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.5507854Z copying build/lib/coremltools/test/optimize/torch/quantization/test_quantizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.5509899Z copying build/lib/coremltools/test/optimize/torch/quantization/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/quantization 2025-06-05T23:55:18.5511316Z creating build/bdist.linux-aarch64/wheel/coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.6575758Z copying build/lib/coremltools/test/optimize/torch/test_utils/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.6577623Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.6579467Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_k_means.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.6581377Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_metadata_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.6583301Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.6585631Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_report_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.6587524Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_torch_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.6589505Z copying build/lib/coremltools/test/optimize/torch/test_utils/test_validation_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/optimize/torch/test_utils 2025-06-05T23:55:18.6591006Z creating build/bdist.linux-aarch64/wheel/coremltools/test/pipeline 2025-06-05T23:55:18.6592226Z copying build/lib/coremltools/test/pipeline/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:18.6593788Z copying build/lib/coremltools/test/pipeline/test_model_updatable.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:18.6595277Z copying build/lib/coremltools/test/pipeline/test_pipeline.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/pipeline 2025-06-05T23:55:18.6596384Z creating build/bdist.linux-aarch64/wheel/coremltools/test/sklearn_tests 2025-06-05T23:55:18.6597488Z copying build/lib/coremltools/test/sklearn_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6599114Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6600611Z copying build/lib/coremltools/test/sklearn_tests/test_NuSVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6602079Z copying build/lib/coremltools/test/sklearn_tests/test_SVC.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6603522Z copying build/lib/coremltools/test/sklearn_tests/test_SVR.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6605086Z copying build/lib/coremltools/test/sklearn_tests/test_categorical_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6606747Z copying build/lib/coremltools/test/sklearn_tests/test_composite_pipelines.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6608377Z copying build/lib/coremltools/test/sklearn_tests/test_dict_vectorizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6609974Z copying build/lib/coremltools/test/sklearn_tests/test_feature_names.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6611564Z copying build/lib/coremltools/test/sklearn_tests/test_glm_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6613111Z copying build/lib/coremltools/test/sklearn_tests/test_imputer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6614626Z copying build/lib/coremltools/test/sklearn_tests/test_io_types.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6616219Z copying build/lib/coremltools/test/sklearn_tests/test_k_neighbors_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6617886Z copying build/lib/coremltools/test/sklearn_tests/test_linear_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6619579Z copying build/lib/coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6621216Z copying build/lib/coremltools/test/sklearn_tests/test_normalizer.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6622831Z copying build/lib/coremltools/test/sklearn_tests/test_one_hot_encoder.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6624668Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6626415Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6628178Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6630316Z copying build/lib/coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6632038Z copying build/lib/coremltools/test/sklearn_tests/test_ridge_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6633657Z copying build/lib/coremltools/test/sklearn_tests/test_standard_scalar.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6635205Z copying build/lib/coremltools/test/sklearn_tests/test_utils.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/sklearn_tests 2025-06-05T23:55:18.6636326Z creating build/bdist.linux-aarch64/wheel/coremltools/test/xgboost_tests 2025-06-05T23:55:18.6637437Z copying build/lib/coremltools/test/xgboost_tests/__init__.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:18.6638997Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:18.6640768Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:18.6642525Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:18.6644284Z copying build/lib/coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:18.6646042Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_classifier.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:18.6647801Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:18.6649558Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_regression.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:18.6651313Z copying build/lib/coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py -> build/bdist.linux-aarch64/wheel/./coremltools/test/xgboost_tests 2025-06-05T23:55:18.6652417Z running install_egg_info 2025-06-05T23:55:18.6652758Z running egg_info 2025-06-05T23:55:18.6653097Z writing coremltools.egg-info/PKG-INFO 2025-06-05T23:55:18.6653687Z writing dependency_links to coremltools.egg-info/dependency_links.txt 2025-06-05T23:55:18.6654382Z writing requirements to coremltools.egg-info/requires.txt 2025-06-05T23:55:18.6655013Z writing top-level names to coremltools.egg-info/top_level.txt 2025-06-05T23:55:18.6655642Z reading manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:55:18.6656173Z reading manifest template 'MANIFEST.in' 2025-06-05T23:55:18.6656611Z adding license file 'LICENSE.txt' 2025-06-05T23:55:18.6657008Z adding license file 'NOTICE.txt' 2025-06-05T23:55:18.6657522Z writing manifest file 'coremltools.egg-info/SOURCES.txt' 2025-06-05T23:55:18.6658372Z Copying coremltools.egg-info to build/bdist.linux-aarch64/wheel/./coremltools-8.3.0-py3.10.egg-info 2025-06-05T23:55:18.6659116Z running install_scripts 2025-06-05T23:55:18.6659666Z creating build/bdist.linux-aarch64/wheel/coremltools-8.3.0.dist-info/WHEEL 2025-06-05T23:55:18.6660874Z creating '/tmp/pip-wheel-fuigsv41/coremltools-8.3.0-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it 2025-06-05T23:55:18.6661765Z adding 'coremltools/__init__.py' 2025-06-05T23:55:18.6662161Z adding 'coremltools/version.py' 2025-06-05T23:55:18.6662574Z adding 'coremltools/_deps/__init__.py' 2025-06-05T23:55:18.6663041Z adding 'coremltools/converters/__init__.py' 2025-06-05T23:55:18.6663552Z adding 'coremltools/converters/_converters_entry.py' 2025-06-05T23:55:18.6664196Z adding 'coremltools/converters/_profile_utils.py' 2025-06-05T23:55:18.6664853Z adding 'coremltools/converters/libsvm/__init__.py' 2025-06-05T23:55:18.6665454Z adding 'coremltools/converters/libsvm/_libsvm_converter.py' 2025-06-05T23:55:18.6666063Z adding 'coremltools/converters/libsvm/_libsvm_util.py' 2025-06-05T23:55:18.6666603Z adding 'coremltools/converters/mil/__init__.py' 2025-06-05T23:55:18.6667200Z adding 'coremltools/converters/mil/_deployment_compatibility.py' 2025-06-05T23:55:18.6667826Z adding 'coremltools/converters/mil/conftest.py' 2025-06-05T23:55:18.7268150Z adding 'coremltools/converters/mil/converter.py' 2025-06-05T23:55:18.7268927Z adding 'coremltools/converters/mil/debugging_utils.py' 2025-06-05T23:55:18.7269493Z adding 'coremltools/converters/mil/input_types.py' 2025-06-05T23:55:18.7270110Z adding 'coremltools/converters/mil/test_inputs_outputs_shape.py' 2025-06-05T23:55:18.7270724Z adding 'coremltools/converters/mil/testing_reqs.py' 2025-06-05T23:55:18.7271294Z adding 'coremltools/converters/mil/testing_utils.py' 2025-06-05T23:55:18.7271874Z adding 'coremltools/converters/mil/backend/__init__.py' 2025-06-05T23:55:18.7272494Z adding 'coremltools/converters/mil/backend/backend_helper.py' 2025-06-05T23:55:18.7273201Z adding 'coremltools/converters/mil/backend/mil/__init__.py' 2025-06-05T23:55:18.7273824Z adding 'coremltools/converters/mil/backend/mil/helper.py' 2025-06-05T23:55:18.7274419Z adding 'coremltools/converters/mil/backend/mil/load.py' 2025-06-05T23:55:18.7275045Z adding 'coremltools/converters/mil/backend/mil/test_helper.py' 2025-06-05T23:55:18.7275699Z adding 'coremltools/converters/mil/backend/mil/test_load.py' 2025-06-05T23:55:18.7276369Z adding 'coremltools/converters/mil/backend/mil/passes/__init__.py' 2025-06-05T23:55:18.7277218Z adding 'coremltools/converters/mil/backend/mil/passes/adjust_io_to_supported_types.py' 2025-06-05T23:55:18.7278142Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_activation_silu.py' 2025-06-05T23:55:18.7278988Z adding 'coremltools/converters/mil/backend/mil/passes/fuse_pow2_sqrt.py' 2025-06-05T23:55:18.7279892Z adding 'coremltools/converters/mil/backend/mil/passes/insert_image_preprocessing_op.py' 2025-06-05T23:55:18.7280840Z adding 'coremltools/converters/mil/backend/mil/passes/sanitize_name_strings.py' 2025-06-05T23:55:18.7281671Z adding 'coremltools/converters/mil/backend/mil/passes/test_passes.py' 2025-06-05T23:55:18.7282356Z adding 'coremltools/converters/mil/backend/nn/__init__.py' 2025-06-05T23:55:18.7282964Z adding 'coremltools/converters/mil/backend/nn/load.py' 2025-06-05T23:55:18.7283679Z adding 'coremltools/converters/mil/backend/nn/mil_to_nn_mapping_registry.py' 2025-06-05T23:55:18.7284423Z adding 'coremltools/converters/mil/backend/nn/op_mapping.py' 2025-06-05T23:55:18.7285098Z adding 'coremltools/converters/mil/backend/nn/passes/__init__.py' 2025-06-05T23:55:18.7285889Z adding 'coremltools/converters/mil/backend/nn/passes/alert_return_type_cast.py' 2025-06-05T23:55:18.7286768Z adding 'coremltools/converters/mil/backend/nn/passes/commingle_loop_vars.py' 2025-06-05T23:55:18.7287629Z adding 'coremltools/converters/mil/backend/nn/passes/conv1d_decomposition.py' 2025-06-05T23:55:18.7288571Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_inputs_as_outputs.py' 2025-06-05T23:55:18.7289558Z adding 'coremltools/converters/mil/backend/nn/passes/handle_return_unused_inputs.py' 2025-06-05T23:55:18.7290765Z adding 'coremltools/converters/mil/backend/nn/passes/handle_unused_inputs.py' 2025-06-05T23:55:18.7291591Z adding 'coremltools/converters/mil/backend/nn/passes/mlmodel_passes.py' 2025-06-05T23:55:18.7292401Z adding 'coremltools/converters/mil/backend/nn/passes/test_mlmodel_passes.py' 2025-06-05T23:55:18.7293201Z adding 'coremltools/converters/mil/backend/nn/passes/test_passes.py' 2025-06-05T23:55:18.7293892Z adding 'coremltools/converters/mil/experimental/__init__.py' 2025-06-05T23:55:18.7294590Z adding 'coremltools/converters/mil/experimental/passes/README.md' 2025-06-05T23:55:18.7295731Z adding 'coremltools/converters/mil/experimental/passes/__init__.py' 2025-06-05T23:55:18.7296623Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_batchnorm_fusion.py' 2025-06-05T23:55:18.7297611Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_bias_fusion.py' 2025-06-05T23:55:18.7298561Z adding 'coremltools/converters/mil/experimental/passes/generic_conv_scale_fusion.py' 2025-06-05T23:55:18.7299896Z adding 'coremltools/converters/mil/experimental/passes/generic_layernorm_instancenorm_pattern_fusion.py' 2025-06-05T23:55:18.7301012Z adding 'coremltools/converters/mil/experimental/passes/generic_linear_bias_fusion.py' 2025-06-05T23:55:18.7301992Z adding 'coremltools/converters/mil/experimental/passes/generic_pass_infrastructure.py' 2025-06-05T23:55:18.7302799Z adding 'coremltools/converters/mil/frontend/__init__.py' 2025-06-05T23:55:18.7303382Z adding 'coremltools/converters/mil/frontend/_utils.py' 2025-06-05T23:55:18.7304030Z adding 'coremltools/converters/mil/frontend/milproto/__init__.py' 2025-06-05T23:55:18.7304731Z adding 'coremltools/converters/mil/frontend/milproto/helper.py' 2025-06-05T23:55:18.7305406Z adding 'coremltools/converters/mil/frontend/milproto/load.py' 2025-06-05T23:55:18.7322563Z adding 'coremltools/converters/mil/frontend/milproto/test_load.py' 2025-06-05T23:55:18.7323317Z adding 'coremltools/converters/mil/frontend/tensorflow/__init__.py' 2025-06-05T23:55:18.7324123Z adding 'coremltools/converters/mil/frontend/tensorflow/basic_graph_ops.py' 2025-06-05T23:55:18.7324941Z adding 'coremltools/converters/mil/frontend/tensorflow/convert_utils.py' 2025-06-05T23:55:18.7325710Z adding 'coremltools/converters/mil/frontend/tensorflow/converter.py' 2025-06-05T23:55:18.7326473Z adding 'coremltools/converters/mil/frontend/tensorflow/dialect_ops.py' 2025-06-05T23:55:18.7327238Z adding 'coremltools/converters/mil/frontend/tensorflow/dot_visitor.py' 2025-06-05T23:55:18.7327967Z adding 'coremltools/converters/mil/frontend/tensorflow/load.py' 2025-06-05T23:55:18.7328701Z adding 'coremltools/converters/mil/frontend/tensorflow/naming_utils.py' 2025-06-05T23:55:18.7329436Z adding 'coremltools/converters/mil/frontend/tensorflow/ops.py' 2025-06-05T23:55:18.7330120Z adding 'coremltools/converters/mil/frontend/tensorflow/parse.py' 2025-06-05T23:55:18.7330868Z adding 'coremltools/converters/mil/frontend/tensorflow/parsed_tf_node.py' 2025-06-05T23:55:18.7331688Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_op_registry.py' 2025-06-05T23:55:18.7332436Z adding 'coremltools/converters/mil/frontend/tensorflow/tfssa.py' 2025-06-05T23:55:18.7333218Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/__init__.py' 2025-06-05T23:55:18.7334215Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/backfill_make_list_elem_type.py' 2025-06-05T23:55:18.7335265Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/expand_tf_lstm.py' 2025-06-05T23:55:18.7336205Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/test_passes.py' 2025-06-05T23:55:18.7337181Z adding 'coremltools/converters/mil/frontend/tensorflow/ssa_passes/tf_lstm_to_core_lstm.py' 2025-06-05T23:55:18.7338102Z adding 'coremltools/converters/mil/frontend/tensorflow/test/__init__.py' 2025-06-05T23:55:18.7338957Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_composite_ops.py' 2025-06-05T23:55:18.7340199Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_custom_ops.py' 2025-06-05T23:55:18.7341079Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_graphs.py' 2025-06-05T23:55:18.7341902Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_load.py' 2025-06-05T23:55:18.7342707Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_ops.py' 2025-06-05T23:55:18.7343513Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parse.py' 2025-06-05T23:55:18.7344539Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_parsed_tf_node.py' 2025-06-05T23:55:18.7345665Z adding 'coremltools/converters/mil/frontend/tensorflow/test/test_tf_conversion_api.py' 2025-06-05T23:55:18.7346614Z adding 'coremltools/converters/mil/frontend/tensorflow/test/testing_utils.py' 2025-06-05T23:55:18.7347504Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/__init__.py' 2025-06-05T23:55:18.7348439Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/cond_to_where.py' 2025-06-05T23:55:18.7350007Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/constant_propagation.py' 2025-06-05T23:55:18.7351045Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_asserts.py' 2025-06-05T23:55:18.7352051Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_constant.py' 2025-06-05T23:55:18.7353130Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/delete_disconnected_nodes.py' 2025-06-05T23:55:18.7354243Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/functionalize_loops.py' 2025-06-05T23:55:18.7355298Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/fuse_dilation_conv.py' 2025-06-05T23:55:18.7356325Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/insert_get_tuple.py' 2025-06-05T23:55:18.7357429Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/quantization_pass.py' 2025-06-05T23:55:18.7358503Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/tensor_array_transform.py' 2025-06-05T23:55:18.7359607Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/variable_node_transform.py' 2025-06-05T23:55:18.7360624Z adding 'coremltools/converters/mil/frontend/tensorflow/tf_graph_pass/visitors.py' 2025-06-05T23:55:18.7361453Z adding 'coremltools/converters/mil/frontend/tensorflow2/__init__.py' 2025-06-05T23:55:18.7362205Z adding 'coremltools/converters/mil/frontend/tensorflow2/converter.py' 2025-06-05T23:55:18.7362943Z adding 'coremltools/converters/mil/frontend/tensorflow2/load.py' 2025-06-05T23:55:18.7363632Z adding 'coremltools/converters/mil/frontend/tensorflow2/ops.py' 2025-06-05T23:55:18.7364414Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/__init__.py' 2025-06-05T23:55:18.7365366Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/remove_vacuous_cond.py' 2025-06-05T23:55:18.7366369Z adding 'coremltools/converters/mil/frontend/tensorflow2/ssa_passes/test_v2_passes.py' 2025-06-05T23:55:18.7367248Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/__init__.py' 2025-06-05T23:55:18.7368157Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_tf2_conversion_api.py' 2025-06-05T23:55:18.7369097Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_load.py' 2025-06-05T23:55:18.7369946Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops.py' 2025-06-05T23:55:18.7370856Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/test_v2_ops_tf_keras.py' 2025-06-05T23:55:18.7371780Z adding 'coremltools/converters/mil/frontend/tensorflow2/test/testing_utils.py' 2025-06-05T23:55:18.7372686Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/__init__.py' 2025-06-05T23:55:18.7373755Z adding 'coremltools/converters/mil/frontend/tensorflow2/tf_graph_pass/rewrite_control_flow_functions.py' 2025-06-05T23:55:18.7374881Z adding 'coremltools/converters/mil/frontend/torch/__init__.py' 2025-06-05T23:55:18.8154211Z adding 'coremltools/converters/mil/frontend/torch/converter.py' 2025-06-05T23:55:18.8158056Z adding 'coremltools/converters/mil/frontend/torch/dialect_ops.py' 2025-06-05T23:55:18.8158857Z adding 'coremltools/converters/mil/frontend/torch/exir_utils.py' 2025-06-05T23:55:18.8159583Z adding 'coremltools/converters/mil/frontend/torch/internal_graph.py' 2025-06-05T23:55:18.8160271Z adding 'coremltools/converters/mil/frontend/torch/load.py' 2025-06-05T23:55:18.8161152Z adding 'coremltools/converters/mil/frontend/torch/ops.py' 2025-06-05T23:55:18.8162044Z adding 'coremltools/converters/mil/frontend/torch/quantization_ops.py' 2025-06-05T23:55:18.8162837Z adding 'coremltools/converters/mil/frontend/torch/torch_op_registry.py' 2025-06-05T23:55:18.8163612Z adding 'coremltools/converters/mil/frontend/torch/torchir_passes.py' 2025-06-05T23:55:18.8164379Z adding 'coremltools/converters/mil/frontend/torch/torchscript_utils.py' 2025-06-05T23:55:18.8165093Z adding 'coremltools/converters/mil/frontend/torch/utils.py' 2025-06-05T23:55:18.8165812Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/__init__.py' 2025-06-05T23:55:18.8166731Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_tensor_assign_to_core.py' 2025-06-05T23:55:18.8167808Z adding 'coremltools/converters/mil/frontend/torch/ssa_passes/torch_upsample_to_core_upsample.py' 2025-06-05T23:55:18.8168728Z adding 'coremltools/converters/mil/frontend/torch/test/__init__.py' 2025-06-05T23:55:18.8169522Z adding 'coremltools/converters/mil/frontend/torch/test/test_custom_ops.py' 2025-06-05T23:55:18.8170337Z adding 'coremltools/converters/mil/frontend/torch/test/test_examples.py' 2025-06-05T23:55:18.8171166Z adding 'coremltools/converters/mil/frontend/torch/test/test_internal_graph.py' 2025-06-05T23:55:18.8171472Z adding 'coremltools/converters/mil/frontend/torch/test/test_passes.py' 2025-06-05T23:55:18.8171880Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_conversion_api.py' 2025-06-05T23:55:18.8172323Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_conversion_api.py' 2025-06-05T23:55:18.8172753Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_export_quantization.py' 2025-06-05T23:55:18.8173085Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_ops.py' 2025-06-05T23:55:18.8173495Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_quantization_ops.py' 2025-06-05T23:55:18.8173898Z adding 'coremltools/converters/mil/frontend/torch/test/test_torch_stateful_model.py' 2025-06-05T23:55:18.8174232Z adding 'coremltools/converters/mil/frontend/torch/test/testing_utils.py' 2025-06-05T23:55:18.8174421Z adding 'coremltools/converters/mil/mil/__init__.py' 2025-06-05T23:55:18.8174602Z adding 'coremltools/converters/mil/mil/block.py' 2025-06-05T23:55:18.8174800Z adding 'coremltools/converters/mil/mil/builder.py' 2025-06-05T23:55:18.8175014Z adding 'coremltools/converters/mil/mil/input_type.py' 2025-06-05T23:55:18.8175215Z adding 'coremltools/converters/mil/mil/operation.py' 2025-06-05T23:55:18.8175405Z adding 'coremltools/converters/mil/mil/program.py' 2025-06-05T23:55:18.8175598Z adding 'coremltools/converters/mil/mil/scope.py' 2025-06-05T23:55:18.8175778Z adding 'coremltools/converters/mil/mil/utils.py' 2025-06-05T23:55:18.8175950Z adding 'coremltools/converters/mil/mil/var.py' 2025-06-05T23:55:18.8176176Z adding 'coremltools/converters/mil/mil/ops/__init__.py' 2025-06-05T23:55:18.8176388Z adding 'coremltools/converters/mil/mil/ops/helper.py' 2025-06-05T23:55:18.8176612Z adding 'coremltools/converters/mil/mil/ops/registry.py' 2025-06-05T23:55:18.8176864Z adding 'coremltools/converters/mil/mil/ops/defs/__init__.py' 2025-06-05T23:55:18.8177107Z adding 'coremltools/converters/mil/mil/ops/defs/_op_reqs.py' 2025-06-05T23:55:18.8177336Z adding 'coremltools/converters/mil/mil/ops/defs/_utils.py' 2025-06-05T23:55:18.8177811Z adding 'coremltools/converters/mil/mil/ops/defs/complex_dialect_ops.py' 2025-06-05T23:55:18.8178161Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/__init__.py' 2025-06-05T23:55:18.8178470Z adding 'coremltools/converters/mil/mil/ops/defs/coreml_dialect/ops.py' 2025-06-05T23:55:18.8178748Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/__init__.py' 2025-06-05T23:55:18.8179047Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/activation.py' 2025-06-05T23:55:18.8179408Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/classify.py' 2025-06-05T23:55:18.8179800Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/control_flow.py' 2025-06-05T23:55:18.8180074Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/conv.py' 2025-06-05T23:55:18.8180421Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_binary.py' 2025-06-05T23:55:18.8180762Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/elementwise_unary.py' 2025-06-05T23:55:18.8181094Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/image_resizing.py' 2025-06-05T23:55:18.8181361Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/linear.py' 2025-06-05T23:55:18.8181676Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/normalization.py' 2025-06-05T23:55:18.8181927Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/pool.py' 2025-06-05T23:55:18.8182203Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/random.py' 2025-06-05T23:55:18.8182490Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/recurrent.py' 2025-06-05T23:55:18.8182786Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/reduction.py' 2025-06-05T23:55:18.8183167Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/scatter_gather.py' 2025-06-05T23:55:18.8183500Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_operation.py' 2025-06-05T23:55:18.8183867Z adding 'coremltools/converters/mil/mil/ops/defs/iOS15/tensor_transformation.py' 2025-06-05T23:55:18.8184159Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/__init__.py' 2025-06-05T23:55:18.8184472Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/constexpr_ops.py' 2025-06-05T23:55:18.8184791Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/image_resizing.py' 2025-06-05T23:55:18.8185116Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/scatter_gather.py' 2025-06-05T23:55:18.8185450Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_operation.py' 2025-06-05T23:55:18.8185824Z adding 'coremltools/converters/mil/mil/ops/defs/iOS16/tensor_transformation.py' 2025-06-05T23:55:18.8186118Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/__init__.py' 2025-06-05T23:55:18.8186414Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/activation.py' 2025-06-05T23:55:18.8186662Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/conv.py' 2025-06-05T23:55:18.8187009Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/elementwise_unary.py' 2025-06-05T23:55:18.8187332Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/image_resizing.py' 2025-06-05T23:55:18.8187600Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/linear.py' 2025-06-05T23:55:18.8187918Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/normalization.py' 2025-06-05T23:55:18.8188255Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/quantization_ops.py' 2025-06-05T23:55:18.8188658Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/recurrent.py' 2025-06-05T23:55:18.8188964Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/reduction.py' 2025-06-05T23:55:18.8189301Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/scatter_gather.py' 2025-06-05T23:55:18.8189639Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_operation.py' 2025-06-05T23:55:18.8190010Z adding 'coremltools/converters/mil/mil/ops/defs/iOS17/tensor_transformation.py' 2025-06-05T23:55:18.8190304Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/__init__.py' 2025-06-05T23:55:18.8190721Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/compression.py' 2025-06-05T23:55:18.8191009Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/recurrent.py' 2025-06-05T23:55:18.8191288Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/states.py' 2025-06-05T23:55:18.8191660Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/tensor_transformation.py' 2025-06-05T23:55:18.8191969Z adding 'coremltools/converters/mil/mil/ops/defs/iOS18/transformers.py' 2025-06-05T23:55:18.8192293Z adding 'coremltools/converters/mil/mil/ops/tests/__init__.py' 2025-06-05T23:55:18.8192653Z adding 'coremltools/converters/mil/mil/ops/tests/test_utils.py' 2025-06-05T23:55:18.8192953Z adding 'coremltools/converters/mil/mil/ops/tests/testing_utils.py' 2025-06-05T23:55:18.8193296Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/__init__.py' 2025-06-05T23:55:18.8193719Z adding 'coremltools/converters/mil/mil/ops/tests/coreml_dialect/test_coreml_dialect.py' 2025-06-05T23:55:18.8194010Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/__init__.py' 2025-06-05T23:55:18.8194344Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_activation.py' 2025-06-05T23:55:18.8194692Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_control_flow.py' 2025-06-05T23:55:18.8194985Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_conv.py' 2025-06-05T23:55:18.8195366Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_binary.py' 2025-06-05T23:55:18.8195756Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_elementwise_unary.py' 2025-06-05T23:55:18.8196115Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_image_resizing.py' 2025-06-05T23:55:18.8196419Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_linear.py' 2025-06-05T23:55:18.8196775Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_normalization.py' 2025-06-05T23:55:18.8197076Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_pool.py' 2025-06-05T23:55:18.8197384Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_random.py' 2025-06-05T23:55:18.8197707Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_recurrent.py' 2025-06-05T23:55:18.8198037Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_reduction.py' 2025-06-05T23:55:18.8198390Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_scatter_gather.py' 2025-06-05T23:55:18.8198899Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_operation.py' 2025-06-05T23:55:18.8199345Z adding 'coremltools/converters/mil/mil/ops/tests/iOS14/test_tensor_transformation.py' 2025-06-05T23:55:18.8199637Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/__init__.py' 2025-06-05T23:55:18.8200009Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_elementwise_unary.py' 2025-06-05T23:55:18.8200371Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_image_resizing.py' 2025-06-05T23:55:18.8200778Z adding 'coremltools/converters/mil/mil/ops/tests/iOS15/test_tensor_transformation.py' 2025-06-05T23:55:18.8201064Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/__init__.py' 2025-06-05T23:55:18.8815983Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_constexpr_ops.py' 2025-06-05T23:55:18.8816364Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_conv.py' 2025-06-05T23:55:18.8816728Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_image_resizing.py' 2025-06-05T23:55:18.8817120Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_scatter_gather.py' 2025-06-05T23:55:18.8817509Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_operation.py' 2025-06-05T23:55:18.8817919Z adding 'coremltools/converters/mil/mil/ops/tests/iOS16/test_tensor_transformation.py' 2025-06-05T23:55:18.8818216Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/__init__.py' 2025-06-05T23:55:18.8818550Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_activation.py' 2025-06-05T23:55:18.8819134Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_conv.py' 2025-06-05T23:55:18.8819515Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_elementwise_unary.py' 2025-06-05T23:55:18.8819868Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_image_resizing.py' 2025-06-05T23:55:18.8820170Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_linear.py' 2025-06-05T23:55:18.8820530Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_normalization.py' 2025-06-05T23:55:18.8821211Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_quantization.py' 2025-06-05T23:55:18.8821555Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_recurrent.py' 2025-06-05T23:55:18.8821879Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_reduction.py' 2025-06-05T23:55:18.8822240Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_scatter_gather.py' 2025-06-05T23:55:18.8822614Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_operation.py' 2025-06-05T23:55:18.8823016Z adding 'coremltools/converters/mil/mil/ops/tests/iOS17/test_tensor_transformation.py' 2025-06-05T23:55:18.8823315Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/__init__.py' 2025-06-05T23:55:18.8823655Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_compression.py' 2025-06-05T23:55:18.8823978Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_recurrent.py' 2025-06-05T23:55:18.8824292Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_states.py' 2025-06-05T23:55:18.8824700Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_tensor_transformation.py' 2025-06-05T23:55:18.8825045Z adding 'coremltools/converters/mil/mil/ops/tests/iOS18/test_transformers.py' 2025-06-05T23:55:18.8825285Z adding 'coremltools/converters/mil/mil/passes/__init__.py' 2025-06-05T23:55:18.8825531Z adding 'coremltools/converters/mil/mil/passes/graph_pass.py' 2025-06-05T23:55:18.8825763Z adding 'coremltools/converters/mil/mil/passes/helper.py' 2025-06-05T23:55:18.8826031Z adding 'coremltools/converters/mil/mil/passes/pass_pipeline.py' 2025-06-05T23:55:18.8826301Z adding 'coremltools/converters/mil/mil/passes/pass_registry.py' 2025-06-05T23:55:18.8826560Z adding 'coremltools/converters/mil/mil/passes/defs/__init__.py' 2025-06-05T23:55:18.8826932Z adding 'coremltools/converters/mil/mil/passes/defs/lower_complex_dialect_ops.py' 2025-06-05T23:55:18.8827274Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation.py' 2025-06-05T23:55:18.8827707Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_activation_quantization.py' 2025-06-05T23:55:18.8828004Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_conv.py' 2025-06-05T23:55:18.8828397Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_elementwise_binary.py' 2025-06-05T23:55:18.8828811Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_linear.py' 2025-06-05T23:55:18.8829179Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_normalization.py' 2025-06-05T23:55:18.8829539Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_quantization.py' 2025-06-05T23:55:18.8829876Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_repeat_ops.py' 2025-06-05T23:55:18.8830177Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_state.py' 2025-06-05T23:55:18.8830551Z adding 'coremltools/converters/mil/mil/passes/defs/optimize_tensor_operation.py' 2025-06-05T23:55:18.8830849Z adding 'coremltools/converters/mil/mil/passes/defs/preprocess.py' 2025-06-05T23:55:18.8831154Z adding 'coremltools/converters/mil/mil/passes/defs/quantization.py' 2025-06-05T23:55:18.8831428Z adding 'coremltools/converters/mil/mil/passes/defs/randomize.py' 2025-06-05T23:55:18.8831751Z adding 'coremltools/converters/mil/mil/passes/defs/symbol_transform.py' 2025-06-05T23:55:18.8832038Z adding 'coremltools/converters/mil/mil/passes/defs/transformer.py' 2025-06-05T23:55:18.8832458Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/__init__.py' 2025-06-05T23:55:18.8832859Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_deduplication.py' 2025-06-05T23:55:18.8833235Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/const_elimination.py' 2025-06-05T23:55:18.8833637Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dead_code_elimination.py' 2025-06-05T23:55:18.8834048Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/dedup_op_and_var_names.py' 2025-06-05T23:55:18.8834606Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/expand_dynamic_linear.py' 2025-06-05T23:55:18.8834986Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/fuse_reduce_mean.py' 2025-06-05T23:55:18.8835429Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/loop_invariant_elimination.py' 2025-06-05T23:55:18.8835799Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/noop_elimination.py' 2025-06-05T23:55:18.8836197Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_redundant_ops.py' 2025-06-05T23:55:18.8836608Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/remove_symbolic_reshape.py' 2025-06-05T23:55:18.8837002Z adding 'coremltools/converters/mil/mil/passes/defs/cleanup/topological_reorder.py' 2025-06-05T23:55:18.8837272Z adding 'coremltools/converters/mil/mil/passes/tests/__init__.py' 2025-06-05T23:55:18.8837616Z adding 'coremltools/converters/mil/mil/passes/tests/test_cleanup_passes.py' 2025-06-05T23:55:18.8838034Z adding 'coremltools/converters/mil/mil/passes/tests/test_lower_complex_dialect_ops.py' 2025-06-05T23:55:18.8838431Z adding 'coremltools/converters/mil/mil/passes/tests/test_optimize_linear_passes.py' 2025-06-05T23:55:18.8838765Z adding 'coremltools/converters/mil/mil/passes/tests/test_pass_pipeline.py' 2025-06-05T23:55:18.8839063Z adding 'coremltools/converters/mil/mil/passes/tests/test_passes.py' 2025-06-05T23:55:18.8839434Z adding 'coremltools/converters/mil/mil/passes/tests/test_quantization_passes.py' 2025-06-05T23:55:18.8839830Z adding 'coremltools/converters/mil/mil/passes/tests/test_reduce_transposes_pass.py' 2025-06-05T23:55:18.8840163Z adding 'coremltools/converters/mil/mil/passes/tests/test_state_passes.py' 2025-06-05T23:55:18.8840514Z adding 'coremltools/converters/mil/mil/passes/tests/test_symbol_transform.py' 2025-06-05T23:55:18.8840740Z adding 'coremltools/converters/mil/mil/tests/__init__.py' 2025-06-05T23:55:18.8840973Z adding 'coremltools/converters/mil/mil/tests/test_block.py' 2025-06-05T23:55:18.8841228Z adding 'coremltools/converters/mil/mil/tests/test_debug.py' 2025-06-05T23:55:18.8841483Z adding 'coremltools/converters/mil/mil/tests/test_programs.py' 2025-06-05T23:55:18.8841721Z adding 'coremltools/converters/mil/mil/tests/test_types.py' 2025-06-05T23:55:18.8841959Z adding 'coremltools/converters/mil/mil/types/__init__.py' 2025-06-05T23:55:18.8842185Z adding 'coremltools/converters/mil/mil/types/annotate.py' 2025-06-05T23:55:18.8842439Z adding 'coremltools/converters/mil/mil/types/get_type_info.py' 2025-06-05T23:55:18.8842706Z adding 'coremltools/converters/mil/mil/types/global_methods.py' 2025-06-05T23:55:18.8842933Z adding 'coremltools/converters/mil/mil/types/symbolic.py' 2025-06-05T23:55:18.8843163Z adding 'coremltools/converters/mil/mil/types/type_bool.py' 2025-06-05T23:55:18.8843414Z adding 'coremltools/converters/mil/mil/types/type_complex.py' 2025-06-05T23:55:18.8843655Z adding 'coremltools/converters/mil/mil/types/type_dict.py' 2025-06-05T23:55:18.8843903Z adding 'coremltools/converters/mil/mil/types/type_double.py' 2025-06-05T23:55:18.8844236Z adding 'coremltools/converters/mil/mil/types/type_globals_pseudo_type.py' 2025-06-05T23:55:18.8844470Z adding 'coremltools/converters/mil/mil/types/type_int.py' 2025-06-05T23:55:18.8844701Z adding 'coremltools/converters/mil/mil/types/type_list.py' 2025-06-05T23:55:18.8844953Z adding 'coremltools/converters/mil/mil/types/type_mapping.py' 2025-06-05T23:55:18.8845280Z adding 'coremltools/converters/mil/mil/types/type_spec.py' 2025-06-05T23:55:18.8845523Z adding 'coremltools/converters/mil/mil/types/type_state.py' 2025-06-05T23:55:18.8845747Z adding 'coremltools/converters/mil/mil/types/type_str.py' 2025-06-05T23:55:18.8845998Z adding 'coremltools/converters/mil/mil/types/type_tensor.py' 2025-06-05T23:55:18.8846235Z adding 'coremltools/converters/mil/mil/types/type_tuple.py' 2025-06-05T23:55:18.8846484Z adding 'coremltools/converters/mil/mil/types/type_unknown.py' 2025-06-05T23:55:18.8846798Z adding 'coremltools/converters/mil/mil/types/type_void.py' 2025-06-05T23:55:18.8847134Z adding 'coremltools/converters/mil/mil/visitors/__init__.py' 2025-06-05T23:55:18.8847412Z adding 'coremltools/converters/mil/mil/visitors/dot_visitor.py' 2025-06-05T23:55:18.8847619Z adding 'coremltools/converters/sklearn/_LinearSVC.py' 2025-06-05T23:55:18.8847839Z adding 'coremltools/converters/sklearn/_LinearSVR.py' 2025-06-05T23:55:18.8848225Z adding 'coremltools/converters/sklearn/_NuSVC.py' 2025-06-05T23:55:18.8848415Z adding 'coremltools/converters/sklearn/_NuSVR.py' 2025-06-05T23:55:18.8848608Z adding 'coremltools/converters/sklearn/_SVC.py' 2025-06-05T23:55:18.8848790Z adding 'coremltools/converters/sklearn/_SVR.py' 2025-06-05T23:55:18.8848981Z adding 'coremltools/converters/sklearn/__init__.py' 2025-06-05T23:55:18.8849187Z adding 'coremltools/converters/sklearn/_converter.py' 2025-06-05T23:55:18.8849449Z adding 'coremltools/converters/sklearn/_converter_internal.py' 2025-06-05T23:55:18.8849753Z adding 'coremltools/converters/sklearn/_decision_tree_classifier.py' 2025-06-05T23:55:18.8850061Z adding 'coremltools/converters/sklearn/_decision_tree_regressor.py' 2025-06-05T23:55:18.8850315Z adding 'coremltools/converters/sklearn/_dict_vectorizer.py' 2025-06-05T23:55:18.8850634Z adding 'coremltools/converters/sklearn/_gradient_boosting_classifier.py' 2025-06-05T23:55:18.8850945Z adding 'coremltools/converters/sklearn/_gradient_boosting_regressor.py' 2025-06-05T23:55:18.8851156Z adding 'coremltools/converters/sklearn/_imputer.py' 2025-06-05T23:55:18.8851444Z adding 'coremltools/converters/sklearn/_k_neighbors_classifier.py' 2025-06-05T23:55:18.8851696Z adding 'coremltools/converters/sklearn/_linear_regression.py' 2025-06-05T23:55:18.8851965Z adding 'coremltools/converters/sklearn/_logistic_regression.py' 2025-06-05T23:55:18.9662137Z adding 'coremltools/converters/sklearn/_normalizer.py' 2025-06-05T23:55:18.9662459Z adding 'coremltools/converters/sklearn/_one_hot_encoder.py' 2025-06-05T23:55:18.9662818Z adding 'coremltools/converters/sklearn/_random_forest_classifier.py' 2025-06-05T23:55:18.9663113Z adding 'coremltools/converters/sklearn/_random_forest_regressor.py' 2025-06-05T23:55:18.9663362Z adding 'coremltools/converters/sklearn/_ridge_regression.py' 2025-06-05T23:55:18.9663591Z adding 'coremltools/converters/sklearn/_sklearn_util.py' 2025-06-05T23:55:18.9663827Z adding 'coremltools/converters/sklearn/_standard_scaler.py' 2025-06-05T23:55:18.9664048Z adding 'coremltools/converters/sklearn/_svm_common.py' 2025-06-05T23:55:18.9664282Z adding 'coremltools/converters/sklearn/_tree_ensemble.py' 2025-06-05T23:55:18.9664476Z adding 'coremltools/converters/xgboost/__init__.py' 2025-06-05T23:55:18.9664658Z adding 'coremltools/converters/xgboost/_tree.py' 2025-06-05T23:55:18.9664885Z adding 'coremltools/converters/xgboost/_tree_ensemble.py' 2025-06-05T23:55:18.9665047Z adding 'coremltools/models/__init__.py' 2025-06-05T23:55:18.9665227Z adding 'coremltools/models/_compiled_model.py' 2025-06-05T23:55:18.9665402Z adding 'coremltools/models/_deprecation.py' 2025-06-05T23:55:18.9665607Z adding 'coremltools/models/_feature_management.py' 2025-06-05T23:55:18.9665807Z adding 'coremltools/models/_interface_management.py' 2025-06-05T23:55:18.9666018Z adding 'coremltools/models/array_feature_extractor.py' 2025-06-05T23:55:18.9666199Z adding 'coremltools/models/compute_device.py' 2025-06-05T23:55:18.9666661Z adding 'coremltools/models/compute_plan.py' 2025-06-05T23:55:18.9666822Z adding 'coremltools/models/datatypes.py' 2025-06-05T23:55:18.9667010Z adding 'coremltools/models/feature_vectorizer.py' 2025-06-05T23:55:18.9667163Z adding 'coremltools/models/model.py' 2025-06-05T23:55:18.9667321Z adding 'coremltools/models/pipeline.py' 2025-06-05T23:55:18.9667488Z adding 'coremltools/models/tree_ensemble.py' 2025-06-05T23:55:18.9667647Z adding 'coremltools/models/utils.py' 2025-06-05T23:55:18.9667834Z adding 'coremltools/models/ml_program/__init__.py' 2025-06-05T23:55:18.9668217Z adding 'coremltools/models/ml_program/compression_utils.py' 2025-06-05T23:55:18.9668786Z adding 'coremltools/models/ml_program/experimental/__init__.py' 2025-06-05T23:55:18.9669113Z adding 'coremltools/models/ml_program/experimental/async_wrapper.py' 2025-06-05T23:55:18.9669435Z adding 'coremltools/models/ml_program/experimental/compute_plan_utils.py' 2025-06-05T23:55:18.9669740Z adding 'coremltools/models/ml_program/experimental/debugging_utils.py' 2025-06-05T23:55:18.9670085Z adding 'coremltools/models/ml_program/experimental/model_structure_path.py' 2025-06-05T23:55:18.9670363Z adding 'coremltools/models/ml_program/experimental/perf_utils.py' 2025-06-05T23:55:18.9670655Z adding 'coremltools/models/ml_program/experimental/remote_device.py' 2025-06-05T23:55:18.9670957Z adding 'coremltools/models/ml_program/experimental/torch/__init__.py' 2025-06-05T23:55:18.9671290Z adding 'coremltools/models/ml_program/experimental/torch/debugging_utils.py' 2025-06-05T23:55:18.9671603Z adding 'coremltools/models/ml_program/experimental/torch/perf_utils.py' 2025-06-05T23:55:18.9671844Z adding 'coremltools/models/nearest_neighbors/__init__.py' 2025-06-05T23:55:18.9672077Z adding 'coremltools/models/nearest_neighbors/builder.py' 2025-06-05T23:55:18.9672285Z adding 'coremltools/models/neural_network/__init__.py' 2025-06-05T23:55:18.9672488Z adding 'coremltools/models/neural_network/builder.py' 2025-06-05T23:55:18.9672782Z adding 'coremltools/models/neural_network/flexible_shape_utils.py' 2025-06-05T23:55:18.9673050Z adding 'coremltools/models/neural_network/optimization_utils.py' 2025-06-05T23:55:18.9673256Z adding 'coremltools/models/neural_network/printer.py' 2025-06-05T23:55:18.9673528Z adding 'coremltools/models/neural_network/quantization_utils.py' 2025-06-05T23:55:18.9673814Z adding 'coremltools/models/neural_network/spec_inspection_utils.py' 2025-06-05T23:55:18.9674104Z adding 'coremltools/models/neural_network/update_optimizer_utils.py' 2025-06-05T23:55:18.9674313Z adding 'coremltools/models/neural_network/utils.py' 2025-06-05T23:55:18.9674477Z adding 'coremltools/optimize/__init__.py' 2025-06-05T23:55:18.9674629Z adding 'coremltools/optimize/_utils.py' 2025-06-05T23:55:18.9674811Z adding 'coremltools/optimize/coreml/__init__.py' 2025-06-05T23:55:18.9674998Z adding 'coremltools/optimize/coreml/_config.py' 2025-06-05T23:55:18.9675293Z adding 'coremltools/optimize/coreml/_post_training_quantization.py' 2025-06-05T23:55:18.9675547Z adding 'coremltools/optimize/coreml/_quantization_passes.py' 2025-06-05T23:55:18.9675815Z adding 'coremltools/optimize/coreml/experimental/__init__.py' 2025-06-05T23:55:18.9676067Z adding 'coremltools/optimize/coreml/experimental/_config.py' 2025-06-05T23:55:18.9676366Z adding 'coremltools/optimize/coreml/experimental/_model_debugger.py' 2025-06-05T23:55:18.9676752Z adding 'coremltools/optimize/coreml/experimental/_post_training_quantization.py' 2025-06-05T23:55:18.9677156Z adding 'coremltools/optimize/coreml/experimental/test_post_training_quantization.py' 2025-06-05T23:55:18.9677339Z adding 'coremltools/optimize/torch/__init__.py' 2025-06-05T23:55:18.9677525Z adding 'coremltools/optimize/torch/_logging.py' 2025-06-05T23:55:18.9677700Z adding 'coremltools/optimize/torch/_typing.py' 2025-06-05T23:55:18.9677940Z adding 'coremltools/optimize/torch/base_model_optimizer.py' 2025-06-05T23:55:18.9678176Z adding 'coremltools/optimize/torch/optimization_config.py' 2025-06-05T23:55:18.9678524Z adding 'coremltools/optimize/torch/_utils/__init__.py' 2025-06-05T23:55:18.9678745Z adding 'coremltools/optimize/torch/_utils/dist_utils.py' 2025-06-05T23:55:18.9678966Z adding 'coremltools/optimize/torch/_utils/fsdp_utils.py' 2025-06-05T23:55:18.9679204Z adding 'coremltools/optimize/torch/_utils/graph_utils.py' 2025-06-05T23:55:18.9679505Z adding 'coremltools/optimize/torch/_utils/joint_compression_utils.py' 2025-06-05T23:55:18.9679706Z adding 'coremltools/optimize/torch/_utils/k_means.py' 2025-06-05T23:55:18.9680013Z adding 'coremltools/optimize/torch/_utils/math_utils.py' 2025-06-05T23:55:18.9680407Z adding 'coremltools/optimize/torch/_utils/metadata_utils.py' 2025-06-05T23:55:18.9680676Z adding 'coremltools/optimize/torch/_utils/model_size_utils.py' 2025-06-05T23:55:18.9680926Z adding 'coremltools/optimize/torch/_utils/optimizer_utils.py' 2025-06-05T23:55:18.9681162Z adding 'coremltools/optimize/torch/_utils/python_utils.py' 2025-06-05T23:55:18.9681380Z adding 'coremltools/optimize/torch/_utils/registry.py' 2025-06-05T23:55:18.9681610Z adding 'coremltools/optimize/torch/_utils/report_utils.py' 2025-06-05T23:55:18.9681868Z adding 'coremltools/optimize/torch/_utils/state_dict_utils.py' 2025-06-05T23:55:18.9682093Z adding 'coremltools/optimize/torch/_utils/torch_utils.py' 2025-06-05T23:55:18.9682316Z adding 'coremltools/optimize/torch/_utils/transforms.py' 2025-06-05T23:55:18.9682576Z adding 'coremltools/optimize/torch/_utils/validation_utils.py' 2025-06-05T23:55:18.9682812Z adding 'coremltools/optimize/torch/_utils/version_utils.py' 2025-06-05T23:55:18.9683122Z adding 'coremltools/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:55:18.9683418Z adding 'coremltools/optimize/torch/layerwise_compression/_quant.py' 2025-06-05T23:55:18.9683743Z adding 'coremltools/optimize/torch/layerwise_compression/algorithms.py' 2025-06-05T23:55:18.9684069Z adding 'coremltools/optimize/torch/layerwise_compression/input_cacher.py' 2025-06-05T23:55:18.9684519Z adding 'coremltools/optimize/torch/layerwise_compression/layerwise_compressor.py' 2025-06-05T23:55:18.9684778Z adding 'coremltools/optimize/torch/palettization/__init__.py' 2025-06-05T23:55:18.9685095Z adding 'coremltools/optimize/torch/palettization/_custom_conversion.py' 2025-06-05T23:55:18.9685404Z adding 'coremltools/optimize/torch/palettization/_efficient_kmeans.py' 2025-06-05T23:55:18.9685795Z adding 'coremltools/optimize/torch/palettization/_fake_palettizer_tensor_hook.py' 2025-06-05T23:55:18.9686087Z adding 'coremltools/optimize/torch/palettization/_partitioner.py' 2025-06-05T23:55:18.9686411Z adding 'coremltools/optimize/torch/palettization/_supported_modules.py' 2025-06-05T23:55:18.9686663Z adding 'coremltools/optimize/torch/palettization/_utils.py' 2025-06-05T23:55:18.9686960Z adding 'coremltools/optimize/torch/palettization/fake_palettize.py' 2025-06-05T23:55:18.9687297Z adding 'coremltools/optimize/torch/palettization/palettization_config.py' 2025-06-05T23:55:18.9687573Z adding 'coremltools/optimize/torch/palettization/palettizer.py' 2025-06-05T23:55:18.9687958Z adding 'coremltools/optimize/torch/palettization/post_training_palettization.py' 2025-06-05T23:55:18.9688267Z adding 'coremltools/optimize/torch/palettization/sensitive_k_means.py' 2025-06-05T23:55:18.9688499Z adding 'coremltools/optimize/torch/pruning/__init__.py' 2025-06-05T23:55:18.9688742Z adding 'coremltools/optimize/torch/pruning/_base_pruner.py' 2025-06-05T23:55:18.9689029Z adding 'coremltools/optimize/torch/pruning/_base_pruning_method.py' 2025-06-05T23:55:18.9689240Z adding 'coremltools/optimize/torch/pruning/_utils.py' 2025-06-05T23:55:18.9689521Z adding 'coremltools/optimize/torch/pruning/magnitude_pruner.py' 2025-06-05T23:55:18.9689796Z adding 'coremltools/optimize/torch/pruning/pruning_scheduler.py' 2025-06-05T23:55:18.9690040Z adding 'coremltools/optimize/torch/quantization/__init__.py' 2025-06-05T23:55:18.9690358Z adding 'coremltools/optimize/torch/quantization/_annotation_config.py' 2025-06-05T23:55:18.9690748Z adding 'coremltools/optimize/torch/quantization/_backend_config.py' 2025-06-05T23:55:18.9691078Z adding 'coremltools/optimize/torch/quantization/_backend_config_utils.py' 2025-06-05T23:55:18.9691341Z adding 'coremltools/optimize/torch/quantization/_configure.py' 2025-06-05T23:55:18.9691642Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer.py' 2025-06-05T23:55:18.9691979Z adding 'coremltools/optimize/torch/quantization/_coreml_quantizer_utils.py' 2025-06-05T23:55:18.9692358Z adding 'coremltools/optimize/torch/quantization/_qconfig_mapping.py' 2025-06-05T23:55:18.9692683Z adding 'coremltools/optimize/torch/quantization/_utils.py' 2025-06-05T23:55:18.9693063Z adding 'coremltools/optimize/torch/quantization/post_training_quantization.py' 2025-06-05T23:55:18.9693382Z adding 'coremltools/optimize/torch/quantization/quantization_config.py' 2025-06-05T23:55:18.9693642Z adding 'coremltools/optimize/torch/quantization/quantizer.py' 2025-06-05T23:55:18.9693941Z adding 'coremltools/optimize/torch/quantization/modules/__init__.py' 2025-06-05T23:55:18.9694278Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose.py' 2025-06-05T23:55:18.9694662Z adding 'coremltools/optimize/torch/quantization/modules/conv_transpose_fused.py' 2025-06-05T23:55:18.9694994Z adding 'coremltools/optimize/torch/quantization/modules/fused_modules.py' 2025-06-05T23:55:18.9695396Z adding 'coremltools/optimize/torch/quantization/modules/learnable_fake_quantize.py' 2025-06-05T23:55:18.9695711Z adding 'coremltools/optimize/torch/quantization/modules/observers.py' 2025-06-05T23:55:18.9696030Z adding 'coremltools/optimize/torch/quantization/modules/qat_modules.py' 2025-06-05T23:55:18.9696387Z adding 'coremltools/optimize/torch/quantization/modules/quantized_modules.py' 2025-06-05T23:55:18.9696616Z adding 'coremltools/proto/ArrayFeatureExtractor_pb2.py' 2025-06-05T23:55:18.9696822Z adding 'coremltools/proto/AudioFeaturePrint_pb2.py' 2025-06-05T23:55:19.0340172Z adding 'coremltools/proto/BayesianProbitRegressor_pb2.py' 2025-06-05T23:55:19.0341171Z adding 'coremltools/proto/CategoricalMapping_pb2.py' 2025-06-05T23:55:19.0341812Z adding 'coremltools/proto/ClassConfidenceThresholding_pb2.py' 2025-06-05T23:55:19.0342412Z adding 'coremltools/proto/CustomModel_pb2.py' 2025-06-05T23:55:19.0342911Z adding 'coremltools/proto/DataStructures_pb2.py' 2025-06-05T23:55:19.0343431Z adding 'coremltools/proto/DictVectorizer_pb2.py' 2025-06-05T23:55:19.0343968Z adding 'coremltools/proto/FeatureTypes_pb2.py' 2025-06-05T23:55:19.0344495Z adding 'coremltools/proto/FeatureVectorizer_pb2.py' 2025-06-05T23:55:19.0345033Z adding 'coremltools/proto/GLMClassifier_pb2.py' 2025-06-05T23:55:19.0345543Z adding 'coremltools/proto/GLMRegressor_pb2.py' 2025-06-05T23:55:19.0346031Z adding 'coremltools/proto/Gazetteer_pb2.py' 2025-06-05T23:55:19.0346496Z adding 'coremltools/proto/Identity_pb2.py' 2025-06-05T23:55:19.0346956Z adding 'coremltools/proto/Imputer_pb2.py' 2025-06-05T23:55:19.0347509Z adding 'coremltools/proto/ItemSimilarityRecommender_pb2.py' 2025-06-05T23:55:19.0348080Z adding 'coremltools/proto/LinkedModel_pb2.py' 2025-06-05T23:55:19.0348625Z adding 'coremltools/proto/MIL_pb2.py' 2025-06-05T23:55:19.0349193Z adding 'coremltools/proto/Model_pb2.py' 2025-06-05T23:55:19.0349665Z adding 'coremltools/proto/NamedParameters_pb2.py' 2025-06-05T23:55:19.0350199Z adding 'coremltools/proto/NearestNeighbors_pb2.py' 2025-06-05T23:55:19.0350724Z adding 'coremltools/proto/NeuralNetwork_pb2.py' 2025-06-05T23:55:19.0351290Z adding 'coremltools/proto/NonMaximumSuppression_pb2.py' 2025-06-05T23:55:19.0351844Z adding 'coremltools/proto/Normalizer_pb2.py' 2025-06-05T23:55:19.0352338Z adding 'coremltools/proto/OneHotEncoder_pb2.py' 2025-06-05T23:55:19.0352842Z adding 'coremltools/proto/Parameters_pb2.py' 2025-06-05T23:55:19.0353299Z adding 'coremltools/proto/SVM_pb2.py' 2025-06-05T23:55:19.0353737Z adding 'coremltools/proto/Scaler_pb2.py' 2025-06-05T23:55:19.0354583Z adding 'coremltools/proto/SoundAnalysisPreprocessing_pb2.py' 2025-06-05T23:55:19.0355182Z adding 'coremltools/proto/TextClassifier_pb2.py' 2025-06-05T23:55:19.0355696Z adding 'coremltools/proto/TreeEnsemble_pb2.py' 2025-06-05T23:55:19.0356225Z adding 'coremltools/proto/VisionFeaturePrint_pb2.py' 2025-06-05T23:55:19.0356761Z adding 'coremltools/proto/WordEmbedding_pb2.py' 2025-06-05T23:55:19.0357257Z adding 'coremltools/proto/WordTagger_pb2.py' 2025-06-05T23:55:19.0357855Z adding 'coremltools/proto/__init__.py' 2025-06-05T23:55:19.0361409Z adding 'coremltools/test/__init__.py' 2025-06-05T23:55:19.0362066Z adding 'coremltools/test/utils.py' 2025-06-05T23:55:19.0362505Z adding 'coremltools/test/api/__init__.py' 2025-06-05T23:55:19.0362991Z adding 'coremltools/test/api/test_api_examples.py' 2025-06-05T23:55:19.0363538Z adding 'coremltools/test/api/test_api_visibilities.py' 2025-06-05T23:55:19.0364056Z adding 'coremltools/test/blob/__init__.py' 2025-06-05T23:55:19.0364533Z adding 'coremltools/test/blob/test_weights.py' 2025-06-05T23:55:19.0365035Z adding 'coremltools/test/ml_program/__init__.py' 2025-06-05T23:55:19.0365591Z adding 'coremltools/test/ml_program/test_compression.py' 2025-06-05T23:55:19.0366144Z adding 'coremltools/test/ml_program/test_utils.py' 2025-06-05T23:55:19.0366731Z adding 'coremltools/test/ml_program/experimental/__init__.py' 2025-06-05T23:55:19.0367463Z adding 'coremltools/test/ml_program/experimental/test_compute_plan_utils.py' 2025-06-05T23:55:19.0368282Z adding 'coremltools/test/ml_program/experimental/test_debugging_utils.py' 2025-06-05T23:55:19.0369083Z adding 'coremltools/test/ml_program/experimental/test_perf_utils.py' 2025-06-05T23:55:19.0369830Z adding 'coremltools/test/ml_program/experimental/test_remote_device.py' 2025-06-05T23:55:19.0370636Z adding 'coremltools/test/ml_program/experimental/test_torch_debugging_utils.py' 2025-06-05T23:55:19.0371325Z adding 'coremltools/test/modelpackage/__init__.py' 2025-06-05T23:55:19.0371877Z adding 'coremltools/test/modelpackage/test_mlmodel.py' 2025-06-05T23:55:19.0372483Z adding 'coremltools/test/modelpackage/test_modelpackage.py' 2025-06-05T23:55:19.0373077Z adding 'coremltools/test/neural_network/__init__.py' 2025-06-05T23:55:19.0373682Z adding 'coremltools/test/neural_network/test_compiled_model.py' 2025-06-05T23:55:19.0374370Z adding 'coremltools/test/neural_network/test_custom_neural_nets.py' 2025-06-05T23:55:19.0375022Z adding 'coremltools/test/neural_network/test_model.py' 2025-06-05T23:55:19.0375655Z adding 'coremltools/test/neural_network/test_neural_networks.py' 2025-06-05T23:55:19.0376311Z adding 'coremltools/test/neural_network/test_nn_builder.py' 2025-06-05T23:55:19.0376973Z adding 'coremltools/test/neural_network/test_numpy_nn_layers.py' 2025-06-05T23:55:19.0377638Z adding 'coremltools/test/neural_network/test_quantization.py' 2025-06-05T23:55:19.0378333Z adding 'coremltools/test/neural_network/test_simple_nn_inference.py' 2025-06-05T23:55:19.0379010Z adding 'coremltools/test/neural_network/test_tf_numeric.py' 2025-06-05T23:55:19.0379579Z adding 'coremltools/test/optimize/__init__.py' 2025-06-05T23:55:19.0380087Z adding 'coremltools/test/optimize/test_utils.py' 2025-06-05T23:55:19.0380601Z adding 'coremltools/test/optimize/api/__init__.py' 2025-06-05T23:55:19.0381179Z adding 'coremltools/test/optimize/api/test_optimize_api.py' 2025-06-05T23:55:19.0381765Z adding 'coremltools/test/optimize/coreml/__init__.py' 2025-06-05T23:55:19.0382348Z adding 'coremltools/test/optimize/coreml/test_passes.py' 2025-06-05T23:55:19.0383074Z adding 'coremltools/test/optimize/coreml/test_post_training_quantization.py' 2025-06-05T23:55:19.0383780Z adding 'coremltools/test/optimize/torch/__init__.py' 2025-06-05T23:55:19.0384340Z adding 'coremltools/test/optimize/torch/conftest.py' 2025-06-05T23:55:19.0384892Z adding 'coremltools/test/optimize/torch/smoke_test.py' 2025-06-05T23:55:19.0385496Z adding 'coremltools/test/optimize/torch/test_api_surface.py' 2025-06-05T23:55:19.0386298Z adding 'coremltools/test/optimize/torch/test_base_optimizer.py' 2025-06-05T23:55:19.0386898Z adding 'coremltools/test/optimize/torch/utils.py' 2025-06-05T23:55:19.0387491Z adding 'coremltools/test/optimize/torch/conversion/__init__.py' 2025-06-05T23:55:19.0388223Z adding 'coremltools/test/optimize/torch/conversion/conversion_utils.py' 2025-06-05T23:55:19.0389121Z adding 'coremltools/test/optimize/torch/conversion/joint/__init__.py' 2025-06-05T23:55:19.0390048Z adding 'coremltools/test/optimize/torch/conversion/joint/test_joint_compression_conversion.py' 2025-06-05T23:55:19.0391365Z adding 'coremltools/test/optimize/torch/conversion/palettization/__init__.py' 2025-06-05T23:55:19.0392425Z adding 'coremltools/test/optimize/torch/conversion/palettization/test_palettization_conversion.py' 2025-06-05T23:55:19.0393404Z adding 'coremltools/test/optimize/torch/conversion/pruning/__init__.py' 2025-06-05T23:55:19.0394300Z adding 'coremltools/test/optimize/torch/conversion/pruning/test_pruning_conversion.py' 2025-06-05T23:55:19.0395230Z adding 'coremltools/test/optimize/torch/conversion/quantization/__init__.py' 2025-06-05T23:55:19.0396224Z adding 'coremltools/test/optimize/torch/conversion/quantization/test_quantization_conversion.py' 2025-06-05T23:55:19.0397210Z adding 'coremltools/test/optimize/torch/layerwise_compression/__init__.py' 2025-06-05T23:55:19.0398080Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_algorithms.py' 2025-06-05T23:55:19.0399103Z adding 'coremltools/test/optimize/torch/layerwise_compression/test_quant.py' 2025-06-05T23:55:19.0399845Z adding 'coremltools/test/optimize/torch/models/__init__.py' 2025-06-05T23:55:19.0400464Z adding 'coremltools/test/optimize/torch/models/mnist.py' 2025-06-05T23:55:19.0401113Z adding 'coremltools/test/optimize/torch/models/multi_input_net.py' 2025-06-05T23:55:19.0401840Z adding 'coremltools/test/optimize/torch/palettization/__init__.py' 2025-06-05T23:55:19.0402649Z adding 'coremltools/test/optimize/torch/palettization/palettization_utils.py' 2025-06-05T23:55:19.0403542Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_api.py' 2025-06-05T23:55:19.0404475Z adding 'coremltools/test/optimize/torch/palettization/test_palettization_utils.py' 2025-06-05T23:55:19.0405360Z adding 'coremltools/test/optimize/torch/palettization/test_palettizer.py' 2025-06-05T23:55:19.0406297Z adding 'coremltools/test/optimize/torch/palettization/test_post_training_palettization.py' 2025-06-05T23:55:19.0407298Z adding 'coremltools/test/optimize/torch/palettization/test_sensitive_k_means.py' 2025-06-05T23:55:19.0408083Z adding 'coremltools/test/optimize/torch/pruning/__init__.py' 2025-06-05T23:55:19.0408766Z adding 'coremltools/test/optimize/torch/pruning/pruning_utils.py' 2025-06-05T23:55:19.0409493Z adding 'coremltools/test/optimize/torch/pruning/test_base_pruner.py' 2025-06-05T23:55:19.0410281Z adding 'coremltools/test/optimize/torch/pruning/test_magnitude_pruner.py' 2025-06-05T23:55:19.0411106Z adding 'coremltools/test/optimize/torch/pruning/test_pruning_scheduler.py' 2025-06-05T23:55:19.0411879Z adding 'coremltools/test/optimize/torch/quantization/__init__.py' 2025-06-05T23:55:19.0412624Z adding 'coremltools/test/optimize/torch/quantization/test_configure.py' 2025-06-05T23:55:19.0413471Z adding 'coremltools/test/optimize/torch/quantization/test_coreml_quantizer.py' 2025-06-05T23:55:19.0414401Z adding 'coremltools/test/optimize/torch/quantization/test_learnable_fake_quantize.py' 2025-06-05T23:55:19.0415289Z adding 'coremltools/test/optimize/torch/quantization/test_observers.py' 2025-06-05T23:55:19.0416203Z adding 'coremltools/test/optimize/torch/quantization/test_post_training_quantization.py' 2025-06-05T23:55:19.0417109Z adding 'coremltools/test/optimize/torch/quantization/test_quantizer.py' 2025-06-05T23:55:19.0417881Z adding 'coremltools/test/optimize/torch/quantization/test_utils.py' 2025-06-05T23:55:19.0418578Z adding 'coremltools/test/optimize/torch/test_utils/__init__.py' 2025-06-05T23:55:19.0419506Z adding 'coremltools/test/optimize/torch/test_utils/test_fsdp_utils.py' 2025-06-05T23:55:19.0420252Z adding 'coremltools/test/optimize/torch/test_utils/test_k_means.py' 2025-06-05T23:55:19.0421014Z adding 'coremltools/test/optimize/torch/test_utils/test_metadata_utils.py' 2025-06-05T23:55:19.0421838Z adding 'coremltools/test/optimize/torch/test_utils/test_optimizer_utils.py' 2025-06-05T23:55:19.0422642Z adding 'coremltools/test/optimize/torch/test_utils/test_report_utils.py' 2025-06-05T23:55:19.0423720Z adding 'coremltools/test/optimize/torch/test_utils/test_torch_utils.py' 2025-06-05T23:55:19.0424710Z adding 'coremltools/test/optimize/torch/test_utils/test_validation_utils.py' 2025-06-05T23:55:19.0425410Z adding 'coremltools/test/pipeline/__init__.py' 2025-06-05T23:55:19.0425968Z adding 'coremltools/test/pipeline/test_model_updatable.py' 2025-06-05T23:55:19.0426549Z adding 'coremltools/test/pipeline/test_pipeline.py' 2025-06-05T23:55:19.0427095Z adding 'coremltools/test/sklearn_tests/__init__.py' 2025-06-05T23:55:19.0427630Z adding 'coremltools/test/sklearn_tests/test_NuSVC.py' 2025-06-05T23:55:19.0428188Z adding 'coremltools/test/sklearn_tests/test_NuSVR.py' 2025-06-05T23:55:19.0428831Z adding 'coremltools/test/sklearn_tests/test_SVC.py' 2025-06-05T23:55:19.0429357Z adding 'coremltools/test/sklearn_tests/test_SVR.py' 2025-06-05T23:55:19.0429986Z adding 'coremltools/test/sklearn_tests/test_categorical_imputer.py' 2025-06-05T23:55:19.0430719Z adding 'coremltools/test/sklearn_tests/test_composite_pipelines.py' 2025-06-05T23:55:22.1254409Z adding 'coremltools/test/sklearn_tests/test_dict_vectorizer.py' 2025-06-05T23:55:22.1255144Z adding 'coremltools/test/sklearn_tests/test_feature_names.py' 2025-06-05T23:55:22.1255816Z adding 'coremltools/test/sklearn_tests/test_glm_classifier.py' 2025-06-05T23:55:22.1256435Z adding 'coremltools/test/sklearn_tests/test_imputer.py' 2025-06-05T23:55:22.1257029Z adding 'coremltools/test/sklearn_tests/test_io_types.py' 2025-06-05T23:55:22.1257839Z adding 'coremltools/test/sklearn_tests/test_k_neighbors_classifier.py' 2025-06-05T23:55:22.1258579Z adding 'coremltools/test/sklearn_tests/test_linear_regression.py' 2025-06-05T23:55:22.1259322Z adding 'coremltools/test/sklearn_tests/test_nearest_neighbors_builder.py' 2025-06-05T23:55:22.1260038Z adding 'coremltools/test/sklearn_tests/test_normalizer.py' 2025-06-05T23:55:22.1260672Z adding 'coremltools/test/sklearn_tests/test_one_hot_encoder.py' 2025-06-05T23:55:22.1261415Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier.py' 2025-06-05T23:55:22.1262299Z adding 'coremltools/test/sklearn_tests/test_random_forest_classifier_numeric.py' 2025-06-05T23:55:22.1263140Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression.py' 2025-06-05T23:55:22.1263964Z adding 'coremltools/test/sklearn_tests/test_random_forest_regression_numeric.py' 2025-06-05T23:55:22.1264748Z adding 'coremltools/test/sklearn_tests/test_ridge_regression.py' 2025-06-05T23:55:22.1265423Z adding 'coremltools/test/sklearn_tests/test_standard_scalar.py' 2025-06-05T23:55:22.1266035Z adding 'coremltools/test/sklearn_tests/test_utils.py' 2025-06-05T23:55:22.1266569Z adding 'coremltools/test/xgboost_tests/__init__.py' 2025-06-05T23:55:22.1267233Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier.py' 2025-06-05T23:55:22.1268065Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_classifier_numeric.py' 2025-06-05T23:55:22.1268997Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression.py' 2025-06-05T23:55:22.1269840Z adding 'coremltools/test/xgboost_tests/test_boosted_trees_regression_numeric.py' 2025-06-05T23:55:22.1270667Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier.py' 2025-06-05T23:55:22.1271498Z adding 'coremltools/test/xgboost_tests/test_decision_tree_classifier_numeric.py' 2025-06-05T23:55:22.1272326Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression.py' 2025-06-05T23:55:22.1273528Z adding 'coremltools/test/xgboost_tests/test_decision_tree_regression_numeric.py' 2025-06-05T23:55:22.1274278Z adding 'coremltools-8.3.0.dist-info/licenses/LICENSE.txt' 2025-06-05T23:55:22.1274878Z adding 'coremltools-8.3.0.dist-info/licenses/NOTICE.txt' 2025-06-05T23:55:22.1275425Z adding 'coremltools-8.3.0.dist-info/METADATA' 2025-06-05T23:55:22.1275902Z adding 'coremltools-8.3.0.dist-info/WHEEL' 2025-06-05T23:55:22.1276397Z adding 'coremltools-8.3.0.dist-info/top_level.txt' 2025-06-05T23:55:22.1277064Z adding 'coremltools-8.3.0.dist-info/RECORD' 2025-06-05T23:55:22.1277766Z removing build/bdist.linux-aarch64/wheel 2025-06-05T23:55:22.1278606Z Building wheel for coremltools (setup.py) ... [?25l[?25hdone 2025-06-05T23:55:22.1279824Z Created wheel for coremltools: filename=coremltools-8.3.0-py3-none-any.whl size=2017550 sha256=ef7a063b1377cf66de6cbc9a77d1421d741e05d3f2bcd10b5def16bda6ff9ab5 2025-06-05T23:55:22.1281350Z Stored in directory: /var/lib/ci-user/.cache/pip/wheels/39/43/1d/f0593bcb41fe66092dfcca66889cb19b2f45f45b1d77f8964f 2025-06-05T23:55:22.1282227Z Successfully built executorch coremltools 2025-06-05T23:55:22.1283303Z Installing collected packages: flatbuffers, tabulate, pyaml, protobuf, execnet, pytest, cattrs, pytest-xdist, pytest-rerunfailures, coremltools, executorch 2025-06-05T23:55:22.1284386Z [?25l 2025-06-05T23:55:22.1284875Z  changing mode of /opt/conda/envs/py_3.10/bin/tabulate to 755 2025-06-05T23:55:22.1285271Z 2025-06-05T23:55:22.1285603Z  changing mode of /opt/conda/envs/py_3.10/bin/pyaml to 755 2025-06-05T23:55:22.1285987Z 2025-06-05T23:55:22.1286441Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:22.1287071Z  Attempting uninstall: pytest 2025-06-05T23:55:22.1287715Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:22.1288367Z  Found existing installation: pytest 7.2.0 2025-06-05T23:55:22.1289099Z ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  3/11 [protobuf] 2025-06-05T23:55:22.1289885Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1290494Z  Uninstalling pytest-7.2.0: 2025-06-05T23:55:22.1291124Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1291899Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1292696Z  Removing file or directory /opt/conda/envs/py_3.10/bin/py.test 2025-06-05T23:55:22.1293487Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1294221Z  Removing file or directory /opt/conda/envs/py_3.10/bin/pytest 2025-06-05T23:55:22.1294996Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1296228Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/__pycache__/py.cpython-310.pyc 2025-06-05T23:55:22.1297288Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1298075Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1299294Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/_pytest/ 2025-06-05T23:55:22.1300476Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1301394Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/py.py 2025-06-05T23:55:22.1302295Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1303299Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest-7.2.0.dist-info/ 2025-06-05T23:55:22.1304325Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1305208Z  Removing file or directory /opt/conda/envs/py_3.10/lib/python3.10/site-packages/pytest/ 2025-06-05T23:55:22.1306128Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1306750Z  Successfully uninstalled pytest-7.2.0 2025-06-05T23:55:22.1307645Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1308669Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1309459Z  changing mode of /opt/conda/envs/py_3.10/bin/py.test to 755 2025-06-05T23:55:22.1310226Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1310928Z  changing mode of /opt/conda/envs/py_3.10/bin/pytest to 755 2025-06-05T23:55:22.1311696Z ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1312463Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━  5/11 [pytest] 2025-06-05T23:55:22.1313276Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:22.1314086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:22.1314928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:22.1315740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:22.1316541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3549240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3550689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3551506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3552321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3553125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3554492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3555344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3556151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3556979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3557777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  9/11 [coremltools] 2025-06-05T23:55:28.3558581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3559378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3560296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3561116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3561911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3562699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3563525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3564306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3565096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3565886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3566699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3567597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3568412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3569209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3570111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3570903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3571696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3572480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3573485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3574306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3575097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3575888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3576684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3577411Z  changing mode of /opt/conda/envs/py_3.10/bin/flatc to 755 2025-06-05T23:55:28.3578181Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 10/11 [executorch] 2025-06-05T23:55:28.3578901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11/11 [executorch] 2025-06-05T23:55:28.3579429Z [?25h 2025-06-05T23:55:28.3580948Z Successfully installed cattrs-25.1.1 coremltools-8.3.0 execnet-2.1.1 executorch-0.7.0a0+bd57234 flatbuffers-25.2.10 protobuf-6.31.1 pyaml-25.5.0 pytest-8.4.0 pytest-rerunfailures-15.1 pytest-xdist-3.7.0 tabulate-0.9.0 2025-06-05T23:55:28.3582316Z + pip list 2025-06-05T23:55:28.3582691Z Package Version Editable project location 2025-06-05T23:55:28.3583325Z ----------------------------- ------------------ ----------------------------------- 2025-06-05T23:55:28.3583973Z aiohappyeyeballs 2.6.1 2025-06-05T23:55:28.3584357Z aiohttp 3.12.9 2025-06-05T23:55:28.3584733Z aiosignal 1.3.2 2025-06-05T23:55:28.3585105Z alabaster 0.7.16 2025-06-05T23:55:28.3585502Z antlr4-python3-runtime 4.9.3 2025-06-05T23:55:28.3585893Z async-timeout 5.0.1 2025-06-05T23:55:28.3586264Z attrs 25.3.0 2025-06-05T23:55:28.3586634Z babel 2.17.0 2025-06-05T23:55:28.3587019Z beautifulsoup4 4.13.4 2025-06-05T23:55:28.3587494Z blobfile 3.0.0 2025-06-05T23:55:28.3587877Z breathe 4.34.0 2025-06-05T23:55:28.3588247Z bs4 0.0.2 2025-06-05T23:55:28.3588723Z cattrs 25.1.1 2025-06-05T23:55:28.3589101Z certifi 2025.4.26 2025-06-05T23:55:28.3589492Z charset-normalizer 3.4.2 2025-06-05T23:55:28.3589877Z cmake 3.31.6 2025-06-05T23:55:28.3590239Z contourpy 1.3.2 2025-06-05T23:55:28.3590612Z coremltools 8.3.0 2025-06-05T23:55:28.3590984Z coverage 7.8.2 2025-06-05T23:55:28.3591352Z cycler 0.12.1 2025-06-05T23:55:28.3591728Z datasets 3.6.0 2025-06-05T23:55:28.3592085Z dill 0.3.8 2025-06-05T23:55:28.3592452Z docutils 0.16 2025-06-05T23:55:28.3592942Z exceptiongroup 1.3.0 2025-06-05T23:55:28.3593432Z execnet 2.1.1 2025-06-05T23:55:28.3593838Z executorch 0.7.0a0+bd57234 2025-06-05T23:55:28.3594249Z exhale 0.2.3 2025-06-05T23:55:28.3594615Z expecttest 0.1.6 2025-06-05T23:55:28.3594988Z filelock 3.18.0 2025-06-05T23:55:28.3595363Z flatbuffers 25.2.10 2025-06-05T23:55:28.3595755Z fonttools 4.58.1 2025-06-05T23:55:28.3596138Z frozenlist 1.6.2 2025-06-05T23:55:28.3596510Z fsspec 2025.3.0 2025-06-05T23:55:28.3596896Z hf_transfer 0.1.9 2025-06-05T23:55:28.3597262Z hf-xet 1.1.3 2025-06-05T23:55:28.3597641Z huggingface-hub 0.32.4 2025-06-05T23:55:29.5283712Z hypothesis 6.84.2 2025-06-05T23:55:29.5284281Z idna 3.10 2025-06-05T23:55:29.5284677Z imagesize 1.4.1 2025-06-05T23:55:29.5285058Z iniconfig 2.1.0 2025-06-05T23:55:29.5285446Z Jinja2 3.1.6 2025-06-05T23:55:29.5285809Z kagglehub 0.3.12 2025-06-05T23:55:29.5286189Z kiwisolver 1.4.8 2025-06-05T23:55:29.5286551Z lxml 5.4.0 2025-06-05T23:55:29.5286933Z markdown-it-py 2.2.0 2025-06-05T23:55:29.5287308Z MarkupSafe 3.0.2 2025-06-05T23:55:29.5287702Z matplotlib 3.10.3 2025-06-05T23:55:29.5288100Z mdit-py-plugins 0.3.5 2025-06-05T23:55:29.5288475Z mdurl 0.1.2 2025-06-05T23:55:29.5288840Z mpmath 1.3.0 2025-06-05T23:55:29.5289199Z multidict 6.4.4 2025-06-05T23:55:29.5289582Z multiprocess 0.70.16 2025-06-05T23:55:29.5289970Z myst-parser 0.18.1 2025-06-05T23:55:29.5290351Z networkx 3.4.2 2025-06-05T23:55:29.5290719Z numpy 2.2.6 2025-06-05T23:55:29.5291095Z omegaconf 2.3.0 2025-06-05T23:55:29.5291468Z packaging 25.0 2025-06-05T23:55:29.5291842Z pandas 2.2.3 2025-06-05T23:55:29.5292219Z parameterized 0.9.0 2025-06-05T23:55:29.5292587Z pillow 11.2.1 2025-06-05T23:55:29.5292956Z pip 25.1 2025-06-05T23:55:29.5293309Z pluggy 1.6.0 2025-06-05T23:55:29.5294038Z propcache 0.3.1 2025-06-05T23:55:29.5294407Z protobuf 6.31.1 2025-06-05T23:55:29.5294789Z psutil 7.0.0 2025-06-05T23:55:29.5295146Z pyaml 25.5.0 2025-06-05T23:55:29.5295527Z pyarrow 20.0.0 2025-06-05T23:55:29.5295906Z pycryptodomex 3.23.0 2025-06-05T23:55:29.5296295Z Pygments 2.19.1 2025-06-05T23:55:29.5296685Z pyparsing 3.2.3 2025-06-05T23:55:29.5297061Z pytest 8.4.0 2025-06-05T23:55:29.5297584Z pytest-cov 4.1.0 2025-06-05T23:55:29.5297989Z pytest-rerunfailures 15.1 2025-06-05T23:55:29.5298380Z pytest-xdist 3.7.0 2025-06-05T23:55:29.5298907Z python-dateutil 2.9.0.post0 2025-06-05T23:55:29.5299507Z pytorch_sphinx_theme 0.0.24 /opt/conda/src/pytorch-sphinx-theme 2025-06-05T23:55:29.5300104Z pytorch_tokenizers 0.1.0 2025-06-05T23:55:29.5300488Z pytz 2025.2 2025-06-05T23:55:29.5300860Z PyYAML 6.0.1 2025-06-05T23:55:29.5301222Z regex 2024.11.6 2025-06-05T23:55:29.5301605Z requests 2.32.3 2025-06-05T23:55:29.5301978Z ruamel.yaml 0.17.32 2025-06-05T23:55:29.5302370Z ruamel.yaml.clib 0.2.12 2025-06-05T23:55:29.5302748Z safetensors 0.5.3 2025-06-05T23:55:29.5303320Z sentencepiece 0.2.0 2025-06-05T23:55:29.5303696Z setuptools 78.1.1 2025-06-05T23:55:29.5304353Z six 1.17.0 2025-06-05T23:55:29.5304790Z snowballstemmer 3.0.1 2025-06-05T23:55:29.5305176Z sortedcontainers 2.4.0 2025-06-05T23:55:29.5305559Z soupsieve 2.7 2025-06-05T23:55:29.5305913Z Sphinx 5.3.0 2025-06-05T23:55:29.5306294Z sphinx-copybutton 0.5.0 2025-06-05T23:55:29.5306679Z sphinx_design 0.4.1 2025-06-05T23:55:29.5307059Z sphinx-gallery 0.14.0 2025-06-05T23:55:29.5307444Z sphinx_reredirects 0.1.4 2025-06-05T23:55:29.5307840Z sphinxcontrib-applehelp 2.0.0 2025-06-05T23:55:29.5308245Z sphinxcontrib-devhelp 2.0.0 2025-06-05T23:55:29.5309003Z sphinxcontrib-htmlhelp 2.1.0 2025-06-05T23:55:29.5309410Z sphinxcontrib-jsmath 1.0.1 2025-06-05T23:55:29.5309801Z sphinxcontrib-qthelp 2.0.0 2025-06-05T23:55:29.5310228Z sphinxcontrib-serializinghtml 2.0.0 2025-06-05T23:55:29.5310626Z sympy 1.14.0 2025-06-05T23:55:29.5311007Z tabulate 0.9.0 2025-06-05T23:55:29.5311371Z tiktoken 0.9.0 2025-06-05T23:55:29.5311733Z timm 1.0.7 2025-06-05T23:55:29.5312090Z tokenizers 0.21.1 2025-06-05T23:55:29.5312467Z tomli 2.0.1 2025-06-05T23:55:29.5312850Z torch 2.8.0a0+git5616fa4 2025-06-05T23:55:29.5313310Z torchao 0.12.0+gitbc68b11 2025-06-05T23:55:29.5313759Z torchaudio 2.6.0a0+1a8f621 2025-06-05T23:55:29.5314166Z torchdata 0.11.0 2025-06-05T23:55:29.5314545Z torchsr 1.0.4 2025-06-05T23:55:29.5314907Z torchtune 0.6.1 2025-06-05T23:55:29.5315309Z torchvision 0.22.0a0+966da7e 2025-06-05T23:55:29.5315720Z tqdm 4.67.1 2025-06-05T23:55:29.5316097Z transformers 4.47.1 2025-06-05T23:55:29.5316486Z typing_extensions 4.14.0 2025-06-05T23:55:29.5316878Z tzdata 2025.2 2025-06-05T23:55:29.5317250Z urllib3 2.4.0 2025-06-05T23:55:29.5317608Z wheel 0.45.1 2025-06-05T23:55:29.5317980Z xxhash 3.5.0 2025-06-05T23:55:29.5318336Z yarl 1.20.0 2025-06-05T23:55:29.5318710Z zstd 1.5.5.1 2025-06-05T23:55:29.5319320Z + build_executorch_runner cmake Release 2025-06-05T23:55:29.5319723Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:55:29.5320059Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:55:29.5320419Z + build_executorch_runner_cmake Release 2025-06-05T23:55:29.5320827Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:55:29.5321207Z + clean_executorch_install_folders 2025-06-05T23:55:29.5321615Z + ./install_executorch.sh --clean 2025-06-05T23:55:29.5322000Z Cleaning build artifacts... 2025-06-05T23:55:29.5322360Z Cleaning pip-out/... 2025-06-05T23:55:29.5322686Z Done cleaning build artifacts. 2025-06-05T23:55:29.5323169Z + mkdir cmake-out 2025-06-05T23:55:29.5323481Z + pushd cmake-out 2025-06-05T23:55:29.5323846Z /pytorch/executorch/cmake-out /pytorch/executorch 2025-06-05T23:55:29.5324308Z + [[ Release == \D\e\b\u\g ]] 2025-06-05T23:55:29.5324643Z + CXXFLAGS= 2025-06-05T23:55:29.5324900Z + CXXFLAGS= 2025-06-05T23:55:29.5325346Z + retry cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:55:29.5326058Z + cmake -DPYTHON_EXECUTABLE=python -DCMAKE_BUILD_TYPE=Release .. 2025-06-05T23:55:29.5326636Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:55:29.5327124Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:55:29.5327610Z -- Detecting C compiler ABI info 2025-06-05T23:55:29.5328018Z -- Detecting C compiler ABI info - done 2025-06-05T23:55:29.5328521Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:55:29.5329038Z -- Detecting C compile features 2025-06-05T23:55:29.5329565Z -- Detecting C compile features - done 2025-06-05T23:55:29.5330087Z -- Detecting CXX compiler ABI info 2025-06-05T23:55:29.5330516Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:55:29.5331041Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:55:29.5331569Z -- Detecting CXX compile features 2025-06-05T23:55:29.5331971Z -- Detecting CXX compile features - done 2025-06-05T23:55:29.5332400Z -- --- Configured Options --- 2025-06-05T23:55:29.5332645Z 2025-06-05T23:55:29.5332800Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:55:29.5333278Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:55:29.5333762Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:55:29.5334247Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:55:29.5334727Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:55:29.5335198Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:55:29.5335676Z -- BUCK2 x (unset) 2025-06-05T23:55:29.5336146Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:55:29.5336623Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:55:29.5337106Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:55:29.5337607Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:55:29.5338373Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:55:29.5339110Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:55:29.5339600Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:55:29.5340090Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:55:29.5340568Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:55:29.5341043Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:55:29.5341528Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:55:29.5342023Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:55:29.5342523Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:55:29.5343030Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:55:29.5343723Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:55:29.5344229Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:55:29.5344708Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:55:29.5345196Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:55:29.5345825Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:55:29.5346321Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:55:29.5346814Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:55:29.5347286Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:55:29.5347758Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:55:29.5348225Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:55:29.5348805Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:55:29.5349281Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:55:29.5349875Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:55:29.5350379Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:55:29.5350860Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:55:29.5364651Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:55:29.5365171Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:55:29.5365662Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:55:29.5366149Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:55:29.5366616Z -- EXECUTORCH_BUILD_XNNPACK : OFF 2025-06-05T23:55:29.5367090Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:55:29.5367566Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:55:29.5368025Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:55:29.5368490Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:55:29.5369159Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:55:29.5369776Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:55:29.5370315Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:55:29.5370808Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:55:29.5371277Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:55:29.5371750Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:55:29.5372240Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:55:29.5372719Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:55:29.5373214Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:55:29.5373648Z -- -------------------------- 2025-06-05T23:55:29.5374214Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:55:29.5375422Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:55:29.5376315Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:29.5376876Z CMake. 2025-06-05T23:55:29.5377028Z 2025-06-05T23:55:29.5377327Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:29.5378077Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:29.5378716Z to work with policies introduced by or earlier. 2025-06-05T23:55:29.5379067Z 2025-06-05T23:55:29.5379221Z  2025-06-05T23:55:29.5379582Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:55:29.5380182Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:55:29.5380755Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:55:29.5381232Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:55:29.5381853Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:55:29.5382462Z -- GCC_VERSION: 11 2025-06-05T23:55:29.5382648Z 2025-06-05T23:55:29.5383808Z -- 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:34.1654540Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:34.1655652Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:34.1656549Z CMake. 2025-06-05T23:55:34.1656701Z 2025-06-05T23:55:34.1656999Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:34.1657746Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:34.1658384Z to work with policies introduced by or earlier. 2025-06-05T23:55:34.1658740Z 2025-06-05T23:55:34.1658920Z  2025-06-05T23:55:34.1659735Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:34.1660899Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:34.1661473Z CMake. 2025-06-05T23:55:34.1661622Z 2025-06-05T23:55:34.1661922Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:34.1662672Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:34.1663313Z to work with policies introduced by or earlier. 2025-06-05T23:55:34.1663674Z 2025-06-05T23:55:34.1663856Z  2025-06-05T23:55:34.1664159Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:55:34.1664661Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:55:34.1665134Z -- Found Threads: TRUE 2025-06-05T23:55:34.1666043Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:55:34.1667069Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:34.1667790Z CMake. 2025-06-05T23:55:34.1667945Z 2025-06-05T23:55:34.1668654Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:34.1669462Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:34.1670104Z to work with policies introduced by or earlier. 2025-06-05T23:55:34.1670447Z 2025-06-05T23:55:34.1670645Z  2025-06-05T23:55:34.1671293Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:55:34.1672092Z -- Killing buck2 daemon 2025-06-05T23:55:34.1672753Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:55:34.1673517Z -- executorch: Generating source lists 2025-06-05T23:55:34.1674216Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:34.1675138Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:55:34.1675795Z -- Generating operator lib: 2025-06-05T23:55:34.1676168Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:34.1676709Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:34.1677268Z -- ROOT_OPS: 2025-06-05T23:55:34.1677578Z -- INCLUDE_ALL_OPS: 2025-06-05T23:55:34.1679271Z 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:34.1680827Z -- Generating kernel bindings: 2025-06-05T23:55:34.1681202Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:34.1681720Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:55:34.1682284Z -- CUSTOM_OPS_YAML: 2025-06-05T23:55:34.1682616Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:55:34.1684921Z 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:34.1686963Z -- Generating operator lib: 2025-06-05T23:55:34.1687319Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:55:34.1687699Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:55:34.1688076Z -- DEPS: executorch_core 2025-06-05T23:55:34.1689016Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:55:34.1689896Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:34.1690466Z CMake. 2025-06-05T23:55:34.1690614Z 2025-06-05T23:55:34.1690923Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:34.1691662Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:34.1692322Z to work with policies introduced by or earlier. 2025-06-05T23:55:34.1692667Z 2025-06-05T23:55:34.1692830Z  2025-06-05T23:55:34.1693244Z -- Looking for C++ include unistd.h 2025-06-05T23:55:34.1693673Z -- Looking for C++ include unistd.h - found 2025-06-05T23:55:34.1694119Z -- Looking for C++ include stdint.h 2025-06-05T23:55:34.1694543Z -- Looking for C++ include stdint.h - found 2025-06-05T23:55:34.1694973Z -- Looking for C++ include inttypes.h 2025-06-05T23:55:34.1695515Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:55:34.1695955Z -- Looking for C++ include sys/types.h 2025-06-05T23:55:34.1696403Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:55:34.1696844Z -- Looking for C++ include sys/stat.h 2025-06-05T23:55:34.1697282Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:55:34.1697714Z -- Looking for C++ include fnmatch.h 2025-06-05T23:55:34.1698139Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:55:34.1698567Z -- Looking for C++ include stddef.h 2025-06-05T23:55:34.1702946Z -- Looking for C++ include stddef.h - found 2025-06-05T23:55:34.1703590Z -- Check size of uint32_t 2025-06-05T23:55:34.1703969Z -- Check size of uint32_t - done 2025-06-05T23:55:34.1704338Z -- Looking for strtoll 2025-06-05T23:55:34.1704666Z -- Looking for strtoll - found 2025-06-05T23:55:34.1705035Z -- Configuring done (4.7s) 2025-06-05T23:55:34.1705375Z -- Generating done (0.1s) 2025-06-05T23:55:34.1705857Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:55:34.1706382Z + popd 2025-06-05T23:55:34.1706661Z /pytorch/executorch 2025-06-05T23:55:34.1706950Z ++ uname 2025-06-05T23:55:34.1707224Z + '[' Linux == Darwin ']' 2025-06-05T23:55:34.1707542Z ++ nproc 2025-06-05T23:55:34.1707792Z + CMAKE_JOBS=7 2025-06-05T23:55:34.1708096Z + cmake --build cmake-out -j 7 2025-06-05T23:55:34.1708965Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:55:34.1710032Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:55:34.1711379Z [ 1%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:55:34.1712438Z [ 1%] Creating directories for 'flatcc_external_project' 2025-06-05T23:55:34.1713559Z [ 1%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:55:34.1714868Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:55:34.1716145Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:55:34.1717157Z [ 2%] No download step for 'flatbuffers_external_project' 2025-06-05T23:55:34.1717984Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:55:34.1718637Z [ 2%] No update step for 'flatcc_external_project' 2025-06-05T23:55:34.1719330Z [ 2%] No update step for 'flatbuffers_external_project' 2025-06-05T23:55:34.1720037Z [ 3%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:55:34.1720698Z [ 3%] No patch step for 'flatcc_external_project' 2025-06-05T23:55:34.1721454Z [ 3%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:55:34.1722278Z [ 4%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:55:34.1723161Z CMake Warning: 2025-06-05T23:55:34.1723568Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:34.1723952Z 2025-06-05T23:55:34.1724102Z  2025-06-05T23:55:34.1724412Z CMake Warning: 2025-06-05T23:55:34.1724807Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:55:34.1725179Z 2025-06-05T23:55:34.1725331Z  2025-06-05T23:55:34.1725883Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:55:34.1726671Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:55:34.1727374Z CMake. 2025-06-05T23:55:34.1727542Z 2025-06-05T23:55:34.1727845Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:55:34.1728593Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:55:34.1729236Z to work with policies introduced by or earlier. 2025-06-05T23:55:34.1729586Z 2025-06-05T23:55:34.1729752Z  2025-06-05T23:55:34.1730061Z fatal: No names found, cannot describe anything. 2025-06-05T23:55:34.1730681Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:55:34.1731174Z git describe failed with exit code: 128 2025-06-05T23:55:34.1731472Z 2025-06-05T23:55:34.1731686Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:55:34.1732195Z Call Stack (most recent call first): 2025-06-05T23:55:34.1732589Z CMakeLists.txt:5 (include) 2025-06-05T23:55:34.1732973Z 2025-06-05T23:55:34.1733151Z  2025-06-05T23:55:34.1733535Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:55:34.1734565Z [ 5%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:55:34.1735993Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:55:34.1736866Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:55:34.1737357Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:55:34.1738285Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:55:34.1739062Z -- Detecting C compiler ABI info 2025-06-05T23:55:34.1740048Z [ 6%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:55:34.1740919Z -- Detecting CXX compiler ABI info 2025-06-05T23:55:34.1741779Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:55:34.1743090Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:55:34.1744370Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:55:34.1745613Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:55:34.1746950Z [ 7%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:55:34.1748307Z [ 8%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:55:34.1749268Z -- Detecting C compiler ABI info - done 2025-06-05T23:55:34.1749912Z [ 8%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:55:34.1750927Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:55:34.1751832Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:55:34.1752342Z -- Detecting C compile features 2025-06-05T23:55:34.1752736Z -- Detecting C compile features - done 2025-06-05T23:55:34.1753163Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:55:34.1754169Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:55:34.1755261Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:55:35.1458179Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:55:35.1459635Z [ 9%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:55:35.1460541Z [ 9%] Built target gflags_nothreads_static 2025-06-05T23:55:35.1461554Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-06-05T23:55:35.1462813Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:55:35.1463321Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:55:35.1463949Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:55:35.1464570Z -- GCC_VERSION: 11 2025-06-05T23:55:35.1464752Z 2025-06-05T23:55:35.1465893Z -- 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:35.1467323Z -- Configuring done (0.3s) 2025-06-05T23:55:35.1467776Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:55:35.1468309Z -- Detecting CXX compile features 2025-06-05T23:55:35.1468852Z -- Detecting CXX compile features - done 2025-06-05T23:55:35.1469273Z -- Looking for strtof_l 2025-06-05T23:55:35.1469610Z -- Generating done (0.0s) 2025-06-05T23:55:35.1470935Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-06-05T23:55:35.1472362Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:55:35.1473551Z [ 9%] Performing build step for 'flatcc_external_project' 2025-06-05T23:55:35.1474666Z [ 9%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:35.1475815Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:35.1477473Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:35.1478755Z [ 6%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:55:35.1479791Z [ 11%] Linking C static library libpthreadpool.a 2025-06-05T23:55:35.1481074Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-06-05T23:55:35.1482110Z [ 12%] Built target pthreadpool 2025-06-05T23:55:35.1483282Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:55:35.1484902Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:35.1486187Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:35.1487231Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:35.1488011Z -- Looking for strtof_l - found 2025-06-05T23:55:35.1488486Z -- Looking for strtoull_l 2025-06-05T23:55:35.1489524Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-06-05T23:55:35.1490905Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:35.1492220Z [ 12%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:35.1493496Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:35.1494705Z [ 21%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:55:35.1496209Z [ 24%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:35.1497658Z [ 13%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-06-05T23:55:35.1499285Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:55:35.1500721Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:35.1502292Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:55:35.1503574Z [ 33%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:35.1504468Z -- Looking for strtoull_l - found 2025-06-05T23:55:35.1504983Z -- Looking for realpath 2025-06-05T23:55:35.1506097Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-06-05T23:55:35.1507789Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:55:35.1508960Z [ 33%] Built target flatccrt 2025-06-05T23:55:35.1509746Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:55:35.1511177Z [ 14%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:35.1512999Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:55:35.1514621Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:55:35.1516349Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:55:35.1517796Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:55:35.1519177Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:55:35.1520205Z -- Looking for realpath - found 2025-06-05T23:55:35.1520683Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:55:35.1521185Z -- Configuring done (0.7s) 2025-06-05T23:55:35.1522318Z [ 15%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:55:35.1523368Z -- Generating done (0.0s) 2025-06-05T23:55:35.1524381Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:55:35.1525875Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:55:35.1527427Z [ 16%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:55:35.1528280Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:55:35.1529161Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:55:35.1530375Z [ 16%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:55:35.1531826Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:55:35.1533146Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:55:35.1534454Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:55:35.1535969Z [ 17%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:55:35.1537640Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:55:35.1538686Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:55:35.1539678Z [ 17%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:55:35.1540653Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:55:35.1541444Z [ 17%] Built target cpuinfo_internals 2025-06-05T23:55:35.1542327Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:55:35.1543584Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:55:35.1544710Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:55:35.1545606Z [ 18%] Linking C static library libcpuinfo.a 2025-06-05T23:55:35.1546167Z [ 18%] Built target cpuinfo 2025-06-05T23:55:35.1546888Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:55:35.1547920Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:55:35.1549046Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:55:35.1550192Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:55:35.1551319Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:55:35.1555835Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:55:35.1556892Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:55:35.1557965Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:55:35.1558952Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:55:35.1559854Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:55:35.1560723Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:55:35.1561756Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:55:35.1562826Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:55:35.1563767Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:55:35.1564729Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:55:35.1565731Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:55:35.4751584Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:55:35.4752533Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:55:35.4753541Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:55:35.4754522Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:55:35.4755369Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:55:35.4756204Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:55:35.4756790Z [ 93%] Built target flatcc 2025-06-05T23:55:35.4757427Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:55:35.4758373Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:55:35.4759320Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:55:35.4760268Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:55:35.4760876Z [100%] Built target flatcc_cli 2025-06-05T23:55:35.4761796Z [ 18%] Performing install step for 'flatcc_external_project' 2025-06-05T23:55:35.4762639Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:55:35.4763222Z [ 21%] Built target flatccrt 2025-06-05T23:55:35.4763863Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:55:35.4764707Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:55:35.4765610Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:55:35.4766255Z [ 93%] Built target flatcc 2025-06-05T23:55:35.4766712Z [100%] Built target flatcc_cli 2025-06-05T23:55:35.4767172Z Install the project... 2025-06-05T23:55:35.4767545Z -- Install configuration: "" 2025-06-05T23:55:35.4768245Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:55:35.4769349Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:55:35.4770581Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:55:35.4771839Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:55:35.4773070Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:55:35.4774320Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:55:35.4775895Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:55:35.4777172Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:55:35.4778432Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:55:35.4779728Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:55:35.4781031Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:55:35.4782279Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:55:35.4783535Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:55:35.4784857Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:55:35.4786146Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:55:35.4787423Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:55:35.4789226Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:55:35.4790821Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:55:35.4792356Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:55:35.4793777Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:55:35.4795084Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:55:35.4796344Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:55:35.4797557Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:55:35.4799011Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:55:35.4800287Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:55:35.4801879Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:55:35.4803623Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:55:35.4805549Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:55:35.4806902Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:55:35.4808203Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:55:35.4809551Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:55:35.4810944Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:55:35.4812319Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:55:35.4813699Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:55:35.4815385Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:55:35.4816853Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:55:35.4818282Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:55:35.4819681Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:55:35.4821040Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:55:35.4822346Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:55:35.4823617Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:55:35.4824922Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:55:35.4826280Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:55:35.4827678Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:55:35.4829133Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:55:35.4830467Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:55:35.4831793Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:55:35.4833090Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:55:35.4834417Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:55:35.4835729Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:55:35.4837061Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:55:35.4839209Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:55:35.4840516Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:55:35.4841833Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:55:35.4843136Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:55:35.4844569Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:55:35.4845931Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:55:37.2675640Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:55:37.2677130Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:55:37.2678453Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:55:37.2679771Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:55:37.2681118Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:55:37.2683028Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:55:37.2684419Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:55:37.2685658Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:55:37.2686895Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:55:37.2688322Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:55:37.2689889Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:55:37.2691404Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:55:37.2692855Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:55:37.2694328Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:55:37.2695632Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:55:37.2696824Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:55:37.2698075Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:55:37.2699592Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:55:37.2700886Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:55:37.2702175Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:55:37.2703346Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:55:37.2704419Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:55:37.2705661Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:55:37.2706709Z [ 18%] Completed 'flatcc_external_project' 2025-06-05T23:55:37.2707190Z [ 18%] Built target flatcc_external_project 2025-06-05T23:55:37.2707915Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:55:37.2709068Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:55:37.2710375Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:55:37.2711527Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:55:37.2712570Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:55:37.2713472Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:55:37.2714304Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:55:37.2715104Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:55:37.2716102Z [ 19%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:55:37.2717127Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:55:37.2718178Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:55:37.2719616Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:55:37.2720596Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:55:37.2721649Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:55:37.2722673Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:55:37.2723563Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:55:37.2724527Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:55:37.2725665Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:55:37.2726790Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:55:37.2727826Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:55:37.2728905Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:55:37.2729606Z [ 21%] Built target flatccrt 2025-06-05T23:55:37.2730375Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:55:37.2731451Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:55:37.2732498Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:55:37.2733276Z [100%] Linking CXX executable flatc 2025-06-05T23:55:37.2733698Z [100%] Built target flatc 2025-06-05T23:55:37.2734333Z [ 21%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:55:37.2734899Z [100%] Built target flatc 2025-06-05T23:55:37.2735338Z Install the project... 2025-06-05T23:55:37.2735721Z -- Install configuration: "" 2025-06-05T23:55:37.2736492Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:55:37.2737770Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:55:37.2739079Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:55:37.2740579Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:55:37.2741850Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:55:37.2743180Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:55:37.2744559Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:55:37.2746050Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:55:37.2747493Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:55:37.2749046Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:55:37.2750444Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:55:37.2751859Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:55:37.2753265Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:55:37.2754595Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:55:37.2756128Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:55:37.2757518Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:55:37.2758838Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:55:37.2760099Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:55:37.2761361Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:55:37.2762668Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:55:37.2763969Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:55:37.2765282Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:55:37.2766625Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:55:37.2767971Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:55:37.2769384Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:55:38.8952437Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:55:38.8958439Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:55:38.8959831Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:55:38.8961300Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:55:38.8962603Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:55:38.8963923Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:55:38.8965534Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:55:38.8966880Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:55:38.8968263Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:55:38.8969712Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:55:38.8971442Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:55:38.8973072Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:55:38.8974421Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:55:38.8975700Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:55:38.8977266Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:55:38.8978654Z [ 22%] Completed 'flatbuffers_external_project' 2025-06-05T23:55:38.8979195Z [ 22%] Built target flatbuffers_external_project 2025-06-05T23:55:38.8980140Z [ 22%] Generating common_schema headers 2025-06-05T23:55:38.8980637Z [ 22%] Built target common_schema 2025-06-05T23:55:38.8981172Z [ 22%] Generating program_schema headers 2025-06-05T23:55:38.8981642Z [ 22%] Built target program_schema 2025-06-05T23:55:38.8982455Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:55:38.8983530Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:55:38.8984843Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:55:38.8986267Z [ 23%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:55:38.8987617Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:55:38.8989230Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:55:38.8990326Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:55:38.8991441Z [ 24%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:55:38.8992561Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:55:38.8993739Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:55:38.8994881Z [ 25%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:55:38.8996105Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:55:38.8997408Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:55:38.8999020Z [ 26%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:55:38.9000265Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:55:38.9001483Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:55:38.9002566Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:55:38.9004042Z [ 27%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:55:38.9005152Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:55:38.9006388Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:55:38.9007533Z [ 28%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:55:38.9008489Z [ 29%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:55:38.9009287Z [ 29%] Built target executorch_core 2025-06-05T23:55:38.9010078Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:55:38.9011262Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:55:38.9012652Z [ 30%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:55:38.9013933Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:55:38.9015073Z [ 30%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:55:38.9016373Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:55:38.9018176Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:55:38.9019580Z [ 31%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:55:38.9021008Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:55:38.9022456Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:55:38.9023528Z [ 32%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:55:38.9024622Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:55:38.9026042Z [ 32%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:55:38.9026934Z [ 32%] Built target extension_threadpool 2025-06-05T23:55:38.9028008Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:55:38.9031262Z [ 33%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:55:38.9032309Z [ 34%] Linking CXX static library libexecutorch.a 2025-06-05T23:55:38.9032798Z [ 34%] Built target executorch 2025-06-05T23:55:38.9033734Z [ 34%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:55:38.9035139Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:55:38.9036602Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:55:38.9038071Z [ 35%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:55:38.9039533Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:55:38.9040955Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:55:38.9042322Z [ 36%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:55:38.9044015Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:55:38.9045432Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:55:38.9046804Z [ 37%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:55:38.9047884Z [ 38%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:55:38.9048473Z [ 38%] Built target kernels_util_all_deps 2025-06-05T23:55:38.9049580Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:55:38.9050960Z [ 38%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:55:38.9052222Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:55:38.9053402Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:55:38.9054608Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:55:38.9055815Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:55:41.5429375Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:55:41.5431155Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:55:41.5432467Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:55:41.5433696Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:55:41.5434884Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:55:41.5436084Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:55:41.5437286Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:55:41.5438497Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:55:41.5439699Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:55:41.5440907Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:55:41.5442176Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:55:41.5443435Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:55:41.5444623Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:55:41.5445817Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:55:41.5447020Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:55:41.5448260Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:55:41.5449541Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:55:41.5450818Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:55:41.5452076Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:55:41.5453350Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:55:41.5454849Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:55:41.5456046Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:55:41.5457290Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:55:41.5458528Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:55:41.5460039Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:55:41.5461311Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:55:41.5462582Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:55:41.5463889Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:55:41.5465244Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:55:41.5466579Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:55:41.5467755Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:55:41.5469179Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:55:41.5470510Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:55:41.5471788Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:55:41.5473095Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:55:41.5474348Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:55:41.5475516Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:55:41.5476728Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:55:41.5478007Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:55:41.5479185Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:55:41.5480351Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:55:41.5481511Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:55:41.5482741Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:55:41.5483986Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:55:41.5485167Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:55:41.5486355Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:55:41.5487536Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:55:41.5488799Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:55:41.5490030Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:55:41.5491201Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:55:41.5492597Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:55:41.5493831Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:55:41.5495012Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:55:41.5496177Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:55:41.5497345Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:55:41.5498615Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:55:41.5500001Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:55:41.5501222Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:55:41.5502457Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:55:41.5503719Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:55:41.5504954Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:55:41.5506138Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:55:41.5507661Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:55:41.5509030Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:55:41.5510336Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:55:41.5511717Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:55:41.5512999Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:55:41.5514180Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:55:41.5515374Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:55:41.5516549Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:55:41.5517793Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:55:41.5519071Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:55:41.5520357Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:55:41.5521633Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:55:41.5522892Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:55:41.5524123Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:55:41.5525315Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:55:44.1835203Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:55:44.1836623Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:55:44.1837945Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:55:44.1839167Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:55:44.1840857Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:55:44.1842369Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:55:44.1843744Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:55:44.1844988Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:55:44.1846301Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:55:44.1847539Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:55:44.1848734Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:55:44.1849896Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:55:44.1851121Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:55:44.1852433Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:55:44.1853767Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:55:44.1855675Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:55:44.1857079Z [ 69%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:55:44.1858340Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:55:44.1859501Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:55:44.1860704Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:55:44.1861904Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:55:44.1863137Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:55:44.1864440Z [ 71%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:55:44.1865729Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:55:44.1867617Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:55:44.1869215Z [ 72%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:55:44.1870573Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:55:44.1871939Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:55:44.1873303Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:55:44.1874674Z [ 73%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:55:44.1876157Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:55:44.1877674Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:55:44.1879187Z [ 74%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:55:44.1880853Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:55:44.1882233Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:55:44.1883650Z [ 75%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:55:44.1885106Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:55:44.1886779Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:55:44.1888360Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:55:44.1889906Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:55:44.1891352Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:55:44.1892802Z [ 77%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:55:44.1894152Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:55:44.1895524Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:55:44.1896950Z [ 78%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:55:44.1898685Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:55:44.1900292Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:55:44.1901756Z [ 79%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:55:44.1903233Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:55:44.1904641Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:55:44.1906003Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:55:44.1907355Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:55:44.1908829Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:55:44.1910195Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:55:44.1911616Z [ 81%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:55:44.1913049Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:55:44.1914340Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:55:44.1915757Z [ 82%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:55:44.1917039Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:55:44.1918307Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:55:44.1919547Z [ 83%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:55:44.1920739Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:55:44.1921922Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:55:44.1923458Z [ 84%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:55:44.1924653Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:55:44.1925828Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:55:44.1927036Z [ 85%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:55:44.1928429Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:55:44.1929705Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:55:44.1930956Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:55:44.1932140Z [ 86%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:55:44.1933386Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:55:44.1934667Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:55:44.1935964Z [ 87%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:55:44.1937322Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:56:09.4397715Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:56:09.4399211Z [ 88%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:56:09.4400515Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:56:09.4401847Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:56:09.4403070Z [ 89%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:56:09.4404247Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:56:09.4405628Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:56:09.4407266Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:56:09.4408904Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:56:09.4410330Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:56:09.4411731Z [ 91%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:56:09.4413094Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:56:09.4414415Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:56:09.4415765Z [ 92%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:56:09.4417119Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:56:09.4418420Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:56:09.4419702Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:56:09.4421265Z [ 93%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:56:09.4422625Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:56:09.4424017Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:56:09.4425386Z [ 94%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:56:09.4426872Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:56:09.4428204Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:56:09.4429662Z [ 95%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:56:09.4430993Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:56:09.4432292Z [ 96%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:56:09.4433298Z [ 96%] Linking CXX static library libportable_kernels.a 2025-06-05T23:56:09.4433819Z [ 96%] Built target portable_kernels 2025-06-05T23:56:09.4434491Z [ 96%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:56:09.4435499Z [ 97%] Generating code for kernel registration 2025-06-05T23:56:09.4436822Z [ 97%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:56:09.4438084Z [ 98%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:56:09.4438607Z [ 98%] Built target portable_ops_lib 2025-06-05T23:56:09.4439535Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:56:09.4440902Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:56:09.4442222Z [ 99%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:56:09.4443407Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:56:09.4444642Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:56:09.4446002Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:56:09.4447025Z [100%] Linking CXX executable executor_runner 2025-06-05T23:56:09.4447556Z [100%] Built target executor_runner 2025-06-05T23:56:09.4447951Z + [[ '' == *main* ]] 2025-06-05T23:56:09.4448273Z + [[ '' == *gh* ]] 2025-06-05T23:56:09.4448605Z + PYTHON_EXECUTABLE=python 2025-06-05T23:56:09.4449209Z + bash .ci/scripts/test_model.sh add_mul cmake xnnpack-quantization-delegation 2025-06-05T23:56:09.4449844Z ++ dirname .ci/scripts/test_model.sh 2025-06-05T23:56:09.4450238Z + source .ci/scripts/utils.sh 2025-06-05T23:56:09.4450590Z + MODEL_NAME=add_mul 2025-06-05T23:56:09.4450891Z + [[ -z add_mul ]] 2025-06-05T23:56:09.4451180Z + BUILD_TOOL=cmake 2025-06-05T23:56:09.4451461Z + [[ -z cmake ]] 2025-06-05T23:56:09.4451807Z + BACKEND=xnnpack-quantization-delegation 2025-06-05T23:56:09.4452310Z + [[ -z xnnpack-quantization-delegation ]] 2025-06-05T23:56:09.4452732Z + UPLOAD_DIR= 2025-06-05T23:56:09.4453004Z + [[ -z python ]] 2025-06-05T23:56:09.4453292Z + which python 2025-06-05T23:56:09.4453593Z /opt/conda/envs/py_3.10/bin/python 2025-06-05T23:56:09.4453986Z + CMAKE_OUTPUT_DIR=cmake-out 2025-06-05T23:56:09.4454340Z + EXPORTED_MODEL=add_mul 2025-06-05T23:56:09.4454782Z + [[ xnnpack-quantization-delegation == \p\o\r\t\a\b\l\e ]] 2025-06-05T23:56:09.4455502Z + [[ xnnpack-quantization-delegation == *\q\n\n* ]] 2025-06-05T23:56:09.4456059Z + [[ xnnpack-quantization-delegation == *\c\o\r\e\m\l* ]] 2025-06-05T23:56:09.4456616Z + [[ xnnpack-quantization-delegation == *\m\p\s* ]] 2025-06-05T23:56:09.4457173Z + [[ xnnpack-quantization-delegation == *\x\n\n\p\a\c\k* ]] 2025-06-05T23:56:09.4457699Z + echo 'Testing add_mul with xnnpack...' 2025-06-05T23:56:09.4458115Z Testing add_mul with xnnpack... 2025-06-05T23:56:09.4458495Z + WITH_QUANTIZATION=true 2025-06-05T23:56:09.4458827Z + WITH_DELEGATION=true 2025-06-05T23:56:09.4459272Z + [[ add_mul == \m\o\b\i\l\e\b\e\r\t ]] 2025-06-05T23:56:09.4459690Z + test_model_with_xnnpack true true 2025-06-05T23:56:09.4471853Z + WITH_QUANTIZATION=true 2025-06-05T23:56:09.4472229Z + WITH_DELEGATION=true 2025-06-05T23:56:09.4472546Z + [[ true == true ]] 2025-06-05T23:56:09.4472835Z + [[ true == false ]] 2025-06-05T23:56:09.4473133Z + [[ true == true ]] 2025-06-05T23:56:09.4473432Z + SUFFIX=q8 2025-06-05T23:56:09.4473961Z + python -m examples.xnnpack.aot_compiler --model_name=add_mul --delegate --quantize 2025-06-05T23:56:09.4474990Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-06-05T23:56:09.4475818Z + OUTPUT_MODEL_PATH=add_mul_xnnpack_q8.pte 2025-06-05T23:56:09.4476264Z + EXPORTED_MODEL=add_mul_xnnpack_q8.pte 2025-06-05T23:56:09.4476670Z + [[ cmake == \b\u\c\k\2 ]] 2025-06-05T23:56:09.4477007Z + [[ cmake == \c\m\a\k\e ]] 2025-06-05T23:56:09.4477547Z + build_cmake_executor_runner XNNPACK 2025-06-05T23:56:09.4478042Z + local backend_string_select=XNNPACK 2025-06-05T23:56:09.4478482Z + echo 'Building executor_runner' 2025-06-05T23:56:09.4478866Z Building executor_runner 2025-06-05T23:56:09.4479190Z + rm -rf cmake-out 2025-06-05T23:56:09.4479484Z + mkdir cmake-out 2025-06-05T23:56:09.4479793Z + [[ XNNPACK == \X\N\N\P\A\C\K ]] 2025-06-05T23:56:09.4480170Z + echo 'Backend XNNPACK selected' 2025-06-05T23:56:09.4480555Z Backend XNNPACK selected 2025-06-05T23:56:09.4480870Z + cd cmake-out 2025-06-05T23:56:09.4481459Z + cmake -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_BUILD_XNNPACK=ON -DPYTHON_EXECUTABLE=python .. 2025-06-05T23:56:09.4482197Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:56:09.4482684Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:56:09.4483133Z -- Detecting C compiler ABI info 2025-06-05T23:56:09.4483531Z -- Detecting C compiler ABI info - done 2025-06-05T23:56:09.4484042Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:56:09.4484549Z -- Detecting C compile features 2025-06-05T23:56:09.4484949Z -- Detecting C compile features - done 2025-06-05T23:56:09.4485367Z -- Detecting CXX compiler ABI info 2025-06-05T23:56:09.4485780Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:56:09.4486299Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:56:09.4486824Z -- Detecting CXX compile features 2025-06-05T23:56:09.4487229Z -- Detecting CXX compile features - done 2025-06-05T23:56:09.4487657Z -- --- Configured Options --- 2025-06-05T23:56:09.4487897Z 2025-06-05T23:56:09.4488062Z -- CMAKE_CXX_STANDARD : 17 2025-06-05T23:56:09.4488527Z -- CMAKE_SYSTEM_PROCESSOR : aarch64 2025-06-05T23:56:09.4489014Z -- CMAKE_BUILD_TYPE : Release 2025-06-05T23:56:09.4489487Z -- PYTHON_EXECUTABLE : python 2025-06-05T23:56:09.4489964Z -- CMAKE_CXX_COMPILER_ID : GNU 2025-06-05T23:56:09.4490438Z -- CMAKE_TOOLCHAIN_FILE x (unset) 2025-06-05T23:56:09.4490919Z -- BUCK2 x (unset) 2025-06-05T23:56:09.4491377Z -- EXECUTORCH_ENABLE_LOGGING : OFF 2025-06-05T23:56:09.4491851Z -- EXECUTORCH_BUILD_COREML : OFF 2025-06-05T23:56:09.4492333Z -- EXECUTORCH_FLATBUFFERS_MAX_ALIGNMENT : 1024 2025-06-05T23:56:09.4492821Z -- EXECUTORCH_PAL_DEFAULT : posix 2025-06-05T23:56:09.4493754Z -- EXECUTORCH_PAL_DEFAULT_FILE_PATH : /pytorch/executorch/runtime/platform/default/posix.cpp 2025-06-05T23:56:09.4494484Z -- EXECUTORCH_LOG_LEVEL : Info 2025-06-05T23:56:09.4494974Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2025-06-05T23:56:09.4495459Z -- EXECUTORCH_ENABLE_EVENT_TRACER : OFF 2025-06-05T23:56:09.4495939Z -- EXECUTORCH_OPTIMIZE_SIZE : OFF 2025-06-05T23:56:09.4496407Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2025-06-05T23:56:09.4496895Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : OFF 2025-06-05T23:56:09.4497389Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM_AOT : OFF 2025-06-05T23:56:09.4497963Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT : OFF 2025-06-05T23:56:09.4498483Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : OFF 2025-06-05T23:56:09.4499156Z -- EXECUTORCH_BUILD_EXTENSION_FLAT_TENSOR : OFF 2025-06-05T23:56:09.4499650Z -- EXECUTORCH_BUILD_EXTENSION_LLM : OFF 2025-06-05T23:56:09.4500131Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : OFF 2025-06-05T23:56:09.4500629Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2025-06-05T23:56:09.4501124Z -- EXECUTORCH_BUILD_EXTENSION_TENSOR : OFF 2025-06-05T23:56:09.4501611Z -- EXECUTORCH_BUILD_EXTENSION_TRAINING : OFF 2025-06-05T23:56:09.4502106Z -- EXECUTORCH_BUILD_EXTENSION_APPLE : OFF 2025-06-05T23:56:09.4502575Z -- EXECUTORCH_BUILD_MPS : OFF 2025-06-05T23:56:09.4503045Z -- EXECUTORCH_BUILD_NEURON : OFF 2025-06-05T23:56:19.6386765Z -- EXECUTORCH_BUILD_OPENVINO : OFF 2025-06-05T23:56:19.6387666Z -- EXECUTORCH_BUILD_PYBIND : OFF 2025-06-05T23:56:19.6388177Z -- EXECUTORCH_BUILD_QNN : OFF 2025-06-05T23:56:19.6388756Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : OFF 2025-06-05T23:56:19.6389244Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : OFF 2025-06-05T23:56:19.6389726Z -- EXECUTORCH_BUILD_DEVTOOLS : OFF 2025-06-05T23:56:19.6390188Z -- EXECUTORCH_BUILD_TESTS : OFF 2025-06-05T23:56:19.6390667Z -- EXECUTORCH_NNLIB_OPT : OFF 2025-06-05T23:56:19.6391135Z -- EXECUTORCH_CADENCE_CPU_RUNNER : OFF 2025-06-05T23:56:19.6391613Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2025-06-05T23:56:19.6392073Z -- EXECUTORCH_BUILD_XNNPACK : ON 2025-06-05T23:56:19.6392541Z -- EXECUTORCH_BUILD_VULKAN : OFF 2025-06-05T23:56:19.6393016Z -- EXECUTORCH_BUILD_PORTABLE_OPS : ON 2025-06-05T23:56:19.6393472Z -- EXECUTORCH_USE_DL : ON 2025-06-05T23:56:19.6393949Z -- EXECUTORCH_BUILD_CADENCE : OFF 2025-06-05T23:56:19.6394429Z -- EXECUTORCH_BUILD_CORTEX_M : OFF 2025-06-05T23:56:19.6394907Z -- EXECUTORCH_BUILD_GFLAGS : ON 2025-06-05T23:56:19.6395379Z -- EXECUTORCH_COREML_BUILD_EXECUTOR_RUNNER : OFF 2025-06-05T23:56:19.6395868Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2025-06-05T23:56:19.6396336Z -- EXECUTORCH_BUILD_CPUINFO : ON 2025-06-05T23:56:19.6396817Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2025-06-05T23:56:19.6397302Z -- EXECUTORCH_XNNPACK_SHARED_WORKSPACE : ON 2025-06-05T23:56:19.6397783Z -- EXECUTORCH_XNNPACK_ENABLE_KLEIDI : OFF 2025-06-05T23:56:19.6398279Z -- EXECUTORCH_XNNPACK_ENABLE_WEIGHT_CACHE : OFF 2025-06-05T23:56:19.6398715Z -- -------------------------- 2025-06-05T23:56:19.6399571Z -- Using the multi-header code from /pytorch/executorch/third-party/json/include/ 2025-06-05T23:56:19.6400809Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:56:19.6401711Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:19.6402271Z CMake. 2025-06-05T23:56:19.6402423Z 2025-06-05T23:56:19.6402720Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:19.6403470Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:19.6404335Z to work with policies introduced by or earlier. 2025-06-05T23:56:19.6404687Z 2025-06-05T23:56:19.6404845Z  2025-06-05T23:56:19.6405202Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:56:19.6405809Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:56:19.6406383Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:56:19.6406867Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:56:19.6407484Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:56:19.6408099Z -- GCC_VERSION: 11 2025-06-05T23:56:19.6408286Z 2025-06-05T23:56:19.6409590Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:56:19.6411581Z CMake Deprecation Warning at backends/xnnpack/third-party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:56:19.6412565Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:19.6413121Z CMake. 2025-06-05T23:56:19.6413267Z 2025-06-05T23:56:19.6413563Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:19.6414309Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:19.6414946Z to work with policies introduced by or earlier. 2025-06-05T23:56:19.6415296Z 2025-06-05T23:56:19.6415442Z  2025-06-05T23:56:19.6416533Z CMake Deprecation Warning at backends/xnnpack/third-party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:56:19.6417548Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:19.6418104Z CMake. 2025-06-05T23:56:19.6418249Z 2025-06-05T23:56:19.6418545Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:19.6419293Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:19.6419942Z to work with policies introduced by or earlier. 2025-06-05T23:56:19.6420297Z 2025-06-05T23:56:19.6420458Z  2025-06-05T23:56:19.6420766Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2025-06-05T23:56:19.6421247Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2025-06-05T23:56:19.6421709Z -- Found Threads: TRUE 2025-06-05T23:56:19.6422610Z CMake Deprecation Warning at backends/xnnpack/third-party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2025-06-05T23:56:19.6423645Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:19.6424200Z CMake. 2025-06-05T23:56:19.6424355Z 2025-06-05T23:56:19.6424651Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:19.6425397Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:19.6426037Z to work with policies introduced by or earlier. 2025-06-05T23:56:19.6426385Z 2025-06-05T23:56:19.6426557Z  2025-06-05T23:56:19.6427200Z -- Resolved buck2 as /pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988. 2025-06-05T23:56:19.6427987Z -- Killing buck2 daemon 2025-06-05T23:56:19.6428762Z '/pytorch/executorch/buck2-bin/buck2-2025-05-06-201beb86106fecdc84e30260b0f1abb5bf576988 killall' 2025-06-05T23:56:19.6429539Z -- executorch: Generating source lists 2025-06-05T23:56:19.6430234Z -- executorch: Generating source file list /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:56:19.6431165Z -- executorch: Using sources file /pytorch/executorch/cmake-out/executorch_srcs.cmake 2025-06-05T23:56:19.6431817Z -- Generating operator lib: 2025-06-05T23:56:19.6432173Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:56:19.6432707Z -- OPS_SCHEMA_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:56:19.6433260Z -- ROOT_OPS: 2025-06-05T23:56:19.6433558Z -- INCLUDE_ALL_OPS: 2025-06-05T23:56:19.6435256Z Command - python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/executorch/kernels/portable/functions.yaml" 2025-06-05T23:56:19.6437055Z -- Generating kernel bindings: 2025-06-05T23:56:19.6437432Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:56:19.6437962Z -- FUNCTIONS_YAML: /pytorch/executorch/kernels/portable/functions.yaml 2025-06-05T23:56:19.6438611Z -- CUSTOM_OPS_YAML: 2025-06-05T23:56:19.6438959Z -- ADD_EXCEPTION_BOUNDARY: FALSE 2025-06-05T23:56:19.6441375Z Generated files /pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/executorch/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2025-06-05T23:56:19.6443433Z -- Generating operator lib: 2025-06-05T23:56:19.6443785Z -- LIB_NAME: portable_ops_lib 2025-06-05T23:56:19.6444168Z -- KERNEL_LIBS: portable_kernels 2025-06-05T23:56:19.6444550Z -- DEPS: executorch_core 2025-06-05T23:56:19.6445419Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2025-06-05T23:56:19.6446309Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:19.6446857Z CMake. 2025-06-05T23:56:19.6447004Z 2025-06-05T23:56:19.6447309Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:19.6448166Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:19.6448899Z to work with policies introduced by or earlier. 2025-06-05T23:56:19.6449257Z 2025-06-05T23:56:19.6449426Z  2025-06-05T23:56:19.6449701Z -- Looking for C++ include unistd.h 2025-06-05T23:56:19.6450119Z -- Looking for C++ include unistd.h - found 2025-06-05T23:56:19.6450543Z -- Looking for C++ include stdint.h 2025-06-05T23:56:19.6450960Z -- Looking for C++ include stdint.h - found 2025-06-05T23:56:19.6451396Z -- Looking for C++ include inttypes.h 2025-06-05T23:56:19.6451832Z -- Looking for C++ include inttypes.h - found 2025-06-05T23:56:19.6452274Z -- Looking for C++ include sys/types.h 2025-06-05T23:56:19.6452710Z -- Looking for C++ include sys/types.h - found 2025-06-05T23:56:19.6453150Z -- Looking for C++ include sys/stat.h 2025-06-05T23:56:19.6453578Z -- Looking for C++ include sys/stat.h - found 2025-06-05T23:56:19.6454016Z -- Looking for C++ include fnmatch.h 2025-06-05T23:56:19.6454439Z -- Looking for C++ include fnmatch.h - found 2025-06-05T23:56:19.6454875Z -- Looking for C++ include stddef.h 2025-06-05T23:56:19.6455303Z -- Looking for C++ include stddef.h - found 2025-06-05T23:56:19.6455719Z -- Check size of uint32_t 2025-06-05T23:56:19.6456070Z -- Check size of uint32_t - done 2025-06-05T23:56:19.6456437Z -- Looking for strtoll 2025-06-05T23:56:19.6456776Z -- Looking for strtoll - found 2025-06-05T23:56:19.6457167Z -- The ASM compiler identification is GNU 2025-06-05T23:56:19.6457643Z -- Found assembler: /opt/cache/bin/cc 2025-06-05T23:56:19.6458087Z -- Building for XNNPACK_TARGET_PROCESSOR: arm64 2025-06-05T23:56:19.6458905Z -- Found Python: /opt/conda/envs/py_3.10/bin/python3.10 (found version "3.10.17") found components: Interpreter 2025-06-05T23:56:19.6459681Z -- Generating microkernels.cmake 2025-06-05T23:56:19.6460168Z No microkernel found in src/reference/binary-elementwise.cc 2025-06-05T23:56:19.6460726Z No microkernel found in src/reference/packing.cc 2025-06-05T23:56:19.6461292Z No microkernel found in src/reference/unary-elementwise.cc 2025-06-05T23:56:19.6461796Z -- Configuring done (10.0s) 2025-06-05T23:56:19.6462212Z -- Generating done (0.4s) 2025-06-05T23:56:19.6462687Z -- Build files have been written to: /pytorch/executorch/cmake-out 2025-06-05T23:56:19.6463217Z + cmake --build cmake-out -j4 2025-06-05T23:56:19.6463904Z [ 0%] Creating directories for 'flatbuffers_external_project' 2025-06-05T23:56:19.6465052Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2025-06-05T23:56:19.6466585Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2025-06-05T23:56:19.6467827Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2025-06-05T23:56:19.6468893Z [ 1%] No download step for 'flatbuffers_external_project' 2025-06-05T23:56:19.6469625Z [ 1%] No update step for 'flatbuffers_external_project' 2025-06-05T23:56:19.6470326Z [ 1%] No patch step for 'flatbuffers_external_project' 2025-06-05T23:56:19.6471220Z [ 1%] Performing configure step for 'flatbuffers_external_project' 2025-06-05T23:56:19.6471891Z CMake Warning: 2025-06-05T23:56:19.6472286Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:56:19.6472652Z 2025-06-05T23:56:19.6472808Z  2025-06-05T23:56:19.6473111Z fatal: No names found, cannot describe anything. 2025-06-05T23:56:19.6473730Z CMake Warning at CMake/Version.cmake:32 (message): 2025-06-05T23:56:19.6474220Z git describe failed with exit code: 128 2025-06-05T23:56:19.6474518Z 2025-06-05T23:56:19.6474734Z Make sure you cloned with tags or run 'git fetch --tags'. 2025-06-05T23:56:19.6475234Z Call Stack (most recent call first): 2025-06-05T23:56:19.6475624Z CMakeLists.txt:5 (include) 2025-06-05T23:56:19.6475855Z 2025-06-05T23:56:19.6476011Z  2025-06-05T23:56:19.6476291Z -- Proceeding with version: 24.3.25.0 2025-06-05T23:56:19.6477564Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2025-06-05T23:56:19.6478953Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2025-06-05T23:56:19.6479764Z -- The CXX compiler identification is GNU 11.4.0 2025-06-05T23:56:19.6480247Z -- Detecting CXX compiler ABI info 2025-06-05T23:56:20.9547235Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2025-06-05T23:56:20.9549118Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2025-06-05T23:56:20.9550453Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2025-06-05T23:56:20.9551855Z [ 2%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2025-06-05T23:56:20.9553192Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2025-06-05T23:56:20.9553983Z -- Detecting CXX compiler ABI info - done 2025-06-05T23:56:20.9554972Z [ 2%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2025-06-05T23:56:20.9555934Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2025-06-05T23:56:20.9556470Z -- Detecting CXX compile features 2025-06-05T23:56:20.9556871Z -- Detecting CXX compile features - done 2025-06-05T23:56:20.9557479Z [ 2%] Linking C static library libpthreadpool.a 2025-06-05T23:56:20.9557960Z -- Looking for strtof_l 2025-06-05T23:56:20.9558296Z [ 2%] Built target pthreadpool 2025-06-05T23:56:20.9559165Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/uarch.c.o 2025-06-05T23:56:20.9560189Z [ 2%] Creating directories for 'flatcc_external_project' 2025-06-05T23:56:20.9560896Z [ 2%] No download step for 'flatcc_external_project' 2025-06-05T23:56:20.9561567Z [ 3%] No update step for 'flatcc_external_project' 2025-06-05T23:56:20.9562217Z [ 3%] No patch step for 'flatcc_external_project' 2025-06-05T23:56:20.9562945Z [ 3%] Performing configure step for 'flatcc_external_project' 2025-06-05T23:56:20.9563551Z CMake Warning: 2025-06-05T23:56:20.9563947Z Ignoring empty string ("") provided on the command line. 2025-06-05T23:56:20.9564657Z 2025-06-05T23:56:20.9564817Z  2025-06-05T23:56:20.9565369Z CMake Deprecation Warning at CMakeLists.txt:2 (cmake_minimum_required): 2025-06-05T23:56:20.9566142Z Compatibility with CMake < 3.10 will be removed from a future version of 2025-06-05T23:56:20.9566700Z CMake. 2025-06-05T23:56:20.9566847Z 2025-06-05T23:56:20.9567145Z Update the VERSION argument value. Or, use the ... syntax 2025-06-05T23:56:20.9567891Z to tell CMake that the project requires at least but has been updated 2025-06-05T23:56:20.9568690Z to work with policies introduced by or earlier. 2025-06-05T23:56:20.9569058Z 2025-06-05T23:56:20.9569216Z  2025-06-05T23:56:20.9570119Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/cache.c.o 2025-06-05T23:56:20.9571185Z [ 4%] Linking CXX static library libgflags_nothreads.a 2025-06-05T23:56:20.9571759Z -- The C compiler identification is GNU 11.4.0 2025-06-05T23:56:20.9572257Z -- Looking for strtof_l - found 2025-06-05T23:56:20.9572622Z -- Looking for strtoull_l 2025-06-05T23:56:20.9573123Z [ 4%] Built target gflags_nothreads_static 2025-06-05T23:56:20.9573558Z -- Detecting C compiler ABI info 2025-06-05T23:56:20.9574602Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2025-06-05T23:56:20.9576079Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/init.c.o 2025-06-05T23:56:20.9577977Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2025-06-05T23:56:20.9579539Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:56:20.9580542Z -- Looking for strtoull_l - found 2025-06-05T23:56:20.9580913Z -- Looking for realpath 2025-06-05T23:56:20.9581274Z -- Detecting C compiler ABI info - done 2025-06-05T23:56:20.9582414Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2025-06-05T23:56:20.9584020Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/clusters.c.o 2025-06-05T23:56:20.9585057Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2025-06-05T23:56:20.9585684Z -- Detecting C compile features 2025-06-05T23:56:20.9586077Z -- Detecting C compile features - done 2025-06-05T23:56:20.9586654Z -- dist install dir /pytorch/executorch/third-party/flatcc 2025-06-05T23:56:20.9587298Z -- lib install dir /pytorch/executorch/third-party/flatcc/lib 2025-06-05T23:56:20.9587916Z -- Setting GNU C compiler options with c11 and Posix 2025-06-05T23:56:20.9588489Z -- Disabling -pedantic for GCC >= 8.0 2025-06-05T23:56:20.9589325Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2025-06-05T23:56:20.9589977Z -- GCC_VERSION: 11 2025-06-05T23:56:20.9590155Z 2025-06-05T23:56:20.9591379Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -Wno-misleading-indentation -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2025-06-05T23:56:20.9592892Z -- Configuring done (0.3s) 2025-06-05T23:56:20.9593304Z -- Generating done (0.0s) 2025-06-05T23:56:20.9594244Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/src/flatcc_external_project-build 2025-06-05T23:56:20.9596269Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2025-06-05T23:56:20.9597407Z [ 5%] Performing build step for 'flatcc_external_project' 2025-06-05T23:56:20.9598576Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/chipset.c.o 2025-06-05T23:56:20.9600146Z [ 3%] Building C object src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:56:20.9601314Z -- Looking for realpath - found 2025-06-05T23:56:20.9601817Z -- CMAKE_CXX_FLAGS: "-DFLATBUFFERS_MAX_ALIGNMENT=1024" 2025-06-05T23:56:20.9602289Z -- Configuring done (0.7s) 2025-06-05T23:56:20.9602625Z -- Generating done (0.0s) 2025-06-05T23:56:20.9603644Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/uarch.c.o 2025-06-05T23:56:20.9605364Z -- Build files have been written to: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/src/flatbuffers_external_project-build 2025-06-05T23:56:20.9607181Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/midr.c.o 2025-06-05T23:56:20.9608390Z [ 6%] Performing build step for 'flatbuffers_external_project' 2025-06-05T23:56:20.9609379Z [ 6%] Building C object src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:56:20.9610356Z [ 2%] Building CXX object CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2025-06-05T23:56:20.9611214Z [ 9%] Building C object src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:56:20.9612432Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/cache.c.o 2025-06-05T23:56:20.9613884Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:56:20.9615064Z [ 12%] Building C object src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:56:20.9616718Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:56:20.9618226Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/init.c.o 2025-06-05T23:56:20.9619505Z [ 15%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:56:20.9620821Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/cpuinfo.c.o 2025-06-05T23:56:20.9622353Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2025-06-05T23:56:20.9623523Z [ 5%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2025-06-05T23:56:20.9624454Z [ 18%] Building C object src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:56:20.9625747Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/clusters.c.o 2025-06-05T23:56:20.9627357Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2025-06-05T23:56:20.9628971Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/chipset.c.o 2025-06-05T23:56:20.9630312Z [ 21%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:56:20.9631546Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2025-06-05T23:56:20.9632362Z [ 21%] Built target flatccrt 2025-06-05T23:56:20.9633149Z [ 24%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2025-06-05T23:56:20.9634476Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/midr.c.o 2025-06-05T23:56:20.9636168Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2025-06-05T23:56:20.9637367Z [ 7%] Building CXX object CMakeFiles/flatc.dir/src/reflection.cpp.o 2025-06-05T23:56:20.9638421Z [ 27%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2025-06-05T23:56:20.9639282Z [ 6%] Linking C static library libcpuinfo.a 2025-06-05T23:56:20.9640552Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/hwcap.c.o 2025-06-05T23:56:20.9641567Z [ 6%] Built target cpuinfo 2025-06-05T23:56:20.9642697Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/arm/linux/aarch64-isa.c.o 2025-06-05T23:56:20.9644258Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2025-06-05T23:56:20.9646260Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2025-06-05T23:56:20.9647819Z [ 30%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2025-06-05T23:56:20.9648838Z [ 10%] Building CXX object CMakeFiles/flatc.dir/src/util.cpp.o 2025-06-05T23:56:21.3545492Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2025-06-05T23:56:21.3547151Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2025-06-05T23:56:21.3548544Z [ 33%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2025-06-05T23:56:21.3549548Z [ 13%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2025-06-05T23:56:21.3550351Z [ 7%] Linking C static library libcpuinfo_internals.a 2025-06-05T23:56:21.3551287Z [ 7%] Built target cpuinfo_internals 2025-06-05T23:56:21.3551994Z [ 15%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2025-06-05T23:56:21.3552949Z [ 36%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2025-06-05T23:56:21.3554555Z [ 7%] 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:56:21.3556007Z [ 18%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2025-06-05T23:56:21.3557004Z [ 39%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2025-06-05T23:56:21.3558847Z /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:56:21.3561575Z /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:56:21.3563418Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:56:21.3564118Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:21.3564585Z | | 2025-06-05T23:56:21.3565060Z | const xnn_float16 * 2025-06-05T23:56:21.3566147Z 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:56:21.3568086Z /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:56:21.3569240Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:21.3569656Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:21.3571442Z /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:56:21.3573470Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:56:21.3574136Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:21.3574602Z | | 2025-06-05T23:56:21.3575064Z | const xnn_float16 * 2025-06-05T23:56:21.3576148Z 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:56:21.3578281Z /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:56:21.3579434Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:21.3579844Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:21.3581630Z /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:56:21.3583436Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:56:21.3584117Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:21.3584582Z | | 2025-06-05T23:56:21.3585268Z | const xnn_float16 * 2025-06-05T23:56:21.3586388Z 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:56:21.3588442Z /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:56:21.3589595Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:21.3590008Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:21.3591789Z /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:56:21.3593687Z 300 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:56:21.3594472Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:21.3594898Z | | 2025-06-05T23:56:21.3595336Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:56:21.3596408Z 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:56:21.3598340Z /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:56:21.3599751Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:56:21.3600286Z | ~~~~~~~~~~^~~ 2025-06-05T23:56:21.3601590Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-avgpool/f16-avgpool-9x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:56:21.3603747Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-conv-hwc2chw/f16-conv-hwc2chw-3x3s2p1c3x4-neonfp16arith-2x2.c.o 2025-06-05T23:56:21.3606069Z /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:56:21.3608753Z /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:56:21.3610803Z 30 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:56:21.3611506Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:21.3612038Z | | 2025-06-05T23:56:21.3612537Z | const xnn_float16 * 2025-06-05T23:56:21.3613726Z 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:56:21.3615672Z /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:56:21.3616810Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:21.3617210Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:21.3618968Z /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:56:21.3620738Z 31 | const float16x8_t vmin = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:56:21.3621642Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:21.3622129Z | | 2025-06-05T23:56:21.3622589Z | const xnn_float16 * 2025-06-05T23:56:21.3623660Z 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:56:21.3625595Z /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:56:21.3626718Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:21.3627152Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:21.3629032Z /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:56:21.3630858Z 32 | const float16x8_t vmax = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:56:21.3631536Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:22.6270505Z | | 2025-06-05T23:56:22.6271067Z | const xnn_float16 * 2025-06-05T23:56:22.6272190Z 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:56:22.6274378Z /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:56:22.6275529Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:22.6275949Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:22.6277773Z /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:56:22.6279774Z 165 | vst1_lane_u32((uint16_t*) output, vreinterpret_u32_f16(vout_lo), 0); output = (xnn_float16*) output + 2; 2025-06-05T23:56:22.6280815Z | ^~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:22.6281206Z | | 2025-06-05T23:56:22.6281586Z | uint16_t * {aka short unsigned int *} 2025-06-05T23:56:22.6282657Z 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:56:22.6284590Z /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:56:22.6285967Z 26598 | vst1_lane_u32 (uint32_t *__a, uint32x2_t __b, const int __lane) 2025-06-05T23:56:22.6286515Z | ~~~~~~~~~~^~~ 2025-06-05T23:56:22.6287276Z [ 42%] Building C object src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2025-06-05T23:56:22.6288941Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-neonfp16arith-acc2.c.o 2025-06-05T23:56:22.6291391Z /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:56:22.6294285Z /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:56:22.6296430Z 53 | const float16x4_t vmax = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.max)); 2025-06-05T23:56:22.6297114Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:22.6297570Z | | 2025-06-05T23:56:22.6298036Z | const xnn_float16 * 2025-06-05T23:56:22.6299388Z 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:56:22.6301448Z /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:56:22.6302579Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:22.6302976Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:22.6304875Z /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:56:22.6306723Z 54 | const float16x4_t vmin = vreinterpret_f16_u16(vld1_dup_u16(¶ms->scalar.min)); 2025-06-05T23:56:22.6307382Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:22.6307850Z | | 2025-06-05T23:56:22.6308397Z | const xnn_float16 * 2025-06-05T23:56:22.6309566Z 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:56:22.6311578Z /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:56:22.6312734Z 16858 | vld1_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:22.6313138Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:22.6314465Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-neonfp16arith.c.o 2025-06-05T23:56:22.6315898Z [ 21%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2025-06-05T23:56:22.6317009Z [ 45%] Building C object src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2025-06-05T23:56:22.6318517Z [ 8%] 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:56:22.6319943Z [ 48%] Building C object src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2025-06-05T23:56:22.6321444Z [ 8%] 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:56:22.6323053Z [ 23%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2025-06-05T23:56:22.6323977Z [ 51%] Building C object src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2025-06-05T23:56:22.6324914Z [ 26%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2025-06-05T23:56:22.6326446Z [ 8%] 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:56:22.6327939Z [ 54%] Building C object src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2025-06-05T23:56:22.6328813Z [ 57%] Building C object src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2025-06-05T23:56:22.6330424Z [ 8%] 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:56:22.6332499Z [ 28%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2025-06-05T23:56:22.6333419Z [ 60%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2025-06-05T23:56:22.6334301Z [ 31%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2025-06-05T23:56:22.6335226Z [ 63%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2025-06-05T23:56:22.6336926Z [ 8%] 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:56:22.6338520Z [ 66%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2025-06-05T23:56:22.6339412Z [ 34%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2025-06-05T23:56:22.6341002Z [ 8%] 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:56:22.6342608Z [ 69%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2025-06-05T23:56:22.6343526Z [ 36%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2025-06-05T23:56:22.6344460Z [ 72%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2025-06-05T23:56:22.6346181Z [ 8%] 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:56:22.6347779Z [ 75%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2025-06-05T23:56:22.6348857Z [ 39%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2025-06-05T23:56:22.6349836Z [ 78%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2025-06-05T23:56:22.6350816Z [ 42%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2025-06-05T23:56:22.6352283Z [ 8%] 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:56:22.6353748Z [ 81%] Building C object src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2025-06-05T23:56:22.6354795Z [ 84%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2025-06-05T23:56:22.6356453Z [ 8%] 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:56:22.6357807Z [ 44%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2025-06-05T23:56:22.6358659Z [ 47%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2025-06-05T23:56:22.6359580Z [ 87%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2025-06-05T23:56:22.6361158Z [ 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:56:22.6362592Z [ 90%] Building C object src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2025-06-05T23:56:22.8821563Z [ 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:56:22.8823175Z [ 93%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatcc.a 2025-06-05T23:56:22.8824168Z [ 50%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2025-06-05T23:56:22.8824755Z [ 93%] Built target flatcc 2025-06-05T23:56:22.8825410Z [ 96%] Building C object src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2025-06-05T23:56:22.8827364Z [ 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:56:22.8829351Z [ 52%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2025-06-05T23:56:22.8830354Z [100%] Linking C executable /pytorch/executorch/third-party/flatcc/bin/flatcc 2025-06-05T23:56:22.8831006Z [100%] Built target flatcc_cli 2025-06-05T23:56:22.8832335Z [ 9%] 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:56:22.8833759Z [ 9%] Performing install step for 'flatcc_external_project' 2025-06-05T23:56:22.8834310Z [ 21%] Built target flatccrt 2025-06-05T23:56:22.8834815Z [ 93%] Built target flatcc 2025-06-05T23:56:22.8835161Z [100%] Built target flatcc_cli 2025-06-05T23:56:22.8835626Z Install the project... 2025-06-05T23:56:22.8836273Z [ 55%] Building CXX object CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2025-06-05T23:56:22.8836892Z -- Install configuration: "" 2025-06-05T23:56:22.8837574Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc 2025-06-05T23:56:22.8838681Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc.h 2025-06-05T23:56:22.8839896Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_accessors.h 2025-06-05T23:56:22.8841161Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_alloc.h 2025-06-05T23:56:22.8842397Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_assert.h 2025-06-05T23:56:22.8843644Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_builder.h 2025-06-05T23:56:22.8844901Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_emitter.h 2025-06-05T23:56:22.8846155Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_endian.h 2025-06-05T23:56:22.8847416Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_epilogue.h 2025-06-05T23:56:22.8848708Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_flatbuffers.h 2025-06-05T23:56:22.8850254Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_identifier.h 2025-06-05T23:56:22.8851504Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_iov.h 2025-06-05T23:56:22.8852750Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_parser.h 2025-06-05T23:56:22.8854062Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_json_printer.h 2025-06-05T23:56:22.8855979Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_portable.h 2025-06-05T23:56:22.8857289Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_prologue.h 2025-06-05T23:56:22.8858555Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_refmap.h 2025-06-05T23:56:22.8859819Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_rtconfig.h 2025-06-05T23:56:22.8861075Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_types.h 2025-06-05T23:56:22.8862341Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_unaligned.h 2025-06-05T23:56:22.8863611Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_verifier.h 2025-06-05T23:56:22.8865068Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/flatcc_version.h 2025-06-05T23:56:22.8866292Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable 2025-06-05T23:56:22.8867493Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/LICENSE 2025-06-05T23:56:22.8868880Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/README.md 2025-06-05T23:56:22.8870190Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_math.h 2025-06-05T23:56:22.8871537Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_parse.h 2025-06-05T23:56:22.8872885Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/grisu3_print.h 2025-06-05T23:56:22.8874187Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include 2025-06-05T23:56:22.8875506Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/README 2025-06-05T23:56:22.8876841Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux 2025-06-05T23:56:22.8878232Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/linux/endian.h 2025-06-05T23:56:22.8879616Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std 2025-06-05T23:56:22.8880988Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/inttypes.h 2025-06-05T23:56:22.8882445Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdalign.h 2025-06-05T23:56:22.8883892Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdbool.h 2025-06-05T23:56:22.8885326Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/include/std/stdint.h 2025-06-05T23:56:22.8886730Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/paligned_alloc.h 2025-06-05T23:56:22.8888246Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pattributes.h 2025-06-05T23:56:22.8889566Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pbase64.h 2025-06-05T23:56:22.8890828Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pcrt.h 2025-06-05T23:56:22.8892143Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic.h 2025-06-05T23:56:22.8893603Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_pop.h 2025-06-05T23:56:22.8895009Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pdiagnostic_push.h 2025-06-05T23:56:22.8896366Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian.h 2025-06-05T23:56:22.8897701Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pendian_detect.h 2025-06-05T23:56:22.8899233Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinline.h 2025-06-05T23:56:22.8900533Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pinttypes.h 2025-06-05T23:56:22.8901849Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pmemaccess.h 2025-06-05T23:56:22.8903457Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable.h 2025-06-05T23:56:22.8904817Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/portable_basic.h 2025-06-05T23:56:22.8906147Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparsefp.h 2025-06-05T23:56:22.8907460Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pparseint.h 2025-06-05T23:56:22.8908845Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintfp.h 2025-06-05T23:56:22.8910151Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pprintint.h 2025-06-05T23:56:22.8911457Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/prestrict.h 2025-06-05T23:56:22.8912806Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert.h 2025-06-05T23:56:22.8914229Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstatic_assert_scope.h 2025-06-05T23:56:22.8915613Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdalign.h 2025-06-05T23:56:23.9581684Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdbool.h 2025-06-05T23:56:23.9583118Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pstdint.h 2025-06-05T23:56:23.9584446Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/punaligned.h 2025-06-05T23:56:23.9585752Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pversion.h 2025-06-05T23:56:23.9587092Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/portable/pwarnings.h 2025-06-05T23:56:23.9588410Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection 2025-06-05T23:56:23.9589637Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/README 2025-06-05T23:56:23.9591407Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_builder.h 2025-06-05T23:56:23.9592965Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/flatbuffers_common_reader.h 2025-06-05T23:56:23.9594469Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_builder.h 2025-06-05T23:56:23.9595918Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_reader.h 2025-06-05T23:56:23.9597502Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/reflection/reflection_verifier.h 2025-06-05T23:56:23.9598975Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support 2025-06-05T23:56:23.9600173Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/README 2025-06-05T23:56:23.9601430Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/cdump.h 2025-06-05T23:56:23.9602686Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/elapsed.h 2025-06-05T23:56:23.9603966Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/hexdump.h 2025-06-05T23:56:23.9605248Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/include/flatcc/support/readfile.h 2025-06-05T23:56:23.9606717Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatccrt.a 2025-06-05T23:56:23.9607815Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/lib/libflatcc.a 2025-06-05T23:56:23.9608831Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatcc_external_project/bin/flatcc 2025-06-05T23:56:23.9609872Z [ 9%] Completed 'flatcc_external_project' 2025-06-05T23:56:23.9610357Z [ 9%] Built target flatcc_external_project 2025-06-05T23:56:23.9611167Z [ 57%] Building CXX object CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2025-06-05T23:56:23.9612898Z [ 9%] 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:56:23.9614750Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/allocation-type.c.o 2025-06-05T23:56:23.9616560Z [ 9%] 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:56:23.9618309Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2025-06-05T23:56:23.9619784Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2025-06-05T23:56:23.9621573Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:56:23.9623026Z [ 60%] Building CXX object CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2025-06-05T23:56:23.9623908Z [ 63%] Building CXX object CMakeFiles/flatc.dir/src/file_writer.cpp.o 2025-06-05T23:56:23.9625045Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2025-06-05T23:56:23.9626445Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2025-06-05T23:56:23.9628408Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:56:23.9630967Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-06-05T23:56:23.9632735Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2025-06-05T23:56:23.9633723Z [ 65%] Building CXX object CMakeFiles/flatc.dir/src/flatc.cpp.o 2025-06-05T23:56:23.9635358Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-06-05T23:56:23.9637062Z [ 68%] Building CXX object CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2025-06-05T23:56:23.9638786Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-06-05T23:56:23.9641097Z [ 10%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:56:23.9642347Z [ 10%] Built target logging 2025-06-05T23:56:23.9643601Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:56:23.9645303Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2025-06-05T23:56:23.9646273Z [ 10%] Built target indirection 2025-06-05T23:56:23.9647384Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2025-06-05T23:56:23.9648641Z [ 71%] Building CXX object CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2025-06-05T23:56:23.9650164Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:56:23.9651702Z [ 73%] Building CXX object CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2025-06-05T23:56:23.9652381Z [ 10%] Built target microparams-init 2025-06-05T23:56:23.9653358Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2025-06-05T23:56:23.9655173Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear-chw/gen/f16-ibilinear-chw-neonfp16arith-p8.c.o 2025-06-05T23:56:23.9656372Z [ 11%] Built target normalization 2025-06-05T23:56:23.9657354Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/reference/packing.cc.o 2025-06-05T23:56:23.9658509Z [ 76%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2025-06-05T23:56:23.9659382Z [ 78%] Building CXX object CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2025-06-05T23:56:23.9660866Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-ibilinear/gen/f16-ibilinear-neonfp16arith-c8.c.o 2025-06-05T23:56:23.9661986Z [ 11%] Built target packing 2025-06-05T23:56:23.9662875Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2025-06-05T23:56:23.9663689Z [ 11%] Built target allocator 2025-06-05T23:56:23.9665094Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-1x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:56:23.9666817Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2025-06-05T23:56:23.9668681Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-4x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:56:23.9671191Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55.S.o 2025-06-05T23:56:23.9672818Z [ 81%] Building CXX object CMakeFiles/flatc.dir/src/code_generators.cpp.o 2025-06-05T23:56:23.9673790Z [ 84%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2025-06-05T23:56:23.9675544Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a55r0.S.o 2025-06-05T23:56:23.9676949Z [ 11%] Built target cache 2025-06-05T23:56:23.9678366Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-cortex-a75.S.o 2025-06-05T23:56:23.9680166Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/datatype.dir/src/datatype.c.o 2025-06-05T23:56:24.7357760Z [ 11%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/f16-igemm-6x16-minmax-asm-aarch64-neonfp16arith-ld64.S.o 2025-06-05T23:56:24.7360064Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:56:24.7361242Z [ 11%] Built target datatype 2025-06-05T23:56:24.7362091Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2025-06-05T23:56:24.7363775Z [ 86%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2025-06-05T23:56:24.7364859Z [ 89%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2025-06-05T23:56:24.7365541Z [ 11%] Built target memory 2025-06-05T23:56:24.7366550Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2025-06-05T23:56:24.7368429Z [ 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:56:24.7369608Z [ 11%] Built target microkernel-utils 2025-06-05T23:56:24.7370474Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2025-06-05T23:56:24.7371982Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/unary-elementwise.cc.o 2025-06-05T23:56:24.7373942Z [ 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:56:24.7375102Z [ 11%] Built target mutex 2025-06-05T23:56:24.7376073Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2025-06-05T23:56:24.7377348Z [ 92%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2025-06-05T23:56:24.7378069Z [ 11%] Built target operator-utils 2025-06-05T23:56:24.7379237Z [ 11%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/reference-ukernels.dir/src/reference/binary-elementwise.cc.o 2025-06-05T23:56:24.7380839Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2025-06-05T23:56:24.7382642Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-neonfp16arith-ld64.c.o 2025-06-05T23:56:24.7383806Z [ 12%] Built target operator-run 2025-06-05T23:56:24.7384583Z [ 94%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2025-06-05T23:56:24.7385697Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2025-06-05T23:56:24.7386653Z [ 12%] Built target reference-ukernels 2025-06-05T23:56:24.7388001Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:56:24.7389756Z [ 97%] Building CXX object CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2025-06-05T23:56:24.7390858Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2025-06-05T23:56:24.7392919Z /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:56:24.7395767Z /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:56:24.7397827Z 28 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:56:24.7398551Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:24.7399201Z | | 2025-06-05T23:56:24.7399691Z | const xnn_float16 * 2025-06-05T23:56:24.7400998Z 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:56:24.7403105Z /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:56:24.7404249Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:24.7404656Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:24.7406457Z /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:56:24.7408294Z 29 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:56:24.7409020Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:24.7409495Z | | 2025-06-05T23:56:24.7409994Z | const xnn_float16 * 2025-06-05T23:56:24.7411097Z 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:56:24.7413037Z /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:56:24.7414187Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:24.7414596Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:24.7415948Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:56:24.7417562Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2025-06-05T23:56:24.7418729Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2025-06-05T23:56:24.7419926Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2025-06-05T23:56:24.7420792Z [100%] Linking CXX executable flatc 2025-06-05T23:56:24.7421684Z [ 12%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2025-06-05T23:56:24.7423812Z /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:56:24.7426567Z /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:56:24.7428538Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:56:24.7429445Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:24.7429932Z | | 2025-06-05T23:56:24.7430417Z | const xnn_float16 * 2025-06-05T23:56:24.7431530Z 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:56:24.7433515Z /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:56:24.7434646Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:24.7435050Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:24.7436974Z /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:56:24.7438903Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:56:24.7439625Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:24.7440107Z | | 2025-06-05T23:56:24.7440588Z | const xnn_float16 * 2025-06-05T23:56:24.7441702Z 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:56:24.7443666Z /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:56:24.7444815Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:24.7445235Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:24.7447053Z /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:56:25.0711176Z 239 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:56:25.0712245Z | ^~~~~~~~~~ 2025-06-05T23:56:25.0712738Z | | 2025-06-05T23:56:25.0713227Z | const xnn_float16 * 2025-06-05T23:56:25.0714438Z 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:56:25.0716607Z /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:56:25.0717760Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:25.0718177Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:25.0719906Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-neonfp16arith-c8.c.o 2025-06-05T23:56:25.0721959Z [ 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:56:25.0723481Z [ 12%] Linking C static library /pytorch/executorch/third-party/flatcc/lib/libflatccrt.a 2025-06-05T23:56:25.0724216Z [ 12%] Built target flatccrt 2025-06-05T23:56:25.0725435Z [ 12%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2025-06-05T23:56:25.0727540Z /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:56:25.0730277Z /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:56:25.0732159Z 31 | const float16x8_t voutput_min = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.min)); 2025-06-05T23:56:25.0732886Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:25.0733366Z | | 2025-06-05T23:56:25.0734236Z | const xnn_float16 * 2025-06-05T23:56:25.0735552Z 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:56:25.0737592Z /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:56:25.0738740Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:25.0739162Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:25.0740960Z /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:56:25.0742804Z 32 | const float16x8_t voutput_max = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.max)); 2025-06-05T23:56:25.0743558Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:25.0744035Z | | 2025-06-05T23:56:25.0744618Z | const xnn_float16 * 2025-06-05T23:56:25.0745791Z 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:56:25.0747747Z /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:56:25.0749020Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:25.0749429Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:25.0751262Z /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:56:25.0753363Z 106 | const float16x8_t vmultiplier = vreinterpretq_f16_u16(vld1q_dup_u16(multiplier)); multiplier = (const xnn_float16*) multiplier + 1; 2025-06-05T23:56:25.0754334Z | ^~~~~~~~~~ 2025-06-05T23:56:25.0755055Z | | 2025-06-05T23:56:25.0755585Z | const xnn_float16 * 2025-06-05T23:56:25.0756708Z 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:56:25.0758668Z /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:56:25.0759827Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:25.0760352Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:25.0761637Z [ 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:56:25.0763790Z /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:56:25.0766394Z /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:56:25.0768182Z 32 | const float16x8_t vscale = vreinterpretq_f16_u16(vld1q_dup_u16(¶ms->scalar.scale)); 2025-06-05T23:56:25.0768884Z | ^~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:25.0769602Z | | 2025-06-05T23:56:25.0770096Z | const xnn_float16 * 2025-06-05T23:56:25.0771164Z 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:56:25.0773127Z /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:56:25.0774264Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:25.0774680Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:25.0776231Z [ 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:56:25.0777625Z [ 12%] Built target hardware-config 2025-06-05T23:56:25.0778615Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2025-06-05T23:56:25.0780346Z [ 13%] 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:56:25.0782142Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2025-06-05T23:56:25.0784510Z /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:56:25.0787713Z /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:56:25.0789775Z 189 | vst1_lane_u16(sum, vreinterpret_u16_f16(vacc_lo), 0); 2025-06-05T23:56:25.0803456Z | ^~~ 2025-06-05T23:56:25.0803995Z | | 2025-06-05T23:56:25.0804332Z | xnn_float16 * 2025-06-05T23:56:25.0805585Z 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:56:25.0808188Z /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:56:25.0809355Z 26591 | vst1_lane_u16 (uint16_t *__a, uint16x4_t __b, const int __lane) 2025-06-05T23:56:25.0809894Z | ~~~~~~~~~~^~~ 2025-06-05T23:56:25.0811105Z [ 13%] 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:56:25.0813239Z [ 13%] 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:56:25.7617272Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2025-06-05T23:56:25.7619179Z [ 13%] 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:56:25.7621263Z [ 13%] 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:56:25.7623178Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2025-06-05T23:56:25.7625780Z [ 14%] 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:56:25.7627760Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2025-06-05T23:56:25.7629699Z [ 14%] 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:56:25.7631687Z [ 14%] 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:56:25.7633490Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2025-06-05T23:56:25.7635226Z [ 14%] 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:56:25.7637210Z [ 14%] 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:56:25.7639004Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2025-06-05T23:56:25.7640721Z [ 14%] 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:56:25.7642598Z [ 14%] 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:56:25.7644328Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2025-06-05T23:56:25.7645254Z [100%] Built target flatc 2025-06-05T23:56:25.7645863Z [ 14%] Performing install step for 'flatbuffers_external_project' 2025-06-05T23:56:25.7647109Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2025-06-05T23:56:25.7648874Z [ 14%] 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:56:25.7650787Z [ 14%] 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:56:25.7652090Z [100%] Built target flatc 2025-06-05T23:56:25.7652509Z Install the project... 2025-06-05T23:56:25.7652893Z -- Install configuration: "" 2025-06-05T23:56:25.7653643Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers 2025-06-05T23:56:25.7654914Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/allocator.h 2025-06-05T23:56:25.7656230Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/array.h 2025-06-05T23:56:25.7657645Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/base.h 2025-06-05T23:56:25.7658947Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer.h 2025-06-05T23:56:25.7660266Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/buffer_ref.h 2025-06-05T23:56:25.7661648Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generator.h 2025-06-05T23:56:25.7663055Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/code_generators.h 2025-06-05T23:56:25.7664469Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/default_allocator.h 2025-06-05T23:56:25.7666083Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/detached_buffer.h 2025-06-05T23:56:25.7667496Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/file_manager.h 2025-06-05T23:56:25.7669000Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffer_builder.h 2025-06-05T23:56:25.7670412Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatbuffers.h 2025-06-05T23:56:25.7671742Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flatc.h 2025-06-05T23:56:25.7673108Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flex_flat_util.h 2025-06-05T23:56:25.7674481Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/flexbuffers.h 2025-06-05T23:56:25.7675805Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/grpc.h 2025-06-05T23:56:25.7677077Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/hash.h 2025-06-05T23:56:25.7678333Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/idl.h 2025-06-05T23:56:25.7679646Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/minireflect.h 2025-06-05T23:56:25.7680938Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch 2025-06-05T23:56:25.7682254Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/flatc_pch.h 2025-06-05T23:56:25.7683600Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/pch/pch.h 2025-06-05T23:56:25.7684939Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection.h 2025-06-05T23:56:25.7686353Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/reflection_generated.h 2025-06-05T23:56:25.7687742Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/registry.h 2025-06-05T23:56:25.7689094Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/stl_emulation.h 2025-06-05T23:56:25.7690569Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/string.h 2025-06-05T23:56:25.7691854Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/struct.h 2025-06-05T23:56:25.7693146Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/table.h 2025-06-05T23:56:25.7694552Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/util.h 2025-06-05T23:56:25.7695855Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector.h 2025-06-05T23:56:25.7697205Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/vector_downward.h 2025-06-05T23:56:25.7698563Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/include/flatbuffers/verifier.h 2025-06-05T23:56:25.7700173Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config.cmake 2025-06-05T23:56:25.7701703Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/BuildFlatBuffers.cmake 2025-06-05T23:56:25.7703280Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/flatbuffers-config-version.cmake 2025-06-05T23:56:25.7704960Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/bin/flatc 2025-06-05T23:56:25.7706516Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2025-06-05T23:56:25.7707993Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets.cmake 2025-06-05T23:56:25.7709607Z -- Installing: /pytorch/executorch/cmake-out/third-party/flatbuffers_external_project/lib/cmake/flatbuffers/FlatcTargets-noconfig.cmake 2025-06-05T23:56:25.7710776Z [ 14%] Completed 'flatbuffers_external_project' 2025-06-05T23:56:25.7712087Z [ 14%] 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:56:25.7713219Z [ 14%] Built target flatbuffers_external_project 2025-06-05T23:56:25.7714526Z [ 14%] 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:56:27.7138745Z [ 15%] 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:56:27.7140642Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2025-06-05T23:56:27.7141810Z [ 16%] Generating common_schema headers 2025-06-05T23:56:27.7143121Z [ 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:56:27.7145064Z [ 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:56:27.7146193Z [ 16%] Built target common_schema 2025-06-05T23:56:27.7146713Z [ 17%] Generating xnnpack_schema headers 2025-06-05T23:56:27.7147846Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2025-06-05T23:56:27.7148903Z [ 18%] Built target xnnpack_schema 2025-06-05T23:56:27.7149980Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2025-06-05T23:56:27.7152194Z [ 18%] 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:56:27.7153924Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/pack-lh.c.o 2025-06-05T23:56:27.7155369Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2025-06-05T23:56:27.7157207Z [ 18%] 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:56:27.7159020Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2025-06-05T23:56:27.7160670Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2025-06-05T23:56:27.7162504Z [ 18%] 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:56:27.7164227Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2025-06-05T23:56:27.7165911Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2025-06-05T23:56:27.7167834Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2025-06-05T23:56:27.7169365Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2025-06-05T23:56:27.7171107Z [ 18%] 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:56:27.7173062Z [ 18%] 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:56:27.7174295Z [ 18%] Generating program_schema headers 2025-06-05T23:56:27.7174752Z [ 18%] Built target program_schema 2025-06-05T23:56:27.7176026Z [ 18%] 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:56:27.7177774Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2025-06-05T23:56:27.7179350Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2025-06-05T23:56:27.7181138Z [ 18%] 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:56:27.7183055Z [ 18%] 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:56:27.7184775Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2025-06-05T23:56:27.7186090Z [ 19%] Building CXX object CMakeFiles/executorch_core.dir/runtime/backend/interface.cpp.o 2025-06-05T23:56:27.7187642Z [ 20%] 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:56:27.7189812Z [ 20%] 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:56:27.7190891Z [ 20%] Built target operators 2025-06-05T23:56:27.7191633Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/evalue.cpp.o 2025-06-05T23:56:27.7193036Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_shape_to_c_string.cpp.o 2025-06-05T23:56:27.7194767Z [ 20%] 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:56:27.7196366Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/portable_type/tensor_impl.cpp.o 2025-06-05T23:56:27.7197706Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2025-06-05T23:56:27.7199251Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tag.cpp.o 2025-06-05T23:56:27.7200803Z [ 20%] 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:56:27.7202334Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/core/tensor_layout.cpp.o 2025-06-05T23:56:27.7203891Z [ 20%] 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:56:27.7205375Z [ 20%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method.cpp.o 2025-06-05T23:56:27.7206489Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/method_meta.cpp.o 2025-06-05T23:56:27.7208291Z [ 21%] 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:56:27.7210021Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/program.cpp.o 2025-06-05T23:56:27.7211540Z [ 21%] 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:56:27.7213039Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/pte_data_map.cpp.o 2025-06-05T23:56:27.7214279Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2025-06-05T23:56:27.7215887Z [ 21%] 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:56:27.7217455Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/executor/tensor_parser_portable.cpp.o 2025-06-05T23:56:27.7219066Z [ 21%] 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:56:27.7220576Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/kernel/operator_registry.cpp.o 2025-06-05T23:56:27.7221698Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/abort.cpp.o 2025-06-05T23:56:27.7222750Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/log.cpp.o 2025-06-05T23:56:27.7224238Z [ 21%] 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:56:27.7225727Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/platform.cpp.o 2025-06-05T23:56:27.7226828Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/profiler.cpp.o 2025-06-05T23:56:27.7228539Z [ 21%] 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:56:27.7230093Z [ 21%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/runtime.cpp.o 2025-06-05T23:56:27.7231202Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/schema/extended_header.cpp.o 2025-06-05T23:56:27.7232333Z [ 22%] Building CXX object CMakeFiles/executorch_core.dir/runtime/platform/default/posix.cpp.o 2025-06-05T23:56:27.7233837Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2025-06-05T23:56:27.7235667Z [ 22%] 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:56:27.7237374Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2025-06-05T23:56:29.4029549Z [ 22%] Linking CXX static library libexecutorch_core.a 2025-06-05T23:56:29.4030503Z [ 22%] Built target executorch_core 2025-06-05T23:56:29.4031462Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2025-06-05T23:56:29.4032941Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2025-06-05T23:56:29.4034541Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2025-06-05T23:56:29.4036479Z [ 23%] 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:56:29.4038389Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2025-06-05T23:56:29.4040185Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/binary.c.o 2025-06-05T23:56:29.4041709Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2025-06-05T23:56:29.4043223Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2025-06-05T23:56:29.4045082Z [ 24%] 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:56:29.4046790Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2025-06-05T23:56:29.4048254Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2025-06-05T23:56:29.4049753Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deprecated.c.o 2025-06-05T23:56:29.4051291Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2025-06-05T23:56:29.4053111Z [ 24%] 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:56:29.4054972Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2025-06-05T23:56:29.4056692Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2025-06-05T23:56:29.4058269Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2025-06-05T23:56:29.4060343Z [ 24%] 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:56:29.4062302Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2025-06-05T23:56:29.4063834Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2025-06-05T23:56:29.4065139Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2025-06-05T23:56:29.4066633Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/pack-lh.c.o 2025-06-05T23:56:29.4067993Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool.cpp.o 2025-06-05T23:56:29.4069948Z [ 26%] 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:56:29.4071997Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2025-06-05T23:56:29.4073791Z [ 26%] 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:56:29.4075228Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2025-06-05T23:56:29.4076449Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/threadpool_guard.cpp.o 2025-06-05T23:56:29.4078019Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2025-06-05T23:56:29.4079565Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/thread_parallel.cpp.o 2025-06-05T23:56:29.4080960Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2025-06-05T23:56:29.4082927Z [ 26%] 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:56:29.4084835Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2025-06-05T23:56:29.4086211Z [ 26%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2025-06-05T23:56:29.4087772Z [ 26%] 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:56:29.4089361Z [ 26%] Building CXX object extension/threadpool/CMakeFiles/extension_threadpool.dir/cpuinfo_utils.cpp.o 2025-06-05T23:56:29.4090831Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2025-06-05T23:56:29.4092586Z [ 26%] 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:56:29.4094271Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reduce.c.o 2025-06-05T23:56:29.4095383Z [ 26%] Linking CXX static library libextension_threadpool.a 2025-06-05T23:56:29.4095943Z [ 26%] Built target extension_threadpool 2025-06-05T23:56:29.4096986Z [ 26%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/activation_ops_util.cpp.o 2025-06-05T23:56:29.4098585Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2025-06-05T23:56:29.4101531Z [ 26%] 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:56:29.4102810Z [ 26%] Linking CXX static library libexecutorch.a 2025-06-05T23:56:29.4103314Z [ 26%] Built target executorch 2025-06-05T23:56:29.4104307Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2025-06-05T23:56:29.4105840Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2025-06-05T23:56:29.4107888Z [ 26%] 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:56:29.4109686Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2025-06-05T23:56:29.4111120Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unary.c.o 2025-06-05T23:56:29.4112807Z [ 28%] 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:56:29.4114861Z [ 28%] 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:56:29.4116555Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/advanced_index_util.cpp.o 2025-06-05T23:56:29.4118021Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2025-06-05T23:56:29.4119393Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2025-06-05T23:56:29.4121003Z [ 28%] 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:56:29.4122918Z [ 28%] 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:56:29.4124893Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/broadcast_util.cpp.o 2025-06-05T23:56:29.4125764Z [ 28%] Built target subgraph 2025-06-05T23:56:29.4126682Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/copy_ops_util.cpp.o 2025-06-05T23:56:29.4128099Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/delinearize_index.cpp.o 2025-06-05T23:56:29.4129815Z [ 28%] 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:56:31.2716668Z [ 28%] 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:56:31.2718386Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/distance_util.cpp.o 2025-06-05T23:56:31.2719833Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/dtype_util.cpp.o 2025-06-05T23:56:31.2721508Z [ 28%] 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:56:31.2723141Z [ 28%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/index_util.cpp.o 2025-06-05T23:56:31.2724976Z [ 28%] 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:56:31.2726788Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/kernel_ops_util.cpp.o 2025-06-05T23:56:31.2729161Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/matmul_ops_util.cpp.o 2025-06-05T23:56:31.2731309Z [ 29%] 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:56:31.2733124Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/normalization_ops_util.cpp.o 2025-06-05T23:56:31.2734972Z [ 29%] 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:56:31.2737060Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/padding_util.cpp.o 2025-06-05T23:56:31.2738949Z [ 29%] 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:56:31.2741018Z [ 29%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/reduce_util.cpp.o 2025-06-05T23:56:31.2743008Z [ 29%] 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:56:31.2745017Z [ 30%] 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:56:31.2746653Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/repeat_util.cpp.o 2025-06-05T23:56:31.2748375Z [ 30%] 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:56:31.2750205Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/select_copy_util.cpp.o 2025-06-05T23:56:31.2751600Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/slice_util.cpp.o 2025-06-05T23:56:31.2753673Z [ 30%] 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:56:31.2755433Z [ 30%] Building CXX object kernels/portable/cpu/util/CMakeFiles/kernels_util_all_deps.dir/upsample_util.cpp.o 2025-06-05T23:56:31.2757229Z [ 30%] 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:56:31.2759299Z [ 30%] 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:56:31.2761243Z [ 30%] 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:56:31.2763159Z [ 30%] 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:56:31.2765103Z [ 30%] 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:56:31.2767078Z [ 30%] 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:56:31.2768453Z [ 30%] Linking CXX static library libkernels_util_all_deps.a 2025-06-05T23:56:31.2769021Z [ 30%] Built target kernels_util_all_deps 2025-06-05T23:56:31.2770264Z [ 30%] 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:56:31.2772188Z [ 30%] 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:56:31.2774173Z [ 31%] 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:56:31.2776227Z [ 31%] 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:56:31.2778356Z [ 31%] 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:56:31.2780602Z [ 31%] 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:56:31.2782268Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__empty_dim_order.cpp.o 2025-06-05T23:56:31.2783920Z [ 31%] 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:56:31.2785977Z [ 31%] 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:56:31.2787938Z [ 31%] 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:56:31.2790206Z [ 31%] 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:56:31.2792436Z [ 31%] 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:56:31.2795019Z [ 31%] 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:56:31.2797449Z [ 31%] 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:56:31.2799418Z [ 31%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2025-06-05T23:56:31.2801372Z [ 32%] 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:56:31.2803665Z [ 32%] 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:56:31.2805892Z [ 32%] 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:56:31.2808176Z [ 32%] 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:56:31.2810475Z [ 32%] 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:56:31.2812701Z [ 32%] 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:56:31.2814319Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2025-06-05T23:56:31.2815489Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2025-06-05T23:56:31.2817319Z [ 32%] 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:56:31.2819686Z [ 32%] 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:56:33.3644492Z [ 32%] 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:56:33.3647260Z [ 32%] 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:56:33.3649000Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2025-06-05T23:56:33.3650192Z [ 32%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2025-06-05T23:56:33.3652143Z [ 32%] 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:56:33.3654456Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2025-06-05T23:56:33.3656623Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neon-u8.c.o 2025-06-05T23:56:33.3658637Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-neonfp16-u16.c.o 2025-06-05T23:56:33.3660584Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2025-06-05T23:56:33.3662157Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2025-06-05T23:56:33.3663740Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2025-06-05T23:56:33.3665422Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2025-06-05T23:56:33.3667328Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:56:33.3669405Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2025-06-05T23:56:33.3671217Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2025-06-05T23:56:33.3673190Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-aarch64-neonfma-lane-ld128.c.o 2025-06-05T23:56:33.3674875Z [ 33%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2025-06-05T23:56:33.3676688Z [ 33%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53-prfm.S.o 2025-06-05T23:56:33.3678408Z [ 34%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2025-06-05T23:56:33.3680159Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a53.S.o 2025-06-05T23:56:33.3682441Z [ 34%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-asm-aarch64-neonfma-cortex-a75-prfm.S.o 2025-06-05T23:56:33.3684730Z [ 35%] 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:56:33.3686966Z [ 35%] 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:56:33.3689210Z [ 35%] 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:56:33.3691509Z [ 35%] 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:56:33.3693066Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2025-06-05T23:56:33.3694234Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2025-06-05T23:56:33.3695511Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2025-06-05T23:56:33.3697117Z [ 35%] 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:56:33.3698671Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2025-06-05T23:56:33.3700906Z [ 35%] 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:56:33.3702451Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2025-06-05T23:56:33.3703735Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2025-06-05T23:56:33.3705325Z [ 35%] 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:56:33.3707158Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2025-06-05T23:56:33.3708806Z [ 35%] 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:56:33.3710281Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2025-06-05T23:56:33.3711982Z [ 35%] 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:56:33.3713606Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2025-06-05T23:56:33.3714791Z [ 35%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2025-06-05T23:56:33.3716508Z [ 35%] 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:56:33.3718575Z [ 35%] 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:56:33.3720125Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2025-06-05T23:56:33.3721439Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2025-06-05T23:56:33.3723019Z [ 36%] 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:56:33.3724584Z [ 36%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2025-06-05T23:56:33.3726108Z [ 37%] 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:56:33.3727621Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2025-06-05T23:56:33.3728885Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2025-06-05T23:56:33.3730450Z [ 37%] 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:56:33.3732286Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2025-06-05T23:56:33.3733867Z [ 37%] 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:56:33.3735354Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2025-06-05T23:56:33.3736974Z [ 37%] 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:56:33.3738463Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2025-06-05T23:56:33.3740259Z [ 37%] 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:56:33.3742056Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2025-06-05T23:56:33.3743854Z [ 37%] 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:56:35.2252787Z [ 37%] 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:56:35.2255725Z [ 37%] 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:56:35.2257499Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2025-06-05T23:56:35.2259266Z [ 37%] 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:56:35.2260995Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2025-06-05T23:56:35.2262715Z [ 37%] 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:56:35.2264784Z [ 37%] 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:56:35.2266363Z [ 37%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2025-06-05T23:56:35.2267942Z [ 38%] 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:56:35.2269648Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2025-06-05T23:56:35.2270966Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2025-06-05T23:56:35.2272704Z [ 39%] 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:56:35.2274456Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution_backward.cpp.o 2025-06-05T23:56:35.2275744Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2025-06-05T23:56:35.2276916Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2025-06-05T23:56:35.2278693Z [ 39%] 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:56:35.2281235Z [ 39%] 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:56:35.2283492Z [ 39%] 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:56:35.2285741Z [ 39%] 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:56:35.2287582Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2025-06-05T23:56:35.2289406Z [ 39%] 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:56:35.2291660Z [ 39%] 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:56:35.2293676Z [ 39%] 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:56:35.2295201Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2025-06-05T23:56:35.2296445Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2025-06-05T23:56:35.2298320Z [ 39%] 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:56:35.2300366Z [ 39%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2025-06-05T23:56:35.2302061Z [ 39%] 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:56:35.2303644Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2025-06-05T23:56:35.2305264Z [ 40%] 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:56:35.2307178Z [ 40%] 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:56:35.2309152Z [ 40%] 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:56:35.2310824Z [ 40%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_elu.cpp.o 2025-06-05T23:56:35.2312375Z [ 40%] 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:56:35.2314447Z [ 40%] 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:56:35.2316682Z [ 40%] 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:56:35.2318396Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2025-06-05T23:56:35.2319629Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2025-06-05T23:56:35.2321369Z [ 41%] 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:56:35.2323425Z [ 41%] 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:56:35.2325236Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2025-06-05T23:56:35.2326769Z [ 41%] 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:56:35.2328268Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2025-06-05T23:56:35.2329907Z [ 41%] 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:56:35.2331397Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2025-06-05T23:56:35.2333116Z [ 41%] 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:56:35.2334818Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2025-06-05T23:56:35.2336050Z [ 41%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2025-06-05T23:56:35.2337855Z [ 41%] 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:56:35.2340502Z [ 42%] 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:56:35.2342880Z [ 42%] 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:56:35.2344615Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2025-06-05T23:56:35.2346380Z [ 42%] 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:56:35.2348691Z [ 42%] 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:56:35.2350360Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2025-06-05T23:56:35.2352000Z [ 42%] 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:56:35.2353573Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2025-06-05T23:56:37.4355952Z [ 42%] 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:56:37.4357666Z [ 42%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2025-06-05T23:56:37.4358925Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2025-06-05T23:56:37.4360525Z [ 43%] 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:56:37.4362084Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2025-06-05T23:56:37.4363655Z [ 43%] 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:56:37.4365197Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2025-06-05T23:56:37.4366749Z [ 43%] 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:56:37.4368566Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gather.cpp.o 2025-06-05T23:56:37.4370305Z [ 43%] 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:56:37.4371954Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2025-06-05T23:56:37.4373276Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2025-06-05T23:56:37.4375125Z [ 43%] 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:56:37.4376868Z [ 43%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2025-06-05T23:56:37.4378505Z [ 44%] 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:56:37.4380062Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2025-06-05T23:56:37.4381607Z [ 44%] 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:56:37.4383505Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2025-06-05T23:56:37.4385105Z [ 44%] 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:56:37.4386595Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2025-06-05T23:56:37.4388172Z [ 44%] 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:56:37.4389859Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2025-06-05T23:56:37.4391450Z [ 44%] 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:56:37.4393022Z [ 44%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2025-06-05T23:56:37.4394275Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2025-06-05T23:56:37.4395795Z [ 45%] 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:56:37.4397899Z [ 45%] 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:56:37.4399928Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2025-06-05T23:56:37.4401742Z [ 45%] 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:56:37.4404089Z [ 45%] 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:56:37.4405822Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2025-06-05T23:56:37.4407593Z [ 45%] 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:56:37.4410111Z [ 45%] 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:56:37.4411864Z [ 45%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2025-06-05T23:56:37.4413545Z [ 46%] 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:56:37.4415205Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2025-06-05T23:56:37.4417046Z [ 46%] 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:56:37.4418744Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2025-06-05T23:56:37.4420041Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2025-06-05T23:56:37.4421751Z [ 46%] 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:56:37.4423414Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2025-06-05T23:56:37.4425391Z [ 46%] 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:56:37.4427835Z [ 46%] 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:56:37.4429662Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2025-06-05T23:56:37.4431495Z [ 46%] 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:56:37.4433237Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2025-06-05T23:56:37.4434954Z [ 46%] 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:56:37.4437033Z [ 46%] 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:56:37.4438635Z [ 46%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2025-06-05T23:56:37.4440258Z [ 46%] 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:56:37.4441859Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2025-06-05T23:56:37.4443514Z [ 47%] 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:56:37.4445501Z [ 47%] 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:56:37.4447498Z [ 47%] 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:56:37.4449111Z [ 47%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2025-06-05T23:56:37.4450749Z [ 48%] 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:56:37.4452516Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2025-06-05T23:56:37.4453796Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2025-06-05T23:56:37.4455452Z [ 48%] 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:56:39.7664817Z [ 48%] 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:56:39.7666856Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2025-06-05T23:56:39.7668070Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2025-06-05T23:56:39.7669949Z [ 48%] 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:56:39.7671730Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2025-06-05T23:56:39.7673463Z [ 48%] 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:56:39.7675162Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_scatter.cpp.o 2025-06-05T23:56:39.7677160Z [ 48%] 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:56:39.7679359Z [ 48%] 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:56:39.7681577Z [ 48%] 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:56:39.7683259Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_select.cpp.o 2025-06-05T23:56:39.7684486Z [ 48%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2025-06-05T23:56:39.7686255Z [ 48%] 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:56:39.7688390Z [ 48%] 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:56:39.7690535Z [ 48%] 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:56:39.7692876Z [ 49%] 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:56:39.7695209Z [ 49%] 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:56:39.7697044Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2025-06-05T23:56:39.7699088Z [ 49%] 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:56:39.7700942Z [ 49%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices_backward.cpp.o 2025-06-05T23:56:39.7702737Z [ 49%] 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:56:39.7705053Z [ 49%] 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:56:39.7707269Z [ 49%] 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:56:39.7709231Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2025-06-05T23:56:39.7710473Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2025-06-05T23:56:39.7712278Z [ 50%] 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:56:39.7713991Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2025-06-05T23:56:39.7716018Z [ 50%] 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:56:39.7717637Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2025-06-05T23:56:39.7719210Z [ 50%] 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:56:39.7721078Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2025-06-05T23:56:39.7722709Z [ 50%] 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:56:39.7724255Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2025-06-05T23:56:39.7725849Z [ 50%] 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:56:39.7727438Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_narrow_copy.cpp.o 2025-06-05T23:56:39.7728754Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2025-06-05T23:56:39.7730441Z [ 50%] 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:56:39.7732052Z [ 50%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_dropout.cpp.o 2025-06-05T23:56:39.7733654Z [ 51%] 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:56:39.7735244Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2025-06-05T23:56:39.7736871Z [ 51%] 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:56:39.7738466Z [ 51%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2025-06-05T23:56:39.7739701Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2025-06-05T23:56:39.7741299Z [ 52%] 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:56:39.7743259Z [ 52%] 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:56:39.7744977Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2025-06-05T23:56:39.7746188Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2025-06-05T23:56:39.7747805Z [ 52%] 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:56:39.7750228Z [ 52%] 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:56:39.7752266Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2025-06-05T23:56:39.7754159Z [ 52%] 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:56:39.7756018Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2025-06-05T23:56:39.7757310Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2025-06-05T23:56:39.7758936Z [ 52%] 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:56:39.7760535Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2025-06-05T23:56:39.7762393Z [ 52%] 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:56:39.7764317Z [ 52%] 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:56:39.7766176Z [ 52%] 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:56:42.0785672Z [ 52%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_unshuffle.cpp.o 2025-06-05T23:56:42.0787422Z [ 53%] 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:56:42.0789135Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2025-06-05T23:56:42.0790798Z [ 53%] 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:56:42.0792690Z [ 53%] 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:56:42.0794530Z [ 53%] 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:56:42.0796042Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2025-06-05T23:56:42.0797596Z [ 53%] 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:56:42.0799424Z [ 53%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rand.cpp.o 2025-06-05T23:56:42.0800651Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_randn.cpp.o 2025-06-05T23:56:42.0802350Z [ 54%] 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:56:42.0804422Z [ 54%] 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:56:42.0806461Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2025-06-05T23:56:42.0807809Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2025-06-05T23:56:42.0809176Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2025-06-05T23:56:42.0810894Z [ 54%] 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:56:42.0813105Z [ 54%] 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:56:42.0814751Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2025-06-05T23:56:42.0816028Z [ 54%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2025-06-05T23:56:42.0817691Z [ 54%] 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:56:42.0819573Z [ 54%] 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:56:42.0821425Z [ 55%] 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:56:42.0823591Z [ 55%] 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:56:42.0825421Z [ 55%] 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:56:42.0827279Z [ 55%] 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:56:42.0828951Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2025-06-05T23:56:42.0830278Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2025-06-05T23:56:42.0831853Z [ 55%] 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:56:42.0833707Z [ 55%] 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:56:42.0835552Z [ 55%] 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:56:42.0837401Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2025-06-05T23:56:42.0838985Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat_interleave.cpp.o 2025-06-05T23:56:42.0840582Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-neon-u8.c.o 2025-06-05T23:56:42.0842360Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2025-06-05T23:56:42.0844152Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-neon-u8.c.o 2025-06-05T23:56:42.0845954Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2025-06-05T23:56:42.0847531Z [ 55%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2025-06-05T23:56:42.0849296Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-neon-u8.c.o 2025-06-05T23:56:42.0851108Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2025-06-05T23:56:42.0852679Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2025-06-05T23:56:42.0854411Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-neon-u8.c.o 2025-06-05T23:56:42.0856272Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2025-06-05T23:56:42.0857940Z [ 56%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2025-06-05T23:56:42.0859583Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vbinary/gen/f32-vmul-neon-u8.c.o 2025-06-05T23:56:42.0861182Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2025-06-05T23:56:42.0862403Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2025-06-05T23:56:42.0863966Z [ 57%] 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:56:42.0865981Z [ 57%] 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:56:42.0867537Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2025-06-05T23:56:42.0868844Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2025-06-05T23:56:42.0870447Z [ 57%] 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:56:42.0872003Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2025-06-05T23:56:42.0873561Z [ 57%] 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:56:42.0875078Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter.cpp.o 2025-06-05T23:56:42.0876344Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2025-06-05T23:56:42.0877919Z [ 57%] 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:56:42.0879463Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2025-06-05T23:56:42.0881038Z [ 57%] 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:56:42.0882595Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2025-06-05T23:56:42.0883874Z [ 57%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2025-06-05T23:56:42.0885446Z [ 58%] 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:56:44.4780911Z [ 58%] 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:56:44.4782513Z [ 58%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2025-06-05T23:56:44.4784173Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2025-06-05T23:56:44.4785707Z [ 59%] 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:56:44.4787205Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2025-06-05T23:56:44.4788851Z [ 59%] 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:56:44.4790577Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2025-06-05T23:56:44.4792196Z [ 59%] 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:56:44.4793761Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2025-06-05T23:56:44.4795037Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2025-06-05T23:56:44.4796564Z [ 59%] 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:56:44.4798065Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2025-06-05T23:56:44.4800263Z [ 59%] 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:56:44.4801917Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2025-06-05T23:56:44.4803554Z [ 59%] 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:56:44.4805059Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2025-06-05T23:56:44.4806591Z [ 59%] 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:56:44.4808440Z [ 59%] 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:56:44.4810320Z [ 59%] 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:56:44.4811948Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2025-06-05T23:56:44.4813195Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2025-06-05T23:56:44.4814370Z [ 59%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2025-06-05T23:56:44.4815859Z [ 60%] 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:56:44.4817632Z [ 60%] 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:56:44.4819085Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2025-06-05T23:56:44.4820290Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2025-06-05T23:56:44.4821807Z [ 61%] 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:56:44.4823592Z [ 61%] 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:56:44.4825657Z [ 61%] 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:56:44.4827474Z [ 61%] 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:56:44.4829350Z [ 61%] 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:56:44.4831299Z [ 61%] 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:56:44.4832792Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2025-06-05T23:56:44.4833976Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2025-06-05T23:56:44.4835506Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-neon.c.o 2025-06-05T23:56:44.4837351Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysign-scalar.c.o 2025-06-05T23:56:44.4838876Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2025-06-05T23:56:44.4840437Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-neon.c.o 2025-06-05T23:56:44.4842273Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_topk.cpp.o 2025-06-05T23:56:44.4843585Z [ 61%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2025-06-05T23:56:44.4845202Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vcopysignc-scalar.c.o 2025-06-05T23:56:44.4847092Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-neon.c.o 2025-06-05T23:56:44.4848591Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2025-06-05T23:56:44.4849774Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2025-06-05T23:56:44.4851352Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vcopysign/gen/f32-vrcopysignc-scalar.c.o 2025-06-05T23:56:44.4853253Z [ 62%] 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:56:44.4855200Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-lut16-p3-u16.c.o 2025-06-05T23:56:44.4856804Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2025-06-05T23:56:44.4858078Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unfold_copy.cpp.o 2025-06-05T23:56:44.4859376Z [ 62%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2025-06-05T23:56:44.4860991Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-neonfma-rr1-p6-u8.c.o 2025-06-05T23:56:44.4862899Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2025-06-05T23:56:44.4864836Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2025-06-05T23:56:44.4866865Z [ 63%] 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:56:44.4868459Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_bilinear2d.cpp.o 2025-06-05T23:56:44.4869964Z [ 63%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_upsample_nearest2d.cpp.o 2025-06-05T23:56:44.4871663Z [ 63%] 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:56:44.4873781Z [ 63%] 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:56:44.4875766Z [ 63%] 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:56:44.4877611Z [ 64%] 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:56:44.4879096Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2025-06-05T23:56:44.4880354Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_as_real_copy.cpp.o 2025-06-05T23:56:46.8152034Z [ 64%] 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:56:46.8154518Z [ 64%] 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:56:46.8156159Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2025-06-05T23:56:46.8157711Z [ 64%] 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:56:46.8159218Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2025-06-05T23:56:46.8160416Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2025-06-05T23:56:46.8161933Z [ 64%] 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:56:46.8163622Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2025-06-05T23:56:46.8165444Z [ 64%] 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:56:46.8167306Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbbf16_to_floathbf16.cpp.o 2025-06-05T23:56:46.8169171Z [ 64%] 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:56:46.8171208Z [ 64%] 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:56:46.8172980Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhbf16.cpp.o 2025-06-05T23:56:46.8174738Z [ 64%] 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:56:46.8176501Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vrnd/gen/f32-vrndd-neon-u8.c.o 2025-06-05T23:56:46.8178052Z [ 64%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2025-06-05T23:56:46.8179841Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2025-06-05T23:56:46.8181444Z [ 65%] 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:56:46.8182989Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2025-06-05T23:56:46.8184785Z [ 65%] 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:56:46.8186394Z [ 65%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2025-06-05T23:56:46.8188003Z [ 66%] 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:56:46.8189896Z [ 66%] 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:56:46.8191668Z [ 66%] 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:56:46.8193479Z [ 66%] 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:56:46.8195307Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/delinearize_index.cpp.o 2025-06-05T23:56:46.8197017Z [ 66%] 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:56:46.8198607Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2025-06-05T23:56:46.8201403Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/dtype_util.cpp.o 2025-06-05T23:56:46.8202955Z [ 66%] 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:56:46.8204471Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2025-06-05T23:56:46.8206012Z [ 66%] 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:56:46.8207571Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2025-06-05T23:56:46.8208915Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2025-06-05T23:56:46.8210522Z [ 66%] 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:56:46.8212153Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2025-06-05T23:56:46.8213800Z [ 66%] 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:56:46.8215366Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2025-06-05T23:56:46.8216671Z [ 66%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2025-06-05T23:56:46.8218205Z [ 66%] 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:56:46.8219961Z [ 66%] 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:56:46.8221475Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2025-06-05T23:56:46.8223131Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2025-06-05T23:56:46.8224457Z [ 67%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/slice_util.cpp.o 2025-06-05T23:56:46.8226054Z [ 68%] 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:56:46.8228088Z [ 68%] 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:56:46.8229802Z [ 68%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/upsample_util.cpp.o 2025-06-05T23:56:46.8231433Z [ 68%] 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:56:46.8233329Z [ 68%] 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:56:46.8235221Z [ 68%] 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:56:46.8237264Z [ 68%] 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:56:46.8239805Z [ 68%] 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:56:46.8242033Z [ 68%] 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:56:46.8243435Z [ 68%] Linking CXX static library libportable_kernels.a 2025-06-05T23:56:46.8244817Z [ 68%] 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:56:46.8246719Z [ 68%] 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:56:46.8248626Z [ 68%] 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:56:46.8250586Z [ 69%] 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:56:46.8252418Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-neon.c.o 2025-06-05T23:56:48.6118696Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vabs-scalar.c.o 2025-06-05T23:56:48.6119765Z [ 69%] Built target portable_kernels 2025-06-05T23:56:48.6120914Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-neon.c.o 2025-06-05T23:56:48.6122176Z [ 69%] Generating selected_operators.yaml for portable_ops_lib 2025-06-05T23:56:48.6123511Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vneg-scalar.c.o 2025-06-05T23:56:48.6125253Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-neon.c.o 2025-06-05T23:56:48.6126973Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/f32-vunary/gen/f32-vsqr-scalar.c.o 2025-06-05T23:56:48.6129175Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/pf32-gemm/pf32-gemm-32x32-minmax-neonsme2.c.o 2025-06-05T23:56:48.6131340Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:56:48.6133673Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6136118Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6138461Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6139892Z [ 69%] Generating code for kernel registration 2025-06-05T23:56:48.6141346Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6143631Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:56:48.6146380Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:56:48.6148901Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6151177Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6153441Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6155673Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6157969Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x16-minmax-neonfp16arith-mlal-lane.c.o 2025-06-05T23:56:48.6160310Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6162541Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6164775Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c2s4-minmax-neonfp16arith.c.o 2025-06-05T23:56:48.6167036Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6169313Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c2s4-minmax-neonfp16arith.c.o 2025-06-05T23:56:48.6171692Z [ 71%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:56:48.6174283Z [ 71%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondotfp16arith-cortex-a55.S.o 2025-06-05T23:56:48.6176976Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6179222Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6181566Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6183907Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6186186Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6188490Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-06-05T23:56:48.6203603Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6206397Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c2s4-minmax-neonfp16arith-mlal.c.o 2025-06-05T23:56:48.6208928Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:56:48.6211484Z [ 72%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:56:48.6213885Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6216165Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6218434Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c4-minmax-neondotfp16arith.c.o 2025-06-05T23:56:48.6220700Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-06-05T23:56:48.6222907Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c4-minmax-neondot.c.o 2025-06-05T23:56:48.6225084Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6227234Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:56:48.6229489Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:56:48.6231683Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:48.6234056Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:56:50.2155103Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qb4w-gemm/gen/qd8-f32-qb4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-06-05T23:56:50.2157732Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16-minmax-neon-mlal-lane.c.o 2025-06-05T23:56:50.2159990Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-neondot.c.o 2025-06-05T23:56:50.2162192Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:50.2164372Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:56:50.2166510Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:56:50.2169017Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:50.2171228Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:56:50.2173414Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16-minmax-neon-mlal-lane.c.o 2025-06-05T23:56:50.2175622Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-neondot.c.o 2025-06-05T23:56:50.2177794Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:50.2179936Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2025-06-05T23:56:50.2182050Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2025-06-05T23:56:50.2184210Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:56:50.2186389Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c4-minmax-neondot.c.o 2025-06-05T23:56:50.2188516Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2025-06-05T23:56:50.2190803Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:56:50.2193235Z [ 74%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:56:50.2195751Z [ 74%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:56:50.2198290Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:56:50.2200740Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:50.2203093Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2025-06-05T23:56:50.2205260Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c4-minmax-neondot.c.o 2025-06-05T23:56:50.2207615Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-neondot.c.o 2025-06-05T23:56:50.2209850Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:50.2212021Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2025-06-05T23:56:50.2214507Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2025-06-05T23:56:50.2216768Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:56:50.2218977Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c4-minmax-neondot.c.o 2025-06-05T23:56:50.2221168Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2025-06-05T23:56:50.2223366Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c2s4-minmax-neon-mlal.c.o 2025-06-05T23:56:50.2225795Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:56:50.2228335Z [ 75%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:56:50.2230795Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-neondot.c.o 2025-06-05T23:56:50.2233012Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-neoni8mm.c.o 2025-06-05T23:56:50.2235182Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2025-06-05T23:56:50.2237355Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c4-minmax-neondot.c.o 2025-06-05T23:56:50.2239579Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-16x4c16s2-mstep4-neoni8mm.c.o 2025-06-05T23:56:50.2241623Z [ 76%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2025-06-05T23:56:50.2243951Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x4c16s2-aarch64-neondot.c.o 2025-06-05T23:56:50.2246223Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qb4w-gemm/qp8-f32-qb4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-06-05T23:56:50.2248587Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-1x8c16s2-aarch64-neondot.c.o 2025-06-05T23:56:50.2250881Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qp8-f32-qc4w-gemm/qp8-f32-qc4w-gemm-minmax-8x8c16s2-mstep2-neoni8mm.c.o 2025-06-05T23:56:50.2253101Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-06-05T23:56:50.2255265Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:56:50.2257402Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:50.2258943Z [ 77%] Linking CXX static library libportable_ops_lib.a 2025-06-05T23:56:51.3134713Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:51.3136045Z [ 77%] Built target portable_ops_lib 2025-06-05T23:56:51.3137452Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-rndnu-neon-mla8-ld64.c.o 2025-06-05T23:56:51.3139667Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-rndnu-neon-mla8-ld64.c.o 2025-06-05T23:56:51.3141830Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:56:51.3143965Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:51.3146105Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:51.3148162Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-neonfp16arith-u32.c.o 2025-06-05T23:56:51.3150204Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-neon-u32.c.o 2025-06-05T23:56:51.3152063Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:56:51.3153922Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:56:51.3155850Z [ 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:56:51.3157799Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-packw/gen/qs8-packw-x64c4-gemm-goi-scalar.c.o 2025-06-05T23:56:51.3159959Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-06-05T23:56:51.3162522Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:56:51.3164807Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:51.3167276Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:51.3169585Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neon-mla8-ld64.c.o 2025-06-05T23:56:51.3171897Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-06-05T23:56:51.3174243Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neon-mla8-ld128.c.o 2025-06-05T23:56:51.3176559Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-neonv8-mla8-ld128.c.o 2025-06-05T23:56:51.3179108Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:56:51.3181406Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:51.3183691Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:51.3185968Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neon-mla8-ld64.c.o 2025-06-05T23:56:51.3188266Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-neonv8-mla8-ld64.c.o 2025-06-05T23:56:51.3190677Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:56:51.3192948Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:51.3195219Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:51.3197457Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-06-05T23:56:51.3199959Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-neondot.c.o 2025-06-05T23:56:51.3202178Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-neoni8mm.c.o 2025-06-05T23:56:51.3204356Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:51.3206755Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:51.3208955Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-06-05T23:56:51.3211159Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-06-05T23:56:51.3213481Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c4-minmax-fp32-neondot.c.o 2025-06-05T23:56:51.3215937Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-06-05T23:56:51.3218492Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-06-05T23:56:51.3220904Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-06-05T23:56:51.3223290Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:51.3225585Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-06-05T23:56:51.3227800Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-06-05T23:56:51.3230346Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-06-05T23:56:51.3232893Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-06-05T23:56:51.3235302Z [ 80%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-06-05T23:56:51.3237569Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:52.3403586Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-06-05T23:56:52.3406388Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-06-05T23:56:52.3408929Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:56:52.3411462Z [ 81%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:56:52.3413761Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-neondot.c.o 2025-06-05T23:56:52.3415903Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-06-05T23:56:52.3418412Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c4-minmax-fp32-neondot.c.o 2025-06-05T23:56:52.3420740Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16-minmax-fp32-neonv8-mlal-lane.c.o 2025-06-05T23:56:52.3423133Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-fp32-neondot.c.o 2025-06-05T23:56:52.3425366Z [ 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:56:52.3427575Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:52.3429894Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:52.3432121Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neon-mlal.c.o 2025-06-05T23:56:52.3434640Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-06-05T23:56:52.3436882Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c4-minmax-fp32-neondot.c.o 2025-06-05T23:56:52.3439320Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-06-05T23:56:52.3441911Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-06-05T23:56:52.3444348Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-06-05T23:56:52.3446654Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:52.3448879Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neon-mlal.c.o 2025-06-05T23:56:52.3451096Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c2s4-minmax-fp32-neonv8-mlal.c.o 2025-06-05T23:56:52.3453646Z [ 82%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-cortex-a53-prfm.S.o 2025-06-05T23:56:52.3456423Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal-prfm.S.o 2025-06-05T23:56:52.3458873Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-asm-aarch64-neon-mlal.S.o 2025-06-05T23:56:52.3461181Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:52.3463770Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-cortex-a53.S.o 2025-06-05T23:56:52.3466378Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16-minmax-fp32-asm-aarch64-neon-mlal-lane-ld64.S.o 2025-06-05T23:56:52.3469116Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-cortex-a55.S.o 2025-06-05T23:56:52.3471650Z [ 83%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-asm-aarch64-neondot-ld128.S.o 2025-06-05T23:56:52.3473971Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-fp32-neondot.c.o 2025-06-05T23:56:52.3476151Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-neoni8mm.c.o 2025-06-05T23:56:52.3478307Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c4-minmax-fp32-neondot.c.o 2025-06-05T23:56:52.3480659Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-qu8-packw/gen/qs8-qu8-packw-x16c8-gemm-goi-scalar.c.o 2025-06-05T23:56:52.3482773Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-7p7x-minmax-fp32-neon-c32.c.o 2025-06-05T23:56:52.3484804Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rdsum/gen/qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.o 2025-06-05T23:56:52.3486745Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neon-u32-acc2.c.o 2025-06-05T23:56:52.3488574Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-neondot-u32-acc2.c.o 2025-06-05T23:56:52.3490363Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-rsum/gen/qs8-rsum-scalar-u4.c.o 2025-06-05T23:56:52.3492212Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u16.c.o 2025-06-05T23:56:52.3494121Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-neon-ld64-u32.c.o 2025-06-05T23:56:52.3495993Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:56:52.3497849Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:56:52.3499954Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u16.c.o 2025-06-05T23:56:52.3501925Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-neon-ld64-u32.c.o 2025-06-05T23:56:52.3503843Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:56:52.3505719Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:56:53.2011347Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-neon-u32.c.o 2025-06-05T23:56:53.2013299Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2025-06-05T23:56:53.2015065Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2025-06-05T23:56:53.2017223Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c.o 2025-06-05T23:56:53.2019140Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:56:53.2021054Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:56:53.2023004Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:56:53.2024933Z /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:56:53.2027425Z /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:56:53.2029513Z 29 | const int16x8_t vinput_zero_point = vld1q_dup_s16(¶ms->scalar.input_zero_point); 2025-06-05T23:56:53.2030199Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:53.2030649Z | | 2025-06-05T23:56:53.2031125Z | const int32_t * {aka const int *} 2025-06-05T23:56:53.2032093Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-06-05T23:56:53.2033962Z /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:56:53.2035109Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:56:53.2035516Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:53.2037155Z /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:56:53.2038823Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:56:53.2039519Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:53.2039979Z | | 2025-06-05T23:56:53.2040440Z | const int32_t * {aka const int *} 2025-06-05T23:56:53.2041412Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qs8-vlrelu/gen/qs8-vlrelu-neon-u32.c:12: 2025-06-05T23:56:53.2043258Z /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:56:53.2044404Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:56:53.2044820Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:53.2046098Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmul/gen/qs8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-06-05T23:56:53.2048366Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:56:53.2050493Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-06-05T23:56:53.2052528Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-neon-c8.c.o 2025-06-05T23:56:53.2054926Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:56:53.2057025Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-neon-c8.c.o 2025-06-05T23:56:53.2059087Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2025-06-05T23:56:53.2061228Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:56:53.2063367Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:53.2065511Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:53.2067720Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-rndnu-neon-mul8.c.o 2025-06-05T23:56:53.2069899Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-rndnu-neon-mul8.c.o 2025-06-05T23:56:53.2072023Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2025-06-05T23:56:53.2074147Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:53.2076269Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:53.2078255Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-neon-u32.c.o 2025-06-05T23:56:53.2080097Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2025-06-05T23:56:53.2081955Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2025-06-05T23:56:53.2083932Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:56:53.2085992Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:53.2088049Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:53.2090119Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:56:53.2092172Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:53.2094442Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:53.2096518Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:56:53.2099358Z [ 87%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-06-05T23:56:53.2101999Z [ 88%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-06-05T23:56:53.2104551Z [ 88%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-06-05T23:56:53.2106835Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-gemm/gen/qu8-gemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:56:53.2109025Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x16-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:56:54.1361751Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:54.1363931Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:54.1366044Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-1x8-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:56:54.1368155Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2025-06-05T23:56:54.1370219Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2025-06-05T23:56:54.1372327Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-3x8-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:56:54.1374712Z [ 88%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a53-prfm.S.o 2025-06-05T23:56:54.1377320Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75-prfm.S.o 2025-06-05T23:56:54.1379893Z [ 89%] Building ASM object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-asm-aarch64-neon-mlal-lane-cortex-a75.S.o 2025-06-05T23:56:54.1382205Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-igemm/gen/qu8-igemm-4x16-minmax-rndnu-neon-mlal-lane.c.o 2025-06-05T23:56:54.1384189Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u16.c.o 2025-06-05T23:56:54.1386209Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-7p7x-neon-u32.c.o 2025-06-05T23:56:54.1388013Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rdsum/gen/qu8-rdsum-scalar.c.o 2025-06-05T23:56:54.1390289Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-neon-u32-acc2.c.o 2025-06-05T23:56:54.1392086Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-rsum/gen/qu8-rsum-scalar-u4.c.o 2025-06-05T23:56:54.1393926Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u16.c.o 2025-06-05T23:56:54.1396291Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-neon-ld64-u32.c.o 2025-06-05T23:56:54.1398218Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2025-06-05T23:56:54.1400238Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2025-06-05T23:56:54.1402167Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u16.c.o 2025-06-05T23:56:54.1404111Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-neon-ld64-u32.c.o 2025-06-05T23:56:54.1406025Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2025-06-05T23:56:54.1407911Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2025-06-05T23:56:54.1409708Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-neon-u32.c.o 2025-06-05T23:56:54.1411464Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2025-06-05T23:56:54.1413215Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2025-06-05T23:56:54.1414990Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c.o 2025-06-05T23:56:54.1416872Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2025-06-05T23:56:54.1418779Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2025-06-05T23:56:54.1420694Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2025-06-05T23:56:54.1422626Z /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:56:54.1424965Z /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:56:54.1426634Z 29 | const uint16x8_t vinput_zero_point = vld1q_dup_u16(¶ms->scalar.input_zero_point); 2025-06-05T23:56:54.1427345Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:54.1427793Z | | 2025-06-05T23:56:54.1428259Z | const int32_t * {aka const int *} 2025-06-05T23:56:54.1429318Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-06-05T23:56:54.1431496Z /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:56:54.1432683Z 16958 | vld1q_dup_u16 (const uint16_t* __a) 2025-06-05T23:56:54.1433084Z | ~~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:54.1434902Z /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:56:54.1436669Z 32 | const int16x8_t voutput_zero_point = vld1q_dup_s16(¶ms->scalar.output_zero_point); 2025-06-05T23:56:54.1437352Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:54.1437811Z | | 2025-06-05T23:56:54.1438279Z | const int32_t * {aka const int *} 2025-06-05T23:56:54.1439251Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/qu8-vlrelu/gen/qu8-vlrelu-neon-u32.c:12: 2025-06-05T23:56:54.1441097Z /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:56:54.1442235Z 16930 | vld1q_dup_s16 (const int16_t* __a) 2025-06-05T23:56:54.1442646Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:54.1443926Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmul/gen/qu8-vmul-minmax-rndnu-neon-ld64-u16.c.o 2025-06-05T23:56:54.1445917Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2025-06-05T23:56:54.1447926Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-rndnu-neon-ld64-u16.c.o 2025-06-05T23:56:54.1449830Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-neon.c.o 2025-06-05T23:56:54.1451647Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s32-f32-vcvt/gen/s32-f32-vcvt-scalar.c.o 2025-06-05T23:56:54.1453494Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c16.c.o 2025-06-05T23:56:54.1455328Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-neon-c8.c.o 2025-06-05T23:56:54.1457174Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2025-06-05T23:56:54.4461629Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-neon-c16.c.o 2025-06-05T23:56:54.4463665Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:56:54.4465513Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-neon-u64.c.o 2025-06-05T23:56:54.4467305Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2025-06-05T23:56:54.4469381Z /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:56:54.4471902Z /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:56:54.4473868Z 28 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:56:54.4474442Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:54.4474869Z | | 2025-06-05T23:56:54.4475326Z | const int32_t * {aka const int *} 2025-06-05T23:56:54.4476733Z 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:56:54.4478681Z /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:56:54.4479819Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:56:54.4480227Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:54.4481903Z /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:56:54.4483507Z 29 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:56:54.4484080Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:54.4484515Z | | 2025-06-05T23:56:54.4484984Z | const int32_t * {aka const int *} 2025-06-05T23:56:54.4486014Z 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:56:54.4487903Z /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:56:54.4489062Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:56:54.4489456Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:54.4490662Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c16.c.o 2025-06-05T23:56:54.4492521Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-neon-c8.c.o 2025-06-05T23:56:54.4494398Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2025-06-05T23:56:54.4496238Z /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:56:54.4498451Z /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:56:54.4501097Z 24 | const int8x16_t voutput_max = vld1q_dup_s8(¶ms->scalar.max); 2025-06-05T23:56:54.4501671Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:54.4502095Z | | 2025-06-05T23:56:54.4502549Z | const int32_t * {aka const int *} 2025-06-05T23:56:54.4503496Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:56:54.4505333Z /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:56:54.4506473Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:56:54.4507125Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:54.4508821Z /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:56:54.4510366Z 25 | const int8x16_t voutput_min = vld1q_dup_s8(¶ms->scalar.min); 2025-06-05T23:56:54.4510973Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:54.4511411Z | | 2025-06-05T23:56:54.4512230Z | const int32_t * {aka const int *} 2025-06-05T23:56:54.4513170Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/s8-vclamp/s8-vclamp-neon-u64.c:8: 2025-06-05T23:56:54.4514977Z /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:56:54.4516180Z 16923 | vld1q_dup_s8 (const int8_t* __a) 2025-06-05T23:56:54.4516590Z | ~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:54.4517743Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2025-06-05T23:56:54.4519597Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-neon-c16.c.o 2025-06-05T23:56:54.4521533Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2025-06-05T23:56:54.4523340Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-neon-u16.c.o 2025-06-05T23:56:54.4525011Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2025-06-05T23:56:54.4526706Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-neon-u64.c.o 2025-06-05T23:56:54.4528652Z /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:56:54.4531131Z /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:56:54.4532765Z 31 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:56:54.4533348Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:54.4533789Z | | 2025-06-05T23:56:54.4534276Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:56:54.4535440Z 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:56:54.4537440Z /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:56:54.4538655Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:56:54.4539069Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:54.4540772Z /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:56:54.4542394Z 32 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:56:54.4542972Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:54.4543590Z | | 2025-06-05T23:56:54.4544072Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:56:54.4545126Z 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:56:54.4547117Z /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:56:54.4548491Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:56:54.4549075Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:54.4550242Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2025-06-05T23:56:55.3827057Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-06-05T23:56:55.3829499Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x64-gemm-goi-scalar-int-u4.c.o 2025-06-05T23:56:55.3831624Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-neon-ld4lane-u8-prfm.c.o 2025-06-05T23:56:55.3833612Z /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:56:55.3835886Z /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:56:55.3837424Z 24 | const uint8x16_t voutput_max = vld1q_dup_u8(¶ms->scalar.max); 2025-06-05T23:56:55.3838003Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:55.3838438Z | | 2025-06-05T23:56:55.3838917Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:56:55.3839863Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:56:55.3841749Z /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:56:55.3842981Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:56:55.3843382Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:55.3844979Z /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:56:55.3846825Z 25 | const uint8x16_t voutput_min = vld1q_dup_u8(¶ms->scalar.min); 2025-06-05T23:56:55.3847403Z | ^~~~~~~~~~~~~~~~~~~ 2025-06-05T23:56:55.3847828Z | | 2025-06-05T23:56:55.3848352Z | const uint32_t * {aka const unsigned int *} 2025-06-05T23:56:55.3849338Z In file included from /pytorch/executorch/backends/xnnpack/third-party/XNNPACK/src/u8-vclamp/u8-vclamp-neon-u64.c:8: 2025-06-05T23:56:55.3851451Z /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:56:55.3852689Z 16951 | vld1q_dup_u8 (const uint8_t* __a) 2025-06-05T23:56:55.3853087Z | ~~~~~~~~~~~~~~~^~~ 2025-06-05T23:56:55.3854458Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2025-06-05T23:56:55.3856569Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-dec-zip-neon.c.o 2025-06-05T23:56:55.3858693Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2025-06-05T23:56:55.3860872Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-2x2-neon-tbl64.c.o 2025-06-05T23:56:55.3863029Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x24-transposec/x24-transposec-4x4-aarch64-neon-tbl128.c.o 2025-06-05T23:56:55.3864942Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-pack-lh/x32-packlh-neonsme2.c.o 2025-06-05T23:56:55.3866931Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-neon-ld2lane-u2-prfm.c.o 2025-06-05T23:56:55.3869199Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:56:55.3871253Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2025-06-05T23:56:55.3873361Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-06-05T23:56:55.3875490Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-neon-ld4lane-u4-prfm.c.o 2025-06-05T23:56:55.3877570Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2025-06-05T23:56:55.3879636Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-dec-zip-neon.c.o 2025-06-05T23:56:55.3881743Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-transposec/x32-transposec-4x4-aarch64-neon-tbl128.c.o 2025-06-05T23:56:55.3883633Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-neon.c.o 2025-06-05T23:56:55.3885332Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-unpool/x32-unpool-scalar.c.o 2025-06-05T23:56:55.3887025Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-neon.c.o 2025-06-05T23:56:55.3888900Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2025-06-05T23:56:55.3890568Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-neon.c.o 2025-06-05T23:56:55.3892239Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2025-06-05T23:56:55.3894018Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-neon.c.o 2025-06-05T23:56:55.3895710Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2025-06-05T23:56:55.3897378Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-neon.c.o 2025-06-05T23:56:55.3899362Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2025-06-05T23:56:55.3901303Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-dec-zip-neon.c.o 2025-06-05T23:56:55.3903433Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-dec-zip-neon.c.o 2025-06-05T23:56:55.3905866Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2025-06-05T23:56:55.3907850Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-aarch64-neon-tbx128x4-u64.c.o 2025-06-05T23:56:55.3909765Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2025-06-05T23:56:55.3911571Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-aarch64-neon-f32qp8-u2.c.o 2025-06-05T23:56:55.3913416Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packq/x8-packq-scalar-f32qp8-u1.c.o 2025-06-05T23:56:55.3915295Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-u2.c.o 2025-06-05T23:56:55.3917238Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-u2.c.o 2025-06-05T23:56:55.3919172Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-u2.c.o 2025-06-05T23:56:55.3921097Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-u2.c.o 2025-06-05T23:56:55.3923115Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-dec-zip-neon.c.o 2025-06-05T23:56:57.4340711Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2025-06-05T23:56:57.4342643Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-neon.c.o 2025-06-05T23:56:57.4344302Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2025-06-05T23:56:57.4345969Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-neon.c.o 2025-06-05T23:56:57.4347945Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2025-06-05T23:56:57.4349766Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-neon.c.o 2025-06-05T23:56:57.4351407Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2025-06-05T23:56:57.4353059Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-neon.c.o 2025-06-05T23:56:57.4354888Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2025-06-05T23:56:57.4356624Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2025-06-05T23:56:57.4358346Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-neon-u64.c.o 2025-06-05T23:56:57.4360029Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2025-06-05T23:56:57.4361726Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p16-neon-u16.c.o 2025-06-05T23:56:57.4363570Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2025-06-05T23:56:57.4365595Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2025-06-05T23:56:57.4367407Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2025-06-05T23:56:57.4369065Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2025-06-05T23:56:57.4370724Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2025-06-05T23:56:57.4372405Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2025-06-05T23:56:57.4374083Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2025-06-05T23:56:57.4375785Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2025-06-05T23:56:57.4377481Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2025-06-05T23:56:57.4379177Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2025-06-05T23:56:57.4380778Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2025-06-05T23:56:57.4381849Z [ 98%] Linking C static library libmicrokernels-prod.a 2025-06-05T23:56:57.4382393Z [ 98%] Built target microkernels-prod 2025-06-05T23:56:57.4382938Z [ 98%] Generating build_identifier.c 2025-06-05T23:56:57.4384022Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2025-06-05T23:56:57.4385547Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2025-06-05T23:56:57.4387127Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2025-06-05T23:56:57.4388922Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2025-06-05T23:56:57.4390454Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2025-06-05T23:56:57.4391957Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2025-06-05T23:56:57.4393473Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2025-06-05T23:56:57.4395153Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2025-06-05T23:56:57.4396688Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2025-06-05T23:56:57.4398204Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2025-06-05T23:56:57.4400706Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2025-06-05T23:56:57.4402267Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2025-06-05T23:56:57.4403829Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2025-06-05T23:56:57.4405814Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2025-06-05T23:56:57.4407370Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pack-lh-config.c.o 2025-06-05T23:56:57.4408989Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2025-06-05T23:56:57.4410629Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2025-06-05T23:56:57.4412081Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2025-06-05T23:56:57.4413504Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2025-06-05T23:56:57.4414974Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2025-06-05T23:56:57.4416578Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2025-06-05T23:56:57.4418184Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2025-06-05T23:56:57.4419687Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2025-06-05T23:56:57.4421378Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2025-06-05T23:56:57.4422860Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2025-06-05T23:56:57.4424334Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2025-06-05T23:56:57.4425775Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2025-06-05T23:56:57.4427112Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2025-06-05T23:56:57.4428353Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2025-06-05T23:56:57.4429787Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/build_identifier.c.o 2025-06-05T23:56:57.4430966Z [100%] Linking CXX static library libXNNPACK.a 2025-06-05T23:56:57.4431440Z [100%] Built target XNNPACK 2025-06-05T23:56:57.4432306Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2025-06-05T23:56:57.4433609Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2025-06-05T23:56:57.4434890Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2025-06-05T23:56:57.4436380Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2025-06-05T23:56:57.4437767Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNWeightsCache.cpp.o 2025-06-05T23:56:57.4439167Z [100%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2025-06-05T23:56:58.4856496Z /pytorch/executorch/backends/xnnpack/runtime/XNNCompiler.cpp: In function ‘std::pair executorch::backends::xnnpack::delegate::getOutputMinMax(executorch::backends::xnnpack::delegate::NodePtr)’: 2025-06-05T23:56:58.4859120Z /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:56:58.4860610Z 87 | std::pair getOutputMinMax(const NodePtr node) noexcept { 2025-06-05T23:56:58.4861726Z | ^~~~~~~~ 2025-06-05T23:56:58.4862415Z [100%] Linking CXX static library libxnnpack_backend.a 2025-06-05T23:56:58.4862949Z [100%] Built target xnnpack_backend 2025-06-05T23:56:58.4863937Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2025-06-05T23:56:58.4865308Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2025-06-05T23:56:58.4866599Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2025-06-05T23:56:58.4867799Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2025-06-05T23:56:58.4869117Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2025-06-05T23:56:58.4870495Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2025-06-05T23:56:58.4871520Z [100%] Linking CXX executable executor_runner 2025-06-05T23:56:58.4872010Z [100%] Built target executor_runner 2025-06-05T23:56:58.4872530Z + ./cmake-out/executor_runner --model_path add_mul_xnnpack_q8.pte 2025-06-05T23:56:58.4873174Z Output 0: tensor(sizes=[2, 2], [2.99216, 2.99216, 2.99216, 2.99216]) 2025-06-05T23:56:58.4873666Z + [[ 0 -eq 0 ]] 2025-06-05T23:56:58.4873973Z + prepare_artifacts_upload 2025-06-05T23:56:58.4874303Z + '[' -n '' ']' 2025-06-05T23:56:58.4986073Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-06-05T23:56:58.4986816Z with: 2025-06-05T23:56:58.4987201Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:56:58.4987718Z fail-on-empty: false 2025-06-05T23:56:58.4988021Z env: 2025-06-05T23:56:58.4988371Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:56:58.4989006Z REPOSITORY: pytorch/executorch 2025-06-05T23:56:58.4989367Z PR_NUMBER: 2025-06-05T23:56:58.4991811Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:56:58.4994780Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:56:58.4995566Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:56:58.4996300Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:56:58.4996808Z ##[endgroup] 2025-06-05T23:56:58.5765886Z Prepare all required actions 2025-06-05T23:56:58.5817654Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:56:58.5818140Z with: 2025-06-05T23:56:58.5818581Z directory: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:56:58.5819161Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:56:58.5819493Z env: 2025-06-05T23:56:58.5819836Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:56:58.5820323Z REPOSITORY: pytorch/executorch 2025-06-05T23:56:58.5820691Z PR_NUMBER: 2025-06-05T23:56:58.5823177Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:56:58.5826174Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:56:58.5826951Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:56:58.5827675Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:56:58.5828182Z ##[endgroup] 2025-06-05T23:56:58.5858902Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:56:58.5859850Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:56:58.5870545Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:56:58.5871049Z env: 2025-06-05T23:56:58.5871421Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:56:58.5871910Z REPOSITORY: pytorch/executorch 2025-06-05T23:56:58.5872273Z PR_NUMBER: 2025-06-05T23:56:58.5874722Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:56:58.5877447Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:56:58.5878240Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:56:58.5878964Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:56:58.5879492Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:56:58.5880029Z DIRECTORY: /home/ec2-user/actions-runner/_work/executorch/executorch/ 2025-06-05T23:56:58.5880580Z ##[endgroup] 2025-06-05T23:56:58.6078855Z Unable to find image 'arm64v8/alpine:latest' locally 2025-06-05T23:56:58.7896970Z latest: Pulling from arm64v8/alpine 2025-06-05T23:56:58.8550821Z d69d4d41cfe2: Pulling fs layer 2025-06-05T23:56:58.9176006Z d69d4d41cfe2: Verifying Checksum 2025-06-05T23:56:58.9176497Z d69d4d41cfe2: Download complete 2025-06-05T23:56:59.0348191Z d69d4d41cfe2: Pull complete 2025-06-05T23:56:59.0484338Z Digest: sha256:fa4cf50559eaaaafd69341a3bc5fc09047b53480c884a3bc3e4f6e13da13f503 2025-06-05T23:56:59.0528187Z Status: Downloaded newer image for arm64v8/alpine:latest 2025-06-05T23:57:00.5037366Z Prepare all required actions 2025-06-05T23:57:00.5074457Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-06-05T23:57:00.5074944Z with: 2025-06-05T23:57:00.5075295Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:57:00.5075775Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:00.5076126Z env: 2025-06-05T23:57:00.5076462Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:00.5076955Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:00.5077313Z PR_NUMBER: 2025-06-05T23:57:00.5079806Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:57:00.5082536Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:00.5083314Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:00.5084047Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:00.5084552Z ##[endgroup] 2025-06-05T23:57:00.5116317Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:00.5117259Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-06-05T23:57:00.5127733Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:00.5128228Z env: 2025-06-05T23:57:00.5128583Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:00.5129069Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:00.5129432Z PR_NUMBER: 2025-06-05T23:57:00.5131875Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:57:00.5134618Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:00.5135411Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:00.5136143Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:00.5136677Z ALPINE_IMAGE: arm64v8/alpine 2025-06-05T23:57:00.5137119Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-06-05T23:57:00.5137571Z ##[endgroup] 2025-06-05T23:57:01.2428705Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-06-05T23:57:01.2429595Z # Only do these steps if we actually want to upload an artifact 2025-06-05T23:57:01.2430198Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-06-05T23:57:01.2430921Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-06-05T23:57:01.2431737Z  # attempt to just grab whatever is in there and scoop it all up 2025-06-05T23:57:01.2432399Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-06-05T23:57:01.2432974Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:57:01.2433407Z  fi 2025-06-05T23:57:01.2433761Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-06-05T23:57:01.2434347Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-06-05T23:57:01.2434868Z  fi 2025-06-05T23:57:01.2435180Z fi 2025-06-05T23:57:01.2435444Z  2025-06-05T23:57:01.2435716Z upload_docs=0 2025-06-05T23:57:01.2436456Z # Check if there are files in the documentation folder to upload, note that 2025-06-05T23:57:01.2437076Z # empty folders do not count 2025-06-05T23:57:01.2437681Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-06-05T23:57:01.2438483Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-06-05T23:57:01.2439142Z  # upload will probably not work correctly 2025-06-05T23:57:01.2439592Z  upload_docs=1 2025-06-05T23:57:01.2439924Z fi 2025-06-05T23:57:01.2440322Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-06-05T23:57:01.2449343Z shell: /usr/bin/bash -e {0} 2025-06-05T23:57:01.2449697Z env: 2025-06-05T23:57:01.2450047Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:01.2450564Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:01.2450924Z PR_NUMBER: 2025-06-05T23:57:01.2453355Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:57:01.2456090Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:01.2457109Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:01.2457837Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:01.2458364Z UPLOAD_ARTIFACT_NAME: 2025-06-05T23:57:01.2458901Z ##[endgroup] 2025-06-05T23:57:01.2606885Z Prepare all required actions 2025-06-05T23:57:01.2651653Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-06-05T23:57:01.2652145Z with: 2025-06-05T23:57:01.2652401Z env: 2025-06-05T23:57:01.2652741Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:01.2653237Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:01.2653600Z PR_NUMBER: 2025-06-05T23:57:01.2656027Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:57:01.2658752Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:01.2659575Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:01.2660307Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:01.2660818Z ##[endgroup] 2025-06-05T23:57:01.2688863Z ##[group]Run set -eou pipefail 2025-06-05T23:57:01.2689289Z set -eou pipefail 2025-06-05T23:57:01.2689633Z  2025-06-05T23:57:01.2690100Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-06-05T23:57:01.2690709Z for _ in $(seq 1440); do 2025-06-05T23:57:01.2691130Z  # Break if no ssh session exists anymore 2025-06-05T23:57:01.2691583Z  if [ "$(who)" = "" ]; then 2025-06-05T23:57:01.2691972Z  break 2025-06-05T23:57:01.2692275Z  fi 2025-06-05T23:57:01.2692556Z  echo "." 2025-06-05T23:57:01.2692867Z  sleep 5 2025-06-05T23:57:01.2693163Z done 2025-06-05T23:57:01.2700679Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:01.2701169Z env: 2025-06-05T23:57:01.2701527Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:01.2702207Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:01.2702564Z PR_NUMBER: 2025-06-05T23:57:01.2704997Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:57:01.2707717Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:01.2708494Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:01.2709428Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:01.2709935Z ##[endgroup] 2025-06-05T23:57:01.2737975Z Holding runner for 2 hours until all ssh sessions have logged out 2025-06-05T23:57:01.2871967Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:57:01.2872744Z # ignore expansion of "docker ps -q" since it could be empty 2025-06-05T23:57:01.2873328Z # shellcheck disable=SC2046 2025-06-05T23:57:01.2873772Z docker stop $(docker ps -q) || true 2025-06-05T23:57:01.2874255Z # Prune all of the docker images 2025-06-05T23:57:01.2874708Z docker system prune -af 2025-06-05T23:57:01.2883004Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:01.2883502Z env: 2025-06-05T23:57:01.2883848Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:01.2884337Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:01.2884694Z PR_NUMBER: 2025-06-05T23:57:01.2887437Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:57:01.2890201Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:01.2890979Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:01.2891888Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:01.2892405Z ##[endgroup] 2025-06-05T23:57:11.7609117Z f3d26aca193c 2025-06-05T23:57:12.2547950Z Deleted Containers: 2025-06-05T23:57:12.2548541Z f3d26aca193ccce04b0220124b37a96eaf196ae37ebe0065ca291abdde0f3fa4 2025-06-05T23:57:12.2549110Z 2025-06-05T23:57:16.1202947Z Deleted Images: 2025-06-05T23:57:16.1204029Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64:6019efcb31bb9f8cd1203f7a1f1de7a1a0e0ecaa 2025-06-05T23:57:16.1205876Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/executorch/executorch-ubuntu-22.04-gcc11-aarch64@sha256:6f75b7b9708956e58758c85959a42c45dea62da057a92a4ab4457e9b509bbea0 2025-06-05T23:57:16.1207313Z deleted: sha256:eeeaec24843c4a748f05f7cbf0d1bb541990c9e0cc6c5b599125302e75d8f363 2025-06-05T23:57:16.1208188Z deleted: sha256:be1ab99562fc68cb177ad39743ed237cb7cb45f238f5a7e2358c86241c3bb9aa 2025-06-05T23:57:16.1209053Z deleted: sha256:79ec9d97f0ecffb37a842ac534944fed09764a9999957e6f5b8fda9e053b6f7b 2025-06-05T23:57:16.1209940Z deleted: sha256:94dd602baac322fa36df80d2ca11e5741bfc7fdd0b88add0326a6d371cf34027 2025-06-05T23:57:16.1210821Z deleted: sha256:447daf1cccc0f6be50bc9a4da4c7fe2375cf02f38a8345499fc6505c15c91967 2025-06-05T23:57:16.1211693Z deleted: sha256:158692508898a921c9554c9285c45de3283607796da14d3b367ab2487365aa5a 2025-06-05T23:57:16.1212530Z deleted: sha256:03205e8e18fda040a7bf77c0e1e909f022e79182c9a6d0e7da3637e3e50897df 2025-06-05T23:57:16.1213713Z deleted: sha256:924877ae822c3e697ada9fc675755c52d48832f59aa2f35118dc3654cddeb6b7 2025-06-05T23:57:16.1214548Z deleted: sha256:23878c36bc12491273890821391ecc5781935950a85cbee285081ae3546050cb 2025-06-05T23:57:16.1215374Z deleted: sha256:8c9d6006aba59fc1008ce3a40c87969d016b828139360492a03a8f0c6b6a9fb3 2025-06-05T23:57:16.1216210Z deleted: sha256:443e22597927901a0265a303a55c0dd8bca18ab889cc8542420a3d494207c0fc 2025-06-05T23:57:16.1217054Z deleted: sha256:499a63ee0ac7db81c64725b6c94e7bf18c2a047c36b8ab6c3e6c6cc808629e61 2025-06-05T23:57:16.1217931Z deleted: sha256:63f9f4cda365bb3f5b9957b4843f50141ff2eb3b69e2eb94bb960b42776269d7 2025-06-05T23:57:16.1218787Z deleted: sha256:c917cc62120b555a9f29e23ab988b58457f9020eee73130b41bb5cf7c7d768fa 2025-06-05T23:57:16.1219643Z deleted: sha256:2b0897d415a9802ab47f028b75dee9d5d39e4e5626449fbd7da4e68d623d5d0a 2025-06-05T23:57:16.1220521Z deleted: sha256:daefa7cfac9a657e6490afbde6650e9df8c68d4d42df69f5c9685ec282be3b5b 2025-06-05T23:57:16.1221387Z deleted: sha256:363d48b081593e408461ebe2a4bef7403438095d9f0bb4057f634a5bd9f1dc00 2025-06-05T23:57:16.1222232Z deleted: sha256:3032924c0a254b965237f988cdeda16b13638db10b3f7d879a7c5afb9ef5464d 2025-06-05T23:57:16.1223076Z deleted: sha256:d2eed274a3682f123a63078e0983be46ca1b4a34523b83d5417d1d0348f92b71 2025-06-05T23:57:16.1223915Z deleted: sha256:296c38303185a27375032711f5ed6923a14ab0958043885f260e10be321135f3 2025-06-05T23:57:16.1224738Z deleted: sha256:754bf621747ca6f16e9689090b77b403029dca87c4d48f9371295f8a07e14ecd 2025-06-05T23:57:16.1225799Z deleted: sha256:af2a5b0adf1a10f5ac7a5c98e071a997ccc4b24a3c06a78f1b308ec1bf7ed785 2025-06-05T23:57:16.1226674Z deleted: sha256:e8b33316103a9f94fb503a5e5649ddab77e808b4efc3d972c2fcf2518fe8c6af 2025-06-05T23:57:16.1227545Z deleted: sha256:00ebbd0b076ee061eef407ed3a73b7b8edcd11fef7ca175bf90bc13cfee4ed33 2025-06-05T23:57:16.1228879Z deleted: sha256:522cb1a30cee5975a28afcb57262b3b1ddb988c9f84982b0283b34fbeaa4755f 2025-06-05T23:57:16.1229794Z deleted: sha256:55bd126091fd1658ba33a960eefcc2a4065bf83a6698ba23e9b0d3b3075970c4 2025-06-05T23:57:16.1230644Z deleted: sha256:d79ca358214286c4f888f92391795c3918a460c5860e0addb47b123a05995034 2025-06-05T23:57:16.1231490Z deleted: sha256:4d195976a446c056a47d9c33329acc6ebe85cf9f3e9df4b746675408c12ed9e2 2025-06-05T23:57:16.1232345Z deleted: sha256:8103dee6b79f832c181a708e3ef885acc60ba6b5fc00df0252f72a0be5e0a45c 2025-06-05T23:57:16.1233221Z deleted: sha256:1b8aed2757a1e9c577335ec334f49510975ecaf002dddc4c2ae8d11bf87c0ce6 2025-06-05T23:57:16.1234081Z deleted: sha256:4e9247053cb38aecacb1feb98e7a74e09dd2009e900516fa48961f6b5bf0a871 2025-06-05T23:57:16.1234953Z deleted: sha256:83d09048f0b2d97f65948c59d7c19d54bc8930bd7998b365ad141fe14ae9f223 2025-06-05T23:57:16.1235811Z deleted: sha256:98537e9ca41239b48b8ad77e557c36c2b3c9b96c32e62dc6ae7d5f5c42dfe605 2025-06-05T23:57:16.1236675Z deleted: sha256:c2c46863e3241957f62b5321b5cdaa9a7ca24ea0c17742caf734f21c71a40b5d 2025-06-05T23:57:16.1237523Z deleted: sha256:7490216c65886219a84195456ff1d21ce1c0298573418c4c3ff1c91121efaafc 2025-06-05T23:57:16.1238362Z deleted: sha256:3138534fb0806ea64a2240f2cd27bb60ec9bd5070d60d1a15bd9b857b6be7565 2025-06-05T23:57:16.1239253Z deleted: sha256:1e7a4fd46befdfdb6bd98a60dada1bd3be4776c5732812530c91ee5be8e96727 2025-06-05T23:57:16.1239922Z untagged: arm64v8/alpine:latest 2025-06-05T23:57:16.1240625Z untagged: arm64v8/alpine@sha256:fa4cf50559eaaaafd69341a3bc5fc09047b53480c884a3bc3e4f6e13da13f503 2025-06-05T23:57:16.1241590Z deleted: sha256:2abc5e83407155714f171c293f197e1310176959e106f8ad63ffa2e7e9635d4a 2025-06-05T23:57:16.1242442Z deleted: sha256:1231a673589ac9e2f8a98ed916d1fa8301b36a44dd14fc40eba5a05905da69f1 2025-06-05T23:57:16.1242964Z 2025-06-05T23:57:16.1243130Z Total reclaimed space: 5.906GB 2025-06-05T23:57:16.1287628Z ##[group]Run set +e 2025-06-05T23:57:16.1288082Z set +e 2025-06-05T23:57:16.1288406Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-06-05T23:57:16.1288947Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:57:16.1289580Z else 2025-06-05T23:57:16.1289937Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-06-05T23:57:16.1290386Z fi 2025-06-05T23:57:16.1290660Z set -e 2025-06-05T23:57:16.1299798Z shell: /usr/bin/bash -e {0} 2025-06-05T23:57:16.1300162Z env: 2025-06-05T23:57:16.1324129Z DOCKER_IMAGE: executorch-ubuntu-22.04-gcc11-aarch64 2025-06-05T23:57:16.1324822Z REPOSITORY: pytorch/executorch 2025-06-05T23:57:16.1325184Z PR_NUMBER: 2025-06-05T23:57:16.1327670Z 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=add_mul BUILD_TOOL="cmake" BACKEND=xnnpack-quantization-delegation PYTHON_EXECUTABLE=python bash .ci/scripts/setup-linux.sh --build-tool "${BUILD_TOOL}" # Build and test ExecuTorch PYTHON_EXECUTABLE=python bash .ci/scripts/test_model.sh "${MODEL_NAME}" "${BUILD_TOOL}" "${BACKEND}" 2025-06-05T23:57:16.1330411Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-06-05T23:57:16.1331197Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-06-05T23:57:16.1331926Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-06-05T23:57:16.1332430Z NO_SUDO: false 2025-06-05T23:57:16.1332712Z ##[endgroup] 2025-06-05T23:57:17.5577805Z Post job cleanup. 2025-06-05T23:57:17.6917181Z Post job cleanup. 2025-06-05T23:57:17.8156000Z [command]/usr/bin/git version 2025-06-05T23:57:17.8212080Z git version 2.47.1 2025-06-05T23:57:17.8274035Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/49460689-af6a-43fb-a27f-cd0ed1575f0a' before making global git config changes 2025-06-05T23:57:17.8275352Z Adding repository directory to the temporary git global config as a safe directory 2025-06-05T23:57:17.8282316Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/executorch/executorch/test-infra 2025-06-05T23:57:17.8328416Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-06-05T23:57:17.8384191Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-06-05T23:57:17.8723055Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-06-05T23:57:17.8751449Z http.https://github.com/.extraheader 2025-06-05T23:57:17.8770065Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-06-05T23:57:17.8809380Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-06-05T23:57:17.9243068Z A job completed hook has been configured by the self-hosted runner administrator 2025-06-05T23:57:17.9274749Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-06-05T23:57:17.9281583Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-06-05T23:57:17.9282090Z ##[endgroup] 2025-06-05T23:57:17.9382826Z [!ALERT!] Swap in detected! [!ALERT!] 2025-06-05T23:57:33.0545953Z [!ALERT!] Swap out detected [!ALERT!] 2025-06-05T23:57:58.0057025Z Cleaning up orphan processes